Class: Google::Cloud::NetworkSecurity::V1beta1::UpdateClientTlsPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1beta1::UpdateClientTlsPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1beta1/client_tls_policy.rb
Overview
Request used by UpdateClientTlsPolicy method.
Instance Attribute Summary collapse
-
#client_tls_policy ⇒ ::Google::Cloud::NetworkSecurity::V1beta1::ClientTlsPolicy
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#client_tls_policy ⇒ ::Google::Cloud::NetworkSecurity::V1beta1::ClientTlsPolicy
Returns Required. Updated ClientTlsPolicy resource.
145 146 147 148 |
# File 'proto_docs/google/cloud/networksecurity/v1beta1/client_tls_policy.rb', line 145 class UpdateClientTlsPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. Field mask is used to specify the fields to be overwritten in the ClientTlsPolicy resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
145 146 147 148 |
# File 'proto_docs/google/cloud/networksecurity/v1beta1/client_tls_policy.rb', line 145 class UpdateClientTlsPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |