Class Assignment.Builder (2.3.1)

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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Assignment.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Assignment.Builder
Overrides

build()

public Assignment build()
Returns
TypeDescription
Assignment

buildPartial()

public Assignment buildPartial()
Returns
TypeDescription
Assignment

clear()

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

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public Assignment.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
Assignment.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Assignment.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
Assignment.Builder

This builder for chaining.

clone()

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

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
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.

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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Assignment other)

public Assignment.Builder mergeFrom(Assignment other)
Parameter
NameDescription
otherAssignment
Returns
TypeDescription
Assignment.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Assignment.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Assignment.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Assignment.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Assignment.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Assignment.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueString

The assignee to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for assignee to set.

Returns
TypeDescription
Assignment.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public Assignment.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueAssignment.JobType

The jobType to set.

Returns
TypeDescription
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
NameDescription
valueint

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

Returns
TypeDescription
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
NameDescription
valueString

The name to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
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
NameDescription
valueAssignment.State

The state to set.

Returns
TypeDescription
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
NameDescription
valueint

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

Returns
TypeDescription
Assignment.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Assignment.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Assignment.Builder
Overrides