Interface ResourceIdOrBuilder (0.14.0)

public interface ResourceIdOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFullResourceName()

public abstract String getFullResourceName()

The full resource name of the resource.

string full_resource_name = 1;

Returns
Type Description
String

The fullResourceName.

getFullResourceNameBytes()

public abstract ByteString getFullResourceNameBytes()

The full resource name of the resource.

string full_resource_name = 1;

Returns
Type Description
ByteString

The bytes for fullResourceName.

getProduct()

public abstract Product getProduct()

The product of the resource, including the type, engine, and version.

.google.cloud.databasecenter.v1beta.Product product = 3;

Returns
Type Description
Product

The product.

getProductOrBuilder()

public abstract ProductOrBuilder getProductOrBuilder()

The product of the resource, including the type, engine, and version.

.google.cloud.databasecenter.v1beta.Product product = 3;

Returns
Type Description
ProductOrBuilder

getResourceType()

public abstract String getResourceType()

The type of the resource. sqladmin.googleapis.com/Instance alloydb.googleapis.com/Cluster alloydb.googleapis.com/Instance

string resource_type = 2;

Returns
Type Description
String

The resourceType.

getResourceTypeBytes()

public abstract ByteString getResourceTypeBytes()

The type of the resource. sqladmin.googleapis.com/Instance alloydb.googleapis.com/Cluster alloydb.googleapis.com/Instance

string resource_type = 2;

Returns
Type Description
ByteString

The bytes for resourceType.

hasProduct()

public abstract boolean hasProduct()

The product of the resource, including the type, engine, and version.

.google.cloud.databasecenter.v1beta.Product product = 3;

Returns
Type Description
boolean

Whether the product field is set.