public static interface AnswerQueryRequest.QueryUnderstandingSpec.QueryClassificationSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AnswerQueryRequest.QueryUnderstandingSpec.QueryClassificationSpec.Type |
getTypes(int index)
Enabled query classification types.
|
int |
getTypesCount()
Enabled query classification types.
|
List<AnswerQueryRequest.QueryUnderstandingSpec.QueryClassificationSpec.Type> |
getTypesList()
Enabled query classification types.
|
int |
getTypesValue(int index)
Enabled query classification types.
|
List<Integer> |
getTypesValueList()
Enabled query classification types.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<AnswerQueryRequest.QueryUnderstandingSpec.QueryClassificationSpec.Type> getTypesList()
Enabled query classification types.
repeated .google.cloud.discoveryengine.v1beta.AnswerQueryRequest.QueryUnderstandingSpec.QueryClassificationSpec.Type types = 1;
int getTypesCount()
Enabled query classification types.
repeated .google.cloud.discoveryengine.v1beta.AnswerQueryRequest.QueryUnderstandingSpec.QueryClassificationSpec.Type types = 1;
AnswerQueryRequest.QueryUnderstandingSpec.QueryClassificationSpec.Type getTypes(int index)
Enabled query classification types.
repeated .google.cloud.discoveryengine.v1beta.AnswerQueryRequest.QueryUnderstandingSpec.QueryClassificationSpec.Type types = 1;
index - The index of the element to return.List<Integer> getTypesValueList()
Enabled query classification types.
repeated .google.cloud.discoveryengine.v1beta.AnswerQueryRequest.QueryUnderstandingSpec.QueryClassificationSpec.Type types = 1;
int getTypesValue(int index)
Enabled query classification types.
repeated .google.cloud.discoveryengine.v1beta.AnswerQueryRequest.QueryUnderstandingSpec.QueryClassificationSpec.Type types = 1;
index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.