google-apis-networkservices_v1 0.2.0 → 0.6.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: 7cae2d23e57bc5c7e3c490b0f69345682011a1a689ef2cbe9054afa7865aed01
4
- data.tar.gz: 45d34c0818ffb42ca7cb7cf9947b40013bb1e28061579c3cfb27ae4a3c96cfe0
3
+ metadata.gz: 55ffd6cc6ed88ffe63c99ad68995f8fc168dc0c3e45864f647136c1ae949fe7f
4
+ data.tar.gz: 399f2ad6832fa4fa5b4a4c4c64704e6fe7fc342df6f2a1fa0d8016ca93538df4
5
5
  SHA512:
6
- metadata.gz: f812a361ce248cde7efecd29f14a616aec6351a7a684e01b3fbedfb1964d5a7655bd57640d81b6b369792efdeac5e6a889eed957c914cd5c70fc355d707e6bc2
7
- data.tar.gz: 174235bfdf04071b1a6f0bb16cf502108c1531060bb30610036e1e21ffbbc5c8d724b49a1dbc2a33863b65591e2d17ebe9f25098c664894d342b2f90805e745f
6
+ metadata.gz: 67d81e60ea0ff565ae9b3131b7b3c2814b746d9f8f18e705af3c9db0614ad3f2a336629462cc98f02eb17d7406b1e0c7d80c8baf782ee188d664392f8a0bae83
7
+ data.tar.gz: 851e846a42654fc6baa328f1534add70daf64c7f8da069c5b34763efb51a7158f04fdc3c9c334286ea7eb25ba20fe60a1420766136fd1de12726caed8248ccdb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-networkservices_v1
2
2
 
3
+ ### v0.6.0 (2021-12-14)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.5.0 (2021-11-14)
8
+
9
+ * Regenerated from discovery document revision 20211109
10
+
11
+ ### v0.4.0 (2021-10-31)
12
+
13
+ * Regenerated from discovery document revision 20211019
14
+
15
+ ### v0.3.0 (2021-10-21)
16
+
17
+ * Unspecified changes
18
+
3
19
  ### v0.2.0 (2021-10-05)
4
20
 
5
21
  * Regenerated from discovery document revision 20210922
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/networkservices_v1"
51
51
  client = Google::Apis::NetworkservicesV1::NetworkServicesService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Networkservices service in particular.)
67
67
 
@@ -93,7 +93,7 @@ module Google
93
93
  end
94
94
  end
95
95
 
96
- # Associates `members` with a `role`.
96
+ # Associates `members`, or principals, with a `role`.
97
97
  class Binding
98
98
  include Google::Apis::Core::Hashable
99
99
 
@@ -116,7 +116,7 @@ module Google
116
116
  # @return [Google::Apis::NetworkservicesV1::Expr]
117
117
  attr_accessor :condition
118
118
 
119
- # Specifies the identities requesting access for a Cloud Platform resource. `
119
+ # Specifies the principals requesting access for a Cloud Platform 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
@@ -146,8 +146,8 @@ module Google
146
146
  # @return [Array<String>]
147
147
  attr_accessor :members
148
148
 
149
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
150
- # , or `roles/owner`.
149
+ # Role that is assigned to the list of `members`, or principals. For example, `
150
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
151
151
  # Corresponds to the JSON property `role`
152
152
  # @return [String]
153
153
  attr_accessor :role
@@ -288,8 +288,7 @@ module Google
288
288
  # Optional. This field specifies the URL of AuthorizationPolicy resource that
289
289
  # applies authorization policies to the inbound traffic at the matched endpoints.
290
290
  # Refer to Authorization. If this field is not specified, authorization is
291
- # disabled(no authz checks) for this endpoint. Applicable only when
292
- # EndpointPolicyType is SIDECAR_PROXY.
291
+ # disabled(no authz checks) for this endpoint.
293
292
  # Corresponds to the JSON property `authorizationPolicy`
294
293
  # @return [String]
295
294
  attr_accessor :authorization_policy
@@ -678,31 +677,31 @@ module Google
678
677
 
679
678
  # An Identity and Access Management (IAM) policy, which specifies access
