Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::UpdateBackendAuthenticationConfigRequest.
Request used by UpdateBackendAuthenticationConfig method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#backend_authentication_config
def backend_authentication_config() -> ::Google::Cloud::NetworkSecurity::V1::BackendAuthenticationConfig
Returns
- (::Google::Cloud::NetworkSecurity::V1::BackendAuthenticationConfig) — Required. Updated BackendAuthenticationConfig resource.
#backend_authentication_config=
def backend_authentication_config=(value) -> ::Google::Cloud::NetworkSecurity::V1::BackendAuthenticationConfig
Parameter
- value (::Google::Cloud::NetworkSecurity::V1::BackendAuthenticationConfig) — Required. Updated BackendAuthenticationConfig resource.
Returns
- (::Google::Cloud::NetworkSecurity::V1::BackendAuthenticationConfig) — Required. Updated BackendAuthenticationConfig resource.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Optional. Field mask is used to specify the fields to be overwritten in the BackendAuthenticationConfig 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=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Optional. Field mask is used to specify the fields to be overwritten in the BackendAuthenticationConfig 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 BackendAuthenticationConfig 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.