Interface UpdateReservationSlotRequestOrBuilder (1.101.0)

public interface UpdateReservationSlotRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParentName()

public abstract String getParentName()

The name of the sub-block resource.

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

Returns
Type Description
String

The parentName.

getParentNameBytes()

public abstract ByteString getParentNameBytes()

The name of the sub-block resource.

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, (.google.cloud.operation_request_field) = "project"];

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, (.google.cloud.operation_request_field) = "project"];

Returns
Type Description
ByteString

The bytes for project.

getReservationSlot()

public abstract String getReservationSlot()

The name of the slot resource.

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

Returns
Type Description
String

The reservationSlot.

getReservationSlotBytes()

public abstract ByteString getReservationSlotBytes()

The name of the slot resource.

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

Returns
Type Description
ByteString

The bytes for reservationSlot.

getReservationSlotResource()

public abstract ReservationSlot getReservationSlotResource()

The body resource for this request

.google.cloud.compute.v1.ReservationSlot reservation_slot_resource = 408545788 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ReservationSlot

The reservationSlotResource.

getReservationSlotResourceOrBuilder()

public abstract ReservationSlotOrBuilder getReservationSlotResourceOrBuilder()

The body resource for this request

.google.cloud.compute.v1.ReservationSlot reservation_slot_resource = 408545788 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ReservationSlotOrBuilder

getUpdateMask()

public abstract String getUpdateMask()

The fields to be updated as part of this request.

optional string update_mask = 500079778;

Returns
Type Description
String

The updateMask.

getUpdateMaskBytes()

public abstract ByteString getUpdateMaskBytes()

The fields to be updated as part of this request.

optional string update_mask = 500079778;

Returns
Type Description
ByteString

The bytes for updateMask.

getZone()

public abstract String getZone()

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

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "zone"];

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, (.google.cloud.operation_request_field) = "zone"];

Returns
Type Description
ByteString

The bytes for zone.

hasReservationSlotResource()

public abstract boolean hasReservationSlotResource()

The body resource for this request

.google.cloud.compute.v1.ReservationSlot reservation_slot_resource = 408545788 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the reservationSlotResource field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

The fields to be updated as part of this request.

optional string update_mask = 500079778;

Returns
Type Description
boolean

Whether the updateMask field is set.