680
679
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
681
- # A `binding` binds one or more `members` to a single `role`. Members can be
682
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
683
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
684
- # role or a user-created custom role. For some types of Google Cloud resources,
685
- # a `binding` can also specify a `condition`, which is a logical expression that
686
- # allows access to a resource only if the expression evaluates to `true`. A
687
- # condition can add constraints based on attributes of the request, the resource,
688
- # or both. To learn which resources support conditions in their IAM policies,
689
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
690
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
691
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
692
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
693
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
694
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
695
- # title": "expirable access", "description": "Does not grant access after Sep
696
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
697
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
698
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
699
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
700
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
701
- # roles/resourcemanager.organizationViewer condition: title: expirable access
702
- # description: Does not grant access after Sep 2020 expression: request.time <
703
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
704
- # description of IAM and its features, see the [IAM documentation](https://cloud.
705
- # google.com/iam/docs/).
680
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
681
+ # Principals can be user accounts, service accounts, Google groups, and domains (
682
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
683
+ # an IAM predefined role or a user-created custom role. For some types of Google
684
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
685
+ # logical expression that allows access to a resource only if the expression
686
+ # evaluates to `true`. A condition can add constraints based on attributes of
687
+ # the request, the resource, or both. To learn which resources support
688
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
689
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
690
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
691
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
692
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
693
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
694
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
695
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
696
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
697
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
698
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
699
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
700
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
701
+ # access description: Does not grant access after Sep 2020 expression: request.
702
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
703
+ # a description of IAM and its features, see the [IAM documentation](https://
704
+ # cloud.google.com/iam/docs/).
706
705
  class Policy
707
706
  include Google::Apis::Core::Hashable
708
707
 
@@ -711,9 +710,14 @@ module Google
711
710
  # @return [Array<Google::Apis::NetworkservicesV1::AuditConfig>]
712
711
  attr_accessor :audit_configs
713
712
 
714
- # Associates a list of `members` to a `role`. Optionally, may specify a `
715
- # condition` that determines how and when the `bindings` are applied. Each of
716
- # the `bindings` must contain at least one member.
713
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
714
+ # specify a `condition` that determines how and when the `bindings` are applied.
715
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
716
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
717
+ # can be Google groups. Each occurrence of a principal counts towards these
718
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
719
+ # example.com`, and not to any other principal, then you can add another 1,450
720
+ # principals to the `bindings` in the `Policy`.
717
721
  # Corresponds to the JSON property `bindings`
718
722
  # @return [Array<Google::Apis::NetworkservicesV1::Binding>]
719
723
  attr_accessor :bindings
@@ -772,31 +776,31 @@ module Google
772
776
 
773
777
  # An Identity and Access Management (IAM) policy, which specifies access
774
778
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
775
- # A `binding` binds one or more `members` to a single `role`. Members can be
776
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
777
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
778
- # role or a user-created custom role. For some types of Google Cloud resources,
779
- # a `binding` can also specify a `condition`, which is a logical expression that
780
- # allows access to a resource only if the expression evaluates to `true`. A
781
- # condition can add constraints based on attributes of the request, the resource,
782
- # or both. To learn which resources support conditions in their IAM policies,
783
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
784
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
785
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
786
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
787
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
788
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
789
- # title": "expirable access", "description": "Does not grant access after Sep
790
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
791
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
792
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
793
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
794
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
795
- # roles/resourcemanager.organizationViewer condition: title: expirable access
796
- # description: Does not grant access after Sep 2020 expression: request.time <
797
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
798
- # description of IAM and its features, see the [IAM documentation](https://cloud.
799
- # google.com/iam/docs/).
779
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
780
+ # Principals can be user accounts, service accounts, Google groups, and domains (
781
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
782
+ # an IAM predefined role or a user-created custom role. For some types of Google
783
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
784
+ # logical expression that allows access to a resource only if the expression
785
+ # evaluates to `true`. A condition can add constraints based on attributes of
786
+ # the request, the resource, or both. To learn which resources support
787
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
788
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
789
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
790
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
791
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
792
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
793
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
794
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
795
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
796
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
797
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
798
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
799
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
800
+ # access description: Does not grant access after Sep 2020 expression: request.
801
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
802
+ # a description of IAM and its features, see the [IAM documentation](https://
803
+ # cloud.google.com/iam/docs/).
800
804
  # Corresponds to the JSON property `policy`
801
805
  # @return [Google::Apis::NetworkservicesV1::Policy]
802
806
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkservicesV1
18
18
  # Version of the google-apis-networkservices_v1 gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210922"
25
+ REVISION = "20211109"
26
26
  end
27
27
  end
28
28
  end
@@ -128,13 +128,16 @@ module Google
128
128
  # REQUIRED: The resource for which the policy is being requested. See the
129
129
  # operation documentation for the appropriate value for this field.
130
130
  # @param [Fixnum] options_requested_policy_version
131
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
132
- # 3. Requests specifying an invalid value will be rejected. Requests for
133
- # policies with any conditional bindings must specify version 3. Policies
134
- # without any conditional bindings may specify any valid value or leave the
135
- # field unset. To learn which resources support conditions in their IAM policies,
136
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
137
- # resource-policies).
131
+ # Optional. The maximum policy version that will be used to format the policy.
132
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
133
+ # rejected. Requests for policies with any conditional role bindings must
134
+ # specify version 3. Policies with no conditional role bindings may specify any
135
+ # valid value or leave the field unset. The policy in the response might use the
136
+ # policy version that you specified, or it might use a lower policy version. For
137
+ # example, if you specify version 3, but the policy has no conditional role
138
+ # bindings, the response uses version 1. To learn which resources support
139
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
140
+ # google.com/iam/help/conditions/resource-policies).
138
141
  # @param [String] fields
139
142
  # Selector specifying which fields to include in a partial response.
140
143
  # @param [String] quota_user
@@ -243,13 +246,16 @@ module Google
243
246
  # REQUIRED: The resource for which the policy is being requested. See the
244
247
  # operation documentation for the appropriate value for this field.
245
248
  # @param [Fixnum] options_requested_policy_version
246
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
247
- # 3. Requests specifying an invalid value will be rejected. Requests for
248
- # policies with any conditional bindings must specify version 3. Policies
249
- # without any conditional bindings may specify any valid value or leave the
250
- # field unset. To learn which resources support conditions in their IAM policies,
251
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
252
- # resource-policies).
249
+ # Optional. The maximum policy version that will be used to format the policy.
250
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
251
+ # rejected. Requests for policies with any conditional role bindings must
252
+ # specify version 3. Policies with no conditional role bindings may specify any
253
+ # valid value or leave the field unset. The policy in the response might use the
254
+ # policy version that you specified, or it might use a lower policy version. For
255
+ # example, if you specify version 3, but the policy has no conditional role
256
+ # bindings, the response uses version 1. To learn which resources support
257
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
258
+ # google.com/iam/help/conditions/resource-policies).
253
259
  # @param [String] fields
254
260
  # Selector specifying which fields to include in a partial response.
255
261
  # @param [String] quota_user
@@ -358,13 +364,16 @@ module Google
358
364
  # REQUIRED: The resource for which the policy is being requested. See the
359
365
  # operation documentation for the appropriate value for this field.
360
366
  # @param [Fixnum] options_requested_policy_version
361
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
362
- # 3. Requests specifying an invalid value will be rejected. Requests for
363
- # policies with any conditional bindings must specify version 3. Policies
364
- # without any conditional bindings may specify any valid value or leave the
365
- # field unset. To learn which resources support conditions in their IAM policies,
366
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
367
- # resource-policies).
367
+ # Optional. The maximum policy version that will be used to format the policy.
368
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
369
+ # rejected. Requests for policies with any conditional role bindings must
370
+ # specify version 3. Policies with no conditional role bindings may specify any
371
+ # valid value or leave the field unset. The policy in the response might use the
372
+ # policy version that you specified, or it might use a lower policy version. For
373
+ # example, if you specify version 3, but the policy has no conditional role
374
+ # bindings, the response uses version 1. To learn which resources support
375
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
376
+ # google.com/iam/help/conditions/resource-policies).
368
377
  # @param [String] fields
369
378
  # Selector specifying which fields to include in a partial response.
370
379
  # @param [String] quota_user
@@ -573,13 +582,16 @@ module Google
573
582
  # REQUIRED: The resource for which the policy is being requested. See the
574
583
  # operation documentation for the appropriate value for this field.
575
584
  # @param [Fixnum] options_requested_policy_version
576
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
577
- # 3. Requests specifying an invalid value will be rejected. Requests for
578
- # policies with any conditional bindings must specify version 3. Policies
579
- # without any conditional bindings may specify any valid value or leave the
580
- # field unset. To learn which resources support conditions in their IAM policies,
581
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
582
- # resource-policies).
585
+ # Optional. The maximum policy version that will be used to format the policy.
586
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
587
+ # rejected. Requests for policies with any conditional role bindings must
588
+ # specify version 3. Policies with no conditional role bindings may specify any
589
+ # valid value or leave the field unset. The policy in the response might use the
590
+ # policy version that you specified, or it might use a lower policy version. For
591
+ # example, if you specify version 3, but the policy has no conditional role
592
+ # bindings, the response uses version 1. To learn which resources support
593
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
594
+ # google.com/iam/help/conditions/resource-policies).
583
595
  # @param [String] fields
584
596
  # Selector specifying which fields to include in a partial response.
585
597
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkservices_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.6.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: 2021-10-11 00:00:00.000000000 Z
11
+ date: 2022-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-networkservices_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.2.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-networkservices_v1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.6.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths:
@@ -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.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Network Services API V1