google-apis-compute_beta 0.16.0 → 0.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 60bebea095dd3c8713947b3c8a552259a6942e38ca7ede45b2c087d91e53fb06
4
- data.tar.gz: 4a1d2ade53683c1d00435a404c73e0b3d3dbec6acd7682458d412fa35b13d143
3
+ metadata.gz: d1819daf0e7477afc6963e03a4d46068f643cfddae7f1e1352e8347febce1b07
4
+ data.tar.gz: 4ae3d84690880e35a0aaa8ffee89720afdeebfac0c40efbd5275d532f31d9784
5
5
  SHA512:
6
- metadata.gz: 3f1679328dfd49e16f24baecff40a42507b0c7858a6a18f664a567a6ecb373bdda76472d67ade8aae84822ef63ff646b97359c528a4030d900c06117fe68f0b6
7
- data.tar.gz: a19334a5a928a7f2362bba59155366af16d2cc2a44dfd0c42d6ab8ffc0ea87e9e984068fecc57c3b017d97ded1c6b7ddebbaf73021c59564c6c2e1880915ee74
6
+ metadata.gz: 6f78ef9c3e156d832aa972c3809e794a891602ddbed699550a0aed3249afde310ef4960e6bf6b5ffd5fc488619d7c96801497f1fa524c450b896dbf0f6274e3e
7
+ data.tar.gz: 44041f1ea4ea5d46d30c8a9cef51557a4e9205a3aef9bd37bf7fee0292fe810de9ad87b44ae0b99607da87c602e26b17fe0cf6f36e2ea05f254e01c7e35c4ec9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.17.0 (2021-09-13)
4
+
5
+ * Regenerated from discovery document revision 20210907
6
+
3
7
  ### v0.16.0 (2021-09-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20210820
@@ -7948,7 +7948,7 @@ module Google
7948
7948
  attr_accessor :description
7949
7949
 
7950
7950
  # Deprecated, please use short name instead. User-provided name of the
7951
- # Organization firewall plicy. The name should be unique in the organization in
7951
+ # Organization firewall policy. The name should be unique in the organization in
7952
7952
  # which the firewall policy is created. This name must be set on creation and
7953
7953
  # cannot be changed. The name must be 1-63 characters long, and comply with
7954
7954
  # RFC1035. Specifically, the name must be 1-63 characters long and match the
@@ -29507,7 +29507,7 @@ module Google
29507
29507
  # @return [Fixnum]
29508
29508
  attr_accessor :advertised_route_priority
29509
29509
 
29510
- # BFD configuration for the BGP peering. Not currently available publicly.
29510
+ # BFD configuration for the BGP peering.
29511
29511
  # Corresponds to the JSON property `bfd`
29512
29512
  # @return [Google::Apis::ComputeBeta::RouterBgpPeerBfd]
29513
29513
  attr_accessor :bfd
@@ -29600,8 +29600,8 @@ module Google
29600
29600
  # The minimum interval, in milliseconds, between BFD control packets received
29601
29601
  # from the peer router. The actual value is negotiated between the two routers
29602
29602
  # and is equal to the greater of this value and the transmit interval of the
29603
- # other router. Not currently available publicly. If set, this value must be
29604
- # between 1000 and 30000. The default is 1000.
29603
+ # other router. If set, this value must be between 1000 and 30000. The default
29604
+ # is 1000.
29605
29605
  # Corresponds to the JSON property `minReceiveInterval`
29606
29606
  # @return [Fixnum]
29607
29607
  attr_accessor :min_receive_interval
@@ -29609,24 +29609,24 @@ module Google
29609
29609
  # The minimum interval, in milliseconds, between BFD control packets transmitted
29610
29610
  # to the peer router. The actual value is negotiated between the two routers and
29611
29611
  # is equal to the greater of this value and the corresponding receive interval
29612
- # of the other router. Not currently available publicly. If set, this value must
29613
- # be between 1000 and 30000. The default is 1000.
29612
+ # of the other router. If set, this value must be between 1000 and 30000. The
29613
+ # default is 1000.
29614
29614
  # Corresponds to the JSON property `minTransmitInterval`
