Class GetStatusVpnGatewayRequest.Builder (1.93.0)

public static final class GetStatusVpnGatewayRequest.Builder extends GeneratedMessage.Builder<GetStatusVpnGatewayRequest.Builder> implements GetStatusVpnGatewayRequestOrBuilder

A request message for VpnGateways.GetStatus. See the method description for details.

Protobuf type google.cloud.compute.v1.GetStatusVpnGatewayRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetStatusVpnGatewayRequest build()
Returns
Type Description
GetStatusVpnGatewayRequest

buildPartial()

public GetStatusVpnGatewayRequest buildPartial()
Returns
Type Description
GetStatusVpnGatewayRequest

clear()

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

clearProject()

public GetStatusVpnGatewayRequest.Builder clearProject()

Project ID for this request.

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

Returns
Type Description
GetStatusVpnGatewayRequest.Builder

This builder for chaining.

clearRegion()

public GetStatusVpnGatewayRequest.Builder clearRegion()

Name of the region for this request.

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

Returns
Type Description
GetStatusVpnGatewayRequest.Builder

This builder for chaining.

clearVpnGateway()

public GetStatusVpnGatewayRequest.Builder clearVpnGateway()

Name of the VPN gateway to return.

string vpn_gateway = 406684153 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetStatusVpnGatewayRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetStatusVpnGatewayRequest getDefaultInstanceForType()
Returns
Type Description
GetStatusVpnGatewayRequest

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.

getVpnGateway()

public String getVpnGateway()

Name of the VPN gateway to return.

string vpn_gateway = 406684153 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The vpnGateway.

getVpnGatewayBytes()

public ByteString getVpnGatewayBytes()

Name of the VPN gateway to return.

string vpn_gateway = 406684153 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for vpnGateway.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetStatusVpnGatewayRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setProject(String value)

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

This builder for chaining.

setProjectBytes(ByteString value)

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

This builder for chaining.

setRegion(String value)

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

This builder for chaining.

setRegionBytes(ByteString value)

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

This builder for chaining.

setVpnGateway(String value)

public GetStatusVpnGatewayRequest.Builder setVpnGateway(String value)

Name of the VPN gateway to return.

string vpn_gateway = 406684153 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The vpnGateway to set.

Returns
Type Description
GetStatusVpnGatewayRequest.Builder

This builder for chaining.

setVpnGatewayBytes(ByteString value)

public GetStatusVpnGatewayRequest.Builder setVpnGatewayBytes(ByteString value)

Name of the VPN gateway to return.

string vpn_gateway = 406684153 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for vpnGateway to set.

Returns
Type Description
GetStatusVpnGatewayRequest.Builder

This builder for chaining.