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.
30349 30350 30351 30352 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30349 class ResourceGroupReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |