Class: Google::Cloud::NetworkSecurity::V1::UpdateInterceptDeploymentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networksecurity/v1/intercept.rb

Overview

Request message for UpdateInterceptDeployment.

Instance Attribute Summary collapse

Instance Attribute Details

#intercept_deployment::Google::Cloud::NetworkSecurity::V1::InterceptDeployment

Returns Required. The deployment to update.

Returns:



912
913
914
915
# File 'proto_docs/google/cloud/networksecurity/v1/intercept.rb', line 912

class UpdateInterceptDeploymentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#request_id::String

Returns 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.

Returns:

  • (::String)

    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.



912
913
914
915
# File 'proto_docs/google/cloud/networksecurity/v1/intercept.rb', line 912

class UpdateInterceptDeploymentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns 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.

Returns:



912
913
914
915
# File 'proto_docs/google/cloud/networksecurity/v1/intercept.rb', line 912

class UpdateInterceptDeploymentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end