google-apis-connectors_v1 0.5.0 → 0.8.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: d3f2fa4c5f747506d80141d05b03848ed98e477e32fa5fad4bc8a910925d8a62
4
- data.tar.gz: a169024a8a4557be233315456005a0bda7d850406dc529cfa5efa023a1471a6e
3
+ metadata.gz: d2edfcfddc600f03055c6ab28fb26f5bd26f114347f1694674eb17219f6ab29e
4
+ data.tar.gz: ddac965485f8740f4617194a4e0fda3ceed7591ba045fdf37efefef56655e161
5
5
  SHA512:
6
- metadata.gz: bc0d06ae4519cdea12edd113e357565264c29219b5a5c344eb22edba56f085686d22a7e2cae5c686b8826f725c45ad192ca31f10b1c58a55f771a5c49f5412c8
7
- data.tar.gz: 4d00d01632c9741896f849fc79963a3f109b408a9a70499471367db6343dbb1049ec8ad4a5191fea5ab2359cb47ffecac8d83a2f81389dd2e1cf059df8b07158
6
+ metadata.gz: 4df2c887eb100f5597de70adf0aab2ef0533a4c5c35173ac3d11e4273281540b74d664f2d83d595ec76d76db72af938a8cf2e2963f448de39bbf7ceabe6b4843
7
+ data.tar.gz: d5b9dfcc581d4a340f766739c43ab8b4588a20cd2df7112f3dd0167a5df0e097bb46d00968619c28642e84d58a3abfa303a6e2d799a7041a74099ea3daf8ce43
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.8.0 (2022-05-14)
4
+
5
+ * Regenerated from discovery document revision 20220504
6
+
7
+ ### v0.7.0 (2022-04-30)
8
+
9
+ * Regenerated from discovery document revision 20220419
10
+
11
+ ### v0.6.0 (2022-02-03)
12
+
13
+ * Regenerated from discovery document revision 20220120
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.5.0 (2022-01-10)
4
17
 
5
18
  * Regenerated from discovery document revision 20211217
@@ -35,8 +35,8 @@ module Google
35
35
  # "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
36
36
  # , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
37
37
  # this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
38
- # exempts jose@example.com from DATA_READ logging, and aliya@example.com from
39
- # DATA_WRITE logging.
38
+ # exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
39
+ # from DATA_WRITE logging.
40
40
  class AuditConfig
41
41
  include Google::Apis::Core::Hashable
42
42
 
@@ -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
@@ -747,8 +747,7 @@ module Google
747
747
  # A generic empty message that you can re-use to avoid defining duplicated empty
748
748
  # messages in your APIs. A typical example is to use it as the request or the
749
749
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
750
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
751
- # `Empty` is empty JSON object ````.
750
+ # protobuf.Empty) returns (google.protobuf.Empty); `
752
751
  class Empty
753
752
  include Google::Apis::Core::Hashable
754
753
 
@@ -1822,10 +1821,7 @@ module Google
1822
1821
  # @return [String]
1823
1822
  attr_accessor :schema_gcs_bucket
1824
1823
 
1825
- # Output only. The name of the Service Directory service name. Used for Private
1826
- # Harpoon to resolve the ILB address. e.g. "projects/cloud-connectors-e2e-
1827
- # testing/locations/us-central1/namespaces/istio-system/services/istio-
1828
- # ingressgateway-connectors"
1824
+ # Output only. The name of the Service Directory service name.
1829
1825
  # Corresponds to the JSON property `serviceDirectory`
1830
1826
  # @return [String]
1831
1827
  attr_accessor :service_directory
@@ -2057,7 +2053,7 @@ module Google
2057
2053
  include Google::Apis::Core::Hashable
2058
2054
 
2059
2055
  # The set of permissions to check for the `resource`. Permissions with wildcards
2060
- # (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
2061
2057
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
2062
2058
  # Corresponds to the JSON property `permissions`
2063
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.5.0"
19
+ GEM_VERSION = "0.8.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 = "20211217"
25
+ REVISION = "20220504"
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
@@ -116,8 +116,8 @@ module Google
116
116
  # The resource that owns the locations collection, if applicable.
117
117
  # @param [String] filter
