Class UpdateInterceptEndpointGroupAssociationRequest.Builder (0.94.0)

public static final class UpdateInterceptEndpointGroupAssociationRequest.Builder extends GeneratedMessage.Builder<UpdateInterceptEndpointGroupAssociationRequest.Builder> implements UpdateInterceptEndpointGroupAssociationRequestOrBuilder

Request message for UpdateInterceptEndpointGroupAssociation.

Protobuf type google.cloud.networksecurity.v1.UpdateInterceptEndpointGroupAssociationRequest

Static Methods

getDescriptor()

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

Methods

build()

public UpdateInterceptEndpointGroupAssociationRequest build()
Returns
Type Description
UpdateInterceptEndpointGroupAssociationRequest

buildPartial()

public UpdateInterceptEndpointGroupAssociationRequest buildPartial()
Returns
Type Description
UpdateInterceptEndpointGroupAssociationRequest

clear()

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

clearInterceptEndpointGroupAssociation()

public UpdateInterceptEndpointGroupAssociationRequest.Builder clearInterceptEndpointGroupAssociation()

Required. The association to update.

.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_association = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateInterceptEndpointGroupAssociationRequest.Builder

clearRequestId()

public UpdateInterceptEndpointGroupAssociationRequest.Builder clearRequestId()

Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a request_id is provided. See https://google.aip.dev/155 for more details.

string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Returns
Type Description
UpdateInterceptEndpointGroupAssociationRequest.Builder

This builder for chaining.

clearUpdateMask()

public UpdateInterceptEndpointGroupAssociationRequest.Builder clearUpdateMask()

Optional. The list of fields to update. Fields are specified relative to the association (e.g. description; not intercept_endpoint_group_association.description). See https://google.aip.dev/161 for more details.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
UpdateInterceptEndpointGroupAssociationRequest.Builder

getDefaultInstanceForType()

public UpdateInterceptEndpointGroupAssociationRequest getDefaultInstanceForType()
Returns
Type Description
UpdateInterceptEndpointGroupAssociationRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getInterceptEndpointGroupAssociation()

public InterceptEndpointGroupAssociation getInterceptEndpointGroupAssociation()

Required. The association to update.

.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_association = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
InterceptEndpointGroupAssociation

The interceptEndpointGroupAssociation.

getInterceptEndpointGroupAssociationBuilder()

public InterceptEndpointGroupAssociation.Builder getInterceptEndpointGroupAssociationBuilder()

Required. The association to update.

.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_association = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
InterceptEndpointGroupAssociation.Builder

getInterceptEndpointGroupAssociationOrBuilder()

public InterceptEndpointGroupAssociationOrBuilder getInterceptEndpointGroupAssociationOrBuilder()

Required. The association to update.

.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_association = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
InterceptEndpointGroupAssociationOrBuilder

getRequestId()

public String getRequestId()

Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a request_id is provided. See https://google.aip.dev/155 for more details.

string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Returns
Type Description
String

The requestId.

getRequestIdBytes()

public ByteString getRequestIdBytes()

Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a request_id is provided. See https://google.aip.dev/155 for more details.

string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Returns
Type Description
ByteString

The bytes for requestId.

getUpdateMask()

public FieldMask getUpdateMask()

Optional. The list of fields to update. Fields are specified relative to the association (e.g. description; not intercept_endpoint_group_association.description). See https://google.aip.dev/161 for more details.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskBuilder()

public FieldMask.Builder getUpdateMaskBuilder()

Optional. The list of fields to update. Fields are specified relative to the association (e.g. description; not intercept_endpoint_group_association.description). See https://google.aip.dev/161 for more details.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Builder

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. The list of fields to update. Fields are specified relative to the association (e.g. description; not intercept_endpoint_group_association.description). See https://google.aip.dev/161 for more details.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMaskOrBuilder

hasInterceptEndpointGroupAssociation()

public boolean hasInterceptEndpointGroupAssociation()

Required. The association to update.

.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_association = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the interceptEndpointGroupAssociation field is set.

hasUpdateMask()

public boolean hasUpdateMask()

Optional. The list of fields to update. Fields are specified relative to the association (e.g. description; not intercept_endpoint_group_association.description). See https://google.aip.dev/161 for more details.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the updateMask field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(UpdateInterceptEndpointGroupAssociationRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeInterceptEndpointGroupAssociation(InterceptEndpointGroupAssociation value)

public UpdateInterceptEndpointGroupAssociationRequest.Builder mergeInterceptEndpointGroupAssociation(InterceptEndpointGroupAssociation value)

Required. The association to update.

.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_association = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value InterceptEndpointGroupAssociation
Returns
Type Description
UpdateInterceptEndpointGroupAssociationRequest.Builder

mergeUpdateMask(FieldMask value)

public UpdateInterceptEndpointGroupAssociationRequest.Builder mergeUpdateMask(FieldMask value)

Optional. The list of fields to update. Fields are specified relative to the association (e.g. description; not intercept_endpoint_group_association.description). See https://google.aip.dev/161 for more details.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateInterceptEndpointGroupAssociationRequest.Builder

setInterceptEndpointGroupAssociation(InterceptEndpointGroupAssociation value)

public UpdateInterceptEndpointGroupAssociationRequest.Builder setInterceptEndpointGroupAssociation(InterceptEndpointGroupAssociation value)

Required. The association to update.

.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_association = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value InterceptEndpointGroupAssociation
Returns
Type Description
UpdateInterceptEndpointGroupAssociationRequest.Builder

setInterceptEndpointGroupAssociation(InterceptEndpointGroupAssociation.Builder builderForValue)

public UpdateInterceptEndpointGroupAssociationRequest.Builder setInterceptEndpointGroupAssociation(InterceptEndpointGroupAssociation.Builder builderForValue)

Required. The association to update.

.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_association = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue InterceptEndpointGroupAssociation.Builder
Returns
Type Description
UpdateInterceptEndpointGroupAssociationRequest.Builder

setRequestId(String value)

public UpdateInterceptEndpointGroupAssociationRequest.Builder setRequestId(String value)

Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a request_id is provided. See https://google.aip.dev/155 for more details.

string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Parameter
Name Description
value String

The requestId to set.

Returns
Type Description
UpdateInterceptEndpointGroupAssociationRequest.Builder

This builder for chaining.

setRequestIdBytes(ByteString value)

public UpdateInterceptEndpointGroupAssociationRequest.Builder setRequestIdBytes(ByteString value)

Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a request_id is provided. See https://google.aip.dev/155 for more details.

string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Parameter
Name Description
value ByteString

The bytes for requestId to set.

Returns
Type Description
UpdateInterceptEndpointGroupAssociationRequest.Builder

This builder for chaining.

setUpdateMask(FieldMask value)

public UpdateInterceptEndpointGroupAssociationRequest.Builder setUpdateMask(FieldMask value)

Optional. The list of fields to update. Fields are specified relative to the association (e.g. description; not intercept_endpoint_group_association.description). See https://google.aip.dev/161 for more details.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateInterceptEndpointGroupAssociationRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

public UpdateInterceptEndpointGroupAssociationRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)

Optional. The list of fields to update. Fields are specified relative to the association (e.g. description; not intercept_endpoint_group_association.description). See https://google.aip.dev/161 for more details.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
UpdateInterceptEndpointGroupAssociationRequest.Builder