public interface GetReservationBlockRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getProject()
Project ID for this request.
|
com.google.protobuf.ByteString |
getProjectBytes()
Project ID for this request.
|
String |
getReservation()
The name of the reservation.
|
String |
getReservationBlock()
The name of the reservation block.
|
com.google.protobuf.ByteString |
getReservationBlockBytes()
The name of the reservation block.
|
com.google.protobuf.ByteString |
getReservationBytes()
The name of the reservation.
|
String |
getZone()
Name of the zone for this request.
|
com.google.protobuf.ByteString |
getZoneBytes()
Name of the zone for this request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProject()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getProjectBytes()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];String getReservation()
The name of the reservation. Name should conform to RFC1035 or be a resource ID.
string reservation = 47530956 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getReservationBytes()
The name of the reservation. Name should conform to RFC1035 or be a resource ID.
string reservation = 47530956 [(.google.api.field_behavior) = REQUIRED];String getReservationBlock()
The name of the reservation block. Name should conform to RFC1035 or be a resource ID.
string reservation_block = 532832858 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getReservationBlockBytes()
The name of the reservation block. Name should conform to RFC1035 or be a resource ID.
string reservation_block = 532832858 [(.google.api.field_behavior) = REQUIRED];String getZone()
Name of the zone for this request. Zone name should conform to RFC1035.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getZoneBytes()
Name of the zone for this request. Zone name should conform to RFC1035.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];Copyright © 2025 Google LLC. All rights reserved.