google-apis-discoveryengine_v1beta 0.70.0 → 0.72.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: 88db35960f3e4ab94f3cd8adc32de8284404cdd135bbd3774bae9c25f9d4e31d
4
- data.tar.gz: f0eed7859d824bfa8eb74cc450bd19d6658c45a49231620dc7988b7c9d74b093
3
+ metadata.gz: 484cd2e81da9cff62a455125362fec0a2edfbaf1c0d308cc061a4bf6d512112e
4
+ data.tar.gz: 639ab724dc9b400babe57c9b5907af235cc22069a132f697aca233a24bad05ae
5
5
  SHA512:
6
- metadata.gz: 5da3e18794f42715c5044eeaf40b6b0d0c256a6f70032e85b8b68dfe4f778d9ecc7c996d297c35c014f4028167358912cb71c0a3b68cd6989edd85bef05e8dcb
7
- data.tar.gz: 1de619fe48d5f3537f6238632b154e2244c0b4dd7d4ba51bc9b6b9464b956fa891d6200e929275df2875c209559eea2fa58869ac4531fc64887306914557fa1d
6
+ metadata.gz: 64be6a2a8b3f8fb0c76d191a23358e829e0a6868eb3edba1f1cf8fccd9bd6de52d41622e44c1c31f97551d5e90068ae508ac003b5fb173c0ea5e82c0f7c31572
7
+ data.tar.gz: d6bf7f38a163c0248c3dccf0b92a5475f428e5c27abaa7efd3cd655b8181eb34b3a7cb4088f477671d93ae8eb5267ddca3bac8e10b91e9cdb0a54028dc0a2368
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-discoveryengine_v1beta
2
2
 
3
+ ### v0.72.0 (2025-07-06)
4
+
5
+ * Regenerated from discovery document revision 20250701
6
+
7
+ ### v0.71.0 (2025-06-29)
8
+
9
+ * Regenerated from discovery document revision 20250619
10
+
3
11
  ### v0.70.0 (2025-06-22)
4
12
 
5
13
  * Regenerated from discovery document revision 20250617
@@ -2364,7 +2364,7 @@ module Google
2364
2364
  # Supported keys: * `*`: all features, if it's present, all other feature state
2365
2365
  # settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
2366
2366
  # gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
2367
- # org-chart` * `bi-directional-audio` * `feedback`
2367
+ # org-chart` * `bi-directional-audio` * `feedback` * `session-sharing`
2368
2368
  # Corresponds to the JSON property `features`
2369
2369
  # @return [Hash<String,String>]
2370
2370
  attr_accessor :features
@@ -4475,7 +4475,7 @@ module Google
4475
4475
  attr_accessor :last_login_time
4476
4476
 
4477
4477
  # Output only. License assignment state of the user. If the user is assigned
4478
- # with a license config, the user loggin will be assigned with the license; If
4478
+ # with a license config, the user login will be assigned with the license; If
4479
4479
  # the user's license assignment state is unassigned or unspecified, no license
4480
4480
  # config will be associated to the user;
4481
4481
  # Corresponds to the JSON property `licenseAssignmentState`
@@ -5877,7 +5877,7 @@ module Google
5877
5877
  class GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun
5878
5878
  include Google::Apis::Core::Hashable
5879
5879
 
5880
- # The number of documents deleted.
5880
+ # Optional. The number of documents deleted.
5881
5881
  # Corresponds to the JSON property `deletedRecordCount`
5882
5882
  # @return [Fixnum]
5883
5883
  attr_accessor :deleted_record_count
@@ -5887,8 +5887,7 @@ module Google
5887
5887
  # @return [String]
5888
5888
  attr_accessor :entity_name
5889
5889
 
5890
- # The total number of documents failed at sync at any stage (extraction,
5891
- # indexing, etc).
5890
+ # Optional. The total number of documents failed at sync at indexing stage.
5892
5891
  # Corresponds to the JSON property `errorRecordCount`
5893
5892
  # @return [Fixnum]
5894
5893
  attr_accessor :error_record_count
@@ -5899,13 +5898,13 @@ module Google
5899
5898
  # @return [Array<Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus>]
5900
5899
  attr_accessor :errors
5901
5900
 
5902
- # The number of documents extracted from connector source, ready to be ingested
5903
- # to VAIS.
5901
+ # Optional. The number of documents extracted from connector source, ready to be
5902
+ # ingested to VAIS.
5904
5903
  # Corresponds to the JSON property `extractedRecordCount`
5905
5904
  # @return [Fixnum]
5906
5905
  attr_accessor :extracted_record_count
5907
5906
 
5908
- # The number of documents indexed.
5907
+ # Optional. The number of documents indexed.
5909
5908
  # Corresponds to the JSON property `indexedRecordCount`
5910
5909
  # @return [Fixnum]
5911
5910
  attr_accessor :indexed_record_count
@@ -5915,13 +5914,13 @@ module Google
5915
5914
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress]
5916
5915
  attr_accessor :progress
5917
5916
 
5918
- # The number of documents scheduled to be crawled/extracted from connector
5919
- # source. This only applies to third party connectors.
5917
+ # Optional. The number of documents scheduled to be crawled/extracted from
5918
+ # connector source. This only applies to third party connectors.
5920
5919
  # Corresponds to the JSON property `scheduledRecordCount`
5921
5920
  # @return [Fixnum]
5922
5921
  attr_accessor :scheduled_record_count
5923
5922
 
5924
- # The number of requests sent to 3p API.
5923
+ # Optional. The number of requests sent to 3p API.
5925
5924
  # Corresponds to the JSON property `sourceApiRequestCount`
5926
5925
  # @return [Fixnum]
5927
5926
  attr_accessor :source_api_request_count
@@ -6538,6 +6537,12 @@ module Google
6538
6537
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaActionConfig]
6539
6538
  attr_accessor :action_config
6540
6539
 
6540
+ # Output only. State of the action connector. This reflects whether the action
6541
+ # connector is initializing, active or has encountered errors.
6542
+ # Corresponds to the JSON property `actionState`
6543
+ # @return [String]
6544
+ attr_accessor :action_state
6545
+
6541
6546
  # Optional. The connector level alert config.
6542
6547
  # Corresponds to the JSON property `alertPolicyConfigs`
6543
6548
  # @return [Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig>]
@@ -6629,12 +6634,16 @@ module Google
6629
6634
  # Optional. The refresh interval specifically for incremental data syncs. If
6630
6635
  # unset, incremental syncs will use the default from env, set to 3hrs. The
6631
6636
  # minimum is 30 minutes and maximum is 7 days. Applicable to only 3P connectors.
6637
+ # When the refresh interval is set to the same value as the incremental refresh
6638
+ # interval, incremental sync will be disabled.
6632
6639
  # Corresponds to the JSON property `incrementalRefreshInterval`
6633
6640
  # @return [String]
6634
6641
  attr_accessor :incremental_refresh_interval
6635
6642
 
6636
6643
  # Optional. Indicates whether incremental syncs are paused for this connector.
6637
6644
  # This is independent of auto_run_disabled. Applicable to only 3P connectors.
6645
+ # When the refresh interval is set to the same value as the incremental refresh
6646
+ # interval, incremental sync will be disabled, i.e. set to true.
6638
6647
  # Corresponds to the JSON property `incrementalSyncDisabled`
6639
6648
  # @return [Boolean]
6640
6649
  attr_accessor :incremental_sync_disabled
@@ -6733,7 +6742,9 @@ module Google
6733
6742
 
6734
6743
  # Required. The refresh interval for data sync. If duration is set to 0, the
6735
6744
  # data will be synced in real time. The streaming feature is not supported yet.
6736
- # The minimum is 30 minutes and maximum is 7 days.
6745
+ # The minimum is 30 minutes and maximum is 7 days. When the refresh interval is
6746
+ # set to the same value as the incremental refresh interval, incremental sync
6747
+ # will be disabled.
6737
6748
  # Corresponds to the JSON property `refreshInterval`
6738
6749
  # @return [String]
6739
6750
  attr_accessor :refresh_interval
@@ -6772,6 +6783,7 @@ module Google
6772
6783
  def update!(**args)
6773
6784
  @acl_enabled = args[:acl_enabled] if args.key?(:acl_enabled)
6774
6785
  @action_config = args[:action_config] if args.key?(:action_config)
6786
+ @action_state = args[:action_state] if args.key?(:action_state)
6775
6787
  @alert_policy_configs = args[:alert_policy_configs] if args.key?(:alert_policy_configs)
6776
6788
  @auto_run_disabled = args[:auto_run_disabled] if args.key?(:auto_run_disabled)
6777
6789
  @bap_config = args[:bap_config] if args.key?(:bap_config)
@@ -6821,6 +6833,13 @@ module Google
6821
6833
  # @return [Hash<String,Object>]
6822
6834
  attr_accessor :auth_params
6823
6835
 
6836
+ # Tenant information for a connector source. This includes some of the same
6837
+ # information stored in the Credential message, but is limited to only what is
6838
+ # needed to provide a list of accessible tenants to the user.
6839
+ # Corresponds to the JSON property `tenant`
6840
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaTenant]
6841
+ attr_accessor :tenant
6842
+
6824
6843
  def initialize(**args)
6825
6844
  update!(**args)
6826
6845
  end
@@ -6829,6 +6848,7 @@ module Google
6829
6848
  def update!(**args)
6830
6849
  @additional_params = args[:additional_params] if args.key?(:additional_params)
6831
6850
  @auth_params = args[:auth_params] if args.key?(:auth_params)
6851
+ @tenant = args[:tenant] if args.key?(:tenant)
6832
6852
  end
6833
6853
  end
6834
6854
 
@@ -7852,7 +7872,7 @@ module Google
7852
7872
  # Supported keys: * `*`: all features, if it's present, all other feature state
7853
7873
  # settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
7854
7874
  # gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
7855
- # org-chart` * `bi-directional-audio` * `feedback`
7875
+ # org-chart` * `bi-directional-audio` * `feedback` * `session-sharing`
7856
7876
  # Corresponds to the JSON property `features`
7857
7877
  # @return [Hash<String,String>]
7858
7878
  attr_accessor :features
@@ -12057,6 +12077,42 @@ module Google
12057
12077
  end
12058
12078
  end
12059
12079
 
12080
+ # Tenant information for a connector source. This includes some of the same
12081
+ # information stored in the Credential message, but is limited to only what is
12082
+ # needed to provide a list of accessible tenants to the user.
12083
+ class GoogleCloudDiscoveryengineV1alphaTenant
12084
+ include Google::Apis::Core::Hashable
12085
+
12086
+ # Optional display name for the tenant, e.g. "My Slack Team".
12087
+ # Corresponds to the JSON property `displayName`
12088
+ # @return [String]
12089
+ attr_accessor :display_name
12090
+
12091
+ # The tenant's instance ID. Examples: Jira ("8594f221-9797-5f78-1fa4-
12092
+ # 485e198d7cd0"), Slack ("T123456").
12093
+ # Corresponds to the JSON property `id`
12094
+ # @return [String]
12095
+ attr_accessor :id
12096
+
12097
+ # The URI of the tenant, if applicable. For example, the URI of a Jira instance
12098
+ # is https://my-jira-instance.atlassian.net, and a Slack tenant does not have a
12099
+ # URI.
12100
+ # Corresponds to the JSON property `uri`
12101
+ # @return [String]
12102
+ attr_accessor :uri
12103
+
12104
+ def initialize(**args)
12105
+ update!(**args)
12106
+ end
12107
+
12108
+ # Update properties of this object
12109
+ def update!(**args)
12110
+ @display_name = args[:display_name] if args.key?(:display_name)
12111
+ @id = args[:id] if args.key?(:id)
12112
+ @uri = args[:uri] if args.key?(:uri)
12113
+ end
12114
+ end
12115
+
12060
12116
  # Metadata related to the progress of the TrainCustomModel operation. This is
12061
12117
  # returned by the google.longrunning.Operation.metadata field.
12062
12118
  class GoogleCloudDiscoveryengineV1alphaTrainCustomModelMetadata
@@ -12360,7 +12416,7 @@ module Google
12360
12416
  attr_accessor :last_login_time
12361
12417
 
12362
12418
  # Output only. License assignment state of the user. If the user is assigned
12363
- # with a license config, the user loggin will be assigned with the license; If
12419
+ # with a license config, the user login will be assigned with the license; If
12364
12420
  # the user's license assignment state is unassigned or unspecified, no license
12365
12421
  # config will be associated to the user;
12366
12422
  # Corresponds to the JSON property `licenseAssignmentState`
@@ -18010,7 +18066,7 @@ module Google
18010
18066
  # Supported keys: * `*`: all features, if it's present, all other feature state
18011
18067
  # settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
18012
18068
  # gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
18013
- # org-chart` * `bi-directional-audio` * `feedback`
18069
+ # org-chart` * `bi-directional-audio` * `feedback` * `session-sharing`
18014
18070
  # Corresponds to the JSON property `features`
18015
18071
  # @return [Hash<String,String>]
18016
18072
  attr_accessor :features
@@ -25754,7 +25810,7 @@ module Google
25754
25810
  attr_accessor :last_login_time
25755
25811
 
25756
25812
  # Output only. License assignment state of the user. If the user is assigned
25757
- # with a license config, the user loggin will be assigned with the license; If
25813
+ # with a license config, the user login will be assigned with the license; If
25758
25814
  # the user's license assignment state is unassigned or unspecified, no license
25759
25815
  # config will be associated to the user;
25760
25816
  # Corresponds to the JSON property `licenseAssignmentState`
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DiscoveryengineV1beta
18
18
  # Version of the google-apis-discoveryengine_v1beta gem
19
- GEM_VERSION = "0.70.0"
19
+ GEM_VERSION = "0.72.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 = "20250617"
25
+ REVISION = "20250701"
26
26
  end
27
27
  end
28
28
  end
@@ -1900,6 +1900,12 @@ module Google
1900
1900
  include Google::Apis::Core::JsonObjectSupport
1901
1901
  end
1902
1902
 
1903
+ class GoogleCloudDiscoveryengineV1alphaTenant
1904
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1905
+
1906
+ include Google::Apis::Core::JsonObjectSupport
1907
+ end
1908
+
1903
1909
  class GoogleCloudDiscoveryengineV1alphaTrainCustomModelMetadata
1904
1910
  class Representation < Google::Apis::Core::JsonRepresentation; end
1905
1911
 
@@ -5960,6 +5966,7 @@ module Google
5960
5966
  property :acl_enabled, as: 'aclEnabled'
5961
5967
  property :action_config, as: 'actionConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaActionConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaActionConfig::Representation
5962
5968
 
5969
+ property :action_state, as: 'actionState'
5963
5970
  collection :alert_policy_configs, as: 'alertPolicyConfigs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig::Representation
5964
5971
 
5965
5972
  property :auto_run_disabled, as: 'autoRunDisabled'
@@ -6009,6 +6016,8 @@ module Google
6009
6016
  class Representation < Google::Apis::Core::JsonRepresentation
6010
6017
  hash :additional_params, as: 'additionalParams'
6011
6018
  hash :auth_params, as: 'authParams'
6019
+ property :tenant, as: 'tenant', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaTenant, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaTenant::Representation
6020
+
6012
6021
  end
6013
6022
  end
6014
6023
 
@@ -7382,6 +7391,15 @@ module Google
7382
7391
  end
7383
7392
  end
7384
7393
 
7394
+ class GoogleCloudDiscoveryengineV1alphaTenant
7395
+ # @private
7396
+ class Representation < Google::Apis::Core::JsonRepresentation
7397
+ property :display_name, as: 'displayName'
7398
+ property :id, as: 'id'
7399
+ property :uri, as: 'uri'
7400
+ end
7401
+ end
7402
+
7385
7403
  class GoogleCloudDiscoveryengineV1alphaTrainCustomModelMetadata
7386
7404
  # @private
7387
7405
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-discoveryengine_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.70.0
4
+ version: 0.72.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_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.70.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.72.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: