public static final class RowKeysProto.RowKey.Builder extends com.google.protobuf.GeneratedMessage.Builder<RowKeysProto.RowKey.Builder> implements RowKeysProto.RowKeyOrBuilder
org.cloudgraph.state.proto.RowKey| Modifier and Type | Method and Description |
|---|---|
RowKeysProto.RowKey |
build() |
RowKeysProto.RowKey |
buildPartial() |
RowKeysProto.RowKey.Builder |
clear() |
RowKeysProto.RowKey.Builder |
clearKey()
required string key = 1; |
RowKeysProto.RowKey.Builder |
clone() |
RowKeysProto.RowKey |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getKey()
required string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
required string key = 1; |
boolean |
hasKey()
required string key = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RowKeysProto.RowKey.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RowKeysProto.RowKey.Builder |
mergeFrom(com.google.protobuf.Message other) |
RowKeysProto.RowKey.Builder |
mergeFrom(RowKeysProto.RowKey other) |
RowKeysProto.RowKey.Builder |
setKey(String value)
required string key = 1; |
RowKeysProto.RowKey.Builder |
setKeyBytes(com.google.protobuf.ByteString value)
required string key = 1; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<RowKeysProto.RowKey.Builder>public RowKeysProto.RowKey.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<RowKeysProto.RowKey.Builder>public RowKeysProto.RowKey.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<RowKeysProto.RowKey.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<RowKeysProto.RowKey.Builder>public RowKeysProto.RowKey getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RowKeysProto.RowKey build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RowKeysProto.RowKey buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RowKeysProto.RowKey.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RowKeysProto.RowKey.Builder>public RowKeysProto.RowKey.Builder mergeFrom(RowKeysProto.RowKey other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<RowKeysProto.RowKey.Builder>public RowKeysProto.RowKey.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<RowKeysProto.RowKey.Builder>IOExceptionpublic boolean hasKey()
required string key = 1;hasKey in interface RowKeysProto.RowKeyOrBuilderpublic String getKey()
required string key = 1;getKey in interface RowKeysProto.RowKeyOrBuilderpublic com.google.protobuf.ByteString getKeyBytes()
required string key = 1;getKeyBytes in interface RowKeysProto.RowKeyOrBuilderpublic RowKeysProto.RowKey.Builder setKey(String value)
required string key = 1;public RowKeysProto.RowKey.Builder clearKey()
required string key = 1;public RowKeysProto.RowKey.Builder setKeyBytes(com.google.protobuf.ByteString value)
required string key = 1;Copyright © 2017. All Rights Reserved.