Represents a reference to a resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#kind
def kind() -> ::String
Returns
- (::String) — [Output Only] Type of the resource. Always compute#reference for references.
#kind=
def kind=(value) -> ::String
Parameter
- value (::String) — [Output Only] Type of the resource. Always compute#reference for references.
Returns
- (::String) — [Output Only] Type of the resource. Always compute#reference for references.
#reference_type
def reference_type() -> ::String
Returns
- (::String) — A description of the reference type with no implied semantics. Possible values include: 1. MEMBER_OF
#reference_type=
def reference_type=(value) -> ::String
Parameter
- value (::String) — A description of the reference type with no implied semantics. Possible values include: 1. MEMBER_OF
Returns
- (::String) — A description of the reference type with no implied semantics. Possible values include: 1. MEMBER_OF
#referrer
def referrer() -> ::String
Returns
- (::String) — URL of the resource which refers to the target.
#referrer=
def referrer=(value) -> ::String
Parameter
- value (::String) — URL of the resource which refers to the target.
Returns
- (::String) — URL of the resource which refers to the target.
#target
def target() -> ::String
Returns
- (::String) — URL of the resource to which this reference points.
#target=
def target=(value) -> ::String
Parameter
- value (::String) — URL of the resource to which this reference points.
Returns
- (::String) — URL of the resource to which this reference points.