Class Reference (1.52.0)

public final class Reference extends GeneratedMessageV3 implements ReferenceOrBuilder

Represents a reference to a resource.

Protobuf type google.cloud.compute.v1.Reference

Implements

ReferenceOrBuilder

Static Fields

KIND_FIELD_NUMBER

public static final int KIND_FIELD_NUMBER
Field Value
Type Description
int

REFERENCE_TYPE_FIELD_NUMBER

public static final int REFERENCE_TYPE_FIELD_NUMBER
Field Value
Type Description
int

REFERRER_FIELD_NUMBER

public static final int REFERRER_FIELD_NUMBER
Field Value
Type Description
int

TARGET_FIELD_NUMBER

public static final int TARGET_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Reference getDefaultInstance()
Returns
Type Description
Reference

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Reference.Builder newBuilder()
Returns
Type Description
Reference.Builder

newBuilder(Reference prototype)

public static Reference.Builder newBuilder(Reference prototype)
Parameter
Name Description
prototype Reference
Returns
Type Description
Reference.Builder

parseDelimitedFrom(InputStream input)

public static Reference parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Reference
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Reference parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Reference
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Reference parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Reference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Reference parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Reference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Reference parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Reference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Reference parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Reference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Reference parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Reference
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Reference parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Reference
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Reference parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Reference
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Reference parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Reference
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Reference parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Reference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Reference parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Reference
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Reference> parser()
Returns
Type Description
Parser<Reference>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public Reference getDefaultInstanceForType()
Returns
Type Description
Reference

getKind()

public 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 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.

getParserForType()

public Parser<Reference> getParserForType()
Returns
Type Description
Parser<Reference>
Overrides

getReferenceType()

public 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 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 String getReferrer()

URL of the resource which refers to the target.

optional string referrer = 351173663;

Returns
Type Description
String

The referrer.

getReferrerBytes()

public ByteString getReferrerBytes()

URL of the resource which refers to the target.

optional string referrer = 351173663;

Returns
Type Description
ByteString

The bytes for referrer.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTarget()

public String getTarget()

URL of the resource to which this reference points.

optional string target = 192835985;

Returns
Type Description
String

The target.

getTargetBytes()

public 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 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 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 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 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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Reference.Builder newBuilderForType()
Returns
Type Description
Reference.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Reference.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Reference.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Reference.Builder toBuilder()
Returns
Type Description
Reference.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException