Class PatchSubnetworkRequest.Builder (1.51.0)

public static final class PatchSubnetworkRequest.Builder extends GeneratedMessageV3.Builder<PatchSubnetworkRequest.Builder> implements PatchSubnetworkRequestOrBuilder

A request message for Subnetworks.Patch. See the method description for details.

Protobuf type google.cloud.compute.v1.PatchSubnetworkRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public PatchSubnetworkRequest build()
Returns
TypeDescription
PatchSubnetworkRequest

buildPartial()

public PatchSubnetworkRequest buildPartial()
Returns
TypeDescription
PatchSubnetworkRequest

clear()

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

clearDrainTimeoutSeconds()

public PatchSubnetworkRequest.Builder clearDrainTimeoutSeconds()

The drain timeout specifies the upper bound in seconds on the amount of time allowed to drain connections from the current ACTIVE subnetwork to the current BACKUP subnetwork. The drain timeout is only applicable when the following conditions are true: - the subnetwork being patched has purpose = INTERNAL_HTTPS_LOAD_BALANCER - the subnetwork being patched has role = BACKUP - the patch request is setting the role to ACTIVE. Note that after this patch operation the roles of the ACTIVE and BACKUP subnetworks will be swapped.

optional int32 drain_timeout_seconds = 357707098;

Returns
TypeDescription
PatchSubnetworkRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearProject()

public PatchSubnetworkRequest.Builder clearProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "project"];

Returns
TypeDescription
PatchSubnetworkRequest.Builder

This builder for chaining.

clearRegion()

public PatchSubnetworkRequest.Builder clearRegion()

Name of the region scoping this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "region"];

Returns
TypeDescription
PatchSubnetworkRequest.Builder

This builder for chaining.

clearRequestId()

public PatchSubnetworkRequest.Builder clearRequestId()

An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).

optional string request_id = 37109963;

Returns
TypeDescription
PatchSubnetworkRequest.Builder

This builder for chaining.

clearSubnetwork()

public PatchSubnetworkRequest.Builder clearSubnetwork()

Name of the Subnetwork resource to patch.

string subnetwork = 307827694 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PatchSubnetworkRequest.Builder

This builder for chaining.

clearSubnetworkResource()

public PatchSubnetworkRequest.Builder clearSubnetworkResource()

The body resource for this request

.google.cloud.compute.v1.Subnetwork subnetwork_resource = 42233151 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PatchSubnetworkRequest.Builder

clone()

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

getDefaultInstanceForType()

public PatchSubnetworkRequest getDefaultInstanceForType()
Returns
TypeDescription
PatchSubnetworkRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDrainTimeoutSeconds()

public int getDrainTimeoutSeconds()

The drain timeout specifies the upper bound in seconds on the amount of time allowed to drain connections from the current ACTIVE subnetwork to the current BACKUP subnetwork. The drain timeout is only applicable when the following conditions are true: - the subnetwork being patched has purpose = INTERNAL_HTTPS_LOAD_BALANCER - the subnetwork being patched has role = BACKUP - the patch request is setting the role to ACTIVE. Note that after this patch operation the roles of the ACTIVE and BACKUP subnetworks will be swapped.

optional int32 drain_timeout_seconds = 357707098;

Returns
TypeDescription
int

The drainTimeoutSeconds.

getProject()

public String getProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "project"];

Returns
TypeDescription
String

The project.

getProjectBytes()

public ByteString getProjectBytes()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "project"];

Returns
TypeDescription
ByteString

The bytes for project.

getRegion()

public String getRegion()

Name of the region scoping this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "region"];

Returns
TypeDescription
String

The region.

getRegionBytes()

public ByteString getRegionBytes()

Name of the region scoping this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "region"];

Returns
TypeDescription
ByteString

The bytes for region.

getRequestId()

public String getRequestId()

An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).

optional string request_id = 37109963;

Returns
TypeDescription
String

The requestId.

getRequestIdBytes()

public ByteString getRequestIdBytes()

An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).

optional string request_id = 37109963;

Returns
TypeDescription
ByteString

The bytes for requestId.

getSubnetwork()

public String getSubnetwork()

Name of the Subnetwork resource to patch.

string subnetwork = 307827694 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The subnetwork.

getSubnetworkBytes()

public ByteString getSubnetworkBytes()

Name of the Subnetwork resource to patch.

string subnetwork = 307827694 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for subnetwork.

getSubnetworkResource()

public Subnetwork getSubnetworkResource()

The body resource for this request

.google.cloud.compute.v1.Subnetwork subnetwork_resource = 42233151 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Subnetwork

The subnetworkResource.

getSubnetworkResourceBuilder()

public Subnetwork.Builder getSubnetworkResourceBuilder()

The body resource for this request

.google.cloud.compute.v1.Subnetwork subnetwork_resource = 42233151 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Subnetwork.Builder

getSubnetworkResourceOrBuilder()

public SubnetworkOrBuilder getSubnetworkResourceOrBuilder()

The body resource for this request

.google.cloud.compute.v1.Subnetwork subnetwork_resource = 42233151 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SubnetworkOrBuilder

hasDrainTimeoutSeconds()

public boolean hasDrainTimeoutSeconds()

