public interface RelatedResourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAssetType()
public abstract String getAssetType() The type of the asset. Example: compute.googleapis.com/Instance
string asset_type = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The assetType. |
getAssetTypeBytes()
public abstract ByteString getAssetTypeBytes() The type of the asset. Example: compute.googleapis.com/Instance
string asset_type = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for fullResourceName. |