google-apis-compute_beta 0.99.0 → 0.101.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: c0cd90f76e04ed02a41eceef7eb17dc56c90bd1fc10356b42c307b8ffc74f6fe
4
- data.tar.gz: 06d5adca51a48a83b054c19f7b968568f9747e8d100e92c2f7ee2c425c7bf6e7
3
+ metadata.gz: ba4141699f7c843ed26df2e7ecb1466ca00bdceef2fc756a9fa8313889b37e86
4
+ data.tar.gz: 02c2cdbe147c3fa4a440346a2dd6434c2081b8905c03e5315a951cdb5f81f146
5
5
  SHA512:
6
- metadata.gz: 47d47f7ac3a5136efe3de953aed78bec6e8bc4e8e682bfafbaed8c0930c705ac39818175f93086e0b2e0323374e12a866d38fe7c52fcc51928f476d1b0517d03
7
- data.tar.gz: 3b061fc25c8c178359e8790e15709189c9f40cae302f7a19f0b96940138fcfe44789e5011a08739b81e06ad0ecb8447cb37d278f447f782d20de9e5d124405c1
6
+ metadata.gz: e949de14639933096633a41d725fe3a5206f262e72bc5b1300067a1218dd2cd939cea32f185f913996dc85fb54cdfe4bbc9796801417df1befc3c94d237236ec
7
+ data.tar.gz: 2a84b991e7f0a62a6ade8f05bf52ab003ffa302e9b2cfd97b95e9fb8bd30086493d65e2b44e24931e5b2019b294ccb6d098d12a7a60812bdb8f250c676826b8f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.101.0 (2024-05-19)
4
+
5
+ * Regenerated from discovery document revision 20240507
6
+ * Regenerated using generator version 0.15.0
7
+
8
+ ### v0.100.0 (2024-04-28)
9
+
10
+ * Regenerated from discovery document revision 20240421
11
+
3
12
  ### v0.99.0 (2024-04-21)
4
13
 
5
14
  * Regenerated from discovery document revision 20240407
@@ -561,7 +561,7 @@ module Google
561
561
 
562
562
  # The DNS domain name for the public PTR record. You can set this field only if
563
563
  # the `setPublicPtr` field is enabled in accessConfig. If this field is
564
- # unspecified in ipv6AccessConfig, a default PTR record will be createc for
564
+ # unspecified in ipv6AccessConfig, a default PTR record will be created for
565
565
  # first IP in associated external IPv6 range.
566
566
  # Corresponds to the JSON property `publicPtrDomainName`
567
567
  # @return [String]
@@ -1415,7 +1415,6 @@ module Google
1415
1415
  end
1416
1416
 
1417
1417
  # This reservation type allows to pre allocate specific instance configuration.
1418
- # Next ID: 6
1419
1418
  class AllocationSpecificSkuReservation
1420
1419
  include Google::Apis::Core::Hashable
1421
1420
 
@@ -1954,25 +1953,6 @@ module Google
1954
1953
  end
1955
1954
  end
1956
1955
 
1957
- # This is deprecated and has no effect. Do not use.
1958
- class AuthorizationLoggingOptions
1959
- include Google::Apis::Core::Hashable
1960
-
1961
- # This is deprecated and has no effect. Do not use.
1962
- # Corresponds to the JSON property `permissionType`
1963
- # @return [String]
1964
- attr_accessor :permission_type
1965
-
1966
- def initialize(**args)
1967
- update!(**args)
1968
- end
1969
-
1970
- # Update properties of this object
1971
- def update!(**args)
1972
- @permission_type = args[:permission_type] if args.key?(:permission_type)
1973
- end
1974
- end
1975
-
1976
1956
  # Represents an Autoscaler resource. Google Compute Engine has two Autoscaler
1977
1957
  # resources: * [Zonal](/compute/docs/reference/rest/beta/autoscalers) * [
1978
1958
  # Regional](/compute/docs/reference/rest/beta/regionAutoscalers) Use autoscalers
@@ -10063,6 +10043,17 @@ module Google
10063
10043
  # @return [Fixnum]
10064
10044
  attr_accessor :id
10065
10045
 
10046
+ # Resource reference of a PublicDelegatedPrefix. The PDP must be a sub-PDP in
10047
+ # EXTERNAL_IPV6_FORWARDING_RULE_CREATION mode. Use one of the following formats
10048
+ # to specify a sub-PDP when creating an IPv6 NetLB forwarding rule using BYOIP:
10049
+ # Full resource URL, as in https://www.googleapis.com/compute/v1/projects/
10050
+ # project_id/regions/region /publicDelegatedPrefixes/sub-pdp-name Partial URL,
10051
+ # as in: - projects/project_id/regions/region/publicDelegatedPrefixes/sub-pdp-
10052
+ # name - regions/region/publicDelegatedPrefixes/sub-pdp-name
10053
+ # Corresponds to the JSON property `ipCollection`
10054
+ # @return [String]
10055
+ attr_accessor :ip_collection
10056
+
10066
10057
  # The IP Version that will be used by this forwarding rule. Valid options are
10067
10058
  # IPV4 or IPV6.
10068
10059
  # Corresponds to the JSON property `ipVersion`
@@ -10308,6 +10299,7 @@ module Google
10308
10299
  @description = args[:description] if args.key?(:description)
10309
10300
  @fingerprint = args[:fingerprint] if args.key?(:fingerprint)
10310
10301
  @id = args[:id] if args.key?(:id)
10302
+ @ip_collection = args[:ip_collection] if args.key?(:ip_collection)
10311
10303
  @ip_version = args[:ip_version] if args.key?(:ip_version)
10312
10304
  @is_mirroring_collector = args[:is_mirroring_collector] if args.key?(:is_mirroring_collector)
10313
10305
  @kind = args[:kind] if args.key?(:kind)
@@ -11899,6 +11891,7 @@ module Google
11899
11891
  attr_accessor :proxy_header
11900
11892
 
11901
11893
  # The request path of the HTTP/2 health check request. The default value is /.
11894
+ # Must comply with RFC3986.
11902
11895
  # Corresponds to the JSON property `requestPath`
11903
11896
  # @return [String]
11904
11897
  attr_accessor :request_path
@@ -11981,6 +11974,7 @@ module Google
11981
11974
  attr_accessor :proxy_header
11982
11975
 
11983
11976
  # The request path of the HTTP health check request. The default value is /.
11977
+ # Must comply with RFC3986.
11984
11978
  # Corresponds to the JSON property `requestPath`
11985
11979
  # @return [String]
11986
11980
  attr_accessor :request_path
@@ -12063,6 +12057,7 @@ module Google
12063
12057
  attr_accessor :proxy_header
12064
12058
 
12065
12059
  # The request path of the HTTPS health check request. The default value is /.
12060
+ # Must comply with RFC3986.
12066
12061
  # Corresponds to the JSON property `requestPath`
12067
12062
  # @return [String]
12068
12063
  attr_accessor :request_path
@@ -12189,13 +12184,13 @@ module Google
12189
12184
 
12190
12185
  # The list of cloud regions from which health checks are performed. If any
12191
12186
  # regions are specified, then exactly 3 regions should be specified. The region
12192
- # names must be valid names of GCP regions. This can only be set for global
12193
- # health check. If this list is non-empty, then there are restrictions on what
12194
- # other health check fields are supported and what other resources can use this
12195
- # health check: - SSL, HTTP2, and GRPC protocols are not supported. - The TCP
12196
- # request field is not supported. - The proxyHeader field for HTTP, HTTPS, and
12197
- # TCP is not supported. - The checkIntervalSec field must be at least 30. - The
12198
- # health check cannot be used with BackendService nor with managed instance
12187
+ # names must be valid names of Google Cloud regions. This can only be set for
12188
+ # global health check. If this list is non-empty, then there are restrictions on
12189
+ # what other health check fields are supported and what other resources can use
12190
+ # this health check: - SSL, HTTP2, and GRPC protocols are not supported. - The
12191
+ # TCP request field is not supported. - The proxyHeader field for HTTP, HTTPS,
12192
+ # and TCP is not supported. - The checkIntervalSec field must be at least 30. -
12193
+ # The health check cannot be used with BackendService nor with managed instance
12199
12194
  # group auto-healing.
12200
12195
  # Corresponds to the JSON property `sourceRegions`
12201
12196
  # @return [Array<String>]
@@ -23454,11 +23449,6 @@ module Google
23454
23449
  class LogConfigCloudAuditOptions
23455
23450
  include Google::Apis::Core::Hashable
23456
23451
 
23457
- # This is deprecated and has no effect. Do not use.
23458
- # Corresponds to the JSON property `authorizationLoggingOptions`
23459
- # @return [Google::Apis::ComputeBeta::AuthorizationLoggingOptions]
23460
- attr_accessor :authorization_logging_options
23461
-
23462
23452
  # This is deprecated and has no effect. Do not use.
23463
23453
  # Corresponds to the JSON property `logName`
23464
23454
  # @return [String]
@@ -23470,7 +23460,6 @@ module Google
23470
23460
 
23471
23461
  # Update properties of this object
23472
23462
  def update!(**args)
23473
- @authorization_logging_options = args[:authorization_logging_options] if args.key?(:authorization_logging_options)
23474
23463
  @log_name = args[:log_name] if args.key?(:log_name)
23475
23464
  end
23476
23465
  end
@@ -30503,7 +30492,7 @@ module Google
30503
30492
  # @return [String]
30504
30493
  attr_accessor :enable
30505
30494
 
30506
- # Filter for mirrored traffic. If unspecified, all traffic is mirrored.
30495
+ # Filter for mirrored traffic. If unspecified, all IPv4 traffic is mirrored.
30507
30496
  # Corresponds to the JSON property `filter`
30508
30497
  # @return [Google::Apis::ComputeBeta::PacketMirroringFilter]
30509
30498
  attr_accessor :filter
@@ -30718,7 +30707,7 @@ module Google
30718
30707
  # @return [Array<String>]
30719
30708
  attr_accessor :ip_protocols
30720
30709
 
30721
- # One or more IPv4 or IPv6 CIDR ranges that apply as filter on the source (
30710
+ # One or more IPv4 or IPv6 CIDR ranges that apply as filters on the source (
30722
30711
  # ingress) or destination (egress) IP in the IP header. If no ranges are
30723
30712
  # specified, all IPv4 traffic that matches the specified IPProtocols is mirrored.
30724
30713
  # If neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is
@@ -32160,6 +32149,13 @@ module Google
32160
32149
  class PublicDelegatedPrefix
32161
32150
  include Google::Apis::Core::Hashable
32162
32151
 
32152
+ # The allocatable prefix length supported by this public delegated prefix. This
32153
+ # field is optional and cannot be set for prefixes in DELEGATION mode. It cannot
32154
+ # be set for IPv4 prefixes either, and it always defaults to 32.
32155
+ # Corresponds to the JSON property `allocatablePrefixLength`
32156
+ # @return [Fixnum]
32157
+ attr_accessor :allocatable_prefix_length
32158
+
32163
32159
  # [Output Only] The version of BYOIP API.
32164
32160
  # Corresponds to the JSON property `byoipApiVersion`
32165
32161
  # @return [String]
@@ -32211,6 +32207,11 @@ module Google
32211
32207
  # @return [String]
32212
32208
  attr_accessor :kind
32213
32209
 
32210
+ # The public delegated prefix mode for IPv6 only.
32211
+ # Corresponds to the JSON property `mode`
32212
+ # @return [String]
32213
+ attr_accessor :mode
32214
+
32214
32215
  # Name of the resource. Provided by the client when the resource is created. The
32215
32216
  # name must be 1-63 characters long, and comply with RFC1035. Specifically, the
