Class GetRegionSnapshotRequest.Builder (1.105.0)

public static final class GetRegionSnapshotRequest.Builder extends GeneratedMessage.Builder<GetRegionSnapshotRequest.Builder> implements GetRegionSnapshotRequestOrBuilder

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

Protobuf type google.cloud.compute.v1.GetRegionSnapshotRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetRegionSnapshotRequest build()
Returns
Type Description
GetRegionSnapshotRequest

buildPartial()

public GetRegionSnapshotRequest buildPartial()
Returns
Type Description
GetRegionSnapshotRequest

clear()

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

clearProject()

public GetRegionSnapshotRequest.Builder clearProject()

Project ID for this request.

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

Returns
Type Description
GetRegionSnapshotRequest.Builder

This builder for chaining.

clearRegion()

public GetRegionSnapshotRequest.Builder clearRegion()

Name of the region for this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetRegionSnapshotRequest.Builder

This builder for chaining.

clearSnapshot()

public GetRegionSnapshotRequest.Builder clearSnapshot()

Name of the Snapshot resource to return.

string snapshot = 284874180 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetRegionSnapshotRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetRegionSnapshotRequest getDefaultInstanceForType()
Returns
Type Description
GetRegionSnapshotRequest

getDescriptorForType()

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

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.

getRegion()

public String getRegion()

Name of the region for this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The region.

getRegionBytes()

public ByteString getRegionBytes()

Name of the region for this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for region.

getSnapshot()

public String getSnapshot()

Name of the Snapshot resource to return.

string snapshot = 284874180 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The snapshot.

getSnapshotBytes()

public ByteString getSnapshotBytes()

Name of the Snapshot resource to return.

string snapshot = 284874180 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for snapshot.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetRegionSnapshotRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setProject(String value)

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

This builder for chaining.

setProjectBytes(ByteString value)

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

This builder for chaining.

setRegion(String value)

public GetRegionSnapshotRequest.Builder setRegion(String value)

Name of the region for this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The region to set.

Returns
Type Description
GetRegionSnapshotRequest.Builder

This builder for chaining.

setRegionBytes(ByteString value)

public GetRegionSnapshotRequest.Builder setRegionBytes(ByteString value)

Name of the region for this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for region to set.

Returns
Type Description
GetRegionSnapshotRequest.Builder

This builder for chaining.

setSnapshot(String value)

public GetRegionSnapshotRequest.Builder setSnapshot(String value)

Name of the Snapshot resource to return.

string snapshot = 284874180 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The snapshot to set.

Returns
Type Description
GetRegionSnapshotRequest.Builder

This builder for chaining.

setSnapshotBytes(ByteString value)

public GetRegionSnapshotRequest.Builder setSnapshotBytes(ByteString value)

Name of the Snapshot resource to return.

string snapshot = 284874180 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for snapshot to set.

Returns
Type Description
GetRegionSnapshotRequest.Builder

This builder for chaining.