public interface ComputeInstanceTargetEnvironmentOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getProject()
public abstract String getProject()
Required. Target project for the Compute Engine instance.
string project = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The project. |
getProjectBytes()
public abstract ByteString getProjectBytes()
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()
public abstract String getZone()
Required. The zone of the Compute Engine instance.
string zone = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The zone. |
getZoneBytes()
public abstract ByteString getZoneBytes()
Required. The zone of the Compute Engine instance.
string zone = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for zone. |