Interface ReferenceOrBuilder (1.51.0)

public interface ReferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKind()

public abstract String getKind()

[Output Only] Type of the resource. Always compute#reference for references.

optional string kind = 3292052;

Returns
TypeDescription
String

The kind.

getKindBytes()

public abstract ByteString getKindBytes()

[Output Only] Type of the resource. Always compute#reference for references.

optional string kind = 3292052;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for referenceType.

getReferrer()

public abstract String getReferrer()

URL of the resource which refers to the target.

optional string referrer = 351173663;

Returns
TypeDescription
String

The referrer.

getReferrerBytes()

public abstract ByteString getReferrerBytes()

URL of the resource which refers to the target.

optional string referrer = 351173663;

Returns
TypeDescription
ByteString

The bytes for referrer.

getTarget()

public abstract String getTarget()

URL of the resource to which this reference points.

optional string target = 192835985;

Returns
TypeDescription
String

The target.

getTargetBytes()

public abstract ByteString getTargetBytes()

URL of the resource to which this reference points.

optional string target = 192835985;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the target field is set.