Class: Google::Cloud::NetworkSecurity::V1::DeleteBackendAuthenticationConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::DeleteBackendAuthenticationConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1/backend_authentication_config.rb
Overview
Request used by the DeleteBackendAuthenticationConfig method.
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#etag ⇒ ::String
Returns Optional. Etag of the resource. If this is provided, it must match the server's etag.
210 211 212 213 |
# File 'proto_docs/google/cloud/networksecurity/v1/backend_authentication_config.rb', line 210 class DeleteBackendAuthenticationConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. A name of the BackendAuthenticationConfig to delete. Must be in
the format
projects/*/locations/{location}/backendAuthenticationConfigs/*.
210 211 212 213 |
# File 'proto_docs/google/cloud/networksecurity/v1/backend_authentication_config.rb', line 210 class DeleteBackendAuthenticationConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |