google-apis-integrations_v1 0.12.0 → 0.14.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: 24b8dd841e65a925db7391bc6b050f7a8e32310b494351de979097b772ec1a1d
4
- data.tar.gz: 5ac51e9cb6500a06a877267de45bf1e0db8a75670160d3df4df2ebedf944f5da
3
+ metadata.gz: 5e29351aaab7fa5e91f86818fb0aeed9a6c0b1764fec05ccf2018046d0d30138
4
+ data.tar.gz: 9b5b2b8eeda32587457506d63a3441fe6a4dc129c5c647714413d4bfffe28d27
5
5
  SHA512:
6
- metadata.gz: 66a7a1a2c3bf65dec3fd1acb15efd8329672186e4a973dcf7d0a67ed394ee0185356387e5dff95a4fa0f61c8cff67547f1612e0433e3fb3695565fe47289661e
7
- data.tar.gz: c8fa3b0b03360aa5e25671884267ec60310db5c854188fca640550a3fd8b9d4e0509139465a00e5dd89069f67a2ca979b4222595e17dbafa72f50052522f5128
6
+ metadata.gz: d3ad52f961ee98c5696723fc69ba9f8e0ef15c77bba1c46ceaa1dcf6c53cd251b9d5b86c8811645d3cdd6efbf83afe3f0394e223cca546d3569911244bfcde6a
7
+ data.tar.gz: 4fb300cc839e78c5803252bcd8a24e8ea32ef981278b17b9893f98e7dd86c205d79cda6d73e902e99ef4cdc31ebf7f2fe5b24d36b09c0c8bdc962cfa35a99614
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-integrations_v1
2
2
 
3
+ ### v0.14.0 (2025-06-15)
4
+
5
+ * Regenerated from discovery document revision 20250610
6
+
7
+ ### v0.13.0 (2025-05-25)
8
+
9
+ * Regenerated from discovery document revision 20250521
10
+ * Regenerated using generator version 0.18.0
11
+
3
12
  ### v0.12.0 (2025-05-18)
4
13
 
5
14
  * Regenerated from discovery document revision 20250506
@@ -5531,7 +5531,7 @@ module Google
5531
5531
  # @return [Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfig]
5532
5532
  attr_accessor :eua_oauth_auth_config
5533
5533
 
5534
- # Eventing Configuration of a connection next: 18
5534
+ # Eventing Configuration of a connection next: 19
5535
5535
  # Corresponds to the JSON property `eventingConfig`
5536
5536
  # @return [Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingConfig]
5537
5537
  attr_accessor :eventing_config
@@ -5913,7 +5913,7 @@ module Google
5913
5913
  end
5914
5914
  end
5915
5915
 
5916
- # Eventing Configuration of a connection next: 18
5916
+ # Eventing Configuration of a connection next: 19
5917
5917
  class GoogleCloudConnectorsV1EventingConfig
5918
5918
  include Google::Apis::Core::Hashable
5919
5919
 
@@ -5954,6 +5954,12 @@ module Google
5954
5954
  # @return [Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfig]
5955
5955
  attr_accessor :listener_auth_config
5956
5956
 
5957
+ # Optional. List of projects to be allowlisted for the service attachment
5958
+ # created in the tenant project for eventing ingress.
5959
+ # Corresponds to the JSON property `privateConnectivityAllowlistedProjects`
5960
+ # @return [Array<String>]
5961
+ attr_accessor :private_connectivity_allowlisted_projects
5962
+
5957
5963
  # Optional. Private Connectivity Enabled.
5958
5964
  # Corresponds to the JSON property `privateConnectivityEnabled`
5959
5965
  # @return [Boolean]
@@ -5988,6 +5994,7 @@ module Google
5988
5994
  @enrichment_enabled = args[:enrichment_enabled] if args.key?(:enrichment_enabled)
5989
5995
  @events_listener_ingress_endpoint = args[:events_listener_ingress_endpoint] if args.key?(:events_listener_ingress_endpoint)
5990
5996
  @listener_auth_config = args[:listener_auth_config] if args.key?(:listener_auth_config)
5997
+ @private_connectivity_allowlisted_projects = args[:private_connectivity_allowlisted_projects] if args.key?(:private_connectivity_allowlisted_projects)
5991
5998
  @private_connectivity_enabled = args[:private_connectivity_enabled] if args.key?(:private_connectivity_enabled)
5992
5999
  @proxy_destination_config = args[:proxy_destination_config] if args.key?(:proxy_destination_config)
5993
6000
  @registration_destination_config = args[:registration_destination_config] if args.key?(:registration_destination_config)
@@ -7075,6 +7082,13 @@ module Google
7075
7082
  attr_accessor :enable_internal_ip
7076
7083
  alias_method :enable_internal_ip?, :enable_internal_ip
7077
7084
 
7085
+ # Optional. Indicates if the Cloud Companion APIs will be used in the tenant
7086
+ # project, i.e. if customer can use the managed AI features for free.
7087
+ # Corresponds to the JSON property `enableManagedAiFeatures`
7088
+ # @return [Boolean]
7089
+ attr_accessor :enable_managed_ai_features
7090
+ alias_method :enable_managed_ai_features?, :enable_managed_ai_features
7091
+
7078
7092
  # Optional. True if variable masking feature should be turned on for this region
7079
7093
  # Corresponds to the JSON property `enableVariableMasking`
7080
7094
  # @return [Boolean]
@@ -7127,6 +7141,7 @@ module Google
7127
7141
  @description = args[:description] if args.key?(:description)
7128
7142
  @enable_http_call = args[:enable_http_call] if args.key?(:enable_http_call)
7129
7143
  @enable_internal_ip = args[:enable_internal_ip] if args.key?(:enable_internal_ip)
7144
+ @enable_managed_ai_features = args[:enable_managed_ai_features] if args.key?(:enable_managed_ai_features)
7130
7145
  @enable_variable_masking = args[:enable_variable_masking] if args.key?(:enable_variable_masking)
7131
7146
  @id = args[:id] if args.key?(:id)
7132
7147
  @is_gmek = args[:is_gmek] if args.key?(:is_gmek)
@@ -10121,6 +10136,38 @@ module Google
10121
10136
  end
10122
10137
  end
10123
10138
 
10139
+ # Request for PostProvisioning rpc call.
10140
+ class GoogleCloudIntegrationsV1alphaProvisionClientPostProcessorRequest
10141
+ include Google::Apis::Core::Hashable
10142
+
10143
+ # Optional. Indicate which workflows to create
10144
+ # Corresponds to the JSON property `workflows`
10145
+ # @return [Array<String>]
10146
+ attr_accessor :workflows
10147
+
10148
+ def initialize(**args)
10149
+ update!(**args)
10150
+ end
10151
+
10152
+ # Update properties of this object
10153
+ def update!(**args)
10154
+ @workflows = args[:workflows] if args.key?(:workflows)
10155
+ end
10156
+ end
10157
+
10158
+ # Response for PostProvisioning rpc call.
10159
+ class GoogleCloudIntegrationsV1alphaProvisionClientPostProcessorResponse
10160
+ include Google::Apis::Core::Hashable
10161
+
10162
+ def initialize(**args)
10163
+ update!(**args)
10164
+ end
10165
+
10166
+ # Update properties of this object
10167
+ def update!(**args)
10168
+ end
10169
+ end
10170
+
10124
10171
  # Request for the Provision rpc
10125
10172
  class GoogleCloudIntegrationsV1alphaProvisionClientRequest
10126
10173
  include Google::Apis::Core::Hashable
@@ -10143,6 +10190,15 @@ module Google
10143
10190
  attr_accessor :enable_http_call
10144
10191
  alias_method :enable_http_call?, :enable_http_call
10145
10192
 
10193
+ # Optional. Indicates if the client should be allowed to use managed AI features,
10194
+ # i.e. using Cloud Companion APIs of the tenant project. This will allow the
10195
+ # customers to use features like Troubleshooting, OpenAPI spec enrichment, etc.
10196
+ # for free.
10197
+ # Corresponds to the JSON property `enableManagedAiFeatures`
10198
+ # @return [Boolean]
10199
+ attr_accessor :enable_managed_ai_features
10200
+ alias_method :enable_managed_ai_features?, :enable_managed_ai_features
10201
+
10146
10202
  # Optional. Deprecated. Indicates provision with GMEK or CMEK. This field is
10147
10203
  # deprecated and the provision would always be GMEK if cloud_kms_config is not
10148
10204
  # present in the request.
@@ -10172,6 +10228,7 @@ module Google
10172
10228
  @cloud_kms_config = args[:cloud_kms_config] if args.key?(:cloud_kms_config)
10173
10229
  @create_sample_workflows = args[:create_sample_workflows] if args.key?(:create_sample_workflows)
10174
10230
  @enable_http_call = args[:enable_http_call] if args.key?(:enable_http_call)
10231
+ @enable_managed_ai_features = args[:enable_managed_ai_features] if args.key?(:enable_managed_ai_features)
10175
10232
  @provision_gmek = args[:provision_gmek] if args.key?(:provision_gmek)
10176
10233
  @run_as_service_account = args[:run_as_service_account] if args.key?(:run_as_service_account)
10177
10234
  @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.12.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250506"
25
+ REVISION = "20250610"
26
26
  end
27
27
  end
28
28
  end
@@ -1528,6 +1528,18 @@ module Google
1528
1528
  include Google::Apis::Core::JsonObjectSupport
1529
1529
  end
1530
1530
 
1531
+ class GoogleCloudIntegrationsV1alphaProvisionClientPostProcessorRequest
1532
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1533
+
1534
+ include Google::Apis::Core::JsonObjectSupport
1535
+ end
1536
+
1537
+ class GoogleCloudIntegrationsV1alphaProvisionClientPostProcessorResponse
1538
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1539
+
1540
+ include Google::Apis::Core::JsonObjectSupport
1541
+ end
1542
+
1531
1543
  class GoogleCloudIntegrationsV1alphaProvisionClientRequest
1532
1544
  class Representation < Google::Apis::Core::JsonRepresentation; end
1533
1545
 
@@ -3519,6 +3531,7 @@ module Google
3519
3531
  property :events_listener_ingress_endpoint, as: 'eventsListenerIngressEndpoint'
3520
3532
  property :listener_auth_config, as: 'listenerAuthConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfig::Representation
3521
3533
 
3534
+ collection :private_connectivity_allowlisted_projects, as: 'privateConnectivityAllowlistedProjects'
3522
3535
  property :private_connectivity_enabled, as: 'privateConnectivityEnabled'
3523
3536
  property :proxy_destination_config, as: 'proxyDestinationConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1DestinationConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1DestinationConfig::Representation
3524
3537
 
@@ -3817,6 +3830,7 @@ module Google
3817
3830
  property :description, as: 'description'
3818
3831
  property :enable_http_call, as: 'enableHttpCall'
3819
3832
  property :enable_internal_ip, as: 'enableInternalIp'
3833
+ property :enable_managed_ai_features, as: 'enableManagedAiFeatures'
3820
3834
  property :enable_variable_masking, as: 'enableVariableMasking'
3821
3835
  property :id, as: 'id'
3822
3836
  property :is_gmek, as: 'isGmek'
@@ -4696,6 +4710,19 @@ module Google
4696
4710
  end
4697
4711
  end
4698
4712
 
4713
+ class GoogleCloudIntegrationsV1alphaProvisionClientPostProcessorRequest
4714
+ # @private
4715
+ class Representation < Google::Apis::Core::JsonRepresentation
4716
+ collection :workflows, as: 'workflows'
4717
+ end
4718
+ end
4719
+
4720
+ class GoogleCloudIntegrationsV1alphaProvisionClientPostProcessorResponse
4721
+ # @private
4722
+ class Representation < Google::Apis::Core::JsonRepresentation
4723
+ end
4724
+ end
4725
+
4699
4726
  class GoogleCloudIntegrationsV1alphaProvisionClientRequest
4700
4727
  # @private
4701
4728
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4703,6 +4730,7 @@ module Google
4703
4730
 
4704
4731
  property :create_sample_workflows, as: 'createSampleWorkflows'
4705
4732
  property :enable_http_call, as: 'enableHttpCall'
4733
+ property :enable_managed_ai_features, as: 'enableManagedAiFeatures'
4706
4734
  property :provision_gmek, as: 'provisionGmek'
4707
4735
  property :run_as_service_account, as: 'runAsServiceAccount'
4708
4736
  property :skip_cp_provision, as: 'skipCpProvision'
@@ -794,6 +794,39 @@ module Google
794
794
  execute_or_queue_command(command, &block)
795
795
  end
796
796
 
