Enum InstanceSplitAllocationType (0.72.0)

public enum InstanceSplitAllocationType extends Enum<InstanceSplitAllocationType> implements ProtocolMessageEnum

The type of instance split allocation.

Protobuf enum google.cloud.run.v2.InstanceSplitAllocationType

Implements

ProtocolMessageEnum

Static Fields

Name Description
INSTANCE_SPLIT_ALLOCATION_TYPE_LATEST

Allocates instances to the Service's latest ready Revision.

INSTANCE_SPLIT_ALLOCATION_TYPE_LATEST = 1;

INSTANCE_SPLIT_ALLOCATION_TYPE_LATEST_VALUE

Allocates instances to the Service's latest ready Revision.

INSTANCE_SPLIT_ALLOCATION_TYPE_LATEST = 1;

INSTANCE_SPLIT_ALLOCATION_TYPE_REVISION

Allocates instances to a Revision by name.

INSTANCE_SPLIT_ALLOCATION_TYPE_REVISION = 2;

INSTANCE_SPLIT_ALLOCATION_TYPE_REVISION_VALUE

Allocates instances to a Revision by name.

INSTANCE_SPLIT_ALLOCATION_TYPE_REVISION = 2;

INSTANCE_SPLIT_ALLOCATION_TYPE_UNSPECIFIED

Unspecified instance allocation type.

INSTANCE_SPLIT_ALLOCATION_TYPE_UNSPECIFIED = 0;

INSTANCE_SPLIT_ALLOCATION_TYPE_UNSPECIFIED_VALUE

Unspecified instance allocation type.

INSTANCE_SPLIT_ALLOCATION_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()