public interface CreateAssignmentRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Assignment |
getAssignment()
Assignment resource to create.
|
String |
getAssignmentId()
The optional assignment ID.
|
com.google.protobuf.ByteString |
getAssignmentIdBytes()
The optional assignment ID.
|
AssignmentOrBuilder |
getAssignmentOrBuilder()
Assignment resource to create.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasAssignment()
Assignment resource to create.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
boolean hasAssignment()
Assignment resource to create.
.google.cloud.bigquery.reservation.v1.Assignment assignment = 2;Assignment getAssignment()
Assignment resource to create.
.google.cloud.bigquery.reservation.v1.Assignment assignment = 2;AssignmentOrBuilder getAssignmentOrBuilder()
Assignment resource to create.
.google.cloud.bigquery.reservation.v1.Assignment assignment = 2;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;com.google.protobuf.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;Copyright © 2024 Google LLC. All rights reserved.