Interface ComputeInstanceTargetEnvironmentOrBuilder (0.35.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface ComputeInstanceTargetEnvironmentOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getProject()
publicabstractStringgetProject()Required. Target project for the Compute Engine instance.
string project = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
publicabstractByteStringgetProjectBytes()Required. Target project for the Compute Engine instance.
string project = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |
getZone()
publicabstractStringgetZone()Required. The zone of the Compute Engine instance.
string zone = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The zone. |
getZoneBytes()
publicabstractByteStringgetZoneBytes()Required. The zone of the Compute Engine instance.
string zone = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for zone. |