google-apis-networkservices_v1beta1 0.1.0 → 0.2.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: 2bee256cca69d129bd4585b77de816f6135dc0810ed6e419032d109b97834419
4
+ data.tar.gz: 101c8f3a99a78b044b7b1133365ec0fdbe1758d174addec787fb4fe05e449a38
5
5
  SHA512:
6
- metadata.gz: c17b4cafc9ec049cfcae11269a9c38dc4d579e2500e9081432d8b341645449eb25427ebafd0e83b90ca682190f8ce645d3e0f69dccf61ef5998cb9163247ab1c
7
- data.tar.gz: 16e3dac00682759ed480f4bd6849d49e4b8b73ffc1bdadbb6d6635746c267dd72f3c31a21b445db25179de24ce51e9b4038f6edc5f45d5d18be8d91eb4403fe5
6
+ metadata.gz: 449a9fd75b15bed3d6da360516712e83c0e171f3d4fdb1c7672714795e47d2993900559de48a8189593b0ccf3a639b6cb814352040bf28cbee05f3dd5a6c1548
7
+ data.tar.gz: 1e2a86c463e40aeaa5f9e6f809a9bbe2087843c6849ccac6dfa388d8694cefbb51e0e1801e2325f761cab8b79b805ce7e93052c4dea9bb9e67a909543050975d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkservices_v1beta1
2
2
 
3
+ ### v0.2.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210811
6
+
3
7
  ### v0.1.0 (2021-07-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20210721
@@ -262,8 +262,8 @@ module Google
262
262
  # @return [Hash<String,String>]
263
263
  attr_accessor :labels
264
264
 
265
- # Required. Name of the EndpointPolicy resource. It matches pattern `projects/*/
266
- # locations/global/endpointPolicies/`.
265
+ # Required. Name of the EndpointPolicy resource. It matches pattern `projects/`
266
+ # project`/locations/global/endpointPolicies/`endpoint_policy``.
267
267
  # Corresponds to the JSON property `name`
268
268
  # @return [String]
269
269
  attr_accessor :name
@@ -700,7 +700,7 @@ module Google
700
700
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
701
701
  # roles/resourcemanager.organizationViewer condition: title: expirable access
702
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
703
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
704
704
  # description of IAM and its features, see the [IAM documentation](https://cloud.
705
705
  # google.com/iam/docs/).
706
706
  class Policy
@@ -794,7 +794,7 @@ module Google
794
794
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
795
795
  # roles/resourcemanager.organizationViewer condition: title: expirable access
796
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
797
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
798
798
  # description of IAM and its features, see the [IAM documentation](https://cloud.
799
799
  # google.com/iam/docs/).
800
800
  # Corresponds to the JSON property `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.2.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 = "20210811"
26
26
  end
27
27
  end
28
28
  end
@@ -304,8 +304,8 @@ module Google
304
304
 
305
305
  # Updates the parameters of a single EndpointPolicy.
306
306
  # @param [String] name
307
- # Required. Name of the EndpointPolicy resource. It matches pattern `projects/*/
308
- # locations/global/endpointPolicies/`.
307
+ # Required. Name of the EndpointPolicy resource. It matches pattern `projects/`
308
+ # project`/locations/global/endpointPolicies/`endpoint_policy``.
309
309
  # @param [Google::Apis::NetworkservicesV1beta1::EndpointPolicy] endpoint_policy_object
310
310
  # @param [String] update_mask
311
311
  # 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.2.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-09-06 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/master/generated/google-apis-networkservices_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.2.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-networkservices_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []