Class GetRegionRequest.Builder (1.93.0)

public static final class GetRegionRequest.Builder extends GeneratedMessage.Builder<GetRegionRequest.Builder> implements GetRegionRequestOrBuilder

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

Protobuf type google.cloud.compute.v1.GetRegionRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetRegionRequest build()
Returns
Type Description
GetRegionRequest

buildPartial()

public GetRegionRequest buildPartial()
Returns
Type Description
GetRegionRequest

clear()

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

clearProject()

public GetRegionRequest.Builder clearProject()

Project ID for this request.

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

Returns
Type Description
GetRegionRequest.Builder

This builder for chaining.

clearRegion()

public GetRegionRequest.Builder clearRegion()

Name of the region resource to return.

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

Returns
Type Description
GetRegionRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetRegionRequest getDefaultInstanceForType()
Returns
Type Description
GetRegionRequest

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 resource to return.

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

Returns
Type Description
String

The region.

getRegionBytes()

public ByteString getRegionBytes()

Name of the region resource to return.

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

Returns
Type Description
ByteString

The bytes for region.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetRegionRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setProject(String value)

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

This builder for chaining.

setProjectBytes(ByteString value)

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

This builder for chaining.

setRegion(String value)

public GetRegionRequest.Builder setRegion(String value)

Name of the region resource to return.

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

Parameter
Name Description
value String

The region to set.

Returns
Type Description
GetRegionRequest.Builder

This builder for chaining.

setRegionBytes(ByteString value)

public GetRegionRequest.Builder setRegionBytes(ByteString value)

Name of the region resource to return.

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

Parameter
Name Description
value ByteString

The bytes for region to set.

Returns
Type Description
GetRegionRequest.Builder

This builder for chaining.