Class UpdateInterceptEndpointGroupRequest (0.11.0)

UpdateInterceptEndpointGroupRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for UpdateInterceptEndpointGroup.

Attributes

Name Description
update_mask google.protobuf.field_mask_pb2.FieldMask
Optional. The list of fields to update. Fields are specified relative to the endpoint group (e.g. description; *not* intercept_endpoint_group.description). See https://google.aip.dev/161 for more details.
intercept_endpoint_group google.cloud.network_security_v1alpha1.types.InterceptEndpointGroup
Required. The endpoint group to update.
request_id str
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.