797
+ # Perform post provisioning steps after client is provisioned.
798
+ # @param [String] parent
799
+ # Required. Required: The ID of the GCP Project to be provisioned.
800
+ # @param [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaProvisionClientPostProcessorRequest] google_cloud_integrations_v1alpha_provision_client_post_processor_request_object
801
+ # @param [String] fields
802
+ # Selector specifying which fields to include in a partial response.
803
+ # @param [String] quota_user
804
+ # Available to use for quota purposes for server-side applications. Can be any
805
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
806
+ # @param [Google::Apis::RequestOptions] options
807
+ # Request-specific options
808
+ #
809
+ # @yield [result, err] Result & error if block supplied
810
+ # @yieldparam result [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaProvisionClientPostProcessorResponse] parsed result object
811
+ # @yieldparam err [StandardError] error object if request failed
812
+ #
813
+ # @return [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaProvisionClientPostProcessorResponse]
814
+ #
815
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
816
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
817
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
818
+ def provision_project_location_client_client_post_processor(parent, google_cloud_integrations_v1alpha_provision_client_post_processor_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
819
+ command = make_simple_command(:post, 'v1/{+parent}/clients:provisionClientPostProcessor', options)
820
+ command.request_representation = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaProvisionClientPostProcessorRequest::Representation
821
+ command.request_object = google_cloud_integrations_v1alpha_provision_client_post_processor_request_object
822
+ command.response_representation = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaProvisionClientPostProcessorResponse::Representation
823
+ command.response_class = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaProvisionClientPostProcessorResponse
824
+ command.params['parent'] = parent unless parent.nil?
825
+ command.query['fields'] = fields unless fields.nil?
826
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
827
+ execute_or_queue_command(command, &block)
828
+ end
829
+
797
830
  # Update run-as service account for provisioned client
798
831
  # @param [String] parent
799
832
  # Required. Required: The ID of the GCP Project to be provisioned.
@@ -5082,6 +5115,8 @@ module Google
5082
5115
  # templates and return a list of templates based on the user filter.
5083
5116
  # @param [String] parent
5084
5117
  # Required. The client, which owns this collection of Templates.
5118
+ # @param [Boolean] enable_natural_language_query_understanding
5119
+ # Optional. Whether to enable natural language query understanding.
5085
5120
  # @param [String] filter
5086
5121
  # Optional. Standard filter field to filter templates. client_id filter won't be
5087
5122
  # supported and will restrict to templates belonging to the current client only.
@@ -5094,6 +5129,8 @@ module Google
5094
5129
  # The maximum value is 1000; values above 1000 will be coerced to 1000.
5095
5130
  # @param [String] page_token
5096
5131
  # Optional. The token returned in the previous response.
5132
+ # @param [String] query
5133
+ # Optional. The search query that will be passed to Vertex search service.
5097
5134
  # @param [String] read_mask
5098
5135
  # Optional. The mask which specifies fields that need to be returned in the
5099
5136
  # template's response.
@@ -5114,15 +5151,17 @@ module Google
5114
5151
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
5115
5152
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5116
5153
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5117
- def search_project_location_templates(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, read_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
5154
+ def search_project_location_templates(parent, enable_natural_language_query_understanding: nil, filter: nil, order_by: nil, page_size: nil, page_token: nil, query: nil, read_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
5118
5155
  command = make_simple_command(:get, 'v1/{+parent}/templates:search', options)
5119
5156
  command.response_representation = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaSearchTemplatesResponse::Representation
5120
5157
  command.response_class = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaSearchTemplatesResponse
5121
5158
  command.params['parent'] = parent unless parent.nil?
5159
+ command.query['enableNaturalLanguageQueryUnderstanding'] = enable_natural_language_query_understanding unless enable_natural_language_query_understanding.nil?
5122
5160
  command.query['filter'] = filter unless filter.nil?
5123
5161
  command.query['orderBy'] = order_by unless order_by.nil?
5124
5162
  command.query['pageSize'] = page_size unless page_size.nil?
5125
5163
  command.query['pageToken'] = page_token unless page_token.nil?
5164
+ command.query['query'] = query unless query.nil?
5126
5165
  command.query['readMask'] = read_mask unless read_mask.nil?
5127
5166
  command.query['fields'] = fields unless fields.nil?
5128
5167
  command.query['quotaUser'] = quota_user unless quota_user.nil?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-integrations_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.14.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-integrations_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1/v0.12.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1/v0.14.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:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Application Integration API V1
79
79
  test_files: []