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

Packages that use ComponentUuid.UUID.Builder
com.googlecode.mobilityrpc.protocol.converters.components [private api] ComponentConverter classes for individual message component types. 
com.googlecode.mobilityrpc.protocol.protobuf [private api] This package contains machine-generated Google Protocol Buffer (protobuf) classes for encoding messages to/from binary. 
 

Uses of ComponentUuid.UUID.Builder in com.googlecode.mobilityrpc.protocol.converters.components
 

Methods in com.googlecode.mobilityrpc.protocol.converters.components that return ComponentUuid.UUID.Builder
 ComponentUuid.UUID.Builder UuidComponentConverter.convertToProtobuf(UUID javaObject)
           
 

Uses of ComponentUuid.UUID.Builder in com.googlecode.mobilityrpc.protocol.protobuf
 

Methods in com.googlecode.mobilityrpc.protocol.protobuf that return ComponentUuid.UUID.Builder
 ComponentUuid.UUID.Builder ComponentUuid.UUID.Builder.clear()
           
 ComponentUuid.UUID.Builder ComponentUuid.UUID.Builder.clearLeastSignificantBits()
          required sint64 least_significant_bits = 1;
 ComponentUuid.UUID.Builder ComponentUuid.UUID.Builder.clearMostSignificantBits()
          required sint64 most_significant_bits = 2;
 ComponentUuid.UUID.Builder MessagePong.Pong.Builder.getRequestIdBuilder()
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 1;
 ComponentUuid.UUID.Builder MessagePing.Ping.Builder.getRequestIdBuilder()
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 1;
 ComponentUuid.UUID.Builder ComponentRequestIdentifier.RequestIdentifier.Builder.getRequestIdBuilder()
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 2;
 ComponentUuid.UUID.Builder ComponentRequestIdentifier.RequestIdentifier.Builder.getSessionIdBuilder()
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID session_id = 1;
 ComponentUuid.UUID.Builder ComponentUuid.UUID.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ComponentUuid.UUID.Builder ComponentUuid.UUID.Builder.mergeFrom(ComponentUuid.UUID other)
           
 ComponentUuid.UUID.Builder ComponentUuid.UUID.Builder.mergeFrom(com.google.protobuf.Message other)
           
static ComponentUuid.UUID.Builder ComponentUuid.UUID.newBuilder()
           
static ComponentUuid.UUID.Builder ComponentUuid.UUID.newBuilder(ComponentUuid.UUID prototype)
           
 ComponentUuid.UUID.Builder ComponentUuid.UUID.newBuilderForType()
           
protected  ComponentUuid.UUID.Builder ComponentUuid.UUID.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 ComponentUuid.UUID.Builder ComponentUuid.UUID.Builder.setLeastSignificantBits(long value)
          required sint64 least_significant_bits = 1;
 ComponentUuid.UUID.Builder ComponentUuid.UUID.Builder.setMostSignificantBits(long value)
          required sint64 most_significant_bits = 2;
 ComponentUuid.UUID.Builder ComponentUuid.UUID.toBuilder()
           
 

Methods in com.googlecode.mobilityrpc.protocol.protobuf with parameters of type ComponentUuid.UUID.Builder
 MessagePong.Pong.Builder MessagePong.Pong.Builder.setRequestId(ComponentUuid.UUID.Builder builderForValue)
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 1;
 MessagePing.Ping.Builder MessagePing.Ping.Builder.setRequestId(ComponentUuid.UUID.Builder builderForValue)
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 1;
 ComponentRequestIdentifier.RequestIdentifier.Builder ComponentRequestIdentifier.RequestIdentifier.Builder.setRequestId(ComponentUuid.UUID.Builder builderForValue)
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 2;
 ComponentRequestIdentifier.RequestIdentifier.Builder ComponentRequestIdentifier.RequestIdentifier.Builder.setSessionId(ComponentUuid.UUID.Builder builderForValue)
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID session_id = 1;
 



Copyright © 2016. All rights reserved.