32216
32217
  # name must be 1-63 characters long and match the regular expression `[a-z]([-a-
@@ -32262,6 +32263,7 @@ module Google
32262
32263
 
32263
32264
  # Update properties of this object
32264
32265
  def update!(**args)
32266
+ @allocatable_prefix_length = args[:allocatable_prefix_length] if args.key?(:allocatable_prefix_length)
32265
32267
  @byoip_api_version = args[:byoip_api_version] if args.key?(:byoip_api_version)
32266
32268
  @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
32267
32269
  @description = args[:description] if args.key?(:description)
@@ -32270,6 +32272,7 @@ module Google
32270
32272
  @ip_cidr_range = args[:ip_cidr_range] if args.key?(:ip_cidr_range)
32271
32273
  @is_live_migration = args[:is_live_migration] if args.key?(:is_live_migration)
32272
32274
  @kind = args[:kind] if args.key?(:kind)
32275
+ @mode = args[:mode] if args.key?(:mode)
32273
32276
  @name = args[:name] if args.key?(:name)
32274
32277
  @parent_prefix = args[:parent_prefix] if args.key?(:parent_prefix)
32275
32278
  @public_delegated_sub_prefixs = args[:public_delegated_sub_prefixs] if args.key?(:public_delegated_sub_prefixs)
@@ -32526,6 +32529,11 @@ module Google
32526
32529
  class PublicDelegatedPrefixPublicDelegatedSubPrefix
32527
32530
  include Google::Apis::Core::Hashable
32528
32531
 
32532
+ # The allocatable prefix length supported by this PublicDelegatedSubPrefix.
32533
+ # Corresponds to the JSON property `allocatablePrefixLength`
32534
+ # @return [Fixnum]
32535
+ attr_accessor :allocatable_prefix_length
32536
+
32529
32537
  # Name of the project scoping this PublicDelegatedSubPrefix.
32530
32538
  # Corresponds to the JSON property `delegateeProject`
32531
32539
  # @return [String]
@@ -32550,6 +32558,11 @@ module Google
32550
32558
  attr_accessor :is_address
32551
32559
  alias_method :is_address?, :is_address
32552
32560
 
32561
+ # The PublicDelegatedSubPrefix mode for IPv6 only.
32562
+ # Corresponds to the JSON property `mode`
32563
+ # @return [String]
32564
+ attr_accessor :mode
32565
+
32553
32566
  # The name of the sub public delegated prefix.
32554
32567
  # Corresponds to the JSON property `name`
32555
32568
  # @return [String]
@@ -32572,10 +32585,12 @@ module Google
32572
32585
 
32573
32586
  # Update properties of this object
32574
32587
  def update!(**args)
32588
+ @allocatable_prefix_length = args[:allocatable_prefix_length] if args.key?(:allocatable_prefix_length)
32575
32589
  @delegatee_project = args[:delegatee_project] if args.key?(:delegatee_project)
32576
32590
  @description = args[:description] if args.key?(:description)
32577
32591
  @ip_cidr_range = args[:ip_cidr_range] if args.key?(:ip_cidr_range)
32578
32592
  @is_address = args[:is_address] if args.key?(:is_address)
32593
+ @mode = args[:mode] if args.key?(:mode)
32579
32594
  @name = args[:name] if args.key?(:name)
32580
32595
  @region = args[:region] if args.key?(:region)
32581
32596
  @status = args[:status] if args.key?(:status)
@@ -34786,7 +34801,6 @@ module Google
34786
34801
  attr_accessor :share_settings
34787
34802
 
34788
34803
  # This reservation type allows to pre allocate specific instance configuration.
34789
- # Next ID: 6
34790
34804
  # Corresponds to the JSON property `specificReservation`
34791
34805
  # @return [Google::Apis::ComputeBeta::AllocationSpecificSkuReservation]
34792
34806
  attr_accessor :specific_reservation
