public static final class MoveAssignmentRequest.Builder extends GeneratedMessage.Builder<MoveAssignmentRequest.Builder> implements MoveAssignmentRequestOrBuilderThe request for ReservationService.MoveAssignment.
Note: "bigquery.reservationAssignments.create" permission is required on the destination_id.
Note: "bigquery.reservationAssignments.create" and "bigquery.reservationAssignments.delete" permission are required on the related assignee.
Protobuf type google.cloud.bigquery.reservation.v1.MoveAssignmentRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > MoveAssignmentRequest.BuilderImplements
MoveAssignmentRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public MoveAssignmentRequest build()| Returns | |
|---|---|
| Type | Description |
MoveAssignmentRequest |
|
buildPartial()
public MoveAssignmentRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
MoveAssignmentRequest |
|
clear()
public MoveAssignmentRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
MoveAssignmentRequest.Builder |
|
clearAssignmentId()
public MoveAssignmentRequest.Builder clearAssignmentId()The optional assignment ID. A new assignment name is generated if this field is empty.
This field can contain only lowercase alphanumeric characters or dashes. Max length is 64 characters.
string assignment_id = 5;
| Returns | |
|---|---|
| Type | Description |
MoveAssignmentRequest.Builder |
This builder for chaining. |
clearDestinationId()
public MoveAssignmentRequest.Builder clearDestinationId() The new reservation ID, e.g.:
projects/myotherproject/locations/US/reservations/team2-prod
string destination_id = 3 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
MoveAssignmentRequest.Builder |
This builder for chaining. |
clearName()
public MoveAssignmentRequest.Builder clearName() Required. The resource name of the assignment,
e.g.
projects/myproject/locations/US/reservations/team1-prod/assignments/123
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
MoveAssignmentRequest.Builder |
This builder for chaining. |
getAssignmentId()
public String getAssignmentId()The optional assignment ID. A new assignment name is generated if this field is empty.
This field can contain only lowercase alphanumeric characters or dashes. Max length is 64 characters.
string assignment_id = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The assignmentId. |
getAssignmentIdBytes()
public ByteString getAssignmentIdBytes()The optional assignment ID. A new assignment name is generated if this field is empty.
This field can contain only lowercase alphanumeric characters or dashes. Max length is 64 characters.
string assignment_id = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for assignmentId. |
getDefaultInstanceForType()
public MoveAssignmentRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
MoveAssignmentRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDestinationId()
public String getDestinationId() The new reservation ID, e.g.:
projects/myotherproject/locations/US/reservations/team2-prod
string destination_id = 3 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The destinationId. |
getDestinationIdBytes()
public ByteString getDestinationIdBytes() The new reservation ID, e.g.:
projects/myotherproject/locations/US/reservations/team2-prod
string destination_id = 3 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for destinationId. |
getName()
public String getName() Required. The resource name of the assignment,
e.g.
projects/myproject/locations/US/reservations/team1-prod/assignments/123
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes() Required. The resource name of the assignment,
e.g.
projects/myproject/locations/US/reservations/team1-prod/assignments/123
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(MoveAssignmentRequest other)
public MoveAssignmentRequest.Builder mergeFrom(MoveAssignmentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
MoveAssignmentRequest |
| Returns | |
|---|---|
| Type | Description |
MoveAssignmentRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public MoveAssignmentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MoveAssignmentRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public MoveAssignmentRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
MoveAssignmentRequest.Builder |
|
setAssignmentId(String value)
public MoveAssignmentRequest.Builder setAssignmentId(String value)The optional assignment ID. A new assignment name is generated if this field is empty.
This field can contain only lowercase alphanumeric characters or dashes. Max length is 64 characters.
string assignment_id = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe assignmentId to set. |
| Returns | |
|---|---|
| Type | Description |
MoveAssignmentRequest.Builder |
This builder for chaining. |
setAssignmentIdBytes(ByteString value)
public MoveAssignmentRequest.Builder setAssignmentIdBytes(ByteString value)The optional assignment ID. A new assignment name is generated if this field is empty.
This field can contain only lowercase alphanumeric characters or dashes. Max length is 64 characters.
string assignment_id = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for assignmentId to set. |
| Returns | |
|---|---|
| Type | Description |
MoveAssignmentRequest.Builder |
This builder for chaining. |
setDestinationId(String value)
public MoveAssignmentRequest.Builder setDestinationId(String value) The new reservation ID, e.g.:
projects/myotherproject/locations/US/reservations/team2-prod
string destination_id = 3 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe destinationId to set. |
| Returns | |
|---|---|
| Type | Description |
MoveAssignmentRequest.Builder |
This builder for chaining. |
setDestinationIdBytes(ByteString value)
public MoveAssignmentRequest.Builder setDestinationIdBytes(ByteString value) The new reservation ID, e.g.:
projects/myotherproject/locations/US/reservations/team2-prod
string destination_id = 3 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for destinationId to set. |
| Returns | |
|---|---|
| Type | Description |
MoveAssignmentRequest.Builder |
This builder for chaining. |
setName(String value)
public MoveAssignmentRequest.Builder setName(String value) Required. The resource name of the assignment,
e.g.
projects/myproject/locations/US/reservations/team1-prod/assignments/123
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
MoveAssignmentRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public MoveAssignmentRequest.Builder setNameBytes(ByteString value) Required. The resource name of the assignment,
e.g.
projects/myproject/locations/US/reservations/team1-prod/assignments/123
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
MoveAssignmentRequest.Builder |
This builder for chaining. |