Class GetDiskRequest.Builder (1.93.0)

public static final class GetDiskRequest.Builder extends GeneratedMessage.Builder<GetDiskRequest.Builder> implements GetDiskRequestOrBuilder

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

Protobuf type google.cloud.compute.v1.GetDiskRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetDiskRequest build()
Returns
Type Description
GetDiskRequest

buildPartial()

public GetDiskRequest buildPartial()
Returns
Type Description
GetDiskRequest

clear()

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

clearDisk()

public GetDiskRequest.Builder clearDisk()

Name of the persistent disk to return.

string disk = 3083677 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetDiskRequest.Builder

This builder for chaining.

clearProject()

public GetDiskRequest.Builder clearProject()

Project ID for this request.

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

Returns
Type Description
GetDiskRequest.Builder

This builder for chaining.

clearZone()

public GetDiskRequest.Builder clearZone()

The name of the zone for this request.

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

Returns
Type Description
GetDiskRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetDiskRequest getDefaultInstanceForType()
Returns
Type Description
GetDiskRequest

getDescriptorForType()

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

getDisk()

public String getDisk()

Name of the persistent disk to return.

string disk = 3083677 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The disk.

getDiskBytes()

public ByteString getDiskBytes()

Name of the persistent disk to return.

string disk = 3083677 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for disk.

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(GetDiskRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setDisk(String value)

public GetDiskRequest.Builder setDisk(String value)

Name of the persistent disk to return.

string disk = 3083677 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The disk to set.

Returns
Type Description
GetDiskRequest.Builder

This builder for chaining.

setDiskBytes(ByteString value)

public GetDiskRequest.Builder setDiskBytes(ByteString value)

Name of the persistent disk to return.

string disk = 3083677 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for disk to set.

Returns
Type Description
GetDiskRequest.Builder

This builder for chaining.

setProject(String value)

public GetDiskRequest.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
GetDiskRequest.Builder

This builder for chaining.

setProjectBytes(ByteString value)

public GetDiskRequest.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
GetDiskRequest.Builder

This builder for chaining.

setZone(String value)

public GetDiskRequest.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
GetDiskRequest.Builder

This builder for chaining.

setZoneBytes(ByteString value)

public GetDiskRequest.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
GetDiskRequest.Builder

This builder for chaining.