Class GetRegionTargetTcpProxyRequest.Builder (1.93.0)

public static final class GetRegionTargetTcpProxyRequest.Builder extends GeneratedMessage.Builder<GetRegionTargetTcpProxyRequest.Builder> implements GetRegionTargetTcpProxyRequestOrBuilder

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

Protobuf type google.cloud.compute.v1.GetRegionTargetTcpProxyRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetRegionTargetTcpProxyRequest build()
Returns
Type Description
GetRegionTargetTcpProxyRequest

buildPartial()

public GetRegionTargetTcpProxyRequest buildPartial()
Returns
Type Description
GetRegionTargetTcpProxyRequest

clear()

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

clearProject()

public GetRegionTargetTcpProxyRequest.Builder clearProject()

Project ID for this request.

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

Returns
Type Description
GetRegionTargetTcpProxyRequest.Builder

This builder for chaining.

clearRegion()

public GetRegionTargetTcpProxyRequest.Builder clearRegion()

Name of the region scoping this request.

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

Returns
Type Description
GetRegionTargetTcpProxyRequest.Builder

This builder for chaining.

clearTargetTcpProxy()

public GetRegionTargetTcpProxyRequest.Builder clearTargetTcpProxy()

Name of the TargetTcpProxy resource to return.

string target_tcp_proxy = 503065442 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetRegionTargetTcpProxyRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetRegionTargetTcpProxyRequest getDefaultInstanceForType()
Returns
Type Description
GetRegionTargetTcpProxyRequest

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 scoping this request.

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

Returns
Type Description
String

The region.

getRegionBytes()

public ByteString getRegionBytes()

Name of the region scoping this request.

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

Returns
Type Description
ByteString

The bytes for region.

getTargetTcpProxy()

public String getTargetTcpProxy()

Name of the TargetTcpProxy resource to return.

string target_tcp_proxy = 503065442 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The targetTcpProxy.

getTargetTcpProxyBytes()

public ByteString getTargetTcpProxyBytes()

Name of the TargetTcpProxy resource to return.

string target_tcp_proxy = 503065442 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for targetTcpProxy.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetRegionTargetTcpProxyRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setProject(String value)

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

This builder for chaining.

setProjectBytes(ByteString value)

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

This builder for chaining.

setRegion(String value)

public GetRegionTargetTcpProxyRequest.Builder setRegion(String value)

Name of the region scoping this request.

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

Parameter
Name Description
value String

The region to set.

Returns
Type Description
GetRegionTargetTcpProxyRequest.Builder

This builder for chaining.

setRegionBytes(ByteString value)

public GetRegionTargetTcpProxyRequest.Builder setRegionBytes(ByteString value)

Name of the region scoping this request.

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

Parameter
Name Description
value ByteString

The bytes for region to set.

Returns
Type Description
GetRegionTargetTcpProxyRequest.Builder

This builder for chaining.

setTargetTcpProxy(String value)

public GetRegionTargetTcpProxyRequest.Builder setTargetTcpProxy(String value)

Name of the TargetTcpProxy resource to return.

string target_tcp_proxy = 503065442 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The targetTcpProxy to set.

Returns
Type Description
GetRegionTargetTcpProxyRequest.Builder

This builder for chaining.

setTargetTcpProxyBytes(ByteString value)

public GetRegionTargetTcpProxyRequest.Builder setTargetTcpProxyBytes(ByteString value)

Name of the TargetTcpProxy resource to return.

string target_tcp_proxy = 503065442 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for targetTcpProxy to set.

Returns
Type Description
GetRegionTargetTcpProxyRequest.Builder

This builder for chaining.