Class: Google::Cloud::NetworkSecurity::V1::GetGatewaySecurityPolicyRuleRequest

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

Overview

Request used by the GetGatewaySecurityPolicyRule method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the GatewaySecurityPolicyRule to retrieve. Format: projects/{project}/location/{location}/gatewaySecurityPolicies//rules/.

Returns:

  • (::String)

    Required. The name of the GatewaySecurityPolicyRule to retrieve. Format: projects/{project}/location/{location}/gatewaySecurityPolicies//rules/



107
108
109
110
# File 'proto_docs/google/cloud/networksecurity/v1/gateway_security_policy_rule.rb', line 107

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