google-apis-discoveryengine_v1alpha 0.67.0 → 0.68.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: ae43f7322dd5a6b9a367fc3251637b4a0ac4d0ff2dc9bb87fe3adf4be5a15fa5
4
- data.tar.gz: d0a2e2f0b20a9f09115282d6e829c1d35ce12d975d83f3972a9458eff337db95
3
+ metadata.gz: f6ade9979316b105277caaecc516875d21161843fd69abd48ff99f3e19e19ac6
4
+ data.tar.gz: 1dd20eb30f66ca61e4385fbbdd869c6d0d74fed259b9f2f73dd9d84e3291a977
5
5
  SHA512:
6
- metadata.gz: b3aab41c2400f4b05d98fec0e31a6de9346885d6f8f271efbda5a20050ccd1948a82c7d1f862105293b4f97daf82b7802729474f2fd049b07417dc5d642083ee
7
- data.tar.gz: 8974e88057f0ce0fefc3da0c811f2ec10bb448b57a170d5c2f54fae8c089ca1d5666d4b72e69543643c9b7047833402ce5b63c1029f9ea4ce46ce410ac3e0aa3
6
+ metadata.gz: 4e46d015c7d8761c93f82d17c60b3b83d1e040732a228c97eaa3058277974af5a6166ded5633579fe1bec08675dfa8595c05284a79bff9abc2fd9137f210483e
7
+ data.tar.gz: a88e1d1392d9103b136632e87d87e7f4ed62405cc03c12a3c0fee1a20a761311264a2be639ebce915e095bf92784c1583e32b3868a38597fa5d80748d79ec615
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-discoveryengine_v1alpha
2
2
 
3
+ ### v0.68.0 (2025-07-06)
4
+
5
+ * Regenerated from discovery document revision 20250701
6
+
3
7
  ### v0.67.0 (2025-06-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20250619
@@ -9411,7 +9411,7 @@ module Google
9411
9411
  class GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun
9412
9412
  include Google::Apis::Core::Hashable
9413
9413
 
9414
- # The number of documents deleted.
9414
+ # Optional. The number of documents deleted.
9415
9415
  # Corresponds to the JSON property `deletedRecordCount`
9416
9416
  # @return [Fixnum]
9417
9417
  attr_accessor :deleted_record_count
@@ -9421,8 +9421,7 @@ module Google
9421
9421
  # @return [String]
9422
9422
  attr_accessor :entity_name
9423
9423
 
9424
- # The total number of documents failed at sync at any stage (extraction,
9425
- # indexing, etc).
9424
+ # Optional. The total number of documents failed at sync at indexing stage.
9426
9425
  # Corresponds to the JSON property `errorRecordCount`
9427
9426
  # @return [Fixnum]
9428
9427
  attr_accessor :error_record_count
@@ -9433,13 +9432,13 @@ module Google
9433
9432
  # @return [Array<Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus>]
9434
9433
  attr_accessor :errors
9435
9434
 
9436
- # The number of documents extracted from connector source, ready to be ingested
9437
- # to VAIS.
9435
+ # Optional. The number of documents extracted from connector source, ready to be
9436
+ # ingested to VAIS.
9438
9437
  # Corresponds to the JSON property `extractedRecordCount`
9439
9438
  # @return [Fixnum]
9440
9439
  attr_accessor :extracted_record_count
9441
9440
 
9442
- # The number of documents indexed.
9441
+ # Optional. The number of documents indexed.
9443
9442
  # Corresponds to the JSON property `indexedRecordCount`
9444
9443
  # @return [Fixnum]
9445
9444
  attr_accessor :indexed_record_count
@@ -9449,13 +9448,13 @@ module Google
9449
9448
  # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress]
9450
9449
  attr_accessor :progress
9451
9450
 
9452
- # The number of documents scheduled to be crawled/extracted from connector
9453
- # source. This only applies to third party connectors.
9451
+ # Optional. The number of documents scheduled to be crawled/extracted from
9452
+ # connector source. This only applies to third party connectors.
9454
9453
  # Corresponds to the JSON property `scheduledRecordCount`
9455
9454
  # @return [Fixnum]
9456
9455
  attr_accessor :scheduled_record_count
9457
9456
 
9458
- # The number of requests sent to 3p API.
9457
+ # Optional. The number of requests sent to 3p API.
9459
9458
  # Corresponds to the JSON property `sourceApiRequestCount`
9460
9459
  # @return [Fixnum]
9461
9460
  attr_accessor :source_api_request_count
@@ -10725,6 +10724,13 @@ module Google
10725
10724
  # @return [Hash<String,Object>]
10726
10725
  attr_accessor :auth_params
10727
10726
 
10727
+ # Tenant information for a connector source. This includes some of the same
10728
+ # information stored in the Credential message, but is limited to only what is
10729
+ # needed to provide a list of accessible tenants to the user.
10730
+ # Corresponds to the JSON property `tenant`
10731
+ # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTenant]
10732
+ attr_accessor :tenant
10733
+
10728
10734
  def initialize(**args)
10729
10735
  update!(**args)
10730
10736
  end
@@ -10733,6 +10739,7 @@ module Google
10733
10739
  def update!(**args)
10734
10740
  @additional_params = args[:additional_params] if args.key?(:additional_params)
10735
10741
  @auth_params = args[:auth_params] if args.key?(:auth_params)
10742
+ @tenant = args[:tenant] if args.key?(:tenant)
10736
10743
  end
10737
10744
  end
10738
10745
 
@@ -20738,6 +20745,42 @@ module Google
20738
20745
  end
20739
20746
  end
20740
20747
 
20748
+ # Tenant information for a connector source. This includes some of the same
20749
+ # information stored in the Credential message, but is limited to only what is
20750
+ # needed to provide a list of accessible tenants to the user.
20751
+ class GoogleCloudDiscoveryengineV1alphaTenant
20752
+ include Google::Apis::Core::Hashable
20753
+
20754
+ # Optional display name for the tenant, e.g. "My Slack Team".
20755
+ # Corresponds to the JSON property `displayName`
20756
+ # @return [String]
20757
+ attr_accessor :display_name
20758
+
20759
+ # The tenant's instance ID. Examples: Jira ("8594f221-9797-5f78-1fa4-
20760
+ # 485e198d7cd0"), Slack ("T123456").
20761
+ # Corresponds to the JSON property `id`
20762
+ # @return [String]
20763
+ attr_accessor :id
20764
+
20765
+ # The URI of the tenant, if applicable. For example, the URI of a Jira instance
20766
+ # is https://my-jira-instance.atlassian.net, and a Slack tenant does not have a
20767
+ # URI.
20768
+ # Corresponds to the JSON property `uri`
20769
+ # @return [String]
20770
+ attr_accessor :uri
20771
+
20772
+ def initialize(**args)
20773
+ update!(**args)
20774
+ end
20775
+
20776
+ # Update properties of this object
20777
+ def update!(**args)
20778
+ @display_name = args[:display_name] if args.key?(:display_name)
20779
+ @id = args[:id] if args.key?(:id)
20780
+ @uri = args[:uri] if args.key?(:uri)
20781
+ end
20782
+ end
20783
+
20741
20784
  # Defines text input.
20742
20785
  class GoogleCloudDiscoveryengineV1alphaTextInput
20743
20786
  include Google::Apis::Core::Hashable
@@ -21863,6 +21906,11 @@ module Google
21863
21906
  # @return [String]
21864
21907
  attr_accessor :data_source
21865
21908
 
21909
+ # Output only. The display name of the data source.
21910
+ # Corresponds to the JSON property `dataSourceDisplayName`
21911
+ # @return [String]
21912
+ attr_accessor :data_source_display_name
21913
+
21866
21914
  # For the data store collection, list of the children data stores.
21867
21915
  # Corresponds to the JSON property `dataStoreComponents`
21868
21916
  # @return [Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigDataStoreComponent>]
@@ -21896,6 +21944,7 @@ module Google
21896
21944
  def update!(**args)
21897
21945
  @connector_icon_link = args[:connector_icon_link] if args.key?(:connector_icon_link)
21898
21946
  @data_source = args[:data_source] if args.key?(:data_source)
21947
+ @data_source_display_name = args[:data_source_display_name] if args.key?(:data_source_display_name)
21899
21948
  @data_store_components = args[:data_store_components] if args.key?(:data_store_components)
21900
21949
  @display_name = args[:display_name] if args.key?(:display_name)
21901
21950
  @id = args[:id] if args.key?(:id)
@@ -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.67.0"
19
+ GEM_VERSION = "0.68.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 = "20250619"
25
+ REVISION = "20250701"
26
26
  end
27
27
  end
28
28
  end
@@ -3274,6 +3274,12 @@ module Google
3274
3274
  include Google::Apis::Core::JsonObjectSupport
3275
3275
  end
3276
3276
 
3277
+ class GoogleCloudDiscoveryengineV1alphaTenant
3278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3279
+
3280
+ include Google::Apis::Core::JsonObjectSupport
3281
+ end
3282
+
3277
3283
  class GoogleCloudDiscoveryengineV1alphaTextInput
3278
3284
  class Representation < Google::Apis::Core::JsonRepresentation; end
3279
3285
 
@@ -7190,6 +7196,8 @@ module Google
7190
7196
  class Representation < Google::Apis::Core::JsonRepresentation
7191
7197
  hash :additional_params, as: 'additionalParams'
7192
7198
  hash :auth_params, as: 'authParams'
7199
+ property :tenant, as: 'tenant', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTenant, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTenant::Representation
7200
+
7193
7201
  end
7194
7202
  end
7195
7203
 
@@ -9925,6 +9933,15 @@ module Google
9925
9933
  end
9926
9934
  end
9927
9935
 
9936
+ class GoogleCloudDiscoveryengineV1alphaTenant
9937
+ # @private
9938
+ class Representation < Google::Apis::Core::JsonRepresentation
9939
+ property :display_name, as: 'displayName'
9940
+ property :id, as: 'id'
9941
+ property :uri, as: 'uri'
9942
+ end
9943
+ end
9944
+
9928
9945
  class GoogleCloudDiscoveryengineV1alphaTextInput
9929
9946
  # @private
9930
9947
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10186,6 +10203,7 @@ module Google
10186
10203
  class Representation < Google::Apis::Core::JsonRepresentation
10187
10204
  property :connector_icon_link, as: 'connectorIconLink'
10188
10205
  property :data_source, as: 'dataSource'
10206
+ property :data_source_display_name, as: 'dataSourceDisplayName'
10189
10207
  collection :data_store_components, as: 'dataStoreComponents', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigDataStoreComponent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigDataStoreComponent::Representation
10190
10208
 
10191
10209
  property :display_name, as: 'displayName'
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.67.0
4
+ version: 0.68.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.67.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.68.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: