public static final class CatalogProtos.GetIndexByColumnRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<CatalogProtos.GetIndexByColumnRequest.Builder> implements CatalogProtos.GetIndexByColumnRequestOrBuilder
GetIndexByColumnRequest
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<CatalogProtos.GetIndexByColumnRequest.Builder>
public CatalogProtos.GetIndexByColumnRequest.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<CatalogProtos.GetIndexByColumnRequest.Builder>
public CatalogProtos.GetIndexByColumnRequest.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<CatalogProtos.GetIndexByColumnRequest.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<CatalogProtos.GetIndexByColumnRequest.Builder>
public CatalogProtos.GetIndexByColumnRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public CatalogProtos.GetIndexByColumnRequest build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public CatalogProtos.GetIndexByColumnRequest buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public CatalogProtos.GetIndexByColumnRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<CatalogProtos.GetIndexByColumnRequest.Builder>
public CatalogProtos.GetIndexByColumnRequest.Builder mergeFrom(CatalogProtos.GetIndexByColumnRequest other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<CatalogProtos.GetIndexByColumnRequest.Builder>
public CatalogProtos.GetIndexByColumnRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<CatalogProtos.GetIndexByColumnRequest.Builder>
IOException
public boolean hasTableIdentifier()
required .TableIdentifierProto tableIdentifier = 1;
hasTableIdentifier
in interface CatalogProtos.GetIndexByColumnRequestOrBuilder
public CatalogProtos.TableIdentifierProto getTableIdentifier()
required .TableIdentifierProto tableIdentifier = 1;
getTableIdentifier
in interface CatalogProtos.GetIndexByColumnRequestOrBuilder
public CatalogProtos.GetIndexByColumnRequest.Builder setTableIdentifier(CatalogProtos.TableIdentifierProto value)
required .TableIdentifierProto tableIdentifier = 1;
public CatalogProtos.GetIndexByColumnRequest.Builder setTableIdentifier(CatalogProtos.TableIdentifierProto.Builder builderForValue)
required .TableIdentifierProto tableIdentifier = 1;
public CatalogProtos.GetIndexByColumnRequest.Builder mergeTableIdentifier(CatalogProtos.TableIdentifierProto value)
required .TableIdentifierProto tableIdentifier = 1;
public CatalogProtos.GetIndexByColumnRequest.Builder clearTableIdentifier()
required .TableIdentifierProto tableIdentifier = 1;
public CatalogProtos.TableIdentifierProto.Builder getTableIdentifierBuilder()
required .TableIdentifierProto tableIdentifier = 1;
public CatalogProtos.TableIdentifierProtoOrBuilder getTableIdentifierOrBuilder()
required .TableIdentifierProto tableIdentifier = 1;
getTableIdentifierOrBuilder
in interface CatalogProtos.GetIndexByColumnRequestOrBuilder
public boolean hasColumnName()
required string columnName = 2;
hasColumnName
in interface CatalogProtos.GetIndexByColumnRequestOrBuilder
public String getColumnName()
required string columnName = 2;
getColumnName
in interface CatalogProtos.GetIndexByColumnRequestOrBuilder
public com.google.protobuf.ByteString getColumnNameBytes()
required string columnName = 2;
getColumnNameBytes
in interface CatalogProtos.GetIndexByColumnRequestOrBuilder
public CatalogProtos.GetIndexByColumnRequest.Builder setColumnName(String value)
required string columnName = 2;
public CatalogProtos.GetIndexByColumnRequest.Builder clearColumnName()
required string columnName = 2;
public CatalogProtos.GetIndexByColumnRequest.Builder setColumnNameBytes(com.google.protobuf.ByteString value)
required string columnName = 2;
Copyright © 2014 Apache Software Foundation. All Rights Reserved.