public interface AssetOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString | The bytes for assetType. |