Class UpdateInterceptDeploymentRequest (0.13.1)

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

Request message for UpdateInterceptDeployment.

Attributes

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