Interface AssetOrBuilder (0.6.0)

public interface AssetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAssetName()

public abstract String getAssetName()

Output only. Full name of the resource as defined in Resource Names.

string asset_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The assetName.

getAssetNameBytes()

public abstract ByteString getAssetNameBytes()

Output only. Full name of the resource as defined in Resource Names.

string asset_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for assetName.

getAssetType()

public abstract String getAssetType()

Output only. Type of the asset. Example: "cloudresourcemanager.googleapis.com/Project"

string asset_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The assetType.

getAssetTypeBytes()

public abstract ByteString getAssetTypeBytes()

Output only. Type of the asset. Example: "cloudresourcemanager.googleapis.com/Project"

string asset_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for assetType.