- 1.62.0 (latest)
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public final class Reference extends GeneratedMessageV3 implements ReferenceOrBuilder
Represents a reference to a resource.
Protobuf type google.cloud.compute.v1.Reference
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ReferenceImplements
ReferenceOrBuilderStatic Fields
KIND_FIELD_NUMBER
public static final int KIND_FIELD_NUMBER
Type | Description |
int |
REFERENCE_TYPE_FIELD_NUMBER
public static final int REFERENCE_TYPE_FIELD_NUMBER
Type | Description |
int |
REFERRER_FIELD_NUMBER
public static final int REFERRER_FIELD_NUMBER
Type | Description |
int |
TARGET_FIELD_NUMBER
public static final int TARGET_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Reference getDefaultInstance()
Type | Description |
Reference |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Reference.Builder newBuilder()
Type | Description |
Reference.Builder |
newBuilder(Reference prototype)
public static Reference.Builder newBuilder(Reference prototype)
Name | Description |
prototype | Reference |
Type | Description |
Reference.Builder |
parseDelimitedFrom(InputStream input)
public static Reference parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Reference |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Reference parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Reference |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Reference parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Reference |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Reference parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Reference |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Reference parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Reference |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Reference parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Reference |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Reference parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Reference |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Reference parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Reference |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Reference parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Reference |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Reference parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Reference |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Reference parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Reference |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Reference parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Reference |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Reference> parser()
Type | Description |
Parser<Reference> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public Reference getDefaultInstanceForType()
Type | Description |
Reference |
getKind()
public String getKind()
[Output Only] Type of the resource. Always compute#reference for references.
optional string kind = 3292052;
Type | Description |
String | The kind. |
getKindBytes()
public ByteString getKindBytes()
[Output Only] Type of the resource. Always compute#reference for references.
optional string kind = 3292052;
Type | Description |
ByteString | The bytes for kind. |
getParserForType()
public Parser<Reference> getParserForType()
Type | Description |
Parser<Reference> |
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;
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;
Type | Description |
ByteString | The bytes for referenceType. |
getReferrer()
public String getReferrer()
URL of the resource which refers to the target.
optional string referrer = 351173663;
Type | Description |
String | The referrer. |
getReferrerBytes()
public ByteString getReferrerBytes()
URL of the resource which refers to the target.
optional string referrer = 351173663;
Type | Description |
ByteString | The bytes for referrer. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getTarget()
public String getTarget()
URL of the resource to which this reference points.
optional string target = 192835985;
Type | Description |
String | The target. |
getTargetBytes()
public ByteString getTargetBytes()
URL of the resource to which this reference points.
optional string target = 192835985;
Type | Description |
ByteString | The bytes for target. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasKind()
public boolean hasKind()
[Output Only] Type of the resource. Always compute#reference for references.
optional string kind = 3292052;
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;
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;
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;
Type | Description |
boolean | Whether the target field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public Reference.Builder newBuilderForType()
Type | Description |
Reference.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Reference.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Reference.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Reference.Builder toBuilder()
Type | Description |
Reference.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |