google-apis-connectors_v1 0.6.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: 2e3108b8f0b0cc72a85dfe6913d76821792f6f80df753e7c736efe7a802cb140
4
- data.tar.gz: f78f28dfc7c5444889442fd9e7be89d3791f6add153113d3039568cb3722aaad
3
+ metadata.gz: 36f2ec63e51503298b062c26fc5c8e84e9f57c90e8e8e8275d3fa71f349d9d34
4
+ data.tar.gz: 6c60bf3bc8301a8b6f7954f73d7da055e938e5ca5653fa713032f328f8cb85d2
5
5
  SHA512:
6
- metadata.gz: 7f2ff6e16f5a7877e766b1bbcb00ffbe8a13198dc29c78b0895276b158da715aff07aac2542682a1568d1f8e2972e9de8f9abd8588ddec9b188509828bba89e0
7
- data.tar.gz: 1667ce42f3693e4c8c6e3c9cff0b79a61488d58811d2a98398d00add6121658ad33c1807c0dbf0db5cf502c205e810443447035a9e689373bb429867f491be6c
6
+ metadata.gz: df0119fd0c90390c02a13ffae7505dd675c1ca30f0f42f5a7130768c3fb5cac0186b134e240984a0928cab1c2b913cff86927df15d625f41077940b8d382e853
7
+ data.tar.gz: f9089012cfb14bc4bd1463021ec3343aa5eecbaf5b7b8d266abe70d0990aca6fa178f5b6509e3b3148ec6f2969fff6ef11629f19c23c74c1a9b5a14b7b58955f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.6.0 (2022-02-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20220120
@@ -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
@@ -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.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.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220120"
25
+ REVISION = "20220419"
26
26
  end
27
27
  end
28
28
  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.
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.6.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-02-07 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.6.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: []