Enum GenerateAppResourceOperationMetadata.GenerationType (0.7.0)

public enum GenerateAppResourceOperationMetadata.GenerationType extends Enum<GenerateAppResourceOperationMetadata.GenerationType> implements ProtocolMessageEnum

The type of the generation operation.

Protobuf enum google.cloud.ces.v1beta.GenerateAppResourceOperationMetadata.GenerationType

Implements

ProtocolMessageEnum

Static Fields

Name Description
AGENT_CREATE

Agent creation from type.

AGENT_CREATE = 3;

AGENT_CREATE_VALUE

Agent creation from type.

AGENT_CREATE = 3;

AGENT_REFINE

Agent instruction refinement type.

AGENT_REFINE = 2;

AGENT_REFINE_VALUE

Agent instruction refinement type.

AGENT_REFINE = 2;

AGENT_RESTRUCTURE

Agent instruction restructure type.

AGENT_RESTRUCTURE = 1;

AGENT_RESTRUCTURE_VALUE

Agent instruction restructure type.

AGENT_RESTRUCTURE = 1;

EVALUATION_PERSONA_CREATE

Evaluation persona generation type.

EVALUATION_PERSONA_CREATE = 6;

EVALUATION_PERSONA_CREATE_VALUE

Evaluation persona generation type.

EVALUATION_PERSONA_CREATE = 6;

GENERATION_TYPE_UNSPECIFIED

Unspecified operation type.

GENERATION_TYPE_UNSPECIFIED = 0;

GENERATION_TYPE_UNSPECIFIED_VALUE

Unspecified operation type.

GENERATION_TYPE_UNSPECIFIED = 0;

INSTRUCTION_FOLLOWING_FIX

Instruction following fix type (used for hill climbing fixes).

INSTRUCTION_FOLLOWING_FIX = 9;

INSTRUCTION_FOLLOWING_FIX_VALUE

Instruction following fix type (used for hill climbing fixes).

INSTRUCTION_FOLLOWING_FIX = 9;

QUALITY_REPORT_CREATE

Quality report generation type.

QUALITY_REPORT_CREATE = 8;

QUALITY_REPORT_CREATE_VALUE

Quality report generation type.

QUALITY_REPORT_CREATE = 8;

SCENARIO_CREATE

Scenario creation type.

SCENARIO_CREATE = 5;

SCENARIO_CREATE_FROM_TRANSCRIPTS

Scenario creation from transcripts type.

SCENARIO_CREATE_FROM_TRANSCRIPTS = 7;

SCENARIO_CREATE_FROM_TRANSCRIPTS_VALUE

Scenario creation from transcripts type.

SCENARIO_CREATE_FROM_TRANSCRIPTS = 7;

SCENARIO_CREATE_VALUE

Scenario creation type.

SCENARIO_CREATE = 5;

TOOL_CREATE

Tool creation type.

TOOL_CREATE = 4;

TOOL_CREATE_VALUE

Tool creation type.

TOOL_CREATE = 4;

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