Class: Google::Cloud::Compute::V1::GetRegionInstanceGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetRegionInstanceGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for RegionInstanceGroups.Get. See the method description for details.
Instance Attribute Summary collapse
-
#instance_group ⇒ ::String
Name of the instance group resource to return.
-
#project ⇒ ::String
Project ID for this request.
-
#region ⇒ ::String
Name of the region scoping this request.
Instance Attribute Details
#instance_group ⇒ ::String
Returns Name of the instance group resource to return.
10035 10036 10037 10038 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10035 class GetRegionInstanceGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
10035 10036 10037 10038 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10035 class GetRegionInstanceGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns Name of the region scoping this request.
10035 10036 10037 10038 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10035 class GetRegionInstanceGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |