Interface FeatureOnlineStore.Bigtable.BigtableMetadataOrBuilder (3.79.0)

public static interface FeatureOnlineStore.Bigtable.BigtableMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstanceId()

public abstract String getInstanceId()

The Cloud Bigtable instance id.

string instance_id = 2;

Returns
Type Description
String

The instanceId.

getInstanceIdBytes()

public abstract ByteString getInstanceIdBytes()

The Cloud Bigtable instance id.

string instance_id = 2;

Returns
Type Description
ByteString

The bytes for instanceId.

getTableId()

public abstract String getTableId()

The Cloud Bigtable table id.

string table_id = 3;

Returns
Type Description
String

The tableId.

getTableIdBytes()

public abstract ByteString getTableIdBytes()

The Cloud Bigtable table id.

string table_id = 3;

Returns
Type Description
ByteString

The bytes for tableId.

getTenantProjectId()

public abstract String getTenantProjectId()

Tenant project ID.

string tenant_project_id = 1;

Returns
Type Description
String

The tenantProjectId.

getTenantProjectIdBytes()

public abstract ByteString getTenantProjectIdBytes()

Tenant project ID.

string tenant_project_id = 1;

Returns
Type Description
ByteString

The bytes for tenantProjectId.