Class GetTargetHttpsProxyRequest.Builder (1.93.0)

public static final class GetTargetHttpsProxyRequest.Builder extends GeneratedMessage.Builder<GetTargetHttpsProxyRequest.Builder> implements GetTargetHttpsProxyRequestOrBuilder

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

Protobuf type google.cloud.compute.v1.GetTargetHttpsProxyRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetTargetHttpsProxyRequest build()
Returns
Type Description
GetTargetHttpsProxyRequest

buildPartial()

public GetTargetHttpsProxyRequest buildPartial()
Returns
Type Description
GetTargetHttpsProxyRequest

clear()

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

clearProject()

public GetTargetHttpsProxyRequest.Builder clearProject()

Project ID for this request.

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

Returns
Type Description
GetTargetHttpsProxyRequest.Builder

This builder for chaining.

clearTargetHttpsProxy()

public GetTargetHttpsProxyRequest.Builder clearTargetHttpsProxy()

Name of the TargetHttpsProxy resource to return.

string target_https_proxy = 52336748 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetTargetHttpsProxyRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetTargetHttpsProxyRequest getDefaultInstanceForType()
Returns
Type Description
GetTargetHttpsProxyRequest

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.

getTargetHttpsProxy()

public String getTargetHttpsProxy()

Name of the TargetHttpsProxy resource to return.

string target_https_proxy = 52336748 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The targetHttpsProxy.

getTargetHttpsProxyBytes()

public ByteString getTargetHttpsProxyBytes()

Name of the TargetHttpsProxy resource to return.

string target_https_proxy = 52336748 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for targetHttpsProxy.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetTargetHttpsProxyRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setProject(String value)

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

This builder for chaining.

setProjectBytes(ByteString value)

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

This builder for chaining.

setTargetHttpsProxy(String value)

public GetTargetHttpsProxyRequest.Builder setTargetHttpsProxy(String value)

Name of the TargetHttpsProxy resource to return.

string target_https_proxy = 52336748 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The targetHttpsProxy to set.

Returns
Type Description
GetTargetHttpsProxyRequest.Builder

This builder for chaining.

setTargetHttpsProxyBytes(ByteString value)

public GetTargetHttpsProxyRequest.Builder setTargetHttpsProxyBytes(ByteString value)

Name of the TargetHttpsProxy resource to return.

string target_https_proxy = 52336748 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for targetHttpsProxy to set.

Returns
Type Description
GetTargetHttpsProxyRequest.Builder

This builder for chaining.