Interface GetReservationSlotRequestOrBuilder (1.97.0)

public interface GetReservationSlotRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParentName()

public abstract String getParentName()

The name of the parent reservation and parent block, formatted as reservations/{reservation_name}/reservationBlocks/{reservation_block_name}/reservationSubBlocks/{reservation_sub_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, formatted as reservations/{reservation_name}/reservationBlocks/{reservation_block_name}/reservationSubBlocks/{reservation_sub_block_name}

string parent_name = 478151936 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for parentName.

getProject()

public abstract String getProject()

The project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The project.

getProjectBytes()

public abstract ByteString getProjectBytes()

The project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for project.

getReservationSlot()

public abstract String getReservationSlot()

The name of the reservation slot, formatted as RFC1035 or a resource ID number.

string reservation_slot = 277470865 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The reservationSlot.

getReservationSlotBytes()

public abstract ByteString getReservationSlotBytes()

The name of the reservation slot, formatted as RFC1035 or a resource ID number.

string reservation_slot = 277470865 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for reservationSlot.

getZone()

public abstract String getZone()

The name of the zone for this request, formatted as RFC1035.

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The zone.

getZoneBytes()

public abstract ByteString getZoneBytes()

The name of the zone for this request, formatted as RFC1035.

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for zone.