public enum Assistant.WebGroundingType extends Enum<Assistant.WebGroundingType> implements ProtocolMessageEnumThe type of web grounding to use.
Protobuf enum google.cloud.discoveryengine.v1beta.Assistant.WebGroundingType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
UNRECOGNIZED |
|
WEB_GROUNDING_TYPE_DISABLED |
Web grounding is disabled. |
WEB_GROUNDING_TYPE_DISABLED_VALUE |
Web grounding is disabled. |
WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH |
Grounding with Enterprise Web Search is enabled. |
WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH_VALUE |
Grounding with Enterprise Web Search is enabled. |
WEB_GROUNDING_TYPE_GOOGLE_SEARCH |
Grounding with Google Search is enabled. |
WEB_GROUNDING_TYPE_GOOGLE_SEARCH_VALUE |
Grounding with Google Search is enabled. |
WEB_GROUNDING_TYPE_UNSPECIFIED |
Default, unspecified setting. This is the same as disabled. |
WEB_GROUNDING_TYPE_UNSPECIFIED_VALUE |
Default, unspecified setting. This is the same as disabled. |
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() |
|