|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.protobuf.AbstractMessageLite.Builder<BuilderType>
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessage.Builder<ComponentUuid.UUID.Builder>
com.googlecode.mobilityrpc.protocol.protobuf.ComponentUuid.UUID.Builder
public static final class ComponentUuid.UUID.Builder
Protobuf type com.googlecode.mobilityrpc.protocol.protobuf.UUID
A 128-bit id, transferred as two 64-bit longs
| Method Summary | |
|---|---|
ComponentUuid.UUID |
build()
|
ComponentUuid.UUID |
buildPartial()
|
ComponentUuid.UUID.Builder |
clear()
|
ComponentUuid.UUID.Builder |
clearLeastSignificantBits()
required sint64 least_significant_bits = 1; |
ComponentUuid.UUID.Builder |
clearMostSignificantBits()
required sint64 most_significant_bits = 2; |
ComponentUuid.UUID |
getDefaultInstanceForType()
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor()
|
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType()
|
long |
getLeastSignificantBits()
required sint64 least_significant_bits = 1; |
long |
getMostSignificantBits()
required sint64 most_significant_bits = 2; |
boolean |
hasLeastSignificantBits()
required sint64 least_significant_bits = 1; |
boolean |
hasMostSignificantBits()
required sint64 most_significant_bits = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable()
|
boolean |
isInitialized()
|
ComponentUuid.UUID.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
ComponentUuid.UUID.Builder |
mergeFrom(ComponentUuid.UUID other)
|
ComponentUuid.UUID.Builder |
mergeFrom(com.google.protobuf.Message other)
|
ComponentUuid.UUID.Builder |
setLeastSignificantBits(long value)
required sint64 least_significant_bits = 1; |
ComponentUuid.UUID.Builder |
setMostSignificantBits(long value)
required sint64 most_significant_bits = 2; |
| Methods inherited from class com.google.protobuf.GeneratedMessage.Builder |
|---|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields |
| Methods inherited from class com.google.protobuf.AbstractMessage.Builder |
|---|
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString |
| Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder |
|---|
addAll, newUninitializedMessageException |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
|---|
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof |
| Method Detail |
|---|
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ComponentUuid.UUID.Builder>public ComponentUuid.UUID.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<ComponentUuid.UUID.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ComponentUuid.UUID.Builder>public ComponentUuid.UUID getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ComponentUuid.UUID build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ComponentUuid.UUID buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ComponentUuid.UUID.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ComponentUuid.UUID.Builder>public ComponentUuid.UUID.Builder mergeFrom(ComponentUuid.UUID other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<ComponentUuid.UUID.Builder>
public ComponentUuid.UUID.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ComponentUuid.UUID.Builder>IOExceptionpublic boolean hasLeastSignificantBits()
required sint64 least_significant_bits = 1;
hasLeastSignificantBits in interface ComponentUuid.UUIDOrBuilderpublic long getLeastSignificantBits()
required sint64 least_significant_bits = 1;
getLeastSignificantBits in interface ComponentUuid.UUIDOrBuilderpublic ComponentUuid.UUID.Builder setLeastSignificantBits(long value)
required sint64 least_significant_bits = 1;
public ComponentUuid.UUID.Builder clearLeastSignificantBits()
required sint64 least_significant_bits = 1;
public boolean hasMostSignificantBits()
required sint64 most_significant_bits = 2;
hasMostSignificantBits in interface ComponentUuid.UUIDOrBuilderpublic long getMostSignificantBits()
required sint64 most_significant_bits = 2;
getMostSignificantBits in interface ComponentUuid.UUIDOrBuilderpublic ComponentUuid.UUID.Builder setMostSignificantBits(long value)
required sint64 most_significant_bits = 2;
public ComponentUuid.UUID.Builder clearMostSignificantBits()
required sint64 most_significant_bits = 2;
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||