Network Security V1beta1 API - Class Google::Cloud::NetworkSecurity::V1beta1::UpdateClientTlsPolicyRequest (v0.8.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Network Security V1beta1 API class Google::Cloud::NetworkSecurity::V1beta1::UpdateClientTlsPolicyRequest.
Request used by UpdateClientTlsPolicy method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#client_tls_policy
defclient_tls_policy()->::Google::Cloud::NetworkSecurity::V1beta1::ClientTlsPolicy
Returns
- (::Google::Cloud::NetworkSecurity::V1beta1::ClientTlsPolicy) — Required. Updated ClientTlsPolicy resource.
#client_tls_policy=
defclient_tls_policy=(value)->::Google::Cloud::NetworkSecurity::V1beta1::ClientTlsPolicy
Parameter
- value (::Google::Cloud::NetworkSecurity::V1beta1::ClientTlsPolicy) — Required. Updated ClientTlsPolicy resource.
Returns
- (::Google::Cloud::NetworkSecurity::V1beta1::ClientTlsPolicy) — Required. Updated ClientTlsPolicy resource.
#update_mask
defupdate_mask()->::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — 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.
#update_mask=
defupdate_mask=(value)->::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — 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.
Returns
- (::Google::Protobuf::FieldMask) — 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.