public static final class Requests.TablesRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Requests.TablesRequest.Builder> implements Requests.TablesRequestOrBuilder
Request for Request for Meta#getTables(String, org.apache.calcite.avatica.Meta.Pat, org.apache.calcite.avatica.Meta.Pat, java.util.List)Protobuf type
TablesRequest| Modifier and Type | Field and Description |
|---|---|
private int |
bitField0_ |
private Object |
catalog_ |
private Object |
connectionId_ |
private boolean |
hasTypeList_ |
private Object |
schemaPattern_ |
private Object |
tableNamePattern_ |
private com.google.protobuf.LazyStringList |
typeList_ |
| Modifier | Constructor and Description |
|---|---|
private |
Builder() |
private |
Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
| Modifier and Type | Method and Description |
|---|---|
Requests.TablesRequest.Builder |
addAllTypeList(Iterable<String> values)
repeated string type_list = 4; |
Requests.TablesRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Requests.TablesRequest.Builder |
addTypeList(String value)
repeated string type_list = 4; |
Requests.TablesRequest.Builder |
addTypeListBytes(com.google.protobuf.ByteString value)
repeated string type_list = 4; |
Requests.TablesRequest |
build() |
Requests.TablesRequest |
buildPartial() |
Requests.TablesRequest.Builder |
clear() |
Requests.TablesRequest.Builder |
clearCatalog()
string catalog = 1; |
Requests.TablesRequest.Builder |
clearConnectionId()
string connection_id = 7; |
Requests.TablesRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Requests.TablesRequest.Builder |
clearHasTypeList()
Having an empty type_list is distinct from a null type_list
|
Requests.TablesRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Requests.TablesRequest.Builder |
clearSchemaPattern()
string schema_pattern = 2; |
Requests.TablesRequest.Builder |
clearTableNamePattern()
string table_name_pattern = 3; |
Requests.TablesRequest.Builder |
clearTypeList()
repeated string type_list = 4; |
Requests.TablesRequest.Builder |
clone() |
private void |
ensureTypeListIsMutable() |
String |
getCatalog()
string catalog = 1; |
com.google.protobuf.ByteString |
getCatalogBytes()
string catalog = 1; |
String |
getConnectionId()
string connection_id = 7; |
com.google.protobuf.ByteString |
getConnectionIdBytes()
string connection_id = 7; |
Requests.TablesRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getHasTypeList()
Having an empty type_list is distinct from a null type_list
|
String |
getSchemaPattern()
string schema_pattern = 2; |
com.google.protobuf.ByteString |
getSchemaPatternBytes()
string schema_pattern = 2; |
String |
getTableNamePattern()
string table_name_pattern = 3; |
com.google.protobuf.ByteString |
getTableNamePatternBytes()
string table_name_pattern = 3; |
String |
getTypeList(int index)
repeated string type_list = 4; |
com.google.protobuf.ByteString |
getTypeListBytes(int index)
repeated string type_list = 4; |
int |
getTypeListCount()
repeated string type_list = 4; |
com.google.protobuf.ProtocolStringList |
getTypeListList()
repeated string type_list = 4; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
private void |
maybeForceBuilderInitialization() |
Requests.TablesRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Requests.TablesRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
Requests.TablesRequest.Builder |
mergeFrom(Requests.TablesRequest other) |
Requests.TablesRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Requests.TablesRequest.Builder |
setCatalog(String value)
string catalog = 1; |
Requests.TablesRequest.Builder |
setCatalogBytes(com.google.protobuf.ByteString value)
string catalog = 1; |
Requests.TablesRequest.Builder |
setConnectionId(String value)
string connection_id = 7; |
Requests.TablesRequest.Builder |
setConnectionIdBytes(com.google.protobuf.ByteString value)
string connection_id = 7; |
Requests.TablesRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Requests.TablesRequest.Builder |
setHasTypeList(boolean value)
Having an empty type_list is distinct from a null type_list
|
Requests.TablesRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Requests.TablesRequest.Builder |
setSchemaPattern(String value)
string schema_pattern = 2; |
Requests.TablesRequest.Builder |
setSchemaPatternBytes(com.google.protobuf.ByteString value)
string schema_pattern = 2; |
Requests.TablesRequest.Builder |
setTableNamePattern(String value)
string table_name_pattern = 3; |
Requests.TablesRequest.Builder |
setTableNamePatternBytes(com.google.protobuf.ByteString value)
string table_name_pattern = 3; |
Requests.TablesRequest.Builder |
setTypeList(int index,
String value)
repeated string type_list = 4; |
Requests.TablesRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprivate int bitField0_
private Object catalog_
private Object schemaPattern_
private Object tableNamePattern_
private com.google.protobuf.LazyStringList typeList_
private boolean hasTypeList_
private Object connectionId_
private Builder()
private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Requests.TablesRequest.Builder>private void maybeForceBuilderInitialization()
public Requests.TablesRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Requests.TablesRequest.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.GeneratedMessageV3.Builder<Requests.TablesRequest.Builder>public Requests.TablesRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Requests.TablesRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Requests.TablesRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Requests.TablesRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Requests.TablesRequest.Builder>public Requests.TablesRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Requests.TablesRequest.Builder>public Requests.TablesRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Requests.TablesRequest.Builder>public Requests.TablesRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Requests.TablesRequest.Builder>public Requests.TablesRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Requests.TablesRequest.Builder>public Requests.TablesRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Requests.TablesRequest.Builder>public Requests.TablesRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Requests.TablesRequest.Builder>public Requests.TablesRequest.Builder mergeFrom(Requests.TablesRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Requests.TablesRequest.Builder>public Requests.TablesRequest.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<Requests.TablesRequest.Builder>IOExceptionpublic String getCatalog()
string catalog = 1;getCatalog in interface Requests.TablesRequestOrBuilderpublic com.google.protobuf.ByteString getCatalogBytes()
string catalog = 1;getCatalogBytes in interface Requests.TablesRequestOrBuilderpublic Requests.TablesRequest.Builder setCatalog(String value)
string catalog = 1;public Requests.TablesRequest.Builder clearCatalog()
string catalog = 1;public Requests.TablesRequest.Builder setCatalogBytes(com.google.protobuf.ByteString value)
string catalog = 1;public String getSchemaPattern()
string schema_pattern = 2;getSchemaPattern in interface Requests.TablesRequestOrBuilderpublic com.google.protobuf.ByteString getSchemaPatternBytes()
string schema_pattern = 2;getSchemaPatternBytes in interface Requests.TablesRequestOrBuilderpublic Requests.TablesRequest.Builder setSchemaPattern(String value)
string schema_pattern = 2;public Requests.TablesRequest.Builder clearSchemaPattern()
string schema_pattern = 2;public Requests.TablesRequest.Builder setSchemaPatternBytes(com.google.protobuf.ByteString value)
string schema_pattern = 2;public String getTableNamePattern()
string table_name_pattern = 3;getTableNamePattern in interface Requests.TablesRequestOrBuilderpublic com.google.protobuf.ByteString getTableNamePatternBytes()
string table_name_pattern = 3;getTableNamePatternBytes in interface Requests.TablesRequestOrBuilderpublic Requests.TablesRequest.Builder setTableNamePattern(String value)
string table_name_pattern = 3;public Requests.TablesRequest.Builder clearTableNamePattern()
string table_name_pattern = 3;public Requests.TablesRequest.Builder setTableNamePatternBytes(com.google.protobuf.ByteString value)
string table_name_pattern = 3;private void ensureTypeListIsMutable()
public com.google.protobuf.ProtocolStringList getTypeListList()
repeated string type_list = 4;getTypeListList in interface Requests.TablesRequestOrBuilderpublic int getTypeListCount()
repeated string type_list = 4;getTypeListCount in interface Requests.TablesRequestOrBuilderpublic String getTypeList(int index)
repeated string type_list = 4;getTypeList in interface Requests.TablesRequestOrBuilderpublic com.google.protobuf.ByteString getTypeListBytes(int index)
repeated string type_list = 4;getTypeListBytes in interface Requests.TablesRequestOrBuilderpublic Requests.TablesRequest.Builder setTypeList(int index, String value)
repeated string type_list = 4;public Requests.TablesRequest.Builder addTypeList(String value)
repeated string type_list = 4;public Requests.TablesRequest.Builder addAllTypeList(Iterable<String> values)
repeated string type_list = 4;public Requests.TablesRequest.Builder clearTypeList()
repeated string type_list = 4;public Requests.TablesRequest.Builder addTypeListBytes(com.google.protobuf.ByteString value)
repeated string type_list = 4;public boolean getHasTypeList()
Having an empty type_list is distinct from a null type_list
bool has_type_list = 6;getHasTypeList in interface Requests.TablesRequestOrBuilderpublic Requests.TablesRequest.Builder setHasTypeList(boolean value)
Having an empty type_list is distinct from a null type_list
bool has_type_list = 6;public Requests.TablesRequest.Builder clearHasTypeList()
Having an empty type_list is distinct from a null type_list
bool has_type_list = 6;public String getConnectionId()
string connection_id = 7;getConnectionId in interface Requests.TablesRequestOrBuilderpublic com.google.protobuf.ByteString getConnectionIdBytes()
string connection_id = 7;getConnectionIdBytes in interface Requests.TablesRequestOrBuilderpublic Requests.TablesRequest.Builder setConnectionId(String value)
string connection_id = 7;public Requests.TablesRequest.Builder clearConnectionId()
string connection_id = 7;public Requests.TablesRequest.Builder setConnectionIdBytes(com.google.protobuf.ByteString value)
string connection_id = 7;public final Requests.TablesRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Requests.TablesRequest.Builder>public final Requests.TablesRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Requests.TablesRequest.Builder>Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.