RowKeysProto.RowKey.Builder |
RowKeysProto.RowKeys.Builder.addRowKeyBuilder()
repeated .org.cloudgraph.state.proto.RowKey rowKey = 1;
|
RowKeysProto.RowKey.Builder |
RowKeysProto.RowKeys.Builder.addRowKeyBuilder(int index)
repeated .org.cloudgraph.state.proto.RowKey rowKey = 1;
|
RowKeysProto.RowKey.Builder |
RowKeysProto.RowKey.Builder.clear() |
RowKeysProto.RowKey.Builder |
RowKeysProto.RowKey.Builder.clearKey()
required bytes key = 1;
|
RowKeysProto.RowKey.Builder |
RowKeysProto.RowKey.Builder.clone() |
RowKeysProto.RowKey.Builder |
RowKeysProto.RowKeys.Builder.getRowKeyBuilder(int index)
repeated .org.cloudgraph.state.proto.RowKey rowKey = 1;
|
RowKeysProto.RowKey.Builder |
RowKeysProto.RowKey.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RowKeysProto.RowKey.Builder |
RowKeysProto.RowKey.Builder.mergeFrom(com.google.protobuf.Message other) |
RowKeysProto.RowKey.Builder |
RowKeysProto.RowKey.Builder.mergeFrom(RowKeysProto.RowKey other) |
static RowKeysProto.RowKey.Builder |
RowKeysProto.RowKey.newBuilder() |
static RowKeysProto.RowKey.Builder |
RowKeysProto.RowKey.newBuilder(RowKeysProto.RowKey prototype) |
RowKeysProto.RowKey.Builder |
RowKeysProto.RowKey.newBuilderForType() |
protected RowKeysProto.RowKey.Builder |
RowKeysProto.RowKey.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
RowKeysProto.RowKey.Builder |
RowKeysProto.RowKey.Builder.setKey(com.google.protobuf.ByteString value)
required bytes key = 1;
|
RowKeysProto.RowKey.Builder |
RowKeysProto.RowKey.toBuilder() |