Interface CreateReservationRequestOrBuilder (2.1.4)

public interface CreateReservationRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. Project, location. E.g., projects/myproject/locations/US

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. Project, location. E.g., projects/myproject/locations/US

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getReservation()

public abstract Reservation getReservation()

Definition of the new reservation to create.

.google.cloud.bigquery.reservation.v1.Reservation reservation = 3;

Returns
TypeDescription
Reservation

The reservation.

getReservationId()

public abstract String getReservationId()

The reservation ID. This field must only contain lower case alphanumeric characters or dash. Max length is 64 characters.

string reservation_id = 2;

Returns
TypeDescription
String

The reservationId.

getReservationIdBytes()

public abstract ByteString getReservationIdBytes()

The reservation ID. This field must only contain lower case alphanumeric characters or dash. Max length is 64 characters.

string reservation_id = 2;

Returns
TypeDescription
ByteString

The bytes for reservationId.

getReservationOrBuilder()

public abstract ReservationOrBuilder getReservationOrBuilder()

Definition of the new reservation to create.

.google.cloud.bigquery.reservation.v1.Reservation reservation = 3;

Returns
TypeDescription
ReservationOrBuilder

hasReservation()

public abstract boolean hasReservation()

Definition of the new reservation to create.

.google.cloud.bigquery.reservation.v1.Reservation reservation = 3;

Returns
TypeDescription
boolean

Whether the reservation field is set.