Class: Google::Cloud::NetworkSecurity::V1beta1::GetClientTlsPolicyRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networksecurity/v1beta1/client_tls_policy.rb

Overview

Request used by the GetClientTlsPolicy method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

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



109
110
111
112
# File 'proto_docs/google/cloud/networksecurity/v1beta1/client_tls_policy.rb', line 109

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