google-apis-networkmanagement_v1beta1 0.6.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: 9152a1c4ca802c8b52134a310a65268c9dbc48efade52d10071a2edc3f85b1a4
4
- data.tar.gz: 2e2b416e2d87daccb4469a58c3b6008ca65ca2b5d2ad956d8deb00cbd47477a4
3
+ metadata.gz: 0c2cdfdf3db3b74099300385d297d15590890a725c41130f2e387d0e92b83909
4
+ data.tar.gz: 42e36bbc88018000121f410c71114350645a76a45eaa331c827ff560b9603127
5
5
  SHA512:
6
- metadata.gz: c32994a1f82d3459ea68fa956e017cd3ac63011f4debef25106c020e4b347fb802f1b7725f83fa3cc2cf0a703c9086e4277135edde430633b2af68a5e447eecb
7
- data.tar.gz: 54f7da905f3e63060f3e9bb2e736fde28d5dcd4a457980f49b672b0cb57b3a823cb573621edb5dcea22e6e3703a39d0c95f6d3180beabf9638474052d8127478
6
+ metadata.gz: f5a16ed5a44e1ba8e3272e9be8a8d12edb17b870b915170df42487cc5a9293d0665090b3e06fa30d879d37d735cd73c8b908fdc9a8a6b6c3a27e2a4f937c8bb4
7
+ data.tar.gz: 03fbb1b911ca5aa28445a5e508aa99350315f47983a026f20a2de68362246927f1eba2fc118804bfd2ec5b70411537582a8ce71f7812e904409e805cdca3f721
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-networkmanagement_v1beta1
2
2
 
3
+ ### v0.10.0 (2021-10-23)
4
+
5
+ * Regenerated from discovery document revision 20210929
6
+
7
+ ### v0.9.0 (2021-08-21)
8
+
9
+ * Regenerated from discovery document revision 20210811
10
+
11
+ ### v0.8.0 (2021-08-04)
12
+
13
+ * Regenerated from discovery document revision 20210728
14
+
15
+ ### v0.7.0 (2021-06-29)
16
+
17
+ * Regenerated using generator version 0.4.0
18
+
3
19
  ### v0.6.0 (2021-06-24)
4
20
 
5
21
  * Regenerated from discovery document revision 20210610
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 Networkmanagement service in particular.)
67
67
 
@@ -202,6 +202,25 @@ module Google
202
202
  end
203
203
  end
204
204
 
205
+ # Wrapper for cloud function attributes.
206
+ class CloudFunctionEndpoint
207
+ include Google::Apis::Core::Hashable
208
+
209
+ # A [Cloud function](https://cloud.google.com/functions) name.
210
+ # Corresponds to the JSON property `uri`
211
+ # @return [String]
212
+ attr_accessor :uri
213
+
214
+ def initialize(**args)
215
+ update!(**args)
216
+ end
217
+
218
+ # Update properties of this object
219
+ def update!(**args)
220
+ @uri = args[:uri] if args.key?(:uri)
221
+ end
222
+ end
223
+
205
224
  # For display only. Metadata associated with a Cloud SQL instance.
206
225
  class CloudSqlInstanceInfo
207
226
  include Google::Apis::Core::Hashable
@@ -411,6 +430,11 @@ module Google
411
430
  class Endpoint
412
431
  include Google::Apis::Core::Hashable
413
432
 
433
+ # Wrapper for cloud function attributes.
434
+ # Corresponds to the JSON property `cloudFunction`
435
+ # @return [Google::Apis::NetworkmanagementV1beta1::CloudFunctionEndpoint]
436
+ attr_accessor :cloud_function
437
+
414
438
  # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
415
439
  # Corresponds to the JSON property `cloudSqlInstance`
416
440
  # @return [String]
@@ -469,6 +493,7 @@ module Google
469
493
 
470
494
  # Update properties of this object
471
495
  def update!(**args)
496
+ @cloud_function = args[:cloud_function] if args.key?(:cloud_function)
472
497
  @cloud_sql_instance = args[:cloud_sql_instance] if args.key?(:cloud_sql_instance)
473
498
  @gke_master_cluster = args[:gke_master_cluster] if args.key?(:gke_master_cluster)
474
499
  @instance = args[:instance] if args.key?(:instance)
@@ -1282,7 +1307,7 @@ module Google
1282
1307
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1283
1308
  # roles/resourcemanager.organizationViewer condition: title: expirable access
1284
1309
  # description: Does not grant access after Sep 2020 expression: request.time <
1285
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1310
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1286
1311
  # description of IAM and its features, see the [IAM documentation](https://cloud.
1287
1312
  # google.com/iam/docs/).
1288
1313
  class Policy
@@ -1570,7 +1595,7 @@ module Google
1570
1595
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1571
1596
  # roles/resourcemanager.organizationViewer condition: title: expirable access
1572
1597
  # description: Does not grant access after Sep 2020 expression: request.time <
1573
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1598
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1574
1599
  # description of IAM and its features, see the [IAM documentation](https://cloud.
1575
1600
  # google.com/iam/docs/).
1576
1601
  # Corresponds to the JSON property `policy`
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkmanagementV1beta1
18
18
  # Version of the google-apis-networkmanagement_v1beta1 gem
19
- GEM_VERSION = "0.6.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210610"
25
+ REVISION = "20210929"
26
26
  end
27
27
  end
28
28
  end
@@ -52,6 +52,12 @@ module Google
52
52
  include Google::Apis::Core::JsonObjectSupport
53
53
  end
54
54
 
55
+ class CloudFunctionEndpoint
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
55
61
  class CloudSqlInstanceInfo
56
62
  class Representation < Google::Apis::Core::JsonRepresentation; end
57
63
 
@@ -315,6 +321,13 @@ module Google
315
321
  end
316
322
  end
317
323
 
324
+ class CloudFunctionEndpoint
325
+ # @private
326
+ class Representation < Google::Apis::Core::JsonRepresentation
327
+ property :uri, as: 'uri'
328
+ end
329
+ end
330
+
318
331
  class CloudSqlInstanceInfo
319
332
  # @private
320
333
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -374,6 +387,8 @@ module Google
374
387
  class Endpoint
375
388
  # @private
376
389
  class Representation < Google::Apis::Core::JsonRepresentation
390
+ property :cloud_function, as: 'cloudFunction', class: Google::Apis::NetworkmanagementV1beta1::CloudFunctionEndpoint, decorator: Google::Apis::NetworkmanagementV1beta1::CloudFunctionEndpoint::Representation
391
+
377
392
  property :cloud_sql_instance, as: 'cloudSqlInstance'
378
393
  property :gke_master_cluster, as: 'gkeMasterCluster'
379
394
  property :instance, as: 'instance'
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1beta1'
32
32
 
33
- # See, edit, configure, and delete your Google Cloud Platform data
33
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
  end
36
36
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkmanagement_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.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: 2021-06-28 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.3'
19
+ version: '0.4'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.3'
29
+ version: '0.4'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-networkmanagement_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.6.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-networkmanagement_v1beta1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1beta1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.10.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: