google-apis-compute_alpha 0.54.0 → 0.55.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: 845558f6d6d627f9aa58b520575f55a9cae183c3de76a48cfb8bd5efff0595ca
4
- data.tar.gz: d4c1de3023237e5aba1722754fb594541fd29b625f710745411489e17918917c
3
+ metadata.gz: ee137e8d2b6f0318092bcea338879c98701b77d91efc8798073dfdee7de8ce63
4
+ data.tar.gz: 668117ce96c4472a4293f38da3920fa0e901117cdd52e20fbfa7ecf87eaef38e
5
5
  SHA512:
6
- metadata.gz: 356bf579ae50dbcd0362258270c749250fac714d9353f19c356c0f8e1f29377864cc4c67bbbbc3e121aeb5e782ca35a0b53900c3d157e0c9253285446e836b33
7
- data.tar.gz: df8c7e3a07ff71732b1c677e2375a5ec8161859cca60b1f0bbc596d87b27a0af97ad20e19cd8a122414cc41e703132b53255716ff69869373ec30d1fc7be88df
6
+ metadata.gz: 3ab5b282bc82a10af243ce208639c6fb4f78a299ae4cbbba6a2be5f38699a44052c904eae4d69cd96c800a8126c6620547af9576213293e85d9509ba226fc9c7
7
+ data.tar.gz: ee6e73957027131db28f3ce41968ccaafa52ae1544001046614497a829f0775b728f2e41e3c068466527f3c80ce23f43a5098cf70b6feac34848e2530f0c71ac
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_alpha
2
2
 
3
+ ### v0.55.0 (2022-12-19)
4
+
5
+ * Regenerated from discovery document revision 20221206
6
+
3
7
  ### v0.54.0 (2022-12-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20221126
@@ -1170,6 +1170,11 @@ module Google
1170
1170
  # @return [Fixnum]
1171
1171
  attr_accessor :numa_node_count
1172
1172
 
1173
+ # Type of Performance Monitoring Unit requested on instance.
1174
+ # Corresponds to the JSON property `performanceMonitoringUnit`
1175
+ # @return [String]
1176
+ attr_accessor :performance_monitoring_unit
1177
+
1173
1178
  # The number of threads per physical core. To disable simultaneous
1174
1179
  # multithreading (SMT) set this to 1. If unset, the maximum number of threads
1175
1180
  # supported per core by the underlying processor is assumed.
@@ -1194,6 +1199,7 @@ module Google
1194
1199
  @enable_nested_virtualization = args[:enable_nested_virtualization] if args.key?(:enable_nested_virtualization)
1195
1200
  @enable_uefi_networking = args[:enable_uefi_networking] if args.key?(:enable_uefi_networking)
1196
1201
  @numa_node_count = args[:numa_node_count] if args.key?(:numa_node_count)
1202
+ @performance_monitoring_unit = args[:performance_monitoring_unit] if args.key?(:performance_monitoring_unit)
1197
1203
  @threads_per_core = args[:threads_per_core] if args.key?(:threads_per_core)
1198
1204
  @visible_core_count = args[:visible_core_count] if args.key?(:visible_core_count)
1199
1205
  end
@@ -10108,12 +10114,13 @@ module Google
10108
10114
  # forwarding rules, this target must be in the same region as the forwarding
10109
10115
  # rule. For global forwarding rules, this target must be a global load balancing
10110
10116
  # resource. The forwarded traffic must be of a type appropriate to the target
10111
- # object. For more information, see the "Target" column in [Port specifications](
10117
+ # object. - For load balancers, see the "Target" column in [Port specifications](
10112
10118
  # https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#
10113
- # ip_address_specifications). For Private Service Connect forwarding rules that
10114
- # forward traffic to Google APIs, provide the name of a supported Google API
10115
- # bundle: - vpc-sc - APIs that support VPC Service Controls. - all-apis - All
10116
- # supported Google APIs.
10119
+ # ip_address_specifications). - For Private Service Connect forwarding rules
10120
+ # that forward traffic to Google APIs, provide the name of a supported Google
10121
+ # API bundle: - vpc-sc - APIs that support VPC Service Controls. - all-apis -
10122
+ # All supported Google APIs. - For Private Service Connect forwarding rules that
10123
+ # forward traffic to managed services, the target must be a service attachment.
10117
10124
  # Corresponds to the JSON property `target`
10118
10125
  # @return [String]
10119
10126
  attr_accessor :target
@@ -20278,8 +20285,9 @@ module Google
20278
20285
 
20279
20286
  # Email address to contact the customer NOC for operations and maintenance
20280
20287
  # notifications regarding this Interconnect. If specified, this will be used for
20281
- # notifications in addition to all other forms described, such as Stackdriver
20282
- # logs alerting and Cloud Notifications.
20288
+ # notifications in addition to all other forms described, such as Cloud
20289
+ # Monitoring logs alerting and Cloud Notifications. This field is required for
20290
+ # users who sign up for Cloud Interconnect using workforce identity federation.
20283
20291
  # Corresponds to the JSON property `nocContactEmail`
20284
20292
  # @return [String]
20285
20293
  attr_accessor :noc_contact_email
@@ -29823,11 +29831,6 @@ module Google
29823
29831
  # @return [String]
29824
29832
  attr_accessor :kind
29825
29833
 
29826
- # [Output Only] Service-specific metadata attached to this operation.
29827
- # Corresponds to the JSON property `metadata`
29828
- # @return [Hash<String,Object>]
29829
- attr_accessor :metadata
29830
-
29831
29834
  # [Output Only] Name of the operation.
29832
29835
  # Corresponds to the JSON property `name`
29833
29836
  # @return [String]
@@ -29934,7 +29937,6 @@ module Google
29934
29937
  @id = args[:id] if args.key?(:id)
29935
29938
  @insert_time = args[:insert_time] if args.key?(:insert_time)
29936
29939
  @kind = args[:kind] if args.key?(:kind)
29937
- @metadata = args[:metadata] if args.key?(:metadata)
29938
29940
  @name = args[:name] if args.key?(:name)
29939
29941
  @operation_group_id = args[:operation_group_id] if args.key?(:operation_group_id)
29940
29942
  @operation_type = args[:operation_type] if args.key?(:operation_type)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeAlpha
18
18
  # Version of the google-apis-compute_alpha gem
19
- GEM_VERSION = "0.54.0"
19
+ GEM_VERSION = "0.55.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221126"
25
+ REVISION = "20221206"
26
26
  end
27
27
  end
28
28
  end
@@ -7164,6 +7164,7 @@ module Google
7164
7164
  property :enable_nested_virtualization, as: 'enableNestedVirtualization'
7165
7165
  property :enable_uefi_networking, as: 'enableUefiNetworking'
7166
7166
  property :numa_node_count, as: 'numaNodeCount'
7167
+ property :performance_monitoring_unit, as: 'performanceMonitoringUnit'
7167
7168
  property :threads_per_core, as: 'threadsPerCore'
7168
7169
  property :visible_core_count, as: 'visibleCoreCount'
7169
7170
  end
@@ -14079,7 +14080,6 @@ module Google
14079
14080
  property :id, :numeric_string => true, as: 'id'
14080
14081
  property :insert_time, as: 'insertTime'
14081
14082
  property :kind, as: 'kind'
14082
- hash :metadata, as: 'metadata'
14083
14083
  property :name, as: 'name'
14084
14084
  property :operation_group_id, as: 'operationGroupId'
14085
14085
  property :operation_type, as: 'operationType'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.54.0
4
+ version: 0.55.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: 2022-12-12 00:00:00.000000000 Z
11
+ date: 2023-01-04 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-compute_alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.54.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.55.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_alpha
63
63
  post_install_message:
64
64
  rdoc_options: []