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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
ReservationOrBuilder

hasReservation()

public abstract boolean hasReservation()

Definition of the new reservation to create.

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

Returns
Type Description
boolean

Whether the reservation field is set.