public interface DiskTargetEnvironmentOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getProject()
public abstract String getProject()Required. Target project for the disk.
 string project = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| String | The project. | 
getProjectBytes()
public abstract ByteString getProjectBytes()Required. Target project for the disk.
 string project = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for project. | 
getZone()
public abstract String getZone()Required. Target zone for the disk.
 string zone = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| String | The zone. | 
getZoneBytes()
public abstract ByteString getZoneBytes()Required. Target zone for the disk.
 string zone = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for zone. |