Interface CalendarModeAdviceRequestOrBuilder (1.92.0)

public interface CalendarModeAdviceRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsFutureResourcesSpecs(String key)

public abstract boolean containsFutureResourcesSpecs(String key)

Specification of resources to create in the future. The key of the map is an arbitrary string specified by the caller. Value of the map is a specification of required resources and their constraints. Currently only one value is allowed in this map.

map<string, .google.cloud.compute.v1.FutureResourcesSpec> future_resources_specs = 255012610;

Parameter
Name Description
key String
Returns
Type Description
boolean

getFutureResourcesSpecs() (deprecated)

public abstract Map<String,FutureResourcesSpec> getFutureResourcesSpecs()
Returns
Type Description
Map<String,FutureResourcesSpec>

getFutureResourcesSpecsCount()

public abstract int getFutureResourcesSpecsCount()

Specification of resources to create in the future. The key of the map is an arbitrary string specified by the caller. Value of the map is a specification of required resources and their constraints. Currently only one value is allowed in this map.

map<string, .google.cloud.compute.v1.FutureResourcesSpec> future_resources_specs = 255012610;

Returns
Type Description
int

getFutureResourcesSpecsMap()

public abstract Map<String,FutureResourcesSpec> getFutureResourcesSpecsMap()

Specification of resources to create in the future. The key of the map is an arbitrary string specified by the caller. Value of the map is a specification of required resources and their constraints. Currently only one value is allowed in this map.

map<string, .google.cloud.compute.v1.FutureResourcesSpec> future_resources_specs = 255012610;

Returns
Type Description
Map<String,FutureResourcesSpec>

getFutureResourcesSpecsOrDefault(String key, FutureResourcesSpec defaultValue)

public abstract FutureResourcesSpec getFutureResourcesSpecsOrDefault(String key, FutureResourcesSpec defaultValue)

Specification of resources to create in the future. The key of the map is an arbitrary string specified by the caller. Value of the map is a specification of required resources and their constraints. Currently only one value is allowed in this map.

map<string, .google.cloud.compute.v1.FutureResourcesSpec> future_resources_specs = 255012610;

Parameters
Name Description
key String
defaultValue FutureResourcesSpec
Returns
Type Description
FutureResourcesSpec

getFutureResourcesSpecsOrThrow(String key)

public abstract FutureResourcesSpec getFutureResourcesSpecsOrThrow(String key)

Specification of resources to create in the future. The key of the map is an arbitrary string specified by the caller. Value of the map is a specification of required resources and their constraints. Currently only one value is allowed in this map.

map<string, .google.cloud.compute.v1.FutureResourcesSpec> future_resources_specs = 255012610;

Parameter
Name Description
key String
Returns
Type Description
FutureResourcesSpec