Class: Google::Cloud::Compute::V1::GetForwardingRuleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetForwardingRuleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for ForwardingRules.Get. See the method description for details.
Instance Attribute Summary collapse
-
#forwarding_rule ⇒ ::String
Name of the ForwardingRule resource to return.
-
#project ⇒ ::String
Project ID for this request.
-
#region ⇒ ::String
Name of the region scoping this request.
Instance Attribute Details
#forwarding_rule ⇒ ::String
Returns Name of the ForwardingRule resource to return.
8879 8880 8881 8882 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8879 class GetForwardingRuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
8879 8880 8881 8882 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8879 class GetForwardingRuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns Name of the region scoping this request.
8879 8880 8881 8882 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8879 class GetForwardingRuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |