public interface GetReservationSubBlockRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParentName()
public abstract String 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];
| Returns | |
|---|---|
| Type | Description |
String |
The parentName. |
getParentNameBytes()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parentName. |
getProject()
public abstract String getProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public abstract ByteString getProjectBytes()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |
getReservationSubBlock()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
String |
The reservationSubBlock. |
getReservationSubBlockBytes()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for reservationSubBlock. |
getView()
public abstract String getView()View of the subBlock. Check the View enum for the list of possible values.
optional string view = 3619493;
| Returns | |
|---|---|
| Type | Description |
String |
The view. |
getViewBytes()
public abstract ByteString getViewBytes()View of the subBlock. Check the View enum for the list of possible values.
optional string view = 3619493;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for view. |
getZone()
public abstract String getZone()Name of the zone for this request. Zone name should conform to RFC1035.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The zone. |
getZoneBytes()
public abstract ByteString getZoneBytes()Name of the zone for this request. Zone name should conform to RFC1035.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for zone. |
hasView()
public abstract boolean hasView()View of the subBlock. Check the View enum for the list of possible values.
optional string view = 3619493;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the view field is set. |