Enum GenerateGroundedContentRequest.GenerationSpec.ProvisionedThroughputSetting (0.90.0)

public enum GenerateGroundedContentRequest.GenerationSpec.ProvisionedThroughputSetting extends Enum<GenerateGroundedContentRequest.GenerationSpec.ProvisionedThroughputSetting> implements ProtocolMessageEnum

Setting for provisioned throughput.

Protobuf enum google.cloud.discoveryengine.v1beta.GenerateGroundedContentRequest.GenerationSpec.ProvisionedThroughputSetting

Implements

ProtocolMessageEnum

Static Fields

Name Description
PAY_AS_YOU_GO_ONLY

Disables provisioned throughput.

PAY_AS_YOU_GO_ONLY = 2;

PAY_AS_YOU_GO_ONLY_VALUE

Disables provisioned throughput.

PAY_AS_YOU_GO_ONLY = 2;

PROVISIONED_THROUGHPUT_ONLY

Only use provisioned throughput. If the user has no remaining provisioned throughput, an error will be returned.

PROVISIONED_THROUGHPUT_ONLY = 1;

PROVISIONED_THROUGHPUT_ONLY_VALUE

Only use provisioned throughput. If the user has no remaining provisioned throughput, an error will be returned.

PROVISIONED_THROUGHPUT_ONLY = 1;

PROVISIONED_THROUGHPUT_SETTING_UNSPECIFIED

Default value. If the user has remaining provisioned throughput, provisioned throughput will be used. Otherwise, pay as you go will be used.

PROVISIONED_THROUGHPUT_SETTING_UNSPECIFIED = 0;

PROVISIONED_THROUGHPUT_SETTING_UNSPECIFIED_VALUE

Default value. If the user has remaining provisioned throughput, provisioned throughput will be used. Otherwise, pay as you go will be used.

PROVISIONED_THROUGHPUT_SETTING_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()