ProtoServerProtos.Guid.Builder |
ProtoServerProtos.Guid.Builder.clear() |
ProtoServerProtos.Guid.Builder |
ProtoServerProtos.Guid.Builder.clearGuid()
required string guid = 1;
|
ProtoServerProtos.Guid.Builder |
ProtoServerProtos.Guid.Builder.clearTimestampUtc()
required uint64 timestamp_utc = 2;
|
ProtoServerProtos.Guid.Builder |
ProtoServerProtos.Guid.Builder.clone() |
ProtoServerProtos.Guid.Builder |
ProtoServerProtos.Guid.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProtoServerProtos.Guid.Builder |
ProtoServerProtos.Guid.Builder.mergeFrom(com.google.protobuf.Message other) |
ProtoServerProtos.Guid.Builder |
ProtoServerProtos.Guid.Builder.mergeFrom(ProtoServerProtos.Guid other) |
static ProtoServerProtos.Guid.Builder |
ProtoServerProtos.Guid.newBuilder() |
static ProtoServerProtos.Guid.Builder |
ProtoServerProtos.Guid.newBuilder(ProtoServerProtos.Guid prototype) |
ProtoServerProtos.Guid.Builder |
ProtoServerProtos.Guid.newBuilderForType() |
ProtoServerProtos.Guid.Builder |
ProtoServerProtos.Guid.Builder.setGuid(String value)
required string guid = 1;
|
ProtoServerProtos.Guid.Builder |
ProtoServerProtos.Guid.Builder.setGuidBytes(com.google.protobuf.ByteString value)
required string guid = 1;
|
ProtoServerProtos.Guid.Builder |
ProtoServerProtos.Guid.Builder.setTimestampUtc(long value)
required uint64 timestamp_utc = 2;
|
ProtoServerProtos.Guid.Builder |
ProtoServerProtos.Guid.toBuilder() |