public static final class FeatureOnlineStore.Bigtable.BigtableMetadata.Builder extends GeneratedMessage.Builder<FeatureOnlineStore.Bigtable.BigtableMetadata.Builder> implements FeatureOnlineStore.Bigtable.BigtableMetadataOrBuilderMetadata of the Bigtable instance. This is used by direct read access to the Bigtable in tenant project.
Protobuf type
google.cloud.aiplatform.v1beta1.FeatureOnlineStore.Bigtable.BigtableMetadata
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > FeatureOnlineStore.Bigtable.BigtableMetadata.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public FeatureOnlineStore.Bigtable.BigtableMetadata build()| Returns | |
|---|---|
| Type | Description |
FeatureOnlineStore.Bigtable.BigtableMetadata |
|
buildPartial()
public FeatureOnlineStore.Bigtable.BigtableMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
FeatureOnlineStore.Bigtable.BigtableMetadata |
|
clear()
public FeatureOnlineStore.Bigtable.BigtableMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
FeatureOnlineStore.Bigtable.BigtableMetadata.Builder |
|
clearInstanceId()
public FeatureOnlineStore.Bigtable.BigtableMetadata.Builder clearInstanceId()The Cloud Bigtable instance id.
string instance_id = 2;
| Returns | |
|---|---|
| Type | Description |
FeatureOnlineStore.Bigtable.BigtableMetadata.Builder |
This builder for chaining. |
clearTableId()
public FeatureOnlineStore.Bigtable.BigtableMetadata.Builder clearTableId()The Cloud Bigtable table id.
string table_id = 3;
| Returns | |
|---|---|
| Type | Description |
FeatureOnlineStore.Bigtable.BigtableMetadata.Builder |
This builder for chaining. |
clearTenantProjectId()
public FeatureOnlineStore.Bigtable.BigtableMetadata.Builder clearTenantProjectId()Tenant project ID.
string tenant_project_id = 1;
| Returns | |
|---|---|
| Type | Description |
FeatureOnlineStore.Bigtable.BigtableMetadata.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public FeatureOnlineStore.Bigtable.BigtableMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FeatureOnlineStore.Bigtable.BigtableMetadata |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getInstanceId()
public String getInstanceId()The Cloud Bigtable instance id.
string instance_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The instanceId. |
getInstanceIdBytes()
public ByteString getInstanceIdBytes()The Cloud Bigtable instance id.
string instance_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instanceId. |
getTableId()
public String getTableId()The Cloud Bigtable table id.
string table_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The tableId. |
getTableIdBytes()
public ByteString getTableIdBytes()The Cloud Bigtable table id.
string table_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tableId. |
getTenantProjectId()
public String getTenantProjectId()Tenant project ID.
string tenant_project_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The tenantProjectId. |
getTenantProjectIdBytes()
public ByteString getTenantProjectIdBytes()Tenant project ID.
string tenant_project_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tenantProjectId. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(FeatureOnlineStore.Bigtable.BigtableMetadata other)
public FeatureOnlineStore.Bigtable.BigtableMetadata.Builder mergeFrom(FeatureOnlineStore.Bigtable.BigtableMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
FeatureOnlineStore.Bigtable.BigtableMetadata |
| Returns | |
|---|---|
| Type | Description |
FeatureOnlineStore.Bigtable.BigtableMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FeatureOnlineStore.Bigtable.BigtableMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FeatureOnlineStore.Bigtable.BigtableMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public FeatureOnlineStore.Bigtable.BigtableMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
FeatureOnlineStore.Bigtable.BigtableMetadata.Builder |
|
setInstanceId(String value)
public FeatureOnlineStore.Bigtable.BigtableMetadata.Builder setInstanceId(String value)The Cloud Bigtable instance id.
string instance_id = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe instanceId to set. |
| Returns | |
|---|---|
| Type | Description |
FeatureOnlineStore.Bigtable.BigtableMetadata.Builder |
This builder for chaining. |
setInstanceIdBytes(ByteString value)
public FeatureOnlineStore.Bigtable.BigtableMetadata.Builder setInstanceIdBytes(ByteString value)The Cloud Bigtable instance id.
string instance_id = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for instanceId to set. |
| Returns | |
|---|---|
| Type | Description |
FeatureOnlineStore.Bigtable.BigtableMetadata.Builder |
This builder for chaining. |
setTableId(String value)
public FeatureOnlineStore.Bigtable.BigtableMetadata.Builder setTableId(String value)The Cloud Bigtable table id.
string table_id = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe tableId to set. |
| Returns | |
|---|---|
| Type | Description |
FeatureOnlineStore.Bigtable.BigtableMetadata.Builder |
This builder for chaining. |
setTableIdBytes(ByteString value)
public FeatureOnlineStore.Bigtable.BigtableMetadata.Builder setTableIdBytes(ByteString value)The Cloud Bigtable table id.
string table_id = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for tableId to set. |
| Returns | |
|---|---|
| Type | Description |
FeatureOnlineStore.Bigtable.BigtableMetadata.Builder |
This builder for chaining. |
setTenantProjectId(String value)
public FeatureOnlineStore.Bigtable.BigtableMetadata.Builder setTenantProjectId(String value)Tenant project ID.
string tenant_project_id = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe tenantProjectId to set. |
| Returns | |
|---|---|
| Type | Description |
FeatureOnlineStore.Bigtable.BigtableMetadata.Builder |
This builder for chaining. |
setTenantProjectIdBytes(ByteString value)
public FeatureOnlineStore.Bigtable.BigtableMetadata.Builder setTenantProjectIdBytes(ByteString value)Tenant project ID.
string tenant_project_id = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for tenantProjectId to set. |
| Returns | |
|---|---|
| Type | Description |
FeatureOnlineStore.Bigtable.BigtableMetadata.Builder |
This builder for chaining. |