google-apis-discoveryengine_v1 0.43.0 → 0.44.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: ea8f86a4e4733403134e2f82d1e0c0c591f71b0ff992b54fa765bfa3ae04f0a4
4
- data.tar.gz: a59c1f3b8a84c107326bd66baaa1959f5d0683d44596ff881be077ce491dfe04
3
+ metadata.gz: 0d2c0fa5e560b9d200d74d0d88db5f20b07e4b445df4536e5658d82ceb954618
4
+ data.tar.gz: e91f127691f6e4c68dd16260c960bbf11fc5a0b72510f96c407b06b8e6965969
5
5
  SHA512:
6
- metadata.gz: a5cdd6882782c83fa64ad5e08fe85e752d95136110fae560947515ec2ae2e6466c027a3e69c66cea571c62cc523f1682f8a8f97f7ca38250f96032bb6f6a9128
7
- data.tar.gz: e41cacb0715a82f8d643c27e741c43e8dd17963b29f04561fbd1afa799d39d882806c4a4fb491418229d6bf15fea85fc83d04a9a619f46a5f978d5a1bdd1f675
6
+ metadata.gz: 1609b43b07e847f10b5cec495b7727ee3678e17d8ba77ba42d947325f5eccd16578fae61f64e83fd8ff402370bc27cffeb1d03af6ff6262969e3dc29d2dd6119
7
+ data.tar.gz: 38e5c06fb4758b9704ba520f5d031cc028715b1aaf24d9c2cba96bf54f29a75a01c5513a62b3c3590c0d8d95753f7f97b9c7d5c627f443510eda9c33c7ed4669
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-discoveryengine_v1
2
2
 
3
+ ### v0.44.0 (2025-07-06)
4
+
5
+ * Regenerated from discovery document revision 20250701
6
+
3
7
  ### v0.43.0 (2025-06-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20250619
@@ -13106,7 +13106,7 @@ module Google
13106
13106
  class GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun
13107
13107
  include Google::Apis::Core::Hashable
13108
13108
 
13109
- # The number of documents deleted.
13109
+ # Optional. The number of documents deleted.
13110
13110
  # Corresponds to the JSON property `deletedRecordCount`
13111
13111
  # @return [Fixnum]
13112
13112
  attr_accessor :deleted_record_count
@@ -13116,8 +13116,7 @@ module Google
13116
13116
  # @return [String]
13117
13117
  attr_accessor :entity_name
13118
13118
 
13119
- # The total number of documents failed at sync at any stage (extraction,
13120
- # indexing, etc).
13119
+ # Optional. The total number of documents failed at sync at indexing stage.
13121
13120
  # Corresponds to the JSON property `errorRecordCount`
13122
13121
  # @return [Fixnum]
13123
13122
  attr_accessor :error_record_count
@@ -13128,13 +13127,13 @@ module Google
13128
13127
  # @return [Array<Google::Apis::DiscoveryengineV1::GoogleRpcStatus>]
13129
13128
  attr_accessor :errors
13130
13129
 
13131
- # The number of documents extracted from connector source, ready to be ingested
13132
- # to VAIS.
13130
+ # Optional. The number of documents extracted from connector source, ready to be
13131
+ # ingested to VAIS.
13133
13132
  # Corresponds to the JSON property `extractedRecordCount`
13134
13133
  # @return [Fixnum]
13135
13134
  attr_accessor :extracted_record_count
13136
13135
 
13137
- # The number of documents indexed.
13136
+ # Optional. The number of documents indexed.
13138
13137
  # Corresponds to the JSON property `indexedRecordCount`
13139
13138
  # @return [Fixnum]
13140
13139
  attr_accessor :indexed_record_count
@@ -13144,13 +13143,13 @@ module Google
13144
13143
  # @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress]
13145
13144
  attr_accessor :progress
13146
13145
 
13147
- # The number of documents scheduled to be crawled/extracted from connector
13148
- # source. This only applies to third party connectors.
13146
+ # Optional. The number of documents scheduled to be crawled/extracted from
13147
+ # connector source. This only applies to third party connectors.
13149
13148
  # Corresponds to the JSON property `scheduledRecordCount`
13150
13149
  # @return [Fixnum]
13151
13150
  attr_accessor :scheduled_record_count
13152
13151
 
13153
- # The number of requests sent to 3p API.
13152
+ # Optional. The number of requests sent to 3p API.
13154
13153
  # Corresponds to the JSON property `sourceApiRequestCount`
13155
13154
  # @return [Fixnum]
13156
13155
  attr_accessor :source_api_request_count
@@ -14063,6 +14062,13 @@ module Google
14063
14062
  # @return [Hash<String,Object>]
14064
14063
  attr_accessor :auth_params
14065
14064
 
14065
+ # Tenant information for a connector source. This includes some of the same
14066
+ # information stored in the Credential message, but is limited to only what is
14067
+ # needed to provide a list of accessible tenants to the user.
14068
+ # Corresponds to the JSON property `tenant`
14069
+ # @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaTenant]
14070
+ attr_accessor :tenant
14071
+
14066
14072
  def initialize(**args)
14067
14073
  update!(**args)
14068
14074
  end
@@ -14071,6 +14077,7 @@ module Google
14071
14077
  def update!(**args)
14072
14078
  @additional_params = args[:additional_params] if args.key?(:additional_params)
14073
14079
  @auth_params = args[:auth_params] if args.key?(:auth_params)
14080
+ @tenant = args[:tenant] if args.key?(:tenant)
14074
14081
  end
14075
14082
  end
14076
14083
 
@@ -19299,6 +19306,42 @@ module Google
19299
19306
  end
19300
19307
  end
19301
19308
 
19309
+ # Tenant information for a connector source. This includes some of the same
19310
+ # information stored in the Credential message, but is limited to only what is
19311
+ # needed to provide a list of accessible tenants to the user.
19312
+ class GoogleCloudDiscoveryengineV1alphaTenant
19313
+ include Google::Apis::Core::Hashable
19314
+
19315
+ # Optional display name for the tenant, e.g. "My Slack Team".
19316
+ # Corresponds to the JSON property `displayName`
19317
+ # @return [String]
19318
+ attr_accessor :display_name
19319
+
19320
+ # The tenant's instance ID. Examples: Jira ("8594f221-9797-5f78-1fa4-
19321
+ # 485e198d7cd0"), Slack ("T123456").
19322
+ # Corresponds to the JSON property `id`
19323
+ # @return [String]
19324
+ attr_accessor :id
19325
+
19326
+ # The URI of the tenant, if applicable. For example, the URI of a Jira instance
19327
+ # is https://my-jira-instance.atlassian.net, and a Slack tenant does not have a
19328
+ # URI.
19329
+ # Corresponds to the JSON property `uri`
19330
+ # @return [String]
19331
+ attr_accessor :uri
19332
+
19333
+ def initialize(**args)
19334
+ update!(**args)
19335
+ end
19336
+
19337
+ # Update properties of this object
19338
+ def update!(**args)
19339
+ @display_name = args[:display_name] if args.key?(:display_name)
19340
+ @id = args[:id] if args.key?(:id)
19341
+ @uri = args[:uri] if args.key?(:uri)
19342
+ end
19343
+ end
19344
+
19302
19345
  # Metadata related to the progress of the TrainCustomModel operation. This is
19303
19346
  # returned by the google.longrunning.Operation.metadata field.
19304
19347
  class GoogleCloudDiscoveryengineV1alphaTrainCustomModelMetadata
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DiscoveryengineV1
18
18
  # Version of the google-apis-discoveryengine_v1 gem
19
- GEM_VERSION = "0.43.0"
19
+ GEM_VERSION = "0.44.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
@@ -3040,6 +3040,12 @@ module Google
3040
3040
  include Google::Apis::Core::JsonObjectSupport
3041
3041
  end
3042
3042
 
3043
+ class GoogleCloudDiscoveryengineV1alphaTenant
3044
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3045
+
3046
+ include Google::Apis::Core::JsonObjectSupport
3047
+ end
3048
+
3043
3049
  class GoogleCloudDiscoveryengineV1alphaTrainCustomModelMetadata
3044
3050
  class Representation < Google::Apis::Core::JsonRepresentation; end
3045
3051
 
@@ -7755,6 +7761,8 @@ module Google
7755
7761
  class Representation < Google::Apis::Core::JsonRepresentation
7756
7762
  hash :additional_params, as: 'additionalParams'
7757
7763
  hash :auth_params, as: 'authParams'
7764
+ property :tenant, as: 'tenant', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaTenant, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaTenant::Representation
7765
+
7758
7766
  end
7759
7767
  end
7760
7768
 
@@ -9128,6 +9136,15 @@ module Google
9128
9136
  end
9129
9137
  end
9130
9138
 
9139
+ class GoogleCloudDiscoveryengineV1alphaTenant
9140
+ # @private
9141
+ class Representation < Google::Apis::Core::JsonRepresentation
9142
+ property :display_name, as: 'displayName'
9143
+ property :id, as: 'id'
9144
+ property :uri, as: 'uri'
9145
+ end
9146
+ end
9147
+
9131
9148
  class GoogleCloudDiscoveryengineV1alphaTrainCustomModelMetadata
9132
9149
  # @private
9133
9150
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-discoveryengine_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.43.0
4
+ version: 0.44.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1/v0.43.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1/v0.44.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1
62
62
  rdoc_options: []
63
63
  require_paths: