Class XpnResourceId (1.47.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
TypeDescription
int

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static XpnResourceId getDefaultInstance()
Returns
TypeDescription
XpnResourceId

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static XpnResourceId.Builder newBuilder()
Returns
TypeDescription
XpnResourceId.Builder

newBuilder(XpnResourceId prototype)

public static XpnResourceId.Builder newBuilder(XpnResourceId prototype)
Parameter
NameDescription
prototypeXpnResourceId
Returns
TypeDescription
XpnResourceId.Builder

parseDelimitedFrom(InputStream input)

public static XpnResourceId parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
XpnResourceId
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static XpnResourceId parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
XpnResourceId
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static XpnResourceId parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
XpnResourceId
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static XpnResourceId parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
XpnResourceId
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static XpnResourceId parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
XpnResourceId
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static XpnResourceId parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
XpnResourceId
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static XpnResourceId parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
XpnResourceId
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static XpnResourceId parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
XpnResourceId
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static XpnResourceId parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
XpnResourceId
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static XpnResourceId parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
XpnResourceId
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static XpnResourceId parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
XpnResourceId
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static XpnResourceId parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
XpnResourceId
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<XpnResourceId> parser()
Returns
TypeDescription
Parser<XpnResourceId>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public XpnResourceId getDefaultInstanceForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for id.

getParserForType()

public Parser<XpnResourceId> getParserForType()
Returns
TypeDescription
Parser<XpnResourceId>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the type field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public XpnResourceId.Builder newBuilderForType()
Returns
TypeDescription
XpnResourceId.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected XpnResourceId.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
XpnResourceId.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public XpnResourceId.Builder toBuilder()
Returns
TypeDescription
XpnResourceId.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException