Class GetRegionTargetHttpProxyRequest.Builder (1.93.0)

public static final class GetRegionTargetHttpProxyRequest.Builder extends GeneratedMessage.Builder<GetRegionTargetHttpProxyRequest.Builder> implements GetRegionTargetHttpProxyRequestOrBuilder

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

Protobuf type google.cloud.compute.v1.GetRegionTargetHttpProxyRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetRegionTargetHttpProxyRequest build()
Returns
Type Description
GetRegionTargetHttpProxyRequest

buildPartial()

public GetRegionTargetHttpProxyRequest buildPartial()
Returns
Type Description
GetRegionTargetHttpProxyRequest

clear()

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

clearProject()

public GetRegionTargetHttpProxyRequest.Builder clearProject()

Project ID for this request.

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

Returns
Type Description
GetRegionTargetHttpProxyRequest.Builder

This builder for chaining.

clearRegion()

public GetRegionTargetHttpProxyRequest.Builder clearRegion()

Name of the region scoping this request.

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

Returns
Type Description
GetRegionTargetHttpProxyRequest.Builder

This builder for chaining.

clearTargetHttpProxy()

public GetRegionTargetHttpProxyRequest.Builder clearTargetHttpProxy()

Name of the TargetHttpProxy resource to return.

string target_http_proxy = 206872421 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetRegionTargetHttpProxyRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetRegionTargetHttpProxyRequest getDefaultInstanceForType()
Returns
Type Description
GetRegionTargetHttpProxyRequest

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.

getTargetHttpProxy()

public String getTargetHttpProxy()

Name of the TargetHttpProxy resource to return.

string target_http_proxy = 206872421 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The targetHttpProxy.

getTargetHttpProxyBytes()

public ByteString getTargetHttpProxyBytes()

Name of the TargetHttpProxy resource to return.

string target_http_proxy = 206872421 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for targetHttpProxy.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetRegionTargetHttpProxyRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setProject(String value)

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

This builder for chaining.

setProjectBytes(ByteString value)

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

This builder for chaining.

setRegion(String value)

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

This builder for chaining.

setRegionBytes(ByteString value)

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

This builder for chaining.

setTargetHttpProxy(String value)

public GetRegionTargetHttpProxyRequest.Builder setTargetHttpProxy(String value)

Name of the TargetHttpProxy resource to return.

string target_http_proxy = 206872421 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The targetHttpProxy to set.

Returns
Type Description
GetRegionTargetHttpProxyRequest.Builder

This builder for chaining.

setTargetHttpProxyBytes(ByteString value)

public GetRegionTargetHttpProxyRequest.Builder setTargetHttpProxyBytes(ByteString value)

Name of the TargetHttpProxy resource to return.

string target_http_proxy = 206872421 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for targetHttpProxy to set.

Returns
Type Description
GetRegionTargetHttpProxyRequest.Builder

This builder for chaining.