Interface ReservationsResizeRequestOrBuilder (1.51.0)

public interface ReservationsResizeRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSpecificSkuCount()

public abstract long getSpecificSkuCount()

Number of allocated resources can be resized with minimum = 1 and maximum = 1000.

optional int64 specific_sku_count = 13890720;

Returns
TypeDescription
long

The specificSkuCount.

hasSpecificSkuCount()

public abstract boolean hasSpecificSkuCount()

Number of allocated resources can be resized with minimum = 1 and maximum = 1000.

optional int64 specific_sku_count = 13890720;

Returns
TypeDescription
boolean

Whether the specificSkuCount field is set.