Class: Google::Cloud::NetworkSecurity::V1::GetBackendAuthenticationConfigRequest

Inherits:
Object
  • Object
show all
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 GetBackendAuthenticationConfig method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. A name of the BackendAuthenticationConfig to get. Must be in the format projects/*/locations/{location}/backendAuthenticationConfigs/*.

Returns:

  • (::String)

    Required. A name of the BackendAuthenticationConfig to get. Must be in the format projects/*/locations/{location}/backendAuthenticationConfigs/*.



159
160
161
162
# File 'proto_docs/google/cloud/networksecurity/v1/backend_authentication_config.rb', line 159

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