google-apis-networkservices_v1beta1 0.1.0 → 0.5.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: f573ea4c14d9ebe6d63ba0aac7eb29ec2d8d0c75c457fd2370a7b2eb95f51798
4
- data.tar.gz: 748f7f8d8356563aa39f794ba3ea40c2c2cedc4d3354d88a85467ed253ef5763
3
+ metadata.gz: 30410eaa2bd782d276dcee4d4d262e002280eb2b9f7f22102e4e557e958d4468
4
+ data.tar.gz: dc658ad50f7c1c18370bb9354734110395d590332357890774f5f5932894a9d3
5
5
  SHA512:
6
- metadata.gz: c17b4cafc9ec049cfcae11269a9c38dc4d579e2500e9081432d8b341645449eb25427ebafd0e83b90ca682190f8ce645d3e0f69dccf61ef5998cb9163247ab1c
7
- data.tar.gz: 16e3dac00682759ed480f4bd6849d49e4b8b73ffc1bdadbb6d6635746c267dd72f3c31a21b445db25179de24ce51e9b4038f6edc5f45d5d18be8d91eb4403fe5
6
+ metadata.gz: ee3e7fdf29797aff15bb853cf435aca749ede446c715cc34e968a5424b46bf83663635ca4387390e1bba0f0e9dac277d3041f8cac81d22ed0f8b80962b297455
7
+ data.tar.gz: 6cfd4a2afe26e7f64017dd876e4de72823be3c3aa2f512c7bcc4340ab63272aa360bf2184f9f51bed23cd92e4baf94d771aed33fd67a8cd9489ec6d70624eab0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-networkservices_v1beta1
2
2
 
3
+ ### v0.5.0 (2021-11-14)
4
+
5
+ * Regenerated from discovery document revision 20211109
6
+
7
+ ### v0.4.0 (2021-10-31)
8
+
9
+ * Regenerated from discovery document revision 20211019
10
+
11
+ ### v0.3.0 (2021-10-21)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.2.0 (2021-09-01)
16
+
17
+ * Regenerated from discovery document revision 20210811
18
+
3
19
  ### v0.1.0 (2021-07-31)
4
20
 
5
21
  * Regenerated from discovery document revision 20210721
data/OVERVIEW.md CHANGED
@@ -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::NetworkservicesV1beta1::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
@@ -223,8 +223,7 @@ module Google
223
223
  # Optional. This field specifies the URL of AuthorizationPolicy resource that
224
224
  # applies authorization policies to the inbound traffic at the matched endpoints.
225
225
  # Refer to Authorization. If this field is not specified, authorization is
226
- # disabled(no authz checks) for this endpoint. Applicable only when
227
- # EndpointPolicyType is SIDECAR_PROXY.
226
+ # disabled(no authz checks) for this endpoint.
228
227
  # Corresponds to the JSON property `authorizationPolicy`
229
228
  # @return [String]
230
229
  attr_accessor :authorization_policy
@@ -262,8 +261,8 @@ module Google
262
261
  # @return [Hash<String,String>]
263
262
  attr_accessor :labels
264
263
 
265
- # Required. Name of the EndpointPolicy resource. It matches pattern `projects/*/
266
- # locations/global/endpointPolicies/`.
264
+ # Required. Name of the EndpointPolicy resource. It matches pattern `projects/`
265
+ # project`/locations/global/endpointPolicies/`endpoint_policy``.
267
266
  # Corresponds to the JSON property `name`
268
267
  # @return [String]
269
268
  attr_accessor :name
@@ -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::NetworkservicesV1beta1::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::NetworkservicesV1beta1::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::NetworkservicesV1beta1::Policy]
802
806
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkservicesV1beta1
18
18
  # Version of the google-apis-networkservices_v1beta1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.5.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 = "20210721"
25
+ REVISION = "20211109"
26
26
  end
27
27
  end
28
28
  end
@@ -228,13 +228,16 @@ module Google
228
228
  # REQUIRED: The resource for which the policy is being requested. See the
229
229
  # operation documentation for the appropriate value for this field.
230
230
  # @param [Fixnum] options_requested_policy_version
231
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
232
- # 3. Requests specifying an invalid value will be rejected. Requests for
233
- # policies with any conditional bindings must specify version 3. Policies
234
- # without any conditional bindings may specify any valid value or leave the
235
- # field unset. To learn which resources support conditions in their IAM policies,
236
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
237
- # resource-policies).
231
+ # Optional. The maximum policy version that will be used to format the policy.
232
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
233
+ # rejected. Requests for policies with any conditional role bindings must
234
+ # specify version 3. Policies with no conditional role bindings may specify any
235
+ # valid value or leave the field unset. The policy in the response might use the
236
+ # policy version that you specified, or it might use a lower policy version. For
237
+ # example, if you specify version 3, but the policy has no conditional role
238
+ # bindings, the response uses version 1. To learn which resources support
239
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
240
+ # google.com/iam/help/conditions/resource-policies).
238
241
  # @param [String] fields
239
242
  # Selector specifying which fields to include in a partial response.
240
243
  # @param [String] quota_user
@@ -304,8 +307,8 @@ module Google
304
307
 
305
308
  # Updates the parameters of a single EndpointPolicy.
306
309
  # @param [String] name
307
- # Required. Name of the EndpointPolicy resource. It matches pattern `projects/*/
308
- # locations/global/endpointPolicies/`.
310
+ # Required. Name of the EndpointPolicy resource. It matches pattern `projects/`
311
+ # project`/locations/global/endpointPolicies/`endpoint_policy``.
309
312
  # @param [Google::Apis::NetworkservicesV1beta1::EndpointPolicy] endpoint_policy_object
310
313
  # @param [String] update_mask
311
314
  # Optional. Field mask is used to specify the fields to be overwritten in the
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1beta1'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkservices_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.5.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-08-02 00:00:00.000000000 Z
11
+ date: 2021-11-15 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.1.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-networkservices_v1beta1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1beta1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.5.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: