Class: Google::Cloud::Compute::V1::ResourceGroupReference
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ResourceGroupReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#group ⇒ ::String
A URI referencing one of the instance groups or network endpoint groups listed in the backend service.
Instance Attribute Details
#group ⇒ ::String
Returns A URI referencing one of the instance groups or network endpoint groups listed in the backend service.
26548 26549 26550 26551 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26548 class ResourceGroupReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |