Interface GetReservationSubBlockRequestOrBuilder (1.74.0)

public interface GetReservationSubBlockRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

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.