public interface CreateReservationRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
Reservation |
getReservation()
Definition of the new reservation to create.
|
String |
getReservationId()
The reservation ID.
|
com.google.protobuf.ByteString |
getReservationIdBytes()
The reservation ID.
|
ReservationOrBuilder |
getReservationOrBuilder()
Definition of the new reservation to create.
|
boolean |
hasReservation()
Definition of the new reservation to create.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Project, location. E.g., `projects/myproject/locations/US`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Project, location. E.g., `projects/myproject/locations/US`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getReservationId()
The reservation ID. It must only contain lower case alphanumeric characters or dashes. It must start with a letter and must not end with a dash. Its maximum length is 64 characters.
string reservation_id = 2;com.google.protobuf.ByteString getReservationIdBytes()
The reservation ID. It must only contain lower case alphanumeric characters or dashes. It must start with a letter and must not end with a dash. Its maximum length is 64 characters.
string reservation_id = 2;boolean hasReservation()
Definition of the new reservation to create.
.google.cloud.bigquery.reservation.v1.Reservation reservation = 3;Reservation getReservation()
Definition of the new reservation to create.
.google.cloud.bigquery.reservation.v1.Reservation reservation = 3;ReservationOrBuilder getReservationOrBuilder()
Definition of the new reservation to create.
.google.cloud.bigquery.reservation.v1.Reservation reservation = 3;Copyright © 2024 Google LLC. All rights reserved.