google-apis-networkconnectivity_v1 0.7.0 → 0.10.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: e130a187baf7345e38d45769d48b42845af7935c702b9fb74d82567229faa6b3
4
- data.tar.gz: 3b4f54408c408307bfa13ab58d07e083db6d52d68000c1acc6e189eb5e788ed0
3
+ metadata.gz: 39ad4e5a940a221840815dd7d9f87b7bea661300443d7f750274cc3f58f2fd37
4
+ data.tar.gz: bd85721f8c59447047d819006ff90549cae421fd166c822b24fe97808a541431
5
5
  SHA512:
6
- metadata.gz: 5f68328f16927b01338c1c12512141fcc164f0e6d2d9926e2dd90a3bb765afd1d88b57a7eda3af4201e5946769f6b7d68c12900424ba63212b95c5736f7d1b73
7
- data.tar.gz: 9c03119c771a3d88f57a530e9eb8ab3173f850ecc531be38241204f0cc2e39d03c8a8913b3eedf08dd585a0847be991b2cfdfe3ff5040d0668303458b9dc5663
6
+ metadata.gz: 9e18a4c14b658859497b6b33b4c6abf0ea3ddd5bbd0b593a72c7752b2806082c13aa899d40fb0e96e3fac9c5528336e3e12cf29f0c47ff35f219d770a775f6c8
7
+ data.tar.gz: 90056f790706a3d8781b06db1a897301ead7eac35f69589978953935f823d76e36c847222387cafaaf7980c5021477759010417e1f7e8e1edf7ea6988ebacedb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-networkconnectivity_v1
2
2
 
3
+ ### v0.10.0 (2022-05-10)
4
+
5
+ * Regenerated from discovery document revision 20220505
6
+
7
+ ### v0.9.0 (2022-04-12)
8
+
9
+ * Regenerated from discovery document revision 20220404
10
+
11
+ ### v0.8.0 (2022-03-26)
12
+
13
+ * Regenerated from discovery document revision 20220321
14
+
3
15
  ### v0.7.0 (2022-02-15)
4
16
 
5
17
  * Regenerated from discovery document revision 20220210
@@ -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
 
@@ -116,7 +116,7 @@ module Google
116
116
  # @return [Google::Apis::NetworkconnectivityV1::Expr]
117
117
  attr_accessor :condition
118
118
 
119
- # Specifies the principals requesting access for a Cloud Platform resource. `
119
+ # Specifies the principals requesting access for a Google Cloud resource. `
120
120
  # members` can have the following values: * `allUsers`: A special identifier
121
121
  # that represents anyone who is on the internet; with or without a Google
122
122
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -167,8 +167,7 @@ module Google
167
167
  # A generic empty message that you can re-use to avoid defining duplicated empty
168
168
  # messages in your APIs. A typical example is to use it as the request or the
169
169
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
170
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
171
- # `Empty` is empty JSON object ````.
170
+ # protobuf.Empty) returns (google.protobuf.Empty); `
172
171
  class Empty
173
172
  include Google::Apis::Core::Hashable
174
173
 
@@ -1066,7 +1065,7 @@ module Google
1066
1065
  include Google::Apis::Core::Hashable
1067
1066
 
1068
1067
  # The set of permissions to check for the `resource`. Permissions with wildcards
1069
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
1068
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
1070
1069
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
1071
1070
  # Corresponds to the JSON property `permissions`
1072
1071
  # @return [Array<String>]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkconnectivityV1
18
18
  # Version of the google-apis-networkconnectivity_v1 gem
19
- GEM_VERSION = "0.7.0"
19
+ GEM_VERSION = "0.10.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 = "20220210"
25
+ REVISION = "20220505"
26
26
  end
27
27
  end
28
28
  end
@@ -84,8 +84,8 @@ module Google
84
84
  # The resource that owns the locations collection, if applicable.
85
85
  # @param [String] filter
86
86
  # A filter to narrow down results to a preferred subset. The filtering language
87
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
88
- # AIP-160](https://google.aip.dev/160).
87
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
88
+ # in [AIP-160](https://google.aip.dev/160).
89
89
  # @param [Fixnum] page_size
90
90
  # The maximum number of results to return. If not set, the service selects a
91
91
  # default.
@@ -247,8 +247,9 @@ module Google
247
247
  # Gets the access control policy for a resource. Returns an empty policy if the
248
248
  # resource exists and does not have a policy set.
249
249
  # @param [String] resource
250
- # REQUIRED: The resource for which the policy is being requested. See the
251
- # operation documentation for the appropriate value for this field.
250
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
251
+ # names](https://cloud.google.com/apis/design/resource_names) for the
252
+ # appropriate value for this field.
252
253
  # @param [Fixnum] options_requested_policy_version
253
254
  # Optional. The maximum policy version that will be used to format the policy.
254
255
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -388,8 +389,9 @@ module Google
388
389
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
389
390
  # PERMISSION_DENIED` errors.
390
391
  # @param [String] resource
