Class Assignment.Builder (2.43.0)

public static final class Assignment.Builder extends GeneratedMessageV3.Builder<Assignment.Builder> 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 Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Assignment.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Assignment.Builder
Overrides

build()

public Assignment build()
Returns
Type Description
Assignment

buildPartial()

public Assignment buildPartial()
Returns
Type Description
Assignment

clear()

public Assignment.Builder clear()
Returns
Type Description
Assignment.Builder
Overrides

clearAssignee()

public Assignment.Builder clearAssignee()

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

string assignee = 4;

Returns
Type Description
Assignment.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public Assignment.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Assignment.Builder
Overrides

clearJobType()

public Assignment.Builder clearJobType()

Which type of jobs will use the reservation.

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

Returns
Type Description
Assignment.Builder

This builder for chaining.

clearName()

public Assignment.Builder clearName()

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
Type Description
Assignment.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Assignment.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Assignment.Builder
Overrides

clearState()

public Assignment.Builder clearState()

Output only. State of the assignment.

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

Returns
Type Description
Assignment.Builder

This builder for chaining.

clone()

public Assignment.Builder clone()
Returns
Type Description
Assignment.Builder
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
Type Description
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
Type Description
ByteString

The bytes for assignee.

getDefaultInstanceForType()

public Assignment getDefaultInstanceForType()
Returns
Type Description
Assignment

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getJobType()

public Assignment.JobType getJobType()

Which type of jobs will use the reservation.

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

Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for name.

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
Type Description
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
Type Description
int

The enum numeric value on the wire for state.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Assignment other)

public Assignment.Builder mergeFrom(Assignment other)
Parameter
Name Description
other Assignment
Returns
Type Description
Assignment.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Assignment.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Assignment.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Assignment.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Assignment.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Assignment.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Assignment.Builder
Overrides

setAssignee(String value)

public Assignment.Builder setAssignee(String value)

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

string assignee = 4;

Parameter
Name Description
value String

The assignee to set.

Returns
Type Description
Assignment.Builder

This builder for chaining.

setAssigneeBytes(ByteString value)

public Assignment.Builder setAssigneeBytes(ByteString value)

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

string assignee = 4;

Parameter
Name Description
value ByteString

The bytes for assignee to set.

Returns
Type Description
Assignment.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public Assignment.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Assignment.Builder
Overrides

setJobType(Assignment.JobType value)

public Assignment.Builder setJobType(Assignment.JobType value)

Which type of jobs will use the reservation.

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

Parameter
Name Description
value Assignment.JobType

The jobType to set.

Returns
Type Description
Assignment.Builder

This builder for chaining.

setJobTypeValue(int value)

public Assignment.Builder setJobTypeValue(int value)

Which type of jobs will use the reservation.

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

Parameter
Name Description
value int

The enum numeric value on the wire for jobType to set.

Returns
Type Description
Assignment.Builder

This builder for chaining.

setName(String value)

public Assignment.Builder setName(String value)

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];

Parameter
Name Description
value String

The name to set.

Returns
Type Description
Assignment.Builder

This builder for chaining.

setNameBytes(ByteString value)

public Assignment.Builder setNameBytes(ByteString value)

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];

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
Assignment.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Assignment.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
Assignment.Builder
Overrides

setState(Assignment.State value)

public Assignment.Builder setState(Assignment.State value)

Output only. State of the assignment.

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

Parameter
Name Description
value Assignment.State

The state to set.

Returns
Type Description
Assignment.Builder

This builder for chaining.

setStateValue(int value)

public Assignment.Builder setStateValue(int value)

Output only. State of the assignment.

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

Parameter
Name Description
value int

The enum numeric value on the wire for state to set.

Returns
Type Description
Assignment.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Assignment.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Assignment.Builder
Overrides