@@ -37146,7 +37160,8 @@ module Google
37146
37160
  attr_accessor :enable_ipv4
37147
37161
  alias_method :enable_ipv4?, :enable_ipv4
37148
37162
 
37149
- # Enable IPv6 traffic over BGP Peer. If not specified, it is disabled by default.
37163
+ # Enable IPv6 traffic over BGP Peer. It is enabled by default if the
37164
+ # peerIpAddress is version 6.
37150
37165
  # Corresponds to the JSON property `enableIpv6`
37151
37166
  # @return [Boolean]
37152
37167
  attr_accessor :enable_ipv6
@@ -37154,14 +37169,16 @@ module Google
37154
37169
 
37155
37170
  # List of export policies applied to this peer, in the order they must be
37156
37171
  # evaluated. The name must correspond to an existing policy that has
37157
- # ROUTE_POLICY_TYPE_EXPORT type.
37172
+ # ROUTE_POLICY_TYPE_EXPORT type. Note that Route Policies are currently
37173
+ # available in preview. Please use Beta API to use Route Policies.
37158
37174
  # Corresponds to the JSON property `exportPolicies`
37159
37175
  # @return [Array<String>]
37160
37176
  attr_accessor :export_policies
37161
37177
 
37162
37178
  # List of import policies applied to this peer, in the order they must be
37163
37179
  # evaluated. The name must correspond to an existing policy that has
37164
- # ROUTE_POLICY_TYPE_IMPORT type.
37180
+ # ROUTE_POLICY_TYPE_IMPORT type. Note that Route Policies are currently
37181
+ # available in preview. Please use Beta API to use Route Policies.
37165
37182
  # Corresponds to the JSON property `importPolicies`
37166
37183
  # @return [Array<String>]
37167
37184
  attr_accessor :import_policies
@@ -37171,8 +37188,7 @@ module Google
37171
37188
  # @return [String]
37172
37189
  attr_accessor :interface_name
37173
37190
 
37174
- # IP address of the interface inside Google Cloud Platform. Only IPv4 is
37175
- # supported.
37191
+ # IP address of the interface inside Google Cloud Platform.
37176
37192
  # Corresponds to the JSON property `ipAddress`
37177
37193
  # @return [String]
37178
37194
  attr_accessor :ip_address
@@ -37220,8 +37236,7 @@ module Google
37220
37236
  # @return [Fixnum]
37221
37237
  attr_accessor :peer_asn
37222
37238
 
37223
- # IP address of the BGP interface outside Google Cloud Platform. Only IPv4 is
37224
- # supported.
37239
+ # IP address of the BGP interface outside Google Cloud Platform.
37225
37240
  # Corresponds to the JSON property `peerIpAddress`
37226
37241
  # @return [String]
37227
37242
  attr_accessor :peer_ip_address
@@ -37353,10 +37368,15 @@ module Google
37353
37368
  class RouterInterface
37354
37369
  include Google::Apis::Core::Hashable
37355
37370
 
37356
- # IP address and range of the interface. The IP range must be in the RFC3927
37357
- # link-local IP address space. The value must be a CIDR-formatted string, for
37358
- # example: 169.254.0.1/30. NOTE: Do not truncate the address as it represents
37359
- # the IP address of the interface.
37371
+ # IP address and range of the interface. - For Internet Protocol version 4 (IPv4)
37372
+ # , the IP range must be in the RFC3927 link-local IP address space. The value
37373
+ # must be a CIDR-formatted string, for example, 169.254.0.1/30. Note: Do not
37374
+ # truncate the IP address, as it represents the IP address of the interface. -
37375
+ # For Internet Protocol version 6 (IPv6), the value must be a unique local
37376
+ # address (ULA) range from fdff:1::/64 with a mask length of 126 or less. This
37377
+ # value should be a CIDR-formatted string, for example, fc00:0:1:1::1/112.
37378
+ # Within the router's VPC, this IPv6 prefix will be reserved exclusively for
37379
+ # this connection and cannot be used for any other purpose.
37360
37380
  # Corresponds to the JSON property `ipRange`
37361
37381
  # @return [String]
37362
37382
  attr_accessor :ip_range
@@ -37992,7 +38012,8 @@ module Google
37992
38012
  attr_accessor :enable_ipv4
37993
38013
  alias_method :enable_ipv4?, :enable_ipv4
37994
38014
 
37995
- # Enable IPv6 traffic over BGP Peer. If not specified, it is disabled by default.
38015
+ # Enable IPv6 traffic over BGP Peer. It is enabled by default if the
38016
+ # peerIpAddress is version 6.
37996
38017
  # Corresponds to the JSON property `enableIpv6`
37997
38018
  # @return [Boolean]
37998
38019
  attr_accessor :enable_ipv6
@@ -39594,6 +39615,18 @@ module Google
39594
39615
  # @return [String]
39595
39616
  attr_accessor :self_link_with_id
39596
39617
 
39618
+ # User-provided name of the organization security policy. The name should be
39619
+ # unique in the organization in which the security policy is created. This
39620
+ # should only be used when SecurityPolicyType is CLOUD_ARMOR. The name must be 1-
39621
+ # 63 characters long, and comply with https://www.ietf.org/rfc/rfc1035.txt.
39622
+ # Specifically, the name must be 1-63 characters long and match the regular
39623
+ # expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must
39624
+ # be a lowercase letter, and all following characters must be a dash, lowercase
39625
+ # letter, or digit, except the last character, which cannot be a dash.
39626
+ # Corresponds to the JSON property `shortName`
39627
+ # @return [String]
39628
+ attr_accessor :short_name
39629
+
39597
39630
  # The type indicates the intended use of the security policy. - CLOUD_ARMOR:
39598
39631
  # Cloud Armor backend security policies can be configured to filter incoming
39599
39632
  # HTTP requests targeting backend services. They filter requests before they hit
@@ -39649,6 +39682,7 @@ module Google
39649
39682
  @rules = args[:rules] if args.key?(:rules)
39650
39683
  @self_link = args[:self_link] if args.key?(:self_link)
39651
39684
  @self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
39685
+ @short_name = args[:short_name] if args.key?(:short_name)
39652
39686
  @type = args[:type] if args.key?(:type)
39653
39687
  @user_defined_fields = args[:user_defined_fields] if args.key?(:user_defined_fields)
39654
39688
  end
@@ -39934,6 +39968,16 @@ module Google
39934
39968
  # @return [String]
39935
39969
  attr_accessor :display_name
39936
39970
 
39971
+ # A list of folders to exclude from the security policy.
39972
+ # Corresponds to the JSON property `excludedFolders`
39973
+ # @return [Array<String>]
39974
+ attr_accessor :excluded_folders
39975
+
39976
+ # A list of projects to exclude from the security policy.
39977
+ # Corresponds to the JSON property `excludedProjects`
39978
+ # @return [Array<String>]
39979
+ attr_accessor :excluded_projects
39980
+
39937
39981
  # The name for an association.
39938
39982
  # Corresponds to the JSON property `name`
39939
39983
  # @return [String]
@@ -39944,6 +39988,11 @@ module Google
39944
39988
  # @return [String]
39945
39989
  attr_accessor :security_policy_id
39946
39990
 
39991
+ # [Output Only] The short name of the security policy of the association.
39992
+ # Corresponds to the JSON property `shortName`
39993
+ # @return [String]
39994
+ attr_accessor :short_name
39995
+
39947
39996
  def initialize(**args)
39948
39997
  update!(**args)
39949
39998
  end
@@ -39952,8 +40001,11 @@ module Google
39952
40001
  def update!(**args)
39953
40002
  @attachment_id = args[:attachment_id] if args.key?(:attachment_id)
39954
40003
  @display_name = args[:display_name] if args.key?(:display_name)
40004
+ @excluded_folders = args[:excluded_folders] if args.key?(:excluded_folders)
40005
+ @excluded_projects = args[:excluded_projects] if args.key?(:excluded_projects)
39955
40006
  @name = args[:name] if args.key?(:name)
