Interface GcpResourceOrBuilder (0.26.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface GcpResourceOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getGcpResourcename()
publicabstractStringgetGcpResourcename()Name of the Google Cloud resource.
string gcp_resourcename = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The gcpResourcename. |
getGcpResourcenameBytes()
publicabstractByteStringgetGcpResourcenameBytes()Name of the Google Cloud resource.
string gcp_resourcename = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gcpResourcename. |
getLocation()
publicabstractStringgetLocation()Location of the resource: <region>/<zone>/"global"/"unspecified".
string location = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The location. |
getLocationBytes()
publicabstractByteStringgetLocationBytes()Location of the resource: <region>/<zone>/"global"/"unspecified".
string location = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for location. |
getType()
publicabstractStringgetType()Type of the resource. Use the Unified Resource Type, eg. compute.googleapis.com/Instance.
string type = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The type. |
getTypeBytes()
publicabstractByteStringgetTypeBytes()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. |