Class: Google::Cloud::Compute::V1::Reference
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::Reference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Represents a reference to a resource.
Instance Attribute Summary collapse
-
#kind ⇒ ::String
[Output Only] Type of the resource.
-
#reference_type ⇒ ::String
A description of the reference type with no implied semantics.
-
#referrer ⇒ ::String
URL of the resource which refers to the target.
-
#target ⇒ ::String
URL of the resource to which this reference points.
Instance Attribute Details
#kind ⇒ ::String
Returns [Output Only] Type of the resource. Always compute#reference for references.
25354 25355 25356 25357 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25354 class Reference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reference_type ⇒ ::String
Returns A description of the reference type with no implied semantics. Possible values include: 1. MEMBER_OF.
25354 25355 25356 25357 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25354 class Reference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |