Skip to content

Commit

Permalink
Change description of Gemini Gcp Enablement Setting Resource (#13017)
Browse files Browse the repository at this point in the history
  • Loading branch information
PerlMonker303 authored Feb 11, 2025
1 parent c8d4352 commit 09e909c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions mmv1/products/gemini/GeminiGcpEnablementSetting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ parameters:
- name: geminiGcpEnablementSettingId
type: String
description: |-
Required. Id of the requesting object.
If auto-generating Id server-side, remove this field and
gemini_gcp_enablement_setting_id from the method_signature of Create RPC
Id of the Gemini Gcp Enablement setting.
immutable: true
url_param_only: true
required: true
Expand All @@ -57,15 +55,15 @@ properties:
output: true
- name: createTime
type: String
description: Output only. [Output only] Create time stamp.
description: Create time stamp.
output: true
- name: updateTime
type: String
description: Output only. [Output only] Update time stamp.
description: Update time stamp.
output: true
- name: labels
type: KeyValueLabels
description: Optional. Labels as key value pairs.
description: Labels as key value pairs.
- name: enableCustomerDataSharing
type: Boolean
description: Optional. Whether customer data sharing should be enabled.
description: Whether customer data sharing should be enabled.

0 comments on commit 09e909c

Please sign in to comment.