public static final class GetTableRequest.Builder extends GeneratedMessageV3.Builder<GetTableRequest.Builder> implements GetTableRequestOrBuilder
Request message for google.bigtable.admin.v2.BigtableTableAdmin.GetTable
Protobuf type google.bigtable.admin.v2.GetTableRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetTableRequest.BuilderImplements
GetTableRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetTableRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GetTableRequest.Builder |
build()
public GetTableRequest build()
Type | Description |
GetTableRequest |
buildPartial()
public GetTableRequest buildPartial()
Type | Description |
GetTableRequest |
clear()
public GetTableRequest.Builder clear()
Type | Description |
GetTableRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetTableRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
GetTableRequest.Builder |
clearName()
public GetTableRequest.Builder clearName()
Required. The unique name of the requested table.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
GetTableRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetTableRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
GetTableRequest.Builder |
clearView()
public GetTableRequest.Builder clearView()
The view to be applied to the returned table's fields.
Defaults to SCHEMA_VIEW
if unspecified.
.google.bigtable.admin.v2.Table.View view = 2;
Type | Description |
GetTableRequest.Builder | This builder for chaining. |
clone()
public GetTableRequest.Builder clone()
Type | Description |
GetTableRequest.Builder |
getDefaultInstanceForType()
public GetTableRequest getDefaultInstanceForType()
Type | Description |
GetTableRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getName()
public String getName()
Required. The unique name of the requested table.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Required. The unique name of the requested table.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for name. |
getView()
public Table.View getView()
The view to be applied to the returned table's fields.
Defaults to SCHEMA_VIEW
if unspecified.
.google.bigtable.admin.v2.Table.View view = 2;
Type | Description |
Table.View | The view. |
getViewValue()
public int getViewValue()
The view to be applied to the returned table's fields.
Defaults to SCHEMA_VIEW
if unspecified.
.google.bigtable.admin.v2.Table.View view = 2;
Type | Description |
int | The enum numeric value on the wire for view. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(GetTableRequest other)
public GetTableRequest.Builder mergeFrom(GetTableRequest other)
Name | Description |
other | GetTableRequest |
Type | Description |
GetTableRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetTableRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetTableRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public GetTableRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
GetTableRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetTableRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GetTableRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetTableRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GetTableRequest.Builder |
setName(String value)
public GetTableRequest.Builder setName(String value)
Required. The unique name of the requested table.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | String The name to set. |
Type | Description |
GetTableRequest.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public GetTableRequest.Builder setNameBytes(ByteString value)
Required. The unique name of the requested table.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
GetTableRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetTableRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
GetTableRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetTableRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GetTableRequest.Builder |
setView(Table.View value)
public GetTableRequest.Builder setView(Table.View value)
The view to be applied to the returned table's fields.
Defaults to SCHEMA_VIEW
if unspecified.
.google.bigtable.admin.v2.Table.View view = 2;
Name | Description |
value | Table.View The view to set. |
Type | Description |
GetTableRequest.Builder | This builder for chaining. |
setViewValue(int value)
public GetTableRequest.Builder setViewValue(int value)
The view to be applied to the returned table's fields.
Defaults to SCHEMA_VIEW
if unspecified.
.google.bigtable.admin.v2.Table.View view = 2;
Name | Description |
value | int The enum numeric value on the wire for view to set. |
Type | Description |
GetTableRequest.Builder | This builder for chaining. |