google-apis-connectors_v1 0.4.0 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: df2c7565263a76a03109ea4d82afaf4ba843c09d63ba7212f36d1a97e79d59e2
4
- data.tar.gz: 52efa61d21efa3b9fd4ab3fb675133b0ed4b62006e7c8f621026a5a0903cb0b6
3
+ metadata.gz: 36f2ec63e51503298b062c26fc5c8e84e9f57c90e8e8e8275d3fa71f349d9d34
4
+ data.tar.gz: 6c60bf3bc8301a8b6f7954f73d7da055e938e5ca5653fa713032f328f8cb85d2
5
5
  SHA512:
6
- metadata.gz: 75d59a6365a510899b235c6f0ae7151eddeac03597180b577133c5c852eeeadc03b576ec80bdf2e6ab322ca15d21f399b89302b48060085bdd276d88d75f8f80
7
- data.tar.gz: 57e4190b7916daee1d9008a1b394d203052850a4f37e1e04183ebc821cd5d4081dfde06c30e9282ac8072ff45b9be29e9496cd482aab50a9cad42d7c930d27fd
6
+ metadata.gz: df0119fd0c90390c02a13ffae7505dd675c1ca30f0f42f5a7130768c3fb5cac0186b134e240984a0928cab1c2b913cff86927df15d625f41077940b8d382e853
7
+ data.tar.gz: f9089012cfb14bc4bd1463021ec3343aa5eecbaf5b7b8d266abe70d0990aca6fa178f5b6509e3b3148ec6f2969fff6ef11629f19c23c74c1a9b5a14b7b58955f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.7.0 (2022-04-30)
4
+
5
+ * Regenerated from discovery document revision 20220419
6
+
7
+ ### v0.6.0 (2022-02-03)
8
+
9
+ * Regenerated from discovery document revision 20220120
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.5.0 (2022-01-10)
13
+
14
+ * Regenerated from discovery document revision 20211217
15
+
3
16
  ### v0.4.0 (2021-12-16)
4
17
 
5
18
  * Unspecified changes
@@ -187,7 +187,7 @@ module Google
187
187
  # @return [Google::Apis::ConnectorsV1::Expr]
188
188
  attr_accessor :condition
189
189
 
190
- # Specifies the principals requesting access for a Cloud Platform resource. `
190
+ # Specifies the principals requesting access for a Google Cloud resource. `
191
191
  # members` can have the following values: * `allUsers`: A special identifier
192
192
  # that represents anyone who is on the internet; with or without a Google
193
193
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -403,12 +403,6 @@ module Google
403
403
  # @return [String]
404
404
  attr_accessor :image_location
405
405
 
406
- # Optional. Inactive indicates the connection is active to use or not.
407
- # Corresponds to the JSON property `inactive`
408
- # @return [Boolean]
409
- attr_accessor :inactive
410
- alias_method :inactive?, :inactive
411
-
412
406
  # Optional. Resource labels to represent user-provided metadata. Refer to cloud
413
407
  # documentation on labels for more details. https://cloud.google.com/compute/
414
408
  # docs/labeling-resources
@@ -446,6 +440,12 @@ module Google
446
440
  # @return [Google::Apis::ConnectorsV1::ConnectionStatus]
447
441
  attr_accessor :status
448
442
 
443
+ # Optional. Suspended indicates if a user has suspended a connection or not.
444
+ # Corresponds to the JSON property `suspended`
445
+ # @return [Boolean]
446
+ attr_accessor :suspended
447
+ alias_method :suspended?, :suspended
448
+
449
449
  # Output only. Updated time.
450
450
  # Corresponds to the JSON property `updateTime`
451
451
  # @return [String]
@@ -465,13 +465,13 @@ module Google
465
465
  @egress_backends = args[:egress_backends] if args.key?(:egress_backends)
466
466
  @envoy_image_location = args[:envoy_image_location] if args.key?(:envoy_image_location)
467
467
  @image_location = args[:image_location] if args.key?(:image_location)
468
- @inactive = args[:inactive] if args.key?(:inactive)
469
468
  @labels = args[:labels] if args.key?(:labels)
470
469
  @lock_config = args[:lock_config] if args.key?(:lock_config)
471
470
  @name = args[:name] if args.key?(:name)
472
471
  @service_account = args[:service_account] if args.key?(:service_account)
473
472
  @service_directory = args[:service_directory] if args.key?(:service_directory)
474
473
  @status = args[:status] if args.key?(:status)
474
+ @suspended = args[:suspended] if args.key?(:suspended)
475
475
  @update_time = args[:update_time] if args.key?(:update_time)
476
476
  end
477
477
  end
@@ -568,6 +568,11 @@ module Google
568
568
  # @return [Hash<String,String>]
569
569
  attr_accessor :labels
570
570
 
571
+ # Output only. Flag to mark the version indicating the launch stage.
572
+ # Corresponds to the JSON property `launchStage`
573
+ # @return [String]
574
+ attr_accessor :launch_stage
575
+
571
576
  # Output only. Resource name of the Connector. Format: projects/`project`/
572
577
  # locations/`location`/providers/`provider`/connectors/`connector`
573
578
  # Corresponds to the JSON property `name`
@@ -596,6 +601,7 @@ module Google
596
601
  @documentation_uri = args[:documentation_uri] if args.key?(:documentation_uri)
597
602
  @external_uri = args[:external_uri] if args.key?(:external_uri)
598
603
  @labels = args[:labels] if args.key?(:labels)
604
+ @launch_stage = args[:launch_stage] if args.key?(:launch_stage)
599
605
  @name = args[:name] if args.key?(:name)
600
606
  @update_time = args[:update_time] if args.key?(:update_time)
601
607
  @web_assets_location = args[:web_assets_location] if args.key?(:web_assets_location)
@@ -741,8 +747,7 @@ module Google
741
747
  # A generic empty message that you can re-use to avoid defining duplicated empty
742
748
  # messages in your APIs. A typical example is to use it as the request or the
743
749
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
744
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
745
- # `Empty` is empty JSON object ````.
750
+ # protobuf.Empty) returns (google.protobuf.Empty); `
746
751
  class Empty
747
752
  include Google::Apis::Core::Hashable
748
753
 
@@ -1601,6 +1606,11 @@ module Google
1601
1606
  # @return [Hash<String,String>]
1602
1607
  attr_accessor :labels
1603
1608
 
1609
+ # Output only. Flag to mark the version indicating the launch stage.
1610
+ # Corresponds to the JSON property `launchStage`
1611
+ # @return [String]
1612
+ attr_accessor :launch_stage
1613
+
1604
1614
  # Output only. Resource name of the Provider. Format: projects/`project`/
1605
1615
  # locations/`location`/providers/`provider`
1606
1616
  # Corresponds to the JSON property `name`
@@ -1629,6 +1639,7 @@ module Google
1629
1639
  @documentation_uri = args[:documentation_uri] if args.key?(:documentation_uri)
1630
1640
  @external_uri = args[:external_uri] if args.key?(:external_uri)
1631
1641
  @labels = args[:labels] if args.key?(:labels)
1642
+ @launch_stage = args[:launch_stage] if args.key?(:launch_stage)
1632
1643
  @name = args[:name] if args.key?(:name)
1633
1644
  @update_time = args[:update_time] if args.key?(:update_time)
1634
1645
  @web_assets_location = args[:web_assets_location] if args.key?(:web_assets_location)
@@ -1810,10 +1821,7 @@ module Google
1810
1821
  # @return [String]
1811
1822
  attr_accessor :schema_gcs_bucket
1812
1823
 
1813
- # Output only. The name of the Service Directory service name. Used for Private
1814
- # Harpoon to resolve the ILB address. e.g. "projects/cloud-connectors-e2e-
1815
- # testing/locations/us-central1/namespaces/istio-system/services/istio-
1816
- # ingressgateway-connectors"
1824
+ # Output only. The name of the Service Directory service name.
1817
1825
  # Corresponds to the JSON property `serviceDirectory`
1818
1826
  # @return [String]
1819
1827
  attr_accessor :service_directory
@@ -2045,7 +2053,7 @@ module Google
2045
2053
  include Google::Apis::Core::Hashable
2046
2054
 
2047
2055
  # The set of permissions to check for the `resource`. Permissions with wildcards
2048
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
2056
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
2049
2057
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
2050
2058
  # Corresponds to the JSON property `permissions`
2051
2059
  # @return [Array<String>]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ConnectorsV1
18
18
  # Version of the google-apis-connectors_v1 gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211106"
25
+ REVISION = "20220419"
26
26
  end
27
27
  end
28
28
  end
@@ -424,7 +424,6 @@ module Google
424
424
  collection :egress_backends, as: 'egressBackends'
425
425
  property :envoy_image_location, as: 'envoyImageLocation'
426
426
  property :image_location, as: 'imageLocation'
427
- property :inactive, as: 'inactive'
428
427
  hash :labels, as: 'labels'
429
428
  property :lock_config, as: 'lockConfig', class: Google::Apis::ConnectorsV1::LockConfig, decorator: Google::Apis::ConnectorsV1::LockConfig::Representation
430
429
 
@@ -433,6 +432,7 @@ module Google
433
432
  property :service_directory, as: 'serviceDirectory'
434
433
  property :status, as: 'status', class: Google::Apis::ConnectorsV1::ConnectionStatus, decorator: Google::Apis::ConnectorsV1::ConnectionStatus::Representation
435
434
 
435
+ property :suspended, as: 'suspended'
436
436
  property :update_time, as: 'updateTime'
437
437
  end
438
438
  end
@@ -463,6 +463,7 @@ module Google
463
463
  property :documentation_uri, as: 'documentationUri'
464
464
  property :external_uri, as: 'externalUri'
465
465
  hash :labels, as: 'labels'
466
+ property :launch_stage, as: 'launchStage'
466
467
  property :name, as: 'name'
467
468
  property :update_time, as: 'updateTime'
468
469
  property :web_assets_location, as: 'webAssetsLocation'
@@ -730,6 +731,7 @@ module Google
730
731
  property :documentation_uri, as: 'documentationUri'
731
732
  property :external_uri, as: 'externalUri'
732
733
  hash :labels, as: 'labels'
734
+ property :launch_stage, as: 'launchStage'
733
735
  property :name, as: 'name'
734
736
  property :update_time, as: 'updateTime'
735
737
  property :web_assets_location, as: 'webAssetsLocation'
@@ -22,7 +22,8 @@ module Google
22
22
  module ConnectorsV1
23
23
  # Connectors API
24
24
  #
25
- #
25
+ # Enables users to create and manage connections to Google Cloud services and
26
+ # third-party business applications using the Connectors interface.
26
27
  #
27
28
  # @example
28
29
  # require 'google/apis/connectors_v1'
@@ -115,8 +116,8 @@ module Google
115
116
  # The resource that owns the locations collection, if applicable.
116
117
  # @param [String] filter
117
118
  # A filter to narrow down results to a preferred subset. The filtering language
118
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
119
- # AIP-160](https://google.aip.dev/160).
119
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
120
+ # in [AIP-160](https://google.aip.dev/160).
120
121
  # @param [Fixnum] page_size
121
122
  # The maximum number of results to return. If not set, the service selects a
122
123
  # default.
@@ -21,7 +21,8 @@ module Google
21
21
  module Apis
22
22
  # Connectors API
23
23
  #
24
- #
24
+ # Enables users to create and manage connections to Google Cloud services and
25
+ # third-party business applications using the Connectors interface.
25
26
  #
26
27
  # @see https://cloud.google.com/apigee/docs/api-platform/connectors/about-connectors
27
28
  module ConnectorsV1
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-connectors_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-connectors_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.7.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-connectors_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Connectors API V1