public static final class CatalogProtos.IndexDescProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<CatalogProtos.IndexDescProto.Builder> implements CatalogProtos.IndexDescProtoOrBuilder
IndexDescProto
Modifier and Type | Method and Description |
---|---|
CatalogProtos.IndexDescProto |
build() |
CatalogProtos.IndexDescProto |
buildPartial() |
CatalogProtos.IndexDescProto.Builder |
clear() |
CatalogProtos.IndexDescProto.Builder |
clearColumn()
required .ColumnProto column = 3; |
CatalogProtos.IndexDescProto.Builder |
clearIndexMethod()
required .IndexMethod indexMethod = 4; |
CatalogProtos.IndexDescProto.Builder |
clearIndexName()
required string indexName = 2; |
CatalogProtos.IndexDescProto.Builder |
clearIsAscending()
optional bool isAscending = 7 [default = false]; |
CatalogProtos.IndexDescProto.Builder |
clearIsClustered()
optional bool isClustered = 6 [default = false]; |
CatalogProtos.IndexDescProto.Builder |
clearIsUnique()
optional bool isUnique = 5 [default = false]; |
CatalogProtos.IndexDescProto.Builder |
clearTableIdentifier()
required .TableIdentifierProto tableIdentifier = 1; |
CatalogProtos.IndexDescProto.Builder |
clone() |
CatalogProtos.ColumnProto |
getColumn()
required .ColumnProto column = 3; |
CatalogProtos.ColumnProto.Builder |
getColumnBuilder()
required .ColumnProto column = 3; |
CatalogProtos.ColumnProtoOrBuilder |
getColumnOrBuilder()
required .ColumnProto column = 3; |
CatalogProtos.IndexDescProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
CatalogProtos.IndexMethod |
getIndexMethod()
required .IndexMethod indexMethod = 4; |
String |
getIndexName()
required string indexName = 2; |
com.google.protobuf.ByteString |
getIndexNameBytes()
required string indexName = 2; |
boolean |
getIsAscending()
optional bool isAscending = 7 [default = false]; |
boolean |
getIsClustered()
optional bool isClustered = 6 [default = false]; |
boolean |
getIsUnique()
optional bool isUnique = 5 [default = false]; |
CatalogProtos.TableIdentifierProto |
getTableIdentifier()
required .TableIdentifierProto tableIdentifier = 1; |
CatalogProtos.TableIdentifierProto.Builder |
getTableIdentifierBuilder()
required .TableIdentifierProto tableIdentifier = 1; |
CatalogProtos.TableIdentifierProtoOrBuilder |
getTableIdentifierOrBuilder()
required .TableIdentifierProto tableIdentifier = 1; |
boolean |
hasColumn()
required .ColumnProto column = 3; |
boolean |
hasIndexMethod()
required .IndexMethod indexMethod = 4; |
boolean |
hasIndexName()
required string indexName = 2; |
boolean |
hasIsAscending()
optional bool isAscending = 7 [default = false]; |
boolean |
hasIsClustered()
optional bool isClustered = 6 [default = false]; |
boolean |
hasIsUnique()
optional bool isUnique = 5 [default = false]; |
boolean |
hasTableIdentifier()
required .TableIdentifierProto tableIdentifier = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CatalogProtos.IndexDescProto.Builder |
mergeColumn(CatalogProtos.ColumnProto value)
required .ColumnProto column = 3; |
CatalogProtos.IndexDescProto.Builder |
mergeFrom(CatalogProtos.IndexDescProto other) |
CatalogProtos.IndexDescProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CatalogProtos.IndexDescProto.Builder |
mergeFrom(com.google.protobuf.Message other) |
CatalogProtos.IndexDescProto.Builder |
mergeTableIdentifier(CatalogProtos.TableIdentifierProto value)
required .TableIdentifierProto tableIdentifier = 1; |
CatalogProtos.IndexDescProto.Builder |
setColumn(CatalogProtos.ColumnProto.Builder builderForValue)
required .ColumnProto column = 3; |
CatalogProtos.IndexDescProto.Builder |
setColumn(CatalogProtos.ColumnProto value)
required .ColumnProto column = 3; |
CatalogProtos.IndexDescProto.Builder |
setIndexMethod(CatalogProtos.IndexMethod value)
required .IndexMethod indexMethod = 4; |
CatalogProtos.IndexDescProto.Builder |
setIndexName(String value)
required string indexName = 2; |
CatalogProtos.IndexDescProto.Builder |
setIndexNameBytes(com.google.protobuf.ByteString value)
required string indexName = 2; |
CatalogProtos.IndexDescProto.Builder |
setIsAscending(boolean value)
optional bool isAscending = 7 [default = false]; |
CatalogProtos.IndexDescProto.Builder |
setIsClustered(boolean value)
optional bool isClustered = 6 [default = false]; |
CatalogProtos.IndexDescProto.Builder |
setIsUnique(boolean value)
optional bool isUnique = 5 [default = false]; |
CatalogProtos.IndexDescProto.Builder |
setTableIdentifier(CatalogProtos.TableIdentifierProto.Builder builderForValue)
required .TableIdentifierProto tableIdentifier = 1; |
CatalogProtos.IndexDescProto.Builder |
setTableIdentifier(CatalogProtos.TableIdentifierProto value)
required .TableIdentifierProto tableIdentifier = 1; |
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.IndexDescProto.Builder>
public CatalogProtos.IndexDescProto.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.IndexDescProto.Builder>
public CatalogProtos.IndexDescProto.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.IndexDescProto.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.IndexDescProto.Builder>
public CatalogProtos.IndexDescProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public CatalogProtos.IndexDescProto build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public CatalogProtos.IndexDescProto buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public CatalogProtos.IndexDescProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<CatalogProtos.IndexDescProto.Builder>
public CatalogProtos.IndexDescProto.Builder mergeFrom(CatalogProtos.IndexDescProto other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<CatalogProtos.IndexDescProto.Builder>
public CatalogProtos.IndexDescProto.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.IndexDescProto.Builder>
IOException
public boolean hasTableIdentifier()
required .TableIdentifierProto tableIdentifier = 1;
hasTableIdentifier
in interface CatalogProtos.IndexDescProtoOrBuilder
public CatalogProtos.TableIdentifierProto getTableIdentifier()
required .TableIdentifierProto tableIdentifier = 1;
getTableIdentifier
in interface CatalogProtos.IndexDescProtoOrBuilder
public CatalogProtos.IndexDescProto.Builder setTableIdentifier(CatalogProtos.TableIdentifierProto value)
required .TableIdentifierProto tableIdentifier = 1;
public CatalogProtos.IndexDescProto.Builder setTableIdentifier(CatalogProtos.TableIdentifierProto.Builder builderForValue)
required .TableIdentifierProto tableIdentifier = 1;
public CatalogProtos.IndexDescProto.Builder mergeTableIdentifier(CatalogProtos.TableIdentifierProto value)
required .TableIdentifierProto tableIdentifier = 1;
public CatalogProtos.IndexDescProto.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.IndexDescProtoOrBuilder
public boolean hasIndexName()
required string indexName = 2;
hasIndexName
in interface CatalogProtos.IndexDescProtoOrBuilder
public String getIndexName()
required string indexName = 2;
getIndexName
in interface CatalogProtos.IndexDescProtoOrBuilder
public com.google.protobuf.ByteString getIndexNameBytes()
required string indexName = 2;
getIndexNameBytes
in interface CatalogProtos.IndexDescProtoOrBuilder
public CatalogProtos.IndexDescProto.Builder setIndexName(String value)
required string indexName = 2;
public CatalogProtos.IndexDescProto.Builder clearIndexName()
required string indexName = 2;
public CatalogProtos.IndexDescProto.Builder setIndexNameBytes(com.google.protobuf.ByteString value)
required string indexName = 2;
public boolean hasColumn()
required .ColumnProto column = 3;
hasColumn
in interface CatalogProtos.IndexDescProtoOrBuilder
public CatalogProtos.ColumnProto getColumn()
required .ColumnProto column = 3;
getColumn
in interface CatalogProtos.IndexDescProtoOrBuilder
public CatalogProtos.IndexDescProto.Builder setColumn(CatalogProtos.ColumnProto value)
required .ColumnProto column = 3;
public CatalogProtos.IndexDescProto.Builder setColumn(CatalogProtos.ColumnProto.Builder builderForValue)
required .ColumnProto column = 3;
public CatalogProtos.IndexDescProto.Builder mergeColumn(CatalogProtos.ColumnProto value)
required .ColumnProto column = 3;
public CatalogProtos.IndexDescProto.Builder clearColumn()
required .ColumnProto column = 3;
public CatalogProtos.ColumnProto.Builder getColumnBuilder()
required .ColumnProto column = 3;
public CatalogProtos.ColumnProtoOrBuilder getColumnOrBuilder()
required .ColumnProto column = 3;
getColumnOrBuilder
in interface CatalogProtos.IndexDescProtoOrBuilder
public boolean hasIndexMethod()
required .IndexMethod indexMethod = 4;
hasIndexMethod
in interface CatalogProtos.IndexDescProtoOrBuilder
public CatalogProtos.IndexMethod getIndexMethod()
required .IndexMethod indexMethod = 4;
getIndexMethod
in interface CatalogProtos.IndexDescProtoOrBuilder
public CatalogProtos.IndexDescProto.Builder setIndexMethod(CatalogProtos.IndexMethod value)
required .IndexMethod indexMethod = 4;
public CatalogProtos.IndexDescProto.Builder clearIndexMethod()
required .IndexMethod indexMethod = 4;
public boolean hasIsUnique()
optional bool isUnique = 5 [default = false];
hasIsUnique
in interface CatalogProtos.IndexDescProtoOrBuilder
public boolean getIsUnique()
optional bool isUnique = 5 [default = false];
getIsUnique
in interface CatalogProtos.IndexDescProtoOrBuilder
public CatalogProtos.IndexDescProto.Builder setIsUnique(boolean value)
optional bool isUnique = 5 [default = false];
public CatalogProtos.IndexDescProto.Builder clearIsUnique()
optional bool isUnique = 5 [default = false];
public boolean hasIsClustered()
optional bool isClustered = 6 [default = false];
hasIsClustered
in interface CatalogProtos.IndexDescProtoOrBuilder
public boolean getIsClustered()
optional bool isClustered = 6 [default = false];
getIsClustered
in interface CatalogProtos.IndexDescProtoOrBuilder
public CatalogProtos.IndexDescProto.Builder setIsClustered(boolean value)
optional bool isClustered = 6 [default = false];
public CatalogProtos.IndexDescProto.Builder clearIsClustered()
optional bool isClustered = 6 [default = false];
public boolean hasIsAscending()
optional bool isAscending = 7 [default = false];
hasIsAscending
in interface CatalogProtos.IndexDescProtoOrBuilder
public boolean getIsAscending()
optional bool isAscending = 7 [default = false];
getIsAscending
in interface CatalogProtos.IndexDescProtoOrBuilder
public CatalogProtos.IndexDescProto.Builder setIsAscending(boolean value)
optional bool isAscending = 7 [default = false];
public CatalogProtos.IndexDescProto.Builder clearIsAscending()
optional bool isAscending = 7 [default = false];
Copyright © 2014 Apache Software Foundation. All Rights Reserved.