29615
29615
  # @return [Fixnum]
29616
29616
  attr_accessor :min_transmit_interval
29617
29617
 
29618
29618
  # The number of consecutive BFD packets that must be missed before BFD declares
29619
- # that a peer is unavailable. Not currently available publicly. If set, the
29620
- # value must be a value between 5 and 16. The default is 5.
29619
+ # that a peer is unavailable. If set, the value must be a value between 5 and 16.
29620
+ # The default is 5.
29621
29621
  # Corresponds to the JSON property `multiplier`
29622
29622
  # @return [Fixnum]
29623
29623
  attr_accessor :multiplier
29624
29624
 
29625
- # The BFD session initialization mode for this BGP peer. Not currently available
29626
- # publicly. If set to ACTIVE, the Cloud Router will initiate the BFD session for
29627
- # this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer
29628
- # router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD
29629
- # is disabled for this BGP peer. The default is PASSIVE.
29625
+ # The BFD session initialization mode for this BGP peer. If set to ACTIVE, the
29626
+ # Cloud Router will initiate the BFD session for this BGP peer. If set to
29627
+ # PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD
29628
+ # session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP
29629
+ # peer. The default is PASSIVE.
29630
29630
  # Corresponds to the JSON property `sessionInitializationMode`
29631
29631
  # @return [String]
29632
29632
  attr_accessor :session_initialization_mode
@@ -32334,6 +32334,13 @@ module Google
32334
32334
  class ShareSettings
32335
32335
  include Google::Apis::Core::Hashable
32336
32336
 
32337
+ # A map of project id and project config. Using map format to ease add-to/remove-
32338
+ # from the Project list in PATCH command. In future we will deprecate (And later
32339
+ # remove) the array one.
32340
+ # Corresponds to the JSON property `projectMap`
32341
+ # @return [Hash<String,Google::Apis::ComputeBeta::ShareSettingsProjectConfig>]
32342
+ attr_accessor :project_map
32343
+
32337
32344
  # A List of Project names to specify consumer projects for this shared-
32338
32345
  # reservation. This is only valid when share_type's value is SPECIFIC_PROJECTS.
32339
32346
  # Corresponds to the JSON property `projects`
@@ -32351,11 +32358,32 @@ module Google
32351
32358
 
32352
32359
  # Update properties of this object
32353
32360
  def update!(**args)
32361
+ @project_map = args[:project_map] if args.key?(:project_map)
32354
32362
  @projects = args[:projects] if args.key?(:projects)
32355
32363
  @share_type = args[:share_type] if args.key?(:share_type)
32356
32364
  end
32357
32365
  end
32358
32366
 
32367
+ # Config for each project in the share settings.
32368
+ class ShareSettingsProjectConfig
32369
+ include Google::Apis::Core::Hashable
32370
+
32371
+ # The project ID, should be same as the key of this project config in the parent
32372
+ # map.
32373
+ # Corresponds to the JSON property `projectId`
32374
+ # @return [String]
32375
+ attr_accessor :project_id
32376
+
32377
+ def initialize(**args)
32378
+ update!(**args)
32379
+ end
32380
+
32381
+ # Update properties of this object
32382
+ def update!(**args)
32383
+ @project_id = args[:project_id] if args.key?(:project_id)
32384
+ end
32385
+ end
32386
+
32359
32387
  # A set of Shielded Instance options.
32360
32388
  class ShieldedInstanceConfig
32361
32389
  include Google::Apis::Core::Hashable
@@ -33071,7 +33099,7 @@ module Google
33071
33099
  # @return [Array<Google::Apis::ComputeBeta::NetworkInterface>]
33072
33100
  attr_accessor :network_interfaces
33073
33101
 
33074
- # PostKeyRevocationActionType of the instance.
33102
+ # PostKeyRevocationActionType of the instance. (will be deprecated soon)
33075
33103
  # Corresponds to the JSON property `postKeyRevocationActionType`
33076
33104
  # @return [String]