118
118
  # A filter to narrow down results to a preferred subset. The filtering language
119
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
120
- # 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).
121
121
  # @param [Fixnum] page_size
122
122
  # The maximum number of results to return. If not set, the service selects a
123
123
  # default.
@@ -291,8 +291,9 @@ module Google
291
291
  # Gets the access control policy for a resource. Returns an empty policy if the
292
292
  # resource exists and does not have a policy set.
293
293
  # @param [String] resource
294
- # REQUIRED: The resource for which the policy is being requested. See the
295
- # operation documentation for the appropriate value for this field.
294
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
295
+ # names](https://cloud.google.com/apis/design/resource_names) for the
296
+ # appropriate value for this field.
296
297
  # @param [Fixnum] options_requested_policy_version
297
298
  # Optional. The maximum policy version that will be used to format the policy.
298
299
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -424,8 +425,9 @@ module Google
424
425
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
425
426
  # PERMISSION_DENIED` errors.
426
427
  # @param [String] resource
427
- # REQUIRED: The resource for which the policy is being specified. See the
428
- # operation documentation for the appropriate value for this field.
428
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
429
+ # names](https://cloud.google.com/apis/design/resource_names) for the
430
+ # appropriate value for this field.
429
431
  # @param [Google::Apis::ConnectorsV1::SetIamPolicyRequest] set_iam_policy_request_object
430
432
  # @param [String] fields
431
433
  # Selector specifying which fields to include in a partial response.
@@ -462,8 +464,9 @@ module Google
462
464
  # permission-aware UIs and command-line tools, not for authorization checking.
463
465
  # This operation may "fail open" without warning.
464
466
  # @param [String] resource
465
- # REQUIRED: The resource for which the policy detail is being requested. See the
466
- # operation documentation for the appropriate value for this field.
467
+ # REQUIRED: The resource for which the policy detail is being requested. See [
468
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
469
+ # appropriate value for this field.
467
470
  # @param [Google::Apis::ConnectorsV1::TestIamPermissionsRequest] test_iam_permissions_request_object
468
471
  # @param [String] fields
469
472
  # Selector specifying which fields to include in a partial response.
@@ -941,8 +944,9 @@ module Google
941
944
  # Gets the access control policy for a resource. Returns an empty policy if the
942
945
  # resource exists and does not have a policy set.
943
946
  # @param [String] resource
944
- # REQUIRED: The resource for which the policy is being requested. See the
945
- # operation documentation for the appropriate value for this field.
947
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
948
+ # names](https://cloud.google.com/apis/design/resource_names) for the
949
+ # appropriate value for this field.
946
950
  # @param [Fixnum] options_requested_policy_version
947
951
  # Optional. The maximum policy version that will be used to format the policy.
948
952
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -986,8 +990,9 @@ module Google
986
990
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
987
991
  # PERMISSION_DENIED` errors.
988
992
  # @param [String] resource
989
- # REQUIRED: The resource for which the policy is being specified. See the
990
- # operation documentation for the appropriate value for this field.
993
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
994
+ # names](https://cloud.google.com/apis/design/resource_names) for the
995
+ # appropriate value for this field.
991
996
  # @param [Google::Apis::ConnectorsV1::SetIamPolicyRequest] set_iam_policy_request_object
992
997
  # @param [String] fields
993
998
  # Selector specifying which fields to include in a partial response.
@@ -1024,8 +1029,9 @@ module Google
1024
1029
  # permission-aware UIs and command-line tools, not for authorization checking.
1025
1030
  # This operation may "fail open" without warning.
1026
1031
  # @param [String] resource
1027
- # REQUIRED: The resource for which the policy detail is being requested. See the
1028
- # operation documentation for the appropriate value for this field.
1032
+ # REQUIRED: The resource for which the policy detail is being requested. See [
1033
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
1034
+ # appropriate value for this field.
1029
1035
  # @param [Google::Apis::ConnectorsV1::TestIamPermissionsRequest] test_iam_permissions_request_object
1030
1036
  # @param [String] fields
1031
1037
  # Selector specifying which fields to include in a partial response.
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.5.0
4
+ version: 0.8.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-17 00:00:00.000000000 Z
11
+ date: 2022-05-16 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.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.8.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: []