Interface RelatedResourceOrBuilder (3.45.0)

public interface RelatedResourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAssetType()

public abstract String getAssetType()

The type of the asset. Example: compute.googleapis.com/Instance

string asset_type = 1;

Returns
TypeDescription
String

The assetType.

getAssetTypeBytes()

public abstract ByteString getAssetTypeBytes()

The type of the asset. Example: compute.googleapis.com/Instance

string asset_type = 1;

Returns
TypeDescription
ByteString

The bytes for assetType.

getFullResourceName()

public abstract String getFullResourceName()

The full resource name of the related resource. Example: //compute.googleapis.com/projects/my_proj_123/zones/instance/instance123

string full_resource_name = 2;

Returns
TypeDescription
String

The fullResourceName.

getFullResourceNameBytes()

public abstract ByteString getFullResourceNameBytes()

The full resource name of the related resource. Example: //compute.googleapis.com/projects/my_proj_123/zones/instance/instance123

string full_resource_name = 2;

Returns
TypeDescription
ByteString

The bytes for fullResourceName.