google-apis-integrations_v1 0.6.0 → 0.7.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: f0ae33a5edd3260945a7155f2372e8f9fc5bbf24f01d38d9c32b81866d92e1f7
4
- data.tar.gz: 55d42d3841fbe33664bffd1f33233efdbedd83a9c102926e2b9237c7242e9987
3
+ metadata.gz: 43fcf0a6c98132905cffc1fe4a460b2e73338e3151710c5be21d22bab6de777b
4
+ data.tar.gz: 99865dae588a6d66cfb753a28876493c115215eac7a55be3e308980c04d98b8e
5
5
  SHA512:
6
- metadata.gz: 891ee470a8c75701c5beba0204019af1bf883df5e8199a535388416cf246bdb55e44ca1b0ec33b2159e77e403abe29e7915e77ea7a6a56b8571f4cd112fb4266
7
- data.tar.gz: 5284489a6e8d577260e92dcac23ddd3b6939822e84e4f61fb831448e67570149fe30dba431ae2b083db76b80a589ebf4ac88bf4d85aaed0a5789e1c3479a3397
6
+ metadata.gz: fc756ab5689caa75434cf3cc4fa75a84b180646bb3a628dd483c1ff404e8b39e7f60b19d8573bb59c5f9ed668608c7e930b3eda96b38fb2a9444d3e33c7a97e3
7
+ data.tar.gz: fe70d103ca9a55c1e8fc0d255e4fd498147eaafae088c6426229207ff4f0289da4f8447e30633c9697e8bb4e298c305df7958602f21e2407af85534b889fb0d3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-integrations_v1
2
2
 
3
+ ### v0.7.0 (2025-03-23)
4
+
5
+ * Regenerated from discovery document revision 20250316
6
+
3
7
  ### v0.6.0 (2025-03-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20250310
@@ -6977,6 +6977,12 @@ module Google
6977
6977
  # @return [String]
6978
6978
  attr_accessor :description
6979
6979
 
6980
+ # Optional. Indicates the client enables making HTTP call.
6981
+ # Corresponds to the JSON property `enableHttpCall`
6982
+ # @return [Boolean]
6983
+ attr_accessor :enable_http_call
6984
+ alias_method :enable_http_call?, :enable_http_call
6985
+
6980
6986
  # Optional. Indicates the client enables internal IP feature, this is applicable
6981
6987
  # for internal clients only.
6982
6988
  # Corresponds to the JSON property `enableInternalIp`
@@ -7034,6 +7040,7 @@ module Google
7034
7040
  @cloud_kms_config = args[:cloud_kms_config] if args.key?(:cloud_kms_config)
7035
7041
  @create_time = args[:create_time] if args.key?(:create_time)
7036
7042
  @description = args[:description] if args.key?(:description)
7043
+ @enable_http_call = args[:enable_http_call] if args.key?(:enable_http_call)
7037
7044
  @enable_internal_ip = args[:enable_internal_ip] if args.key?(:enable_internal_ip)
7038
7045
  @enable_variable_masking = args[:enable_variable_masking] if args.key?(:enable_variable_masking)
7039
7046
  @id = args[:id] if args.key?(:id)
@@ -9911,6 +9918,12 @@ module Google
9911
9918
  attr_accessor :create_sample_workflows
9912
9919
  alias_method :create_sample_workflows?, :create_sample_workflows
9913
9920
 
9921
+ # Optional. Indicates if the client should be allowed to make HTTP calls.
9922
+ # Corresponds to the JSON property `enableHttpCall`
9923
+ # @return [Boolean]
9924
+ attr_accessor :enable_http_call
9925
+ alias_method :enable_http_call?, :enable_http_call
9926
+
9914
9927
  # Optional. Deprecated. Indicates provision with GMEK or CMEK. This field is
9915
9928
  # deprecated and the provision would always be GMEK if cloud_kms_config is not
9916
9929
  # present in the request.
@@ -9939,6 +9952,7 @@ module Google
9939
9952
  def update!(**args)
9940
9953
  @cloud_kms_config = args[:cloud_kms_config] if args.key?(:cloud_kms_config)
9941
9954
  @create_sample_workflows = args[:create_sample_workflows] if args.key?(:create_sample_workflows)
9955
+ @enable_http_call = args[:enable_http_call] if args.key?(:enable_http_call)
9942
9956
  @provision_gmek = args[:provision_gmek] if args.key?(:provision_gmek)
9943
9957
  @run_as_service_account = args[:run_as_service_account] if args.key?(:run_as_service_account)
9944
9958
  @skip_cp_provision = args[:skip_cp_provision] if args.key?(:skip_cp_provision)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IntegrationsV1
18
18
  # Version of the google-apis-integrations_v1 gem
19
- GEM_VERSION = "0.6.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250310"
25
+ REVISION = "20250316"
26
26
  end
27
27
  end
28
28
  end
@@ -3754,6 +3754,7 @@ module Google
3754
3754
 
3755
3755
  property :create_time, as: 'createTime'
3756
3756
  property :description, as: 'description'
3757
+ property :enable_http_call, as: 'enableHttpCall'
3757
3758
  property :enable_internal_ip, as: 'enableInternalIp'
3758
3759
  property :enable_variable_masking, as: 'enableVariableMasking'
3759
3760
  property :id, as: 'id'
@@ -4596,6 +4597,7 @@ module Google
4596
4597
  property :cloud_kms_config, as: 'cloudKmsConfig', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudKmsConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudKmsConfig::Representation
4597
4598
 
4598
4599
  property :create_sample_workflows, as: 'createSampleWorkflows'
4600
+ property :enable_http_call, as: 'enableHttpCall'
4599
4601
  property :provision_gmek, as: 'provisionGmek'
4600
4602
  property :run_as_service_account, as: 'runAsServiceAccount'
4601
4603
  property :skip_cp_provision, as: 'skipCpProvision'
@@ -1281,6 +1281,8 @@ module Google
1281
1281
  # @param [String] parent
1282
1282
  # Required. Project and location from which the integrations should be listed.
1283
1283
  # Format: projects/*/locations/*/resources/integrations
1284
+ # @param [Boolean] enable_natural_language_query_understanding
1285
+ # Optional. Whether to enable natural language query understanding.
1284
1286
  # @param [String] filter
1285
1287
  # Optional. The pre-filter to be applied to the search. This should follow the
1286
1288
  # expressions defined in https://cloud.google.com/generative-ai-app-builder/docs/
@@ -1314,11 +1316,12 @@ module Google
1314
1316
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1315
1317
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1316
1318
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1317
- def search_project_location_integrations(parent, filter: nil, page_size: nil, page_token: nil, query: nil, fields: nil, quota_user: nil, options: nil, &block)
1319
+ def search_project_location_integrations(parent, enable_natural_language_query_understanding: nil, filter: nil, page_size: nil, page_token: nil, query: nil, fields: nil, quota_user: nil, options: nil, &block)
1318
1320
  command = make_simple_command(:get, 'v1/{+parent}/integrations:search', options)
1319
1321
  command.response_representation = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaSearchIntegrationsResponse::Representation
1320
1322
  command.response_class = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaSearchIntegrationsResponse
1321
1323
  command.params['parent'] = parent unless parent.nil?
1324
+ command.query['enableNaturalLanguageQueryUnderstanding'] = enable_natural_language_query_understanding unless enable_natural_language_query_understanding.nil?
1322
1325
  command.query['filter'] = filter unless filter.nil?
1323
1326
  command.query['pageSize'] = page_size unless page_size.nil?
1324
1327
  command.query['pageToken'] = page_token unless page_token.nil?
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-integrations_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-16 00:00:00.000000000 Z
10
+ date: 2025-03-23 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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-integrations_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1/v0.6.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1/v0.7.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-integrations_v1
62
62
  rdoc_options: []
63
63
  require_paths: