public static final class ProtoServerProtos.Guid extends com.google.protobuf.GeneratedMessage implements ProtoServerProtos.GuidOrBuilder
Guid
this is mostly to sanity check protoserver container
| Modifier and Type | Class and Description |
|---|---|
static class |
ProtoServerProtos.Guid.Builder
Protobuf type
Guid |
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
GUID_FIELD_NUMBER |
static com.google.protobuf.Parser<ProtoServerProtos.Guid> |
PARSER |
static int |
TIMESTAMP_UTC_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static ProtoServerProtos.Guid |
getDefaultInstance() |
ProtoServerProtos.Guid |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getGuid()
required string guid = 1; |
com.google.protobuf.ByteString |
getGuidBytes()
required string guid = 1; |
com.google.protobuf.Parser<ProtoServerProtos.Guid> |
getParserForType() |
int |
getSerializedSize() |
long |
getTimestampUtc()
required uint64 timestamp_utc = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasGuid()
required string guid = 1; |
boolean |
hasTimestampUtc()
required uint64 timestamp_utc = 2; |
boolean |
isInitialized() |
static ProtoServerProtos.Guid.Builder |
newBuilder() |
static ProtoServerProtos.Guid.Builder |
newBuilder(ProtoServerProtos.Guid prototype) |
ProtoServerProtos.Guid.Builder |
newBuilderForType() |
static ProtoServerProtos.Guid |
parseDelimitedFrom(InputStream input) |
static ProtoServerProtos.Guid |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoServerProtos.Guid |
parseFrom(byte[] data) |
static ProtoServerProtos.Guid |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoServerProtos.Guid |
parseFrom(com.google.protobuf.ByteString data) |
static ProtoServerProtos.Guid |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoServerProtos.Guid |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ProtoServerProtos.Guid |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoServerProtos.Guid |
parseFrom(InputStream input) |
static ProtoServerProtos.Guid |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProtoServerProtos.Guid.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtensionequals, findInitializationErrors, getInitializationErrorString, hashCode, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static com.google.protobuf.Parser<ProtoServerProtos.Guid> PARSER
public static final int GUID_FIELD_NUMBER
public static final int TIMESTAMP_UTC_FIELD_NUMBER
public static ProtoServerProtos.Guid getDefaultInstance()
public ProtoServerProtos.Guid getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public com.google.protobuf.Parser<ProtoServerProtos.Guid> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasGuid()
required string guid = 1;hasGuid in interface ProtoServerProtos.GuidOrBuilderpublic String getGuid()
required string guid = 1;getGuid in interface ProtoServerProtos.GuidOrBuilderpublic com.google.protobuf.ByteString getGuidBytes()
required string guid = 1;getGuidBytes in interface ProtoServerProtos.GuidOrBuilderpublic boolean hasTimestampUtc()
required uint64 timestamp_utc = 2;hasTimestampUtc in interface ProtoServerProtos.GuidOrBuilderpublic long getTimestampUtc()
required uint64 timestamp_utc = 2;getTimestampUtc in interface ProtoServerProtos.GuidOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessagepublic static ProtoServerProtos.Guid parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoServerProtos.Guid parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoServerProtos.Guid parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoServerProtos.Guid parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtoServerProtos.Guid parseFrom(InputStream input) throws IOException
IOExceptionpublic static ProtoServerProtos.Guid parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtoServerProtos.Guid parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ProtoServerProtos.Guid parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtoServerProtos.Guid parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ProtoServerProtos.Guid parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtoServerProtos.Guid.Builder newBuilder()
public ProtoServerProtos.Guid.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ProtoServerProtos.Guid.Builder newBuilder(ProtoServerProtos.Guid prototype)
public ProtoServerProtos.Guid.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteCopyright © 2015. All rights reserved.