39956
40007
  @security_policy_id = args[:security_policy_id] if args.key?(:security_policy_id)
40008
+ @short_name = args[:short_name] if args.key?(:short_name)
39957
40009
  end
39958
40010
  end
39959
40011
 
@@ -42563,7 +42615,8 @@ module Google
42563
42615
  include Google::Apis::Core::Hashable
42564
42616
 
42565
42617
  # When the policy is SPECIFIC_LOCATIONS, snapshots will be stored in the
42566
- # locations listed in this field. Keys are GCS bucket locations.
42618
+ # locations listed in this field. Keys are Cloud Storage bucket locations. Only
42619
+ # one location can be specified.
42567
42620
  # Corresponds to the JSON property `locations`
42568
42621
  # @return [Hash<String,Google::Apis::ComputeBeta::SnapshotSettingsStorageLocationSettingsStorageLocationPreference>]
42569
42622
  attr_accessor :locations
@@ -42588,7 +42641,8 @@ module Google
42588
42641
  class SnapshotSettingsStorageLocationSettingsStorageLocationPreference
42589
42642
  include Google::Apis::Core::Hashable
42590
42643
 
42591
- # Name of the location. It should be one of the GCS buckets.
42644
+ # Name of the location. It should be one of the Cloud Storage buckets. Only one
42645
+ # location can be specified.
42592
42646
  # Corresponds to the JSON property `name`
42593
42647
  # @return [String]
42594
42648
  attr_accessor :name
@@ -47020,7 +47074,7 @@ module Google
47020
47074
 
47021
47075
  # URLs to networkservices.HttpFilter resources enabled for xDS clients using
47022
47076
  # this configuration. For example, https://networkservices.googleapis.com/beta/
47023
- # projects/project/locations/ locationhttpFilters/httpFilter Only filters that
47077
+ # projects/project/locations/ location/httpFilters/httpFilter Only filters that
47024
47078
  # handle outbound connection and stream events may be specified. These filters
47025
47079
  # work in conjunction with a default set of HTTP filters that may already be
47026
47080
  # configured by Traffic Director. Traffic Director will determine the final
@@ -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.99.0"
19
+ GEM_VERSION = "0.101.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240407"
25
+ REVISION = "20240507"
26
26
  end
27
27
  end
28
28
  end
@@ -244,12 +244,6 @@ module Google
244
244
  include Google::Apis::Core::JsonObjectSupport
245
245
  end
246
246
 
247
- class AuthorizationLoggingOptions
248
- class Representation < Google::Apis::Core::JsonRepresentation; end
249
-
250
- include Google::Apis::Core::JsonObjectSupport
251
- end
252
-
253
247
  class Autoscaler
254
248
  class Representation < Google::Apis::Core::JsonRepresentation; end
255
249
 
@@ -7402,13 +7396,6 @@ module Google
7402
7396
  end
7403
7397
  end
7404
7398
 
7405
- class AuthorizationLoggingOptions
7406
- # @private
7407
- class Representation < Google::Apis::Core::JsonRepresentation
7408
- property :permission_type, as: 'permissionType'
7409
- end
7410
- end
7411
-
7412
7399
  class Autoscaler
7413
7400
  # @private
7414
7401
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9218,6 +9205,7 @@ module Google
9218
9205
  property :description, as: 'description'
9219
9206
  property :fingerprint, :base64 => true, as: 'fingerprint'
9220
9207
  property :id, :numeric_string => true, as: 'id'
9208
+ property :ip_collection, as: 'ipCollection'
9221
9209
  property :ip_version, as: 'ipVersion'
9222
9210
  property :is_mirroring_collector, as: 'isMirroringCollector'
9223
9211
  property :kind, as: 'kind'
@@ -12512,8 +12500,6 @@ module Google
12512
12500
  class LogConfigCloudAuditOptions
12513
12501
  # @private
