public interface GetReservationSubBlockRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParentName()
The name of the parent reservation and parent block.
|
com.google.protobuf.ByteString |
getParentNameBytes()
The name of the parent reservation and parent block.
|
String |
getProject()
Project ID for this request.
|
com.google.protobuf.ByteString |
getProjectBytes()
Project ID for this request.
|
String |
getReservationSubBlock()
The name of the reservation subBlock.
|
com.google.protobuf.ByteString |
getReservationSubBlockBytes()
The name of the reservation subBlock.
|
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 getParentName()
The name of the parent reservation and parent block. In the format of reservations/{reservation_name}/reservationBlocks/{reservation_block_name}
string parent_name = 478151936 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getParentNameBytes()
The name of the parent reservation and parent block. In the format of reservations/{reservation_name}/reservationBlocks/{reservation_block_name}
string parent_name = 478151936 [(.google.api.field_behavior) = REQUIRED];String 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 getReservationSubBlock()
The name of the reservation subBlock. Name should conform to RFC1035 or be a resource ID.
string reservation_sub_block = 22750491 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getReservationSubBlockBytes()
The name of the reservation subBlock. Name should conform to RFC1035 or be a resource ID.
string reservation_sub_block = 22750491 [(.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.