- 2.52.0 (latest)
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.6
- 2.3.1
- 2.2.7
- 2.1.4
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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Assignment.BuilderImplements
AssignmentOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Assignment.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Assignment.Builder |
build()
public Assignment build()
Type | Description |
Assignment |
buildPartial()
public Assignment buildPartial()
Type | Description |
Assignment |
clear()
public Assignment.Builder clear()
Type | Description |
Assignment.Builder |
clearAssignee()
public Assignment.Builder clearAssignee()
The resource which will use the reservation. E.g.
projects/myproject
, folders/123
, or organizations/456
.
string assignee = 4;
Type | Description |
Assignment.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Assignment.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Assignment.Builder |
clearJobType()
public Assignment.Builder clearJobType()
Which type of jobs will use the reservation.
.google.cloud.bigquery.reservation.v1.Assignment.JobType job_type = 3;
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];
Type | Description |
Assignment.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Assignment.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Assignment.Builder |
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];
Type | Description |
Assignment.Builder | This builder for chaining. |
clone()
public Assignment.Builder clone()
Type | Description |
Assignment.Builder |
getAssignee()
public String getAssignee()
The resource which will use the reservation. E.g.
projects/myproject
, folders/123
, or organizations/456
.
string assignee = 4;
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;
Type | Description |
ByteString | The bytes for assignee. |
getDefaultInstanceForType()
public Assignment getDefaultInstanceForType()
Type | Description |
Assignment |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getJobType()
public Assignment.JobType getJobType()
Which type of jobs will use the reservation.
.google.cloud.bigquery.reservation.v1.Assignment.JobType job_type = 3;
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;
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];
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];
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];
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];
Type | Description |
int | The enum numeric value on the wire for state. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(Assignment other)
public Assignment.Builder mergeFrom(Assignment other)
Name | Description |
other | Assignment |
Type | Description |
Assignment.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Assignment.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Assignment.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Assignment.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Assignment.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Assignment.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Assignment.Builder |
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;
Name | Description |
value | String The assignee to set. |
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;
Name | Description |
value | ByteString The bytes for assignee to set. |
Type | Description |
Assignment.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Assignment.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Assignment.Builder |
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;
Name | Description |
value | Assignment.JobType The jobType to set. |
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;
Name | Description |
value | int The enum numeric value on the wire for jobType to set. |
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];
Name | Description |
value | String The name to set. |
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];
Name | Description |
value | ByteString The bytes for name to set. |
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)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Assignment.Builder |
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];
Name | Description |
value | Assignment.State The state to set. |
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];
Name | Description |
value | int The enum numeric value on the wire for state to set. |
Type | Description |
Assignment.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Assignment.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Assignment.Builder |