12514
12502
  class Representation < Google::Apis::Core::JsonRepresentation
12515
- property :authorization_logging_options, as: 'authorizationLoggingOptions', class: Google::Apis::ComputeBeta::AuthorizationLoggingOptions, decorator: Google::Apis::ComputeBeta::AuthorizationLoggingOptions::Representation
12516
-
12517
12503
  property :log_name, as: 'logName'
12518
12504
  end
12519
12505
  end
@@ -14734,6 +14720,7 @@ module Google
14734
14720
  class PublicDelegatedPrefix
14735
14721
  # @private
14736
14722
  class Representation < Google::Apis::Core::JsonRepresentation
14723
+ property :allocatable_prefix_length, as: 'allocatablePrefixLength'
14737
14724
  property :byoip_api_version, as: 'byoipApiVersion'
14738
14725
  property :creation_timestamp, as: 'creationTimestamp'
14739
14726
  property :description, as: 'description'
@@ -14742,6 +14729,7 @@ module Google
14742
14729
  property :ip_cidr_range, as: 'ipCidrRange'
14743
14730
  property :is_live_migration, as: 'isLiveMigration'
14744
14731
  property :kind, as: 'kind'
14732
+ property :mode, as: 'mode'
14745
14733
  property :name, as: 'name'
14746
14734
  property :parent_prefix, as: 'parentPrefix'
14747
14735
  collection :public_delegated_sub_prefixs, as: 'publicDelegatedSubPrefixs', class: Google::Apis::ComputeBeta::PublicDelegatedPrefixPublicDelegatedSubPrefix, decorator: Google::Apis::ComputeBeta::PublicDelegatedPrefixPublicDelegatedSubPrefix::Representation
@@ -14820,10 +14808,12 @@ module Google
14820
14808
  class PublicDelegatedPrefixPublicDelegatedSubPrefix
14821
14809
  # @private
14822
14810
  class Representation < Google::Apis::Core::JsonRepresentation
14811
+ property :allocatable_prefix_length, as: 'allocatablePrefixLength'
14823
14812
  property :delegatee_project, as: 'delegateeProject'
14824
14813
  property :description, as: 'description'
14825
14814
  property :ip_cidr_range, as: 'ipCidrRange'
14826
14815
  property :is_address, as: 'isAddress'
14816
+ property :mode, as: 'mode'
14827
14817
  property :name, as: 'name'
14828
14818
  property :region, as: 'region'
14829
14819
  property :status, as: 'status'
@@ -16641,6 +16631,7 @@ module Google
16641
16631
 
16642
16632
  property :self_link, as: 'selfLink'
16643
16633
  property :self_link_with_id, as: 'selfLinkWithId'
16634
+ property :short_name, as: 'shortName'
16644
16635
  property :type, as: 'type'
16645
16636
  collection :user_defined_fields, as: 'userDefinedFields', class: Google::Apis::ComputeBeta::SecurityPolicyUserDefinedField, decorator: Google::Apis::ComputeBeta::SecurityPolicyUserDefinedField::Representation
16646
16637
 
@@ -16725,8 +16716,11 @@ module Google
16725
16716
  class Representation < Google::Apis::Core::JsonRepresentation
16726
16717
  property :attachment_id, as: 'attachmentId'
16727
16718
  property :display_name, as: 'displayName'
16719
+ collection :excluded_folders, as: 'excludedFolders'
16720
+ collection :excluded_projects, as: 'excludedProjects'
16728
16721
  property :name, as: 'name'
16729
16722
  property :security_policy_id, as: 'securityPolicyId'
16723
+ property :short_name, as: 'shortName'
16730
16724
  end
16731
16725
  end
16732
16726
 
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.99.0
4
+ version: 0.101.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: 2024-04-21 00:00:00.000000000 Z
11
+ date: 2024-05-19 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.14.0
19
+ version: 0.15.0
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.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.99.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.101.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta
63
63
  post_install_message:
64
64
  rdoc_options: []