public static final class Requests.TablesRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<Requests.TablesRequest.Builder> implements Requests.TablesRequestOrBuilder
TablesRequest
Request for Request for Meta#getTables(String, org.apache.calcite.avatica.Meta.Pat, org.apache.calcite.avatica.Meta.Pat, java.util.List)
| 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 |
Requests.TablesRequest.Builder() |
private |
Requests.TablesRequest.Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
| Modifier and Type | Method and Description |
|---|---|
Requests.TablesRequest.Builder |
addAllTypeList(Iterable<String> values)
repeated string type_list = 4; |
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()
optional string catalog = 1; |
Requests.TablesRequest.Builder |
clearConnectionId()
optional string connection_id = 7; |
Requests.TablesRequest.Builder |
clearHasTypeList()
optional bool has_type_list = 6; |
Requests.TablesRequest.Builder |
clearSchemaPattern()
optional string schema_pattern = 2; |
Requests.TablesRequest.Builder |
clearTableNamePattern()
optional string table_name_pattern = 3; |
Requests.TablesRequest.Builder |
clearTypeList()
repeated string type_list = 4; |
private void |
ensureTypeListIsMutable() |
String |
getCatalog()
optional string catalog = 1; |
com.google.protobuf.ByteString |
getCatalogBytes()
optional string catalog = 1; |
String |
getConnectionId()
optional string connection_id = 7; |
com.google.protobuf.ByteString |
getConnectionIdBytes()
optional string connection_id = 7; |
Requests.TablesRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getHasTypeList()
optional bool has_type_list = 6; |
String |
getSchemaPattern()
optional string schema_pattern = 2; |
com.google.protobuf.ByteString |
getSchemaPatternBytes()
optional string schema_pattern = 2; |
String |
getTableNamePattern()
optional string table_name_pattern = 3; |
com.google.protobuf.ByteString |
getTableNamePatternBytes()
optional 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.GeneratedMessage.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)
optional string catalog = 1; |
Requests.TablesRequest.Builder |
setCatalogBytes(com.google.protobuf.ByteString value)
optional string catalog = 1; |
Requests.TablesRequest.Builder |
setConnectionId(String value)
optional string connection_id = 7; |
Requests.TablesRequest.Builder |
setConnectionIdBytes(com.google.protobuf.ByteString value)
optional string connection_id = 7; |
Requests.TablesRequest.Builder |
setHasTypeList(boolean value)
optional bool has_type_list = 6; |
Requests.TablesRequest.Builder |
setSchemaPattern(String value)
optional string schema_pattern = 2; |
Requests.TablesRequest.Builder |
setSchemaPatternBytes(com.google.protobuf.ByteString value)
optional string schema_pattern = 2; |
Requests.TablesRequest.Builder |
setTableNamePattern(String value)
optional string table_name_pattern = 3; |
Requests.TablesRequest.Builder |
setTableNamePatternBytes(com.google.protobuf.ByteString value)
optional 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) |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedFieldfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, newUninitializedMessageExceptionprivate int bitField0_
private Object catalog_
private Object schemaPattern_
private Object tableNamePattern_
private com.google.protobuf.LazyStringList typeList_
private boolean hasTypeList_
private Object connectionId_
private Requests.TablesRequest.Builder()
private Requests.TablesRequest.Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.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.GeneratedMessage.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.GeneratedMessage.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 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.GeneratedMessage.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()
optional string catalog = 1;getCatalog in interface Requests.TablesRequestOrBuilderpublic com.google.protobuf.ByteString getCatalogBytes()
optional string catalog = 1;getCatalogBytes in interface Requests.TablesRequestOrBuilderpublic Requests.TablesRequest.Builder setCatalog(String value)
optional string catalog = 1;public Requests.TablesRequest.Builder clearCatalog()
optional string catalog = 1;public Requests.TablesRequest.Builder setCatalogBytes(com.google.protobuf.ByteString value)
optional string catalog = 1;public String getSchemaPattern()
optional string schema_pattern = 2;getSchemaPattern in interface Requests.TablesRequestOrBuilderpublic com.google.protobuf.ByteString getSchemaPatternBytes()
optional string schema_pattern = 2;getSchemaPatternBytes in interface Requests.TablesRequestOrBuilderpublic Requests.TablesRequest.Builder setSchemaPattern(String value)
optional string schema_pattern = 2;public Requests.TablesRequest.Builder clearSchemaPattern()
optional string schema_pattern = 2;public Requests.TablesRequest.Builder setSchemaPatternBytes(com.google.protobuf.ByteString value)
optional string schema_pattern = 2;public String getTableNamePattern()
optional string table_name_pattern = 3;getTableNamePattern in interface Requests.TablesRequestOrBuilderpublic com.google.protobuf.ByteString getTableNamePatternBytes()
optional string table_name_pattern = 3;getTableNamePatternBytes in interface Requests.TablesRequestOrBuilderpublic Requests.TablesRequest.Builder setTableNamePattern(String value)
optional string table_name_pattern = 3;public Requests.TablesRequest.Builder clearTableNamePattern()
optional string table_name_pattern = 3;public Requests.TablesRequest.Builder setTableNamePatternBytes(com.google.protobuf.ByteString value)
optional 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()
optional bool has_type_list = 6;
Having an empty type_list is distinct from a null type_list
getHasTypeList in interface Requests.TablesRequestOrBuilderpublic Requests.TablesRequest.Builder setHasTypeList(boolean value)
optional bool has_type_list = 6;
Having an empty type_list is distinct from a null type_list
public Requests.TablesRequest.Builder clearHasTypeList()
optional bool has_type_list = 6;
Having an empty type_list is distinct from a null type_list
public String getConnectionId()
optional string connection_id = 7;getConnectionId in interface Requests.TablesRequestOrBuilderpublic com.google.protobuf.ByteString getConnectionIdBytes()
optional string connection_id = 7;getConnectionIdBytes in interface Requests.TablesRequestOrBuilderpublic Requests.TablesRequest.Builder setConnectionId(String value)
optional string connection_id = 7;public Requests.TablesRequest.Builder clearConnectionId()
optional string connection_id = 7;public Requests.TablesRequest.Builder setConnectionIdBytes(com.google.protobuf.ByteString value)
optional 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.GeneratedMessage.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.GeneratedMessage.Builder<Requests.TablesRequest.Builder>Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.