Class GetDiskTypeRequest.Builder (1.93.0)

public static final class GetDiskTypeRequest.Builder extends GeneratedMessage.Builder<GetDiskTypeRequest.Builder> implements GetDiskTypeRequestOrBuilder

A request message for DiskTypes.Get. See the method description for details.

Protobuf type google.cloud.compute.v1.GetDiskTypeRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public GetDiskTypeRequest build()
Returns
Type Description
GetDiskTypeRequest

buildPartial()

public GetDiskTypeRequest buildPartial()
Returns
Type Description
GetDiskTypeRequest

clear()

public GetDiskTypeRequest.Builder clear()
Returns
Type Description
GetDiskTypeRequest.Builder
Overrides

clearDiskType()

public GetDiskTypeRequest.Builder clearDiskType()

Name of the disk type to return.

string disk_type = 93009052 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetDiskTypeRequest.Builder

This builder for chaining.

clearProject()

public GetDiskTypeRequest.Builder clearProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetDiskTypeRequest.Builder

This builder for chaining.

clearZone()

public GetDiskTypeRequest.Builder clearZone()

The name of the zone for this request.

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetDiskTypeRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetDiskTypeRequest getDefaultInstanceForType()
Returns
Type Description
GetDiskTypeRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDiskType()

public String getDiskType()

Name of the disk type to return.

string disk_type = 93009052 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The diskType.

getDiskTypeBytes()

public ByteString getDiskTypeBytes()

Name of the disk type to return.

string disk_type = 93009052 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for diskType.

getProject()

public String getProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The project.

getProjectBytes()

public ByteString getProjectBytes()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for project.

getZone()

public String getZone()

The name of the zone for this request.

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The zone.

getZoneBytes()

public ByteString getZoneBytes()

The name of the zone for this request.

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for zone.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetDiskTypeRequest other)

public GetDiskTypeRequest.Builder mergeFrom(GetDiskTypeRequest other)
Parameter
Name Description
other GetDiskTypeRequest
Returns
Type Description
GetDiskTypeRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetDiskTypeRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetDiskTypeRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetDiskTypeRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetDiskTypeRequest.Builder
Overrides

setDiskType(String value)

public GetDiskTypeRequest.Builder setDiskType(String value)

Name of the disk type to return.

string disk_type = 93009052 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The diskType to set.

Returns
Type Description
GetDiskTypeRequest.Builder

This builder for chaining.

setDiskTypeBytes(ByteString value)

public GetDiskTypeRequest.Builder setDiskTypeBytes(ByteString value)

Name of the disk type to return.

string disk_type = 93009052 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for diskType to set.

Returns
Type Description
GetDiskTypeRequest.Builder

This builder for chaining.

setProject(String value)

public GetDiskTypeRequest.Builder setProject(String value)

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The project to set.

Returns
Type Description
GetDiskTypeRequest.Builder

This builder for chaining.

setProjectBytes(ByteString value)

public GetDiskTypeRequest.Builder setProjectBytes(ByteString value)

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for project to set.

Returns
Type Description
GetDiskTypeRequest.Builder

This builder for chaining.

setZone(String value)

public GetDiskTypeRequest.Builder setZone(String value)

The name of the zone for this request.

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The zone to set.

Returns
Type Description
GetDiskTypeRequest.Builder

This builder for chaining.

setZoneBytes(ByteString value)

public GetDiskTypeRequest.Builder setZoneBytes(ByteString value)

The name of the zone for this request.

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for zone to set.

Returns
Type Description
GetDiskTypeRequest.Builder

This builder for chaining.