Reference documentation and code samples for the Compute V1 Client class GetDiskTypeRequest.
A request message for DiskTypes.Get. See the method description for details.
Generated from protobuf message google.cloud.compute.v1.GetDiskTypeRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ disk_type
string
Name of the disk type to return.
↳ project
string
Project ID for this request.
↳ zone
string
The name of the zone for this request.
getDiskType
Name of the disk type to return.
Generated from protobuf field string disk_type = 93009052 [(.google.api.field_behavior) = REQUIRED];
string
setDiskType
Name of the disk type to return.
Generated from protobuf field string disk_type = 93009052 [(.google.api.field_behavior) = REQUIRED];
var
string
$this
getProject
Project ID for this request.
Generated from protobuf field string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
string
setProject
Project ID for this request.
Generated from protobuf field string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
var
string
$this
getZone
The name of the zone for this request.
Generated from protobuf field string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
string
setZone
The name of the zone for this request.
Generated from protobuf field string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
var
string
$this