Resource: GeminiGcpEnablementSetting
Message describing GeminiGcpEnablementSetting object
| JSON representation |
|---|
{
"name": string,
"createTime": string,
"updateTime": string,
"labels": {
string: string,
...
},
"enableCustomerDataSharing": boolean,
"disableWebGrounding": boolean,
"webGroundingType": enum ( |
| Fields | |
|---|---|
name |
Identifier. Name of the resource. Format:projects/{project}/locations/{location}/geminiGcpEnablementSettings/{geminiGcpEnablementSetting} |
createTime |
Output only. [Output only] Create time stamp. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. [Output only] Update time stamp. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
labels |
Optional. Labels as key value pairs. An object containing a list of |
enableCustomerDataSharing |
Optional. Not implemented. |
disableWebGrounding |
Optional. Whether web grounding should be disabled. |
webGroundingType |
Optional. Web grounding type. |
WebGroundingType
Web grounding type.
| Enums | |
|---|---|
WEB_GROUNDING_TYPE_UNSPECIFIED |
Unspecified grounding. |
GROUNDING_WITH_GOOGLE_SEARCH |
Grounding with Google Search. |
WEB_GROUNDING_FOR_ENTERPRISE |
Grounding with Google Search for Enterprise. |
Methods |
|
|---|---|
|
Creates a new GeminiGcpEnablementSetting in a given project and location. |
|
Deletes a single GeminiGcpEnablementSetting. |
|
Gets details of a single GeminiGcpEnablementSetting. |
|
Lists GeminiGcpEnablementSettings in a given project and location. |
|
Updates the parameters of a single GeminiGcpEnablementSetting. |