com.googlecode.mobilityrpc.protocol.protobuf
Class ComponentUuid.UUID
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.googlecode.mobilityrpc.protocol.protobuf.ComponentUuid.UUID
- All Implemented Interfaces:
- com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ComponentUuid.UUIDOrBuilder, Serializable
- Enclosing class:
- ComponentUuid
public static final class ComponentUuid.UUID
- extends com.google.protobuf.GeneratedMessage
- implements ComponentUuid.UUIDOrBuilder
Protobuf type com.googlecode.mobilityrpc.protocol.protobuf.UUID
A 128-bit id, transferred as two 64-bit longs
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage |
com.google.protobuf.GeneratedMessage.BuilderParent, 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> |
| Fields inherited from class com.google.protobuf.GeneratedMessage |
alwaysUseFieldBuilders, unknownFields |
| Fields inherited from class com.google.protobuf.AbstractMessage |
memoizedSize |
| Fields inherited from class com.google.protobuf.AbstractMessageLite |
memoizedHashCode |
| Methods inherited from class com.google.protobuf.GeneratedMessage |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField, writeReplace, writeString, writeStringNoTag |
| Methods inherited from class com.google.protobuf.AbstractMessage |
equals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toString |
| Methods inherited from class com.google.protobuf.AbstractMessageLite |
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo |
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof |
| Methods inherited from interface com.google.protobuf.MessageLite |
toByteArray, toByteString, writeDelimitedTo, writeTo |
LEAST_SIGNIFICANT_BITS_FIELD_NUMBER
public static final int LEAST_SIGNIFICANT_BITS_FIELD_NUMBER
- See Also:
- Constant Field Values
MOST_SIGNIFICANT_BITS_FIELD_NUMBER
public static final int MOST_SIGNIFICANT_BITS_FIELD_NUMBER
- See Also:
- Constant Field Values
PARSER
@Deprecated
public static final com.google.protobuf.Parser<ComponentUuid.UUID> PARSER
- Deprecated.
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFields in interface com.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFields in class com.google.protobuf.GeneratedMessage
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
hasLeastSignificantBits
public boolean hasLeastSignificantBits()
required sint64 least_significant_bits = 1;
- Specified by:
hasLeastSignificantBits in interface ComponentUuid.UUIDOrBuilder
getLeastSignificantBits
public long getLeastSignificantBits()
required sint64 least_significant_bits = 1;
- Specified by:
getLeastSignificantBits in interface ComponentUuid.UUIDOrBuilder
hasMostSignificantBits
public boolean hasMostSignificantBits()
required sint64 most_significant_bits = 2;
- Specified by:
hasMostSignificantBits in interface ComponentUuid.UUIDOrBuilder
getMostSignificantBits
public long getMostSignificantBits()
required sint64 most_significant_bits = 2;
- Specified by:
getMostSignificantBits in interface ComponentUuid.UUIDOrBuilder
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
- Specified by:
writeTo in interface com.google.protobuf.MessageLite- Overrides:
writeTo in class com.google.protobuf.GeneratedMessage
- Throws:
IOException
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite- Overrides:
getSerializedSize in class com.google.protobuf.GeneratedMessage
parseFrom
public static ComponentUuid.UUID parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static ComponentUuid.UUID parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static ComponentUuid.UUID parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static ComponentUuid.UUID parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static ComponentUuid.UUID parseFrom(InputStream input)
throws IOException
- Throws:
IOException
parseFrom
public static ComponentUuid.UUID parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
- Throws:
IOException
parseDelimitedFrom
public static ComponentUuid.UUID parseDelimitedFrom(InputStream input)
throws IOException
- Throws:
IOException
parseDelimitedFrom
public static ComponentUuid.UUID parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
- Throws:
IOException
parseFrom
public static ComponentUuid.UUID parseFrom(com.google.protobuf.CodedInputStream input)
throws IOException
- Throws:
IOException
parseFrom
public static ComponentUuid.UUID parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
- Throws:
IOException
newBuilderForType
public ComponentUuid.UUID.Builder newBuilderForType()
- Specified by:
newBuilderForType in interface com.google.protobuf.Message- Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite
newBuilder
public static ComponentUuid.UUID.Builder newBuilder()
newBuilder
public static ComponentUuid.UUID.Builder newBuilder(ComponentUuid.UUID prototype)
toBuilder
public ComponentUuid.UUID.Builder toBuilder()
- Specified by:
toBuilder in interface com.google.protobuf.Message- Specified by:
toBuilder in interface com.google.protobuf.MessageLite
newBuilderForType
protected ComponentUuid.UUID.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
- Specified by:
newBuilderForType in class com.google.protobuf.GeneratedMessage
getDefaultInstance
public static ComponentUuid.UUID getDefaultInstance()
parser
public static com.google.protobuf.Parser<ComponentUuid.UUID> parser()
getParserForType
public com.google.protobuf.Parser<ComponentUuid.UUID> getParserForType()
- Specified by:
getParserForType in interface com.google.protobuf.Message- Specified by:
getParserForType in interface com.google.protobuf.MessageLite- Overrides:
getParserForType in class com.google.protobuf.GeneratedMessage
getDefaultInstanceForType
public ComponentUuid.UUID getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
Copyright © 2016. All rights reserved.