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()
Required.
|
String |
getReservationId()
Required.
|
com.google.protobuf.ByteString |
getReservationIdBytes()
Required.
|
ReservationOrBuilder |
getReservationOrBuilder()
Required.
|
boolean |
hasReservation()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent location in which to create the reservation.
Structured like `projects/{project_number}/locations/{location}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent location in which to create the reservation.
Structured like `projects/{project_number}/locations/{location}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasReservation()
Required. Configuration of the reservation to create. Its `name` field is ignored.
.google.cloud.pubsublite.v1.Reservation reservation = 2 [(.google.api.field_behavior) = REQUIRED];
Reservation getReservation()
Required. Configuration of the reservation to create. Its `name` field is ignored.
.google.cloud.pubsublite.v1.Reservation reservation = 2 [(.google.api.field_behavior) = REQUIRED];
ReservationOrBuilder getReservationOrBuilder()
Required. Configuration of the reservation to create. Its `name` field is ignored.
.google.cloud.pubsublite.v1.Reservation reservation = 2 [(.google.api.field_behavior) = REQUIRED];
String getReservationId()
Required. The ID to use for the reservation, which will become the final component of the reservation's name. This value is structured like: `my-reservation-name`.
string reservation_id = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getReservationIdBytes()
Required. The ID to use for the reservation, which will become the final component of the reservation's name. This value is structured like: `my-reservation-name`.
string reservation_id = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2023 Google LLC. All rights reserved.