com.googlecode.mobilityrpc.protocol.protobuf
Class ComponentUuid.UUID.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<ComponentUuid.UUID.Builder>
              extended by com.googlecode.mobilityrpc.protocol.protobuf.ComponentUuid.UUID.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ComponentUuid.UUIDOrBuilder, Cloneable
Enclosing class:
ComponentUuid.UUID

public static final class ComponentUuid.UUID.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ComponentUuid.UUID.Builder>
implements ComponentUuid.UUIDOrBuilder

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

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.Builder<ComponentUuid.UUID.Builder>

clear

public ComponentUuid.UUID.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<ComponentUuid.UUID.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ComponentUuid.UUID.Builder>

getDefaultInstanceForType

public ComponentUuid.UUID getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public ComponentUuid.UUID build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public ComponentUuid.UUID buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public ComponentUuid.UUID.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ComponentUuid.UUID.Builder>

mergeFrom

public ComponentUuid.UUID.Builder mergeFrom(ComponentUuid.UUID other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<ComponentUuid.UUID.Builder>

mergeFrom

public ComponentUuid.UUID.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ComponentUuid.UUID.Builder>
Throws:
IOException

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

setLeastSignificantBits

public ComponentUuid.UUID.Builder setLeastSignificantBits(long value)
required sint64 least_significant_bits = 1;


clearLeastSignificantBits

public ComponentUuid.UUID.Builder clearLeastSignificantBits()
required sint64 least_significant_bits = 1;


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

setMostSignificantBits

public ComponentUuid.UUID.Builder setMostSignificantBits(long value)
required sint64 most_significant_bits = 2;


clearMostSignificantBits

public ComponentUuid.UUID.Builder clearMostSignificantBits()
required sint64 most_significant_bits = 2;



Copyright © 2016. All rights reserved.