391
- # REQUIRED: The resource for which the policy is being specified. See the
392
- # operation documentation for the appropriate value for this field.
392
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
393
+ # names](https://cloud.google.com/apis/design/resource_names) for the
394
+ # appropriate value for this field.
393
395
  # @param [Google::Apis::NetworkconnectivityV1::SetIamPolicyRequest] set_iam_policy_request_object
394
396
  # @param [String] fields
395
397
  # Selector specifying which fields to include in a partial response.
@@ -426,8 +428,9 @@ module Google
426
428
  # permission-aware UIs and command-line tools, not for authorization checking.
427
429
  # This operation may "fail open" without warning.
428
430
  # @param [String] resource
429
- # REQUIRED: The resource for which the policy detail is being requested. See the
430
- # operation documentation for the appropriate value for this field.
431
+ # REQUIRED: The resource for which the policy detail is being requested. See [
432
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
433
+ # appropriate value for this field.
431
434
  # @param [Google::Apis::NetworkconnectivityV1::TestIamPermissionsRequest] test_iam_permissions_request_object
432
435
  # @param [String] fields
433
436
  # Selector specifying which fields to include in a partial response.
@@ -461,8 +464,9 @@ module Google
461
464
  # Gets the access control policy for a resource. Returns an empty policy if the
462
465
  # resource exists and does not have a policy set.
463
466
  # @param [String] resource
464
- # REQUIRED: The resource for which the policy is being requested. See the
465
- # operation documentation for the appropriate value for this field.
467
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
468
+ # names](https://cloud.google.com/apis/design/resource_names) for the
469
+ # appropriate value for this field.
466
470
  # @param [Fixnum] options_requested_policy_version
467
471
  # Optional. The maximum policy version that will be used to format the policy.
468
472
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -506,8 +510,9 @@ module Google
506
510
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
507
511
  # PERMISSION_DENIED` errors.
508
512
  # @param [String] resource
509
- # REQUIRED: The resource for which the policy is being specified. See the
510
- # operation documentation for the appropriate value for this field.
513
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
514
+ # names](https://cloud.google.com/apis/design/resource_names) for the
515
+ # appropriate value for this field.
511
516
  # @param [Google::Apis::NetworkconnectivityV1::SetIamPolicyRequest] set_iam_policy_request_object
512
517
  # @param [String] fields
513
518
  # Selector specifying which fields to include in a partial response.
@@ -544,8 +549,9 @@ module Google
544
549
  # permission-aware UIs and command-line tools, not for authorization checking.
545
550
  # This operation may "fail open" without warning.
546
551
  # @param [String] resource
547
- # REQUIRED: The resource for which the policy detail is being requested. See the
548
- # operation documentation for the appropriate value for this field.
552
+ # REQUIRED: The resource for which the policy detail is being requested. See [
553
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
554
+ # appropriate value for this field.
549
555
  # @param [Google::Apis::NetworkconnectivityV1::TestIamPermissionsRequest] test_iam_permissions_request_object
550
556
  # @param [String] fields
551
557
  # Selector specifying which fields to include in a partial response.
@@ -851,8 +857,9 @@ module Google
851
857
  # Gets the access control policy for a resource. Returns an empty policy if the
852
858
  # resource exists and does not have a policy set.
853
859
  # @param [String] resource
854
- # REQUIRED: The resource for which the policy is being requested. See the
855
- # operation documentation for the appropriate value for this field.
860
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
861
+ # names](https://cloud.google.com/apis/design/resource_names) for the
862
+ # appropriate value for this field.
856
863
  # @param [Fixnum] options_requested_policy_version
857
864
  # Optional. The maximum policy version that will be used to format the policy.
858
865
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -993,8 +1000,9 @@ module Google
993
1000
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
994
1001
  # PERMISSION_DENIED` errors.
995
1002
  # @param [String] resource
996
- # REQUIRED: The resource for which the policy is being specified. See the
997
- # operation documentation for the appropriate value for this field.
1003
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
1004
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1005
+ # appropriate value for this field.
998
1006
  # @param [Google::Apis::NetworkconnectivityV1::SetIamPolicyRequest] set_iam_policy_request_object
999
1007
  # @param [String] fields
1000
1008
  # Selector specifying which fields to include in a partial response.
@@ -1031,8 +1039,9 @@ module Google
1031
1039
  # permission-aware UIs and command-line tools, not for authorization checking.
1032
1040
  # This operation may "fail open" without warning.
1033
1041
  # @param [String] resource
1034
- # REQUIRED: The resource for which the policy detail is being requested. See the
1035
- # operation documentation for the appropriate value for this field.
1042
+ # REQUIRED: The resource for which the policy detail is being requested. See [
1043
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
1044
+ # appropriate value for this field.
1036
1045
  # @param [Google::Apis::NetworkconnectivityV1::TestIamPermissionsRequest] test_iam_permissions_request_object
1037
1046
  # @param [String] fields
1038
1047
  # 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-networkconnectivity_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.10.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-21 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-networkconnectivity_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1
63
63
  post_install_message:
64
64
  rdoc_options: []