Class GetTargetSslProxyRequest.Builder (1.20.0)

public static final class GetTargetSslProxyRequest.Builder extends GeneratedMessageV3.Builder<GetTargetSslProxyRequest.Builder> implements GetTargetSslProxyRequestOrBuilder

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

Protobuf type google.cloud.compute.v1.GetTargetSslProxyRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GetTargetSslProxyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GetTargetSslProxyRequest.Builder
Overrides

build()

public GetTargetSslProxyRequest build()
Returns
TypeDescription
GetTargetSslProxyRequest

buildPartial()

public GetTargetSslProxyRequest buildPartial()
Returns
TypeDescription
GetTargetSslProxyRequest

clear()

public GetTargetSslProxyRequest.Builder clear()
Returns
TypeDescription
GetTargetSslProxyRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public GetTargetSslProxyRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
GetTargetSslProxyRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public GetTargetSslProxyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
GetTargetSslProxyRequest.Builder
Overrides

clearProject()

public GetTargetSslProxyRequest.Builder clearProject()

Project ID for this request.

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

Returns
TypeDescription
GetTargetSslProxyRequest.Builder

This builder for chaining.

clearTargetSslProxy()

public GetTargetSslProxyRequest.Builder clearTargetSslProxy()

Name of the TargetSslProxy resource to return.

string target_ssl_proxy = 338795853 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
GetTargetSslProxyRequest.Builder

This builder for chaining.

clone()

public GetTargetSslProxyRequest.Builder clone()
Returns
TypeDescription
GetTargetSslProxyRequest.Builder
Overrides

getDefaultInstanceForType()

public GetTargetSslProxyRequest getDefaultInstanceForType()
Returns
TypeDescription
GetTargetSslProxyRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getProject()

public String getProject()

Project ID for this request.

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

Returns
TypeDescription
String

The project.

getProjectBytes()

public ByteString getProjectBytes()

Project ID for this request.

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

Returns
TypeDescription
ByteString

The bytes for project.

getTargetSslProxy()

public String getTargetSslProxy()

Name of the TargetSslProxy resource to return.

string target_ssl_proxy = 338795853 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The targetSslProxy.

getTargetSslProxyBytes()

public ByteString getTargetSslProxyBytes()

Name of the TargetSslProxy resource to return.

string target_ssl_proxy = 338795853 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for targetSslProxy.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(GetTargetSslProxyRequest other)

public GetTargetSslProxyRequest.Builder mergeFrom(GetTargetSslProxyRequest other)
Parameter
NameDescription
otherGetTargetSslProxyRequest
Returns
TypeDescription
GetTargetSslProxyRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetTargetSslProxyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetTargetSslProxyRequest.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public GetTargetSslProxyRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
GetTargetSslProxyRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GetTargetSslProxyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GetTargetSslProxyRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public GetTargetSslProxyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GetTargetSslProxyRequest.Builder
Overrides

setProject(String value)

public GetTargetSslProxyRequest.Builder setProject(String value)

Project ID for this request.

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

Parameter
NameDescription
valueString

The project to set.

Returns
TypeDescription
GetTargetSslProxyRequest.Builder

This builder for chaining.

setProjectBytes(ByteString value)

public GetTargetSslProxyRequest.Builder setProjectBytes(ByteString value)

Project ID for this request.

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

Parameter
NameDescription
valueByteString

The bytes for project to set.

Returns
TypeDescription
GetTargetSslProxyRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public GetTargetSslProxyRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
GetTargetSslProxyRequest.Builder
Overrides

setTargetSslProxy(String value)

public GetTargetSslProxyRequest.Builder setTargetSslProxy(String value)

Name of the TargetSslProxy resource to return.

string target_ssl_proxy = 338795853 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The targetSslProxy to set.

Returns
TypeDescription
GetTargetSslProxyRequest.Builder

This builder for chaining.

setTargetSslProxyBytes(ByteString value)

public GetTargetSslProxyRequest.Builder setTargetSslProxyBytes(ByteString value)

Name of the TargetSslProxy resource to return.

string target_ssl_proxy = 338795853 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for targetSslProxy to set.

Returns
TypeDescription
GetTargetSslProxyRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final GetTargetSslProxyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GetTargetSslProxyRequest.Builder
Overrides