google-apis-integrations_v1 0.17.0 → 0.18.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 162e54699e33bf590e016da13021a96e181a02f79cab3e48eb0f4fff53682498
|
|
4
|
+
data.tar.gz: 5e1e36dc63e5fb29a765c0bcab53fc8f21a7aedaf1a1cd3c0fbfb5bed6cde12d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e53e7660d6407a6f00924c093254bc2ab68e36929ddbe6dab990b566c780a187d8c99df55ece415bb7448cb82145792d66b71699fd2d2cfa5873dd2e02e3c68d
|
|
7
|
+
data.tar.gz: 945eb54f0dafd8c376af7f11793d356535c34addb7cbe35c8b2e19282e66d31b102dcfd0e7c408870b85ab865e9d4d903843603ad62d63e865d88f1db3f0dfd6
|
data/CHANGELOG.md
CHANGED
|
@@ -5399,7 +5399,7 @@ module Google
|
|
|
5399
5399
|
class GoogleCloudConnectorsV1ConfigVariable
|
|
5400
5400
|
include Google::Apis::Core::Hashable
|
|
5401
5401
|
|
|
5402
|
-
# Value is a bool.
|
|
5402
|
+
# Optional. Value is a bool.
|
|
5403
5403
|
# Corresponds to the JSON property `boolValue`
|
|
5404
5404
|
# @return [Boolean]
|
|
5405
5405
|
attr_accessor :bool_value
|
|
@@ -5410,7 +5410,7 @@ module Google
|
|
|
5410
5410
|
# @return [Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EncryptionKey]
|
|
5411
5411
|
attr_accessor :encryption_key_value
|
|
5412
5412
|
|
|
5413
|
-
# Value is an integer
|
|
5413
|
+
# Optional. Value is an integer
|
|
5414
5414
|
# Corresponds to the JSON property `intValue`
|
|
5415
5415
|
# @return [Fixnum]
|
|
5416
5416
|
attr_accessor :int_value
|
|
@@ -5425,7 +5425,7 @@ module Google
|
|
|
5425
5425
|
# @return [Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1Secret]
|
|
5426
5426
|
attr_accessor :secret_value
|
|
5427
5427
|
|
|
5428
|
-
# Value is a string.
|
|
5428
|
+
# Optional. Value is a string.
|
|
5429
5429
|
# Corresponds to the JSON property `stringValue`
|
|
5430
5430
|
# @return [String]
|
|
5431
5431
|
attr_accessor :string_value
|
|
@@ -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:
|
|
5534
|
+
# Eventing Configuration of a connection next: 20
|
|
5535
5535
|
# Corresponds to the JSON property `eventingConfig`
|
|
5536
5536
|
# @return [Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingConfig]
|
|
5537
5537
|
attr_accessor :eventing_config
|
|
@@ -5819,7 +5819,8 @@ module Google
|
|
|
5819
5819
|
# @return [String]
|
|
5820
5820
|
attr_accessor :host
|
|
5821
5821
|
|
|
5822
|
-
# The port is the target port number that is accepted by the
|
|
5822
|
+
# Optional. The port is the target port number that is accepted by the
|
|
5823
|
+
# destination.
|
|
5823
5824
|
# Corresponds to the JSON property `port`
|
|
5824
5825
|
# @return [Fixnum]
|
|
5825
5826
|
attr_accessor :port
|
|
@@ -5845,12 +5846,13 @@ module Google
|
|
|
5845
5846
|
class GoogleCloudConnectorsV1DestinationConfig
|
|
5846
5847
|
include Google::Apis::Core::Hashable
|
|
5847
5848
|
|
|
5848
|
-
# The destinations for the key.
|
|
5849
|
+
# Optional. The destinations for the key.
|
|
5849
5850
|
# Corresponds to the JSON property `destinations`
|
|
5850
5851
|
# @return [Array<Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1Destination>]
|
|
5851
5852
|
attr_accessor :destinations
|
|
5852
5853
|
|
|
5853
|
-
# The key is the destination identifier that is supported by the
|
|
5854
|
+
# Optional. The key is the destination identifier that is supported by the
|
|
5855
|
+
# Connector.
|
|
5854
5856
|
# Corresponds to the JSON property `key`
|
|
5855
5857
|
# @return [String]
|
|
5856
5858
|
attr_accessor :key
|
|
@@ -5877,7 +5879,7 @@ module Google
|
|
|
5877
5879
|
# @return [String]
|
|
5878
5880
|
attr_accessor :kms_key_name
|
|
5879
5881
|
|
|
5880
|
-
#
|
|
5882
|
+
# Optional. Specifies the type of the encryption key.
|
|
5881
5883
|
# Corresponds to the JSON property `type`
|
|
5882
5884
|
# @return [String]
|
|
5883
5885
|
attr_accessor :type
|
|
@@ -5913,7 +5915,7 @@ module Google
|
|
|
5913
5915
|
end
|
|
5914
5916
|
end
|
|
5915
5917
|
|
|
5916
|
-
# Eventing Configuration of a connection next:
|
|
5918
|
+
# Eventing Configuration of a connection next: 20
|
|
5917
5919
|
class GoogleCloudConnectorsV1EventingConfig
|
|
5918
5920
|
include Google::Apis::Core::Hashable
|
|
5919
5921
|
|
|
@@ -5922,6 +5924,11 @@ module Google
|
|
|
5922
5924
|
# @return [Array<Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ConfigVariable>]
|
|
5923
5925
|
attr_accessor :additional_variables
|
|
5924
5926
|
|
|
5927
|
+
# Optional. List of allowed event types for the connection.
|
|
5928
|
+
# Corresponds to the JSON property `allowedEventTypes`
|
|
5929
|
+
# @return [Array<String>]
|
|
5930
|
+
attr_accessor :allowed_event_types
|
|
5931
|
+
|
|
5925
5932
|
# AuthConfig defines details of a authentication type.
|
|
5926
5933
|
# Corresponds to the JSON property `authConfig`
|
|
5927
5934
|
# @return [Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfig]
|
|
@@ -5943,7 +5950,7 @@ module Google
|
|
|
5943
5950
|
attr_accessor :enrichment_enabled
|
|
5944
5951
|
alias_method :enrichment_enabled?, :enrichment_enabled
|
|
5945
5952
|
|
|
5946
|
-
#
|
|
5953
|
+
# Output only. Ingress endpoint of the event listener. This is used only when
|
|
5947
5954
|
# private connectivity is enabled.
|
|
5948
5955
|
# Corresponds to the JSON property `eventsListenerIngressEndpoint`
|
|
5949
5956
|
# @return [String]
|
|
@@ -5988,6 +5995,7 @@ module Google
|
|
|
5988
5995
|
# Update properties of this object
|
|
5989
5996
|
def update!(**args)
|
|
5990
5997
|
@additional_variables = args[:additional_variables] if args.key?(:additional_variables)
|
|
5998
|
+
@allowed_event_types = args[:allowed_event_types] if args.key?(:allowed_event_types)
|
|
5991
5999
|
@auth_config = args[:auth_config] if args.key?(:auth_config)
|
|
5992
6000
|
@dead_letter_config = args[:dead_letter_config] if args.key?(:dead_letter_config)
|
|
5993
6001
|
@enrichment_config = args[:enrichment_config] if args.key?(:enrichment_config)
|
|
@@ -6429,16 +6437,16 @@ module Google
|
|
|
6429
6437
|
class GoogleCloudConnectorsV1TrafficShapingConfig
|
|
6430
6438
|
include Google::Apis::Core::Hashable
|
|
6431
6439
|
|
|
6432
|
-
# Required.
|
|
6433
|
-
# This duration is used to define the time window for evaluating if
|
|
6434
|
-
# of API calls made by a user is within the allowed quota limits. For
|
|
6435
|
-
# To define a quota sampled over 16 seconds, set `seconds` to 16 - To
|
|
6436
|
-
# quota sampled over 5 minutes, set `seconds` to 300 (5 * 60) - To
|
|
6437
|
-
# quota sampled over 1 day, set `seconds` to 86400 (24 * 60 * 60) and
|
|
6438
|
-
# is important to note that this duration is not the time the quota is
|
|
6439
|
-
# but rather the time window over which the quota is evaluated. For
|
|
6440
|
-
# the quota is 100 calls per 10 seconds, then this duration field
|
|
6441
|
-
# to 10 seconds.
|
|
6440
|
+
# Required. Specifies the duration over which the API call quota limits are
|
|
6441
|
+
# calculated. This duration is used to define the time window for evaluating if
|
|
6442
|
+
# the number of API calls made by a user is within the allowed quota limits. For
|
|
6443
|
+
# example: - To define a quota sampled over 16 seconds, set `seconds` to 16 - To
|
|
6444
|
+
# define a quota sampled over 5 minutes, set `seconds` to 300 (5 * 60) - To
|
|
6445
|
+
# define a quota sampled over 1 day, set `seconds` to 86400 (24 * 60 * 60) and
|
|
6446
|
+
# so on. It is important to note that this duration is not the time the quota is
|
|
6447
|
+
# valid for, but rather the time window over which the quota is evaluated. For
|
|
6448
|
+
# example, if the quota is 100 calls per 10 seconds, then this duration field
|
|
6449
|
+
# would be set to 10 seconds.
|
|
6442
6450
|
# Corresponds to the JSON property `duration`
|
|
6443
6451
|
# @return [String]
|
|
6444
6452
|
attr_accessor :duration
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.18.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 = "
|
|
25
|
+
REVISION = "20260225"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -3503,6 +3503,7 @@ module Google
|
|
|
3503
3503
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3504
3504
|
collection :additional_variables, as: 'additionalVariables', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ConfigVariable, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ConfigVariable::Representation
|
|
3505
3505
|
|
|
3506
|
+
collection :allowed_event_types, as: 'allowedEventTypes'
|
|
3506
3507
|
property :auth_config, as: 'authConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfig::Representation
|
|
3507
3508
|
|
|
3508
3509
|
property :dead_letter_config, as: 'deadLetterConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingConfigDeadLetterConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingConfigDeadLetterConfig::Representation
|
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.
|
|
4
|
+
version: 0.18.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1/v0.18.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:
|