public interface ReferenceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getKind()
public abstract String getKind()
[Output Only] Type of the resource. Always compute#reference for references.
optional string kind = 3292052;
Returns | |
---|---|
Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes()
[Output Only] Type of the resource. Always compute#reference for references.
optional string kind = 3292052;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for kind. |
getReferenceType()
public abstract String getReferenceType()
A description of the reference type with no implied semantics. Possible values include: 1. MEMBER_OF
optional string reference_type = 247521198;
Returns | |
---|---|
Type | Description |
String |
The referenceType. |
getReferenceTypeBytes()
public abstract ByteString getReferenceTypeBytes()
A description of the reference type with no implied semantics. Possible values include: 1. MEMBER_OF
optional string reference_type = 247521198;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for referenceType. |
getReferrer()
public abstract String getReferrer()
URL of the resource which refers to the target.
optional string referrer = 351173663;
Returns | |
---|---|
Type | Description |
String |
The referrer. |
getReferrerBytes()
public abstract ByteString getReferrerBytes()
URL of the resource which refers to the target.
optional string referrer = 351173663;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for referrer. |
getTarget()
public abstract String getTarget()
URL of the resource to which this reference points.
optional string target = 192835985;
Returns | |
---|---|
Type | Description |
String |
The target. |
getTargetBytes()
public abstract ByteString getTargetBytes()
URL of the resource to which this reference points.
optional string target = 192835985;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for target. |
hasKind()
public abstract boolean hasKind()
[Output Only] Type of the resource. Always compute#reference for references.
optional string kind = 3292052;
Returns | |
---|---|
Type | Description |
boolean |
Whether the kind field is set. |
hasReferenceType()
public abstract boolean hasReferenceType()
A description of the reference type with no implied semantics. Possible values include: 1. MEMBER_OF
optional string reference_type = 247521198;
Returns | |
---|---|
Type | Description |
boolean |
Whether the referenceType field is set. |
hasReferrer()
public abstract boolean hasReferrer()
URL of the resource which refers to the target.
optional string referrer = 351173663;
Returns | |
---|---|
Type | Description |
boolean |
Whether the referrer field is set. |
hasTarget()
public abstract boolean hasTarget()
URL of the resource to which this reference points.
optional string target = 192835985;
Returns | |
---|---|
Type | Description |
boolean |
Whether the target field is set. |