google-apis-discoveryengine_v1alpha 0.88.0 → 0.89.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 910d8245c954cfb80a748fb790829400fb982f90ac108a89439a5aa83823e560
|
|
4
|
+
data.tar.gz: 3718814eeaadeb38362bf1248eb4d17d7bb7a8a0b518199cbbbe227f0cf6004e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67622f7134ee5c8d6eba320714fc847f6707b4c7d4a1db71267059a618cfe0ea62c2cb5d75983f8e0b13239841e15ce51630ff8799f436d90d9e40ab3c092207
|
|
7
|
+
data.tar.gz: 72009e463c0ad916f09e79561adb8f94aadb4ffbe41a1568c49a4a75383bcddf39890f8940d6f2258dae2b0d2fb106f17d38ffeaf28c0f24c47dc43be9a27a47
|
data/CHANGELOG.md
CHANGED
|
@@ -1003,6 +1003,19 @@ module Google
|
|
|
1003
1003
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AssistantCustomerPolicy]
|
|
1004
1004
|
attr_accessor :customer_policy
|
|
1005
1005
|
|
|
1006
|
+
# Optional. This field controls the default web grounding toggle for end users
|
|
1007
|
+
# if `web_grounding_type` is set to `WEB_GROUNDING_TYPE_GOOGLE_SEARCH` or `
|
|
1008
|
+
# WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH`. By default, this field is set to
|
|
1009
|
+
# false. If `web_grounding_type` is `WEB_GROUNDING_TYPE_GOOGLE_SEARCH` or `
|
|
1010
|
+
# WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH`, end users will have web grounding
|
|
1011
|
+
# enabled by default on UI. If true, grounding toggle will be disabled by
|
|
1012
|
+
# default on UI. End users can still enable web grounding in the UI if web
|
|
1013
|
+
# grounding is enabled.
|
|
1014
|
+
# Corresponds to the JSON property `defaultWebGroundingToggleOff`
|
|
1015
|
+
# @return [Boolean]
|
|
1016
|
+
attr_accessor :default_web_grounding_toggle_off
|
|
1017
|
+
alias_method :default_web_grounding_toggle_off?, :default_web_grounding_toggle_off
|
|
1018
|
+
|
|
1006
1019
|
# Optional. Description for additional information. Expected to be shown on the
|
|
1007
1020
|
# configuration UI, not to the users of the assistant.
|
|
1008
1021
|
# Corresponds to the JSON property `description`
|
|
@@ -1052,6 +1065,7 @@ module Google
|
|
|
1052
1065
|
# Update properties of this object
|
|
1053
1066
|
def update!(**args)
|
|
1054
1067
|
@customer_policy = args[:customer_policy] if args.key?(:customer_policy)
|
|
1068
|
+
@default_web_grounding_toggle_off = args[:default_web_grounding_toggle_off] if args.key?(:default_web_grounding_toggle_off)
|
|
1055
1069
|
@description = args[:description] if args.key?(:description)
|
|
1056
1070
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
1057
1071
|
@enabled_tools = args[:enabled_tools] if args.key?(:enabled_tools)
|
|
@@ -9391,6 +9405,19 @@ module Google
|
|
|
9391
9405
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantCustomerPolicy]
|
|
9392
9406
|
attr_accessor :customer_policy
|
|
9393
9407
|
|
|
9408
|
+
# Optional. This field controls the default web grounding toggle for end users
|
|
9409
|
+
# if `web_grounding_type` is set to `WEB_GROUNDING_TYPE_GOOGLE_SEARCH` or `
|
|
9410
|
+
# WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH`. By default, this field is set to
|
|
9411
|
+
# false. If `web_grounding_type` is `WEB_GROUNDING_TYPE_GOOGLE_SEARCH` or `
|
|
9412
|
+
# WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH`, end users will have web grounding
|
|
9413
|
+
# enabled by default on UI. If true, grounding toggle will be disabled by
|
|
9414
|
+
# default on UI. End users can still enable web grounding in the UI if web
|
|
9415
|
+
# grounding is enabled.
|
|
9416
|
+
# Corresponds to the JSON property `defaultWebGroundingToggleOff`
|
|
9417
|
+
# @return [Boolean]
|
|
9418
|
+
attr_accessor :default_web_grounding_toggle_off
|
|
9419
|
+
alias_method :default_web_grounding_toggle_off?, :default_web_grounding_toggle_off
|
|
9420
|
+
|
|
9394
9421
|
# Optional. Description for additional information. Expected to be shown on the
|
|
9395
9422
|
# configuration UI, not to the users of the assistant.
|
|
9396
9423
|
# Corresponds to the JSON property `description`
|
|
@@ -9447,6 +9474,7 @@ module Google
|
|
|
9447
9474
|
# Update properties of this object
|
|
9448
9475
|
def update!(**args)
|
|
9449
9476
|
@customer_policy = args[:customer_policy] if args.key?(:customer_policy)
|
|
9477
|
+
@default_web_grounding_toggle_off = args[:default_web_grounding_toggle_off] if args.key?(:default_web_grounding_toggle_off)
|
|
9450
9478
|
@description = args[:description] if args.key?(:description)
|
|
9451
9479
|
@disable_location_context = args[:disable_location_context] if args.key?(:disable_location_context)
|
|
9452
9480
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
@@ -10079,6 +10107,13 @@ module Google
|
|
|
10079
10107
|
# @return [String]
|
|
10080
10108
|
attr_accessor :client_secret
|
|
10081
10109
|
|
|
10110
|
+
# Optional. Whether to enable PKCE verification. https://datatracker.ietf.org/
|
|
10111
|
+
# doc/html/rfc7636#section-3.1/
|
|
10112
|
+
# Corresponds to the JSON property `pkceVerificationEnabled`
|
|
10113
|
+
# @return [Boolean]
|
|
10114
|
+
attr_accessor :pkce_verification_enabled
|
|
10115
|
+
alias_method :pkce_verification_enabled?, :pkce_verification_enabled
|
|
10116
|
+
|
|
10082
10117
|
# Required. The scopes to request. Example: `https://www.googleapis.com/auth/
|
|
10083
10118
|
# calendar.events`
|
|
10084
10119
|
# Corresponds to the JSON property `scopes`
|
|
@@ -10100,6 +10135,7 @@ module Google
|
|
|
10100
10135
|
@authorization_uri = args[:authorization_uri] if args.key?(:authorization_uri)
|
|
10101
10136
|
@client_id = args[:client_id] if args.key?(:client_id)
|
|
10102
10137
|
@client_secret = args[:client_secret] if args.key?(:client_secret)
|
|
10138
|
+
@pkce_verification_enabled = args[:pkce_verification_enabled] if args.key?(:pkce_verification_enabled)
|
|
10103
10139
|
@scopes = args[:scopes] if args.key?(:scopes)
|
|
10104
10140
|
@token_uri = args[:token_uri] if args.key?(:token_uri)
|
|
10105
10141
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DiscoveryengineV1alpha
|
|
18
18
|
# Version of the google-apis-discoveryengine_v1alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.89.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260107"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -5815,6 +5815,7 @@ module Google
|
|
|
5815
5815
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5816
5816
|
property :customer_policy, as: 'customerPolicy', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AssistantCustomerPolicy, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AssistantCustomerPolicy::Representation
|
|
5817
5817
|
|
|
5818
|
+
property :default_web_grounding_toggle_off, as: 'defaultWebGroundingToggleOff'
|
|
5818
5819
|
property :description, as: 'description'
|
|
5819
5820
|
property :display_name, as: 'displayName'
|
|
5820
5821
|
hash :enabled_tools, as: 'enabledTools', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AssistantToolList, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AssistantToolList::Representation
|
|
@@ -8081,6 +8082,7 @@ module Google
|
|
|
8081
8082
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8082
8083
|
property :customer_policy, as: 'customerPolicy', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantCustomerPolicy, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantCustomerPolicy::Representation
|
|
8083
8084
|
|
|
8085
|
+
property :default_web_grounding_toggle_off, as: 'defaultWebGroundingToggleOff'
|
|
8084
8086
|
property :description, as: 'description'
|
|
8085
8087
|
property :disable_location_context, as: 'disableLocationContext'
|
|
8086
8088
|
property :display_name, as: 'displayName'
|
|
@@ -8281,6 +8283,7 @@ module Google
|
|
|
8281
8283
|
property :authorization_uri, as: 'authorizationUri'
|
|
8282
8284
|
property :client_id, as: 'clientId'
|
|
8283
8285
|
property :client_secret, as: 'clientSecret'
|
|
8286
|
+
property :pkce_verification_enabled, as: 'pkceVerificationEnabled'
|
|
8284
8287
|
collection :scopes, as: 'scopes'
|
|
8285
8288
|
property :token_uri, as: 'tokenUri'
|
|
8286
8289
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-discoveryengine_v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.89.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1alpha/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.89.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1alpha
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|