Class XpnResourceId (1.52.0)

public final class XpnResourceId extends GeneratedMessageV3 implements XpnResourceIdOrBuilder

Service resource (a.k.a service project) ID.

Protobuf type google.cloud.compute.v1.XpnResourceId

Static Fields

ID_FIELD_NUMBER

public static final int ID_FIELD_NUMBER
Field Value
Type Description
int

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static XpnResourceId getDefaultInstance()
Returns
Type Description
XpnResourceId

getDescriptor()

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

newBuilder()

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

newBuilder(XpnResourceId prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public XpnResourceId getDefaultInstanceForType()
Returns
Type Description
XpnResourceId

getId()

public String getId()

The ID of the service resource. In the case of projects, this field supports project id (e.g., my-project-123) and project number (e.g. 12345678).

optional string id = 3355;

Returns
Type Description
String

The id.

getIdBytes()

public ByteString getIdBytes()

The ID of the service resource. In the case of projects, this field supports project id (e.g., my-project-123) and project number (e.g. 12345678).

optional string id = 3355;

Returns
Type Description
ByteString

The bytes for id.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getType()

public String getType()

The type of the service resource. Check the Type enum for the list of possible values.

optional string type = 3575610;

Returns
Type Description
String

The type.

getTypeBytes()

public ByteString getTypeBytes()

The type of the service resource. Check the Type enum for the list of possible values.

optional string type = 3575610;

Returns
Type Description
ByteString

The bytes for type.

hasId()

public boolean hasId()

The ID of the service resource. In the case of projects, this field supports project id (e.g., my-project-123) and project number (e.g. 12345678).

optional string id = 3355;

Returns
Type Description
boolean

Whether the id field is set.

hasType()

public boolean hasType()

The type of the service resource. Check the Type enum for the list of possible values.

optional string type = 3575610;

Returns
Type Description
boolean

Whether the type 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 XpnResourceId.Builder newBuilderForType()
Returns
Type Description
XpnResourceId.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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