- 2.84.0 (latest)
- 2.83.0
- 2.82.0
- 2.81.0
- 2.79.0
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.71.0
- 2.69.0
- 2.68.0
- 2.65.0
- 2.64.0
- 2.63.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 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 CreateAssignmentRequest.Builder extends GeneratedMessage.Builder<CreateAssignmentRequest.Builder> implements CreateAssignmentRequestOrBuilderThe request for ReservationService.CreateAssignment. Note: "bigquery.reservationAssignments.create" permission is required on the related assignee.
Protobuf type google.cloud.bigquery.reservation.v1.CreateAssignmentRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateAssignmentRequest.BuilderImplements
CreateAssignmentRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateAssignmentRequest build()| Returns | |
|---|---|
| Type | Description |
CreateAssignmentRequest |
|
buildPartial()
public CreateAssignmentRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateAssignmentRequest |
|
clear()
public CreateAssignmentRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateAssignmentRequest.Builder |
|
clearAssignment()
public CreateAssignmentRequest.Builder clearAssignment()Assignment resource to create.
.google.cloud.bigquery.reservation.v1.Assignment assignment = 2;
| Returns | |
|---|---|
| Type | Description |
CreateAssignmentRequest.Builder |
|
clearAssignmentId()
public CreateAssignmentRequest.Builder clearAssignmentId()The optional assignment ID. Assignment name will be generated automatically if this field is empty. This field must only contain lower case alphanumeric characters or dashes. Max length is 64 characters.
string assignment_id = 4;
| Returns | |
|---|---|
| Type | Description |
CreateAssignmentRequest.Builder |
This builder for chaining. |
clearParent()
public CreateAssignmentRequest.Builder clearParent() Required. The parent resource name of the assignment
E.g. projects/myproject/locations/US/reservations/team1-prod
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateAssignmentRequest.Builder |
This builder for chaining. |
getAssignment()
public Assignment getAssignment()Assignment resource to create.
.google.cloud.bigquery.reservation.v1.Assignment assignment = 2;
| Returns | |
|---|---|
| Type | Description |
Assignment |
The assignment. |
getAssignmentBuilder()
public Assignment.Builder getAssignmentBuilder()Assignment resource to create.
.google.cloud.bigquery.reservation.v1.Assignment assignment = 2;
| Returns | |
|---|---|
| Type | Description |
Assignment.Builder |
|
getAssignmentId()
public String getAssignmentId()The optional assignment ID. Assignment name will be generated automatically if this field is empty. This field must only contain lower case alphanumeric characters or dashes. Max length is 64 characters.
string assignment_id = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The assignmentId. |
getAssignmentIdBytes()
public ByteString getAssignmentIdBytes()The optional assignment ID. Assignment name will be generated automatically if this field is empty. This field must only contain lower case alphanumeric characters or dashes. Max length is 64 characters.
string assignment_id = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for assignmentId. |
getAssignmentOrBuilder()
public AssignmentOrBuilder getAssignmentOrBuilder()Assignment resource to create.
.google.cloud.bigquery.reservation.v1.Assignment assignment = 2;
| Returns | |
|---|---|
| Type | Description |
AssignmentOrBuilder |
|
getDefaultInstanceForType()
public CreateAssignmentRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateAssignmentRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getParent()
public String getParent() Required. The parent resource name of the assignment
E.g. projects/myproject/locations/US/reservations/team1-prod
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes() Required. The parent resource name of the assignment
E.g. projects/myproject/locations/US/reservations/team1-prod
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasAssignment()
public boolean hasAssignment()Assignment resource to create.
.google.cloud.bigquery.reservation.v1.Assignment assignment = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the assignment field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeAssignment(Assignment value)
public CreateAssignmentRequest.Builder mergeAssignment(Assignment value)Assignment resource to create.
.google.cloud.bigquery.reservation.v1.Assignment assignment = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Assignment |
| Returns | |
|---|---|
| Type | Description |
CreateAssignmentRequest.Builder |
|
mergeFrom(CreateAssignmentRequest other)
public CreateAssignmentRequest.Builder mergeFrom(CreateAssignmentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateAssignmentRequest |
| Returns | |
|---|---|
| Type | Description |
CreateAssignmentRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateAssignmentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateAssignmentRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateAssignmentRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateAssignmentRequest.Builder |
|
setAssignment(Assignment value)
public CreateAssignmentRequest.Builder setAssignment(Assignment value)Assignment resource to create.
.google.cloud.bigquery.reservation.v1.Assignment assignment = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Assignment |
| Returns | |
|---|---|
| Type | Description |
CreateAssignmentRequest.Builder |
|
setAssignment(Assignment.Builder builderForValue)
public CreateAssignmentRequest.Builder setAssignment(Assignment.Builder builderForValue)Assignment resource to create.
.google.cloud.bigquery.reservation.v1.Assignment assignment = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Assignment.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateAssignmentRequest.Builder |
|
setAssignmentId(String value)
public CreateAssignmentRequest.Builder setAssignmentId(String value)The optional assignment ID. Assignment name will be generated automatically if this field is empty. This field must only contain lower case alphanumeric characters or dashes. Max length is 64 characters.
string assignment_id = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe assignmentId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateAssignmentRequest.Builder |
This builder for chaining. |
setAssignmentIdBytes(ByteString value)
public CreateAssignmentRequest.Builder setAssignmentIdBytes(ByteString value)The optional assignment ID. Assignment name will be generated automatically if this field is empty. This field must only contain lower case alphanumeric characters or dashes. Max length is 64 characters.
string assignment_id = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for assignmentId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateAssignmentRequest.Builder |
This builder for chaining. |
setParent(String value)
public CreateAssignmentRequest.Builder setParent(String value) Required. The parent resource name of the assignment
E.g. projects/myproject/locations/US/reservations/team1-prod
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateAssignmentRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public CreateAssignmentRequest.Builder setParentBytes(ByteString value) Required. The parent resource name of the assignment
E.g. projects/myproject/locations/US/reservations/team1-prod
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateAssignmentRequest.Builder |
This builder for chaining. |