33077
33105
  attr_accessor :post_key_revocation_action_type
@@ -34145,9 +34173,8 @@ module Google
34145
34173
  attr_accessor :name
34146
34174
 
34147
34175
  # The URL of the network to which this subnetwork belongs, provided by the
34148
- # client when initially creating the subnetwork. Only networks that are in the
34149
- # distributed mode can have subnetworks. This field can be set only at resource
34150
- # creation time.
34176
+ # client when initially creating the subnetwork. This field can be set only at
34177
+ # resource creation time.
34151
34178
  # Corresponds to the JSON property `network`
34152
34179
  # @return [String]
34153
34180
  attr_accessor :network
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeBeta
18
18
  # Version of the google-apis-compute_beta gem
19
- GEM_VERSION = "0.16.0"
19
+ GEM_VERSION = "0.17.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 = "20210820"
25
+ REVISION = "20210907"
26
26
  end
27
27
  end
28
28
  end
@@ -4228,6 +4228,12 @@ module Google
4228
4228
  include Google::Apis::Core::JsonObjectSupport
4229
4229
  end
4230
4230
 
4231
+ class ShareSettingsProjectConfig
4232
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4233
+
4234
+ include Google::Apis::Core::JsonObjectSupport
4235
+ end
4236
+
4231
4237
  class ShieldedInstanceConfig
4232
4238
  class Representation < Google::Apis::Core::JsonRepresentation; end
4233
4239
 
@@ -13361,11 +13367,20 @@ module Google
13361
13367
  class ShareSettings
13362
13368
  # @private
13363
13369
  class Representation < Google::Apis::Core::JsonRepresentation
13370
+ hash :project_map, as: 'projectMap', class: Google::Apis::ComputeBeta::ShareSettingsProjectConfig, decorator: Google::Apis::ComputeBeta::ShareSettingsProjectConfig::Representation
13371
+
13364
13372
  collection :projects, as: 'projects'
13365
13373
  property :share_type, as: 'shareType'
13366
13374
  end
13367
13375
  end
13368
13376
 
13377
+ class ShareSettingsProjectConfig
13378
+ # @private
13379
+ class Representation < Google::Apis::Core::JsonRepresentation
13380
+ property :project_id, as: 'projectId'
13381
+ end
13382
+ end
13383
+
13369
13384
  class ShieldedInstanceConfig
13370
13385
  # @private
13371
13386
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -36678,14 +36678,14 @@ module Google
36678
36678
 
36679
36679
  # Waits for the specified Operation resource to return as `DONE` or for the
36680
36680
  # request to approach the 2 minute deadline, and retrieves the specified
36681
- # Operation resource. This method differs from the `GET` method in that it waits
36682
- # for no more than the default deadline (2 minutes) and then returns the current
36683
- # state of the operation, which might be `DONE` or still in progress. This
36684
- # method is called on a best-effort basis. Specifically: - In uncommon cases,
36685
- # when the server is overloaded, the request might return before the default
36686
- # deadline is reached, or might return after zero seconds. - If the default
36687
- # deadline is reached, there is no guarantee that the operation is actually done
36688
- # when the method returns. Be prepared to retry if the operation is not `DONE`.
36681
+ # Operation resource. This method waits for no more than the 2 minutes and then
36682
+ # returns the current state of the operation, which might be `DONE` or still in
36683
+ # progress. This method is called on a best-effort basis. Specifically: - In
36684
+ # uncommon cases, when the server is overloaded, the request might return before
36685
+ # the default deadline is reached, or might return after zero seconds. - If the
36686
+ # default deadline is reached, there is no guarantee that the operation is
36687
+ # actually done when the method returns. Be prepared to retry if the operation
36688
+ # is not `DONE`.
36689
36689
  # @param [String] project
36690
36690
  # Project ID for this request.
36691
36691
  # @param [String] zone
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.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-09-06 00:00:00.000000000 Z
11
+ date: 2021-09-20 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-compute_beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.17.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-compute_beta
63
63
  post_install_message:
64
64
  rdoc_options: []