google-apis-networksecurity_v1beta1 0.25.0 → 0.27.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: 2b1e8c8433c901bc88693eae1979a3a2b5a5da3204f21245cc04d179e73ceb89
4
- data.tar.gz: f43470b9f77cc12b32a20f8062961f595915e384b7d59b8bd3b37fa6a121ebe6
3
+ metadata.gz: c8e3364f97b7b61de096aa382c3c6d67ddac48aff35e08a98fede6d9856331ac
4
+ data.tar.gz: 12357d899a122056d17f9ca4e92b22de06ba9809ef2e80f727da7efa4d72da02
5
5
  SHA512:
6
- metadata.gz: 683901c6c9e6a9cd3205132a751c2c70ac26eafd6f7240140552c319175364b0d55c561cb8736300bc2db630d8e6f7f4ce0b755843ea8430c9c82a8b5a70b8e9
7
- data.tar.gz: 4691a2126b2468ab2dcecca96ba4657e6bfce5fe4f5f1fa0b56c4f0a2cca42f4dfc2564f988928a0590bbe23fd42dad8bd56d1f73611e1d923d8ab983c9b4990
6
+ metadata.gz: 399ae621aca0ee382725a8643cbbe1b406a59ff306aac24a0b9a0b425a8812c5c0f0d0a9ae253c2bb48416c29585699e61f107094f25d6b9e04b1158dd89af1f
7
+ data.tar.gz: c0eb873881eec67bda9ad0f03335350ac68a8b8f1ee657a2d130dc2bd8e7bc222ecc9178406113b35317feb88b54319d3a620eed9e5ce5a0b1fa1acc663af84e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-networksecurity_v1beta1
2
2
 
3
+ ### v0.27.0 (2023-09-24)
4
+
5
+ * Regenerated from discovery document revision 20230918
6
+
7
+ ### v0.26.0 (2023-09-10)
8
+
9
+ * Regenerated from discovery document revision 20230831
10
+
3
11
  ### v0.25.0 (2023-08-27)
4
12
 
5
13
  * Regenerated from discovery document revision 20230814
@@ -450,12 +450,17 @@ module Google
450
450
  # @return [Array<String>]
451
451
  attr_accessor :associated_networks
452
452
 
453
+ # Optional. Project to bill on endpoint uptime usage.
454
+ # Corresponds to the JSON property `billingProjectId`
455
+ # @return [String]
456
+ attr_accessor :billing_project_id
457
+
453
458
  # Output only. Create time stamp
454
459
  # Corresponds to the JSON property `createTime`
455
460
  # @return [String]
456
461
  attr_accessor :create_time
457
462
 
458
- # Labels as key value pairs
463
+ # Optional. Labels as key value pairs
459
464
  # Corresponds to the JSON property `labels`
460
465
  # @return [Hash<String,String>]
461
466
  attr_accessor :labels
@@ -489,6 +494,7 @@ module Google
489
494
  # Update properties of this object
490
495
  def update!(**args)
491
496
  @associated_networks = args[:associated_networks] if args.key?(:associated_networks)
497
+ @billing_project_id = args[:billing_project_id] if args.key?(:billing_project_id)
492
498
  @create_time = args[:create_time] if args.key?(:create_time)
493
499
  @labels = args[:labels] if args.key?(:labels)
494
500
  @name = args[:name] if args.key?(:name)
@@ -512,7 +518,7 @@ module Google
512
518
  # @return [String]
513
519
  attr_accessor :firewall_endpoint
514
520
 
515
- # Labels as key value pairs
521
+ # Optional. Labels as key value pairs
516
522
  # Corresponds to the JSON property `labels`
517
523
  # @return [Hash<String,String>]
518
524
  attr_accessor :labels
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworksecurityV1beta1
18
18
  # Version of the google-apis-networksecurity_v1beta1 gem
19
- GEM_VERSION = "0.25.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230814"
25
+ REVISION = "20230918"
26
26
  end
27
27
  end
28
28
  end
@@ -469,6 +469,7 @@ module Google
469
469
  # @private
470
470
  class Representation < Google::Apis::Core::JsonRepresentation
471
471
  collection :associated_networks, as: 'associatedNetworks'
472
+ property :billing_project_id, as: 'billingProjectId'
472
473
  property :create_time, as: 'createTime'
473
474
  hash :labels, as: 'labels'
474
475
  property :name, as: 'name'
@@ -534,12 +534,12 @@ module Google
534
534
  # @param [String] parent
535
535
  # Required. Parent value for ListEndpointsRequest
536
536
  # @param [String] filter
537
- # Filtering results
537
+ # Optional. Filtering results
538
538
  # @param [String] order_by
539
539
  # Hint for how to order the results
540
540
  # @param [Fixnum] page_size
541
- # Requested page size. Server may return fewer items than requested. If
542
- # unspecified, server will pick an appropriate default.
541
+ # Optional. Requested page size. Server may return fewer items than requested.
542
+ # If unspecified, server will pick an appropriate default.
543
543
  # @param [String] page_token
544
544
  # A token identifying a page of results the server should return.
545
545
  # @param [String] fields
@@ -2429,12 +2429,12 @@ module Google
2429
2429
  # @param [String] parent
2430
2430
  # Required. Parent value for ListAssociationsRequest
2431
2431
  # @param [String] filter
2432
- # Filtering results
2432
+ # Optional. Filtering results
2433
2433
  # @param [String] order_by
2434
2434
  # Hint for how to order the results
2435
2435
  # @param [Fixnum] page_size
2436
- # Requested page size. Server may return fewer items than requested. If
2437
- # unspecified, server will pick an appropriate default.
2436
+ # Optional. Requested page size. Server may return fewer items than requested.
2437
+ # If unspecified, server will pick an appropriate default.
2438
2438
  # @param [String] page_token
2439
2439
  # A token identifying a page of results the server should return.
2440
2440
  # @param [String] fields
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networksecurity_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.27.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: 2023-08-27 00:00:00.000000000 Z
11
+ date: 2023-09-24 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-networksecurity_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.27.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networksecurity_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []