public interface GcpResourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getGcpResourcename()
public abstract String getGcpResourcename()
Name of the Google Cloud resource.
string gcp_resourcename = 1;
Returns | |
---|---|
Type | Description |
String |
The gcpResourcename. |
getGcpResourcenameBytes()
public abstract ByteString getGcpResourcenameBytes()
Name of the Google Cloud resource.
string gcp_resourcename = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for gcpResourcename. |
getLocation()
public abstract String getLocation()
Location of the resource: <region>/<zone>/"global"/"unspecified".
string location = 2;
Returns | |
---|---|
Type | Description |
String |
The location. |
getLocationBytes()
public abstract ByteString getLocationBytes()
Location of the resource: <region>/<zone>/"global"/"unspecified".
string location = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for location. |
getType()
public abstract String getType()
Type of the resource. Use the Unified Resource Type, eg. compute.googleapis.com/Instance.
string type = 3;
Returns | |
---|---|
Type | Description |
String |
The type. |
getTypeBytes()
public abstract ByteString getTypeBytes()
Type of the resource. Use the Unified Resource Type, eg. compute.googleapis.com/Instance.
string type = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for type. |