Class Assignment (2.38.0)

public final class Assignment extends GeneratedMessageV3 implements AssignmentOrBuilder

An assignment allows a project to submit jobs of a certain type using slots from the specified reservation.

Protobuf type google.cloud.bigquery.reservation.v1.Assignment

Implements

AssignmentOrBuilder

Static Fields

ASSIGNEE_FIELD_NUMBER

public static final int ASSIGNEE_FIELD_NUMBER
Field Value
TypeDescription
int

JOB_TYPE_FIELD_NUMBER

public static final int JOB_TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

STATE_FIELD_NUMBER

public static final int STATE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Assignment getDefaultInstance()
Returns
TypeDescription
Assignment

getDescriptor()

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

newBuilder()

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

newBuilder(Assignment prototype)

public static Assignment.Builder newBuilder(Assignment prototype)
Parameter
NameDescription
prototypeAssignment
Returns
TypeDescription
Assignment.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getAssignee()

public String getAssignee()

The resource which will use the reservation. E.g. projects/myproject, folders/123, or organizations/456.

string assignee = 4;

Returns
TypeDescription
String

The assignee.

getAssigneeBytes()

public ByteString getAssigneeBytes()

The resource which will use the reservation. E.g. projects/myproject, folders/123, or organizations/456.

string assignee = 4;

Returns
TypeDescription
ByteString

The bytes for assignee.

getDefaultInstanceForType()

public Assignment getDefaultInstanceForType()
Returns
TypeDescription
Assignment

getJobType()

public Assignment.JobType getJobType()

Which type of jobs will use the reservation.

.google.cloud.bigquery.reservation.v1.Assignment.JobType job_type = 3;

Returns
TypeDescription
Assignment.JobType

The jobType.

getJobTypeValue()

public int getJobTypeValue()

Which type of jobs will use the reservation.

.google.cloud.bigquery.reservation.v1.Assignment.JobType job_type = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for jobType.

getName()

public String getName()

Output only. Name of the resource. E.g.: projects/myproject/locations/US/reservations/team1-prod/assignments/123. The assignment_id must only contain lower case alphanumeric characters or dashes and the max length is 64 characters.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. Name of the resource. E.g.: projects/myproject/locations/US/reservations/team1-prod/assignments/123. The assignment_id must only contain lower case alphanumeric characters or dashes and the max length is 64 characters.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for name.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getState()

public Assignment.State getState()

Output only. State of the assignment.

.google.cloud.bigquery.reservation.v1.Assignment.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Assignment.State

The state.

getStateValue()

public int getStateValue()

Output only. State of the assignment.

.google.cloud.bigquery.reservation.v1.Assignment.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for state.

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 Assignment.Builder newBuilderForType()
Returns
TypeDescription
Assignment.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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