Class: Google::Cloud::Compute::V1::GetFirewallRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetFirewallRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for Firewalls.Get. See the method description for details.
Instance Attribute Summary collapse
-
#firewall ⇒ ::String
Name of the firewall rule to return.
-
#project ⇒ ::String
Project ID for this request.
Instance Attribute Details
#firewall ⇒ ::String
Returns Name of the firewall rule to return.
8858 8859 8860 8861 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8858 class GetFirewallRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
8858 8859 8860 8861 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8858 class GetFirewallRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |