Class: Google::Cloud::NetworkSecurity::V1::GetGatewaySecurityPolicyRequest

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

Overview

Request used by the GetGatewaySecurityPolicy method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

    Required. A name of the GatewaySecurityPolicy to get. Must be in the format projects/{project}/locations/{location}/gatewaySecurityPolicies/*.



111
112
113
114
# File 'proto_docs/google/cloud/networksecurity/v1/gateway_security_policy.rb', line 111

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