The drain timeout specifies the upper bound in seconds on the amount of time allowed to drain connections from the current ACTIVE subnetwork to the current BACKUP subnetwork. The drain timeout is only applicable when the following conditions are true: - the subnetwork being patched has purpose = INTERNAL_HTTPS_LOAD_BALANCER - the subnetwork being patched has role = BACKUP - the patch request is setting the role to ACTIVE. Note that after this patch operation the roles of the ACTIVE and BACKUP subnetworks will be swapped.

optional int32 drain_timeout_seconds = 357707098;

Returns
TypeDescription
boolean

Whether the drainTimeoutSeconds field is set.

hasRequestId()

public boolean hasRequestId()

An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).

optional string request_id = 37109963;

Returns
TypeDescription
boolean

Whether the requestId field is set.

hasSubnetworkResource()

public boolean hasSubnetworkResource()

The body resource for this request

.google.cloud.compute.v1.Subnetwork subnetwork_resource = 42233151 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the subnetworkResource field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(PatchSubnetworkRequest other)

public PatchSubnetworkRequest.Builder mergeFrom(PatchSubnetworkRequest other)
Parameter
NameDescription
otherPatchSubnetworkRequest
Returns
TypeDescription
PatchSubnetworkRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeSubnetworkResource(Subnetwork value)

public PatchSubnetworkRequest.Builder mergeSubnetworkResource(Subnetwork value)

The body resource for this request

.google.cloud.compute.v1.Subnetwork subnetwork_resource = 42233151 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueSubnetwork
Returns
TypeDescription
PatchSubnetworkRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setDrainTimeoutSeconds(int value)

public PatchSubnetworkRequest.Builder setDrainTimeoutSeconds(int value)

The drain timeout specifies the upper bound in seconds on the amount of time allowed to drain connections from the current ACTIVE subnetwork to the current BACKUP subnetwork. The drain timeout is only applicable when the following conditions are true: - the subnetwork being patched has purpose = INTERNAL_HTTPS_LOAD_BALANCER - the subnetwork being patched has role = BACKUP - the patch request is setting the role to ACTIVE. Note that after this patch operation the roles of the ACTIVE and BACKUP subnetworks will be swapped.

optional int32 drain_timeout_seconds = 357707098;

Parameter
NameDescription
valueint

The drainTimeoutSeconds to set.

Returns
TypeDescription
PatchSubnetworkRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setProject(String value)

public PatchSubnetworkRequest.Builder setProject(String value)

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "project"];

Parameter
NameDescription
valueString

The project to set.

Returns
TypeDescription
PatchSubnetworkRequest.Builder

This builder for chaining.

setProjectBytes(ByteString value)

public PatchSubnetworkRequest.Builder setProjectBytes(ByteString value)

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "project"];

Parameter
NameDescription
valueByteString

The bytes for project to set.

Returns
TypeDescription
PatchSubnetworkRequest.Builder

This builder for chaining.

setRegion(String value)

public PatchSubnetworkRequest.Builder setRegion(String value)

Name of the region scoping this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "region"];

Parameter
NameDescription
valueString

The region to set.

Returns
TypeDescription
PatchSubnetworkRequest.Builder

This builder for chaining.

setRegionBytes(ByteString value)

public PatchSubnetworkRequest.Builder setRegionBytes(ByteString value)

Name of the region scoping this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "region"];

Parameter
NameDescription
valueByteString

The bytes for region to set.

Returns
TypeDescription
PatchSubnetworkRequest.Builder

This builder for chaining.

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

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

setRequestId(String value)

public PatchSubnetworkRequest.Builder setRequestId(String value)

An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).

optional string request_id = 37109963;

Parameter
NameDescription
valueString

The requestId to set.

Returns
TypeDescription
PatchSubnetworkRequest.Builder

This builder for chaining.

setRequestIdBytes(ByteString value)

public PatchSubnetworkRequest.Builder setRequestIdBytes(ByteString value)

An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).

optional string request_id = 37109963;

Parameter
NameDescription
valueByteString

The bytes for requestId to set.

Returns
TypeDescription
PatchSubnetworkRequest.Builder

This builder for chaining.

setSubnetwork(String value)

public PatchSubnetworkRequest.Builder setSubnetwork(String value)

Name of the Subnetwork resource to patch.

string subnetwork = 307827694 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The subnetwork to set.

Returns
TypeDescription
PatchSubnetworkRequest.Builder

This builder for chaining.

setSubnetworkBytes(ByteString value)

public PatchSubnetworkRequest.Builder setSubnetworkBytes(ByteString value)

Name of the Subnetwork resource to patch.

string subnetwork = 307827694 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for subnetwork to set.

Returns
TypeDescription
PatchSubnetworkRequest.Builder

This builder for chaining.

setSubnetworkResource(Subnetwork value)

public PatchSubnetworkRequest.Builder setSubnetworkResource(Subnetwork value)

The body resource for this request

.google.cloud.compute.v1.Subnetwork subnetwork_resource = 42233151 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueSubnetwork
Returns
TypeDescription
PatchSubnetworkRequest.Builder

setSubnetworkResource(Subnetwork.Builder builderForValue)

public PatchSubnetworkRequest.Builder setSubnetworkResource(Subnetwork.Builder builderForValue)

The body resource for this request

.google.cloud.compute.v1.Subnetwork subnetwork_resource = 42233151 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueSubnetwork.Builder
Returns
TypeDescription
PatchSubnetworkRequest.Builder

setUnknownFields(UnknownFieldSet unknownFields)

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