google-cloud-compute-v1 1.7.1 → 1.8.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: d4df0057408d303fa690748467bbacd0083ee1c24b31067a5f81f49baf9011c9
4
- data.tar.gz: 56050ef5ac59ec598dcb41771dc241c4cc1326a7871480b961ac752a94800e78
3
+ metadata.gz: 14aa233f2dad3703db8fcb687d846f5d4d6b84bfca70e40da9149fd3fcace30b
4
+ data.tar.gz: 73e8e8e5252c3be033ee58dad81bbf522c53979fbe5b9ee88a5e07a81f0e9d92
5
5
  SHA512:
6
- metadata.gz: afeeb43e8641b86d012f3916e95bd80b7b5669b6a2627a8432823614de9f75f4a39bc54a14ec6b654642c52151c52c4ff9d5e8253060d5caba7ceb7d8e803967
7
- data.tar.gz: 7eb1c2decd112c9d6409f44dc3f920ad948faf2fa781460a16366d8b032cdefb6dfb105c7392b054150c976d7b984c749a149cf9d29984320e05eef1bee91baa
6
+ metadata.gz: 2b749a22253c9faafb9303a4280c687405f2a01984d9fb09ecfb8709bc23006613c00b2bc05c54833c069250c4bb6c8145d7bcb347c25d1fe054876c57951b69
7
+ data.tar.gz: 830389ad60f5299b839af1b9e87d43d5a9944a4f250f4d86ef7749b30dd130ae641e62a45235a30ad6a4e2e3a68203d7e0f2215b245f433e452873dbecbb6d27
@@ -219,6 +219,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
219
219
  proto3_optional :description, :string, 422937596
220
220
  proto3_optional :id, :uint64, 3355
221
221
  proto3_optional :ip_version, :string, 294959552
222
+ proto3_optional :ipv6_endpoint_type, :string, 97501004
222
223
  proto3_optional :kind, :string, 3292052
223
224
  proto3_optional :name, :string, 3373707
224
225
  proto3_optional :network, :string, 232872494
@@ -243,6 +244,11 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
243
244
  value :IPV6, 2254343
244
245
  value :UNSPECIFIED_VERSION, 21850000
245
246
  end
247
+ add_enum "google.cloud.compute.v1.Address.Ipv6EndpointType" do
248
+ value :UNDEFINED_IPV6_ENDPOINT_TYPE, 0
249
+ value :NETLB, 74173363
250
+ value :VM, 2743
251
+ end
246
252
  add_enum "google.cloud.compute.v1.Address.NetworkTier" do
247
253
  value :UNDEFINED_NETWORK_TIER, 0
248
254
  value :FIXED_STANDARD, 310464328
@@ -2224,6 +2230,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
2224
2230
  proto3_optional :error_info, :message, 25251973, "google.cloud.compute.v1.ErrorInfo"
2225
2231
  proto3_optional :help, :message, 3198785, "google.cloud.compute.v1.Help"
2226
2232
  proto3_optional :localized_message, :message, 404537155, "google.cloud.compute.v1.LocalizedMessage"
2233
+ proto3_optional :quota_info, :message, 93923861, "google.cloud.compute.v1.QuotaExceededInfo"
2227
2234
  end
2228
2235
  add_message "google.cloud.compute.v1.ErrorInfo" do
2229
2236
  proto3_optional :domain, :string, 284415172
@@ -4011,6 +4018,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
4011
4018
  proto3_optional :private_ipv6_google_access, :string, 48277006
4012
4019
  proto3_optional :reservation_affinity, :message, 157850683, "google.cloud.compute.v1.ReservationAffinity"
4013
4020
  repeated :resource_policies, :string, 22220385
4021
+ proto3_optional :resource_status, :message, 249429315, "google.cloud.compute.v1.ResourceStatus"
4014
4022
  proto3_optional :satisfies_pzs, :bool, 480964267
4015
4023
  proto3_optional :scheduling, :message, 386688404, "google.cloud.compute.v1.Scheduling"
4016
4024
  proto3_optional :self_link, :string, 456214797
@@ -4113,6 +4121,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
4113
4121
  proto3_optional :instance_group, :string, 81095253
4114
4122
  proto3_optional :instance_template, :string, 309248228
4115
4123
  proto3_optional :kind, :string, 3292052
4124
+ proto3_optional :list_managed_instances_results, :string, 296047156
4116
4125
  proto3_optional :name, :string, 3373707
4117
4126
  repeated :named_ports, :message, 427598732, "google.cloud.compute.v1.NamedPort"
4118
4127
  proto3_optional :region, :string, 138946292
@@ -4125,6 +4134,11 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
4125
4134
  repeated :versions, :message, 162430619, "google.cloud.compute.v1.InstanceGroupManagerVersion"
4126
4135
  proto3_optional :zone, :string, 3744684
4127
4136
  end
4137
+ add_enum "google.cloud.compute.v1.InstanceGroupManager.ListManagedInstancesResults" do
4138
+ value :UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS, 0
4139
+ value :PAGELESS, 32183464
4140
+ value :PAGINATED, 40190637
4141
+ end
4128
4142
  add_message "google.cloud.compute.v1.InstanceGroupManagerActionsSummary" do
4129
4143
  proto3_optional :abandoning, :int32, 440023373
4130
4144
  proto3_optional :creating, :int32, 209809081
@@ -6035,6 +6049,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
6035
6049
  proto3_optional :name, :string, 3373707
6036
6050
  proto3_optional :network, :string, 232872494
6037
6051
  proto3_optional :network_endpoint_type, :string, 118301523
6052
+ proto3_optional :psc_data, :message, 71937481, "google.cloud.compute.v1.NetworkEndpointGroupPscData"
6038
6053
  proto3_optional :psc_target_service, :string, 269132134
6039
6054
  proto3_optional :region, :string, 138946292
6040
6055
  proto3_optional :self_link, :string, 456214797
@@ -6083,6 +6098,20 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
6083
6098
  proto3_optional :self_link, :string, 456214797
6084
6099
  proto3_optional :warning, :message, 50704284, "google.cloud.compute.v1.Warning"
6085
6100
  end
6101
+ add_message "google.cloud.compute.v1.NetworkEndpointGroupPscData" do
6102
+ proto3_optional :consumer_psc_address, :string, 452646572
6103
+ proto3_optional :psc_connection_id, :uint64, 292082397
6104
+ proto3_optional :psc_connection_status, :string, 184149172
6105
+ end
6106
+ add_enum "google.cloud.compute.v1.NetworkEndpointGroupPscData.PscConnectionStatus" do
6107
+ value :UNDEFINED_PSC_CONNECTION_STATUS, 0
6108
+ value :ACCEPTED, 246714279
6109
+ value :CLOSED, 380163436
6110
+ value :NEEDS_ATTENTION, 344491452
6111
+ value :PENDING, 35394935
6112
+ value :REJECTED, 174130302
6113
+ value :STATUS_UNSPECIFIED, 42133066
6114
+ end
6086
6115
  add_message "google.cloud.compute.v1.NetworkEndpointGroupsAttachEndpointsRequest" do
6087
6116
  repeated :network_endpoints, :message, 149850285, "google.cloud.compute.v1.NetworkEndpoint"
6088
6117
  end
@@ -7256,6 +7285,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
7256
7285
  value :SSL_CERTIFICATES, 378372399
7257
7286
  value :STATIC_ADDRESSES, 93624049
7258
7287
  value :STATIC_BYOIP_ADDRESSES, 275809649
7288
+ value :STATIC_EXTERNAL_IPV6_ADDRESS_RANGES, 472346774
7259
7289
  value :SUBNETWORKS, 421330469
7260
7290
  value :T2A_CPUS, 522170599
7261
7291
  value :T2D_CPUS, 71187140
@@ -7271,6 +7301,12 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
7271
7301
  value :VPN_TUNNELS, 104327296
7272
7302
  value :XPN_SERVICE_PROJECTS, 95191981
7273
7303
  end
7304
+ add_message "google.cloud.compute.v1.QuotaExceededInfo" do
7305
+ map :dimensions, :string, :string, 414334925
7306
+ proto3_optional :limit, :double, 102976443
7307
+ proto3_optional :limit_name, :string, 398197903
7308
+ proto3_optional :metric_name, :string, 409881530
7309
+ end
7274
7310
  add_message "google.cloud.compute.v1.RawDisk" do
7275
7311
  proto3_optional :container_type, :string, 318809144
7276
7312
  proto3_optional :sha1_checksum, :string, 314444349
@@ -7809,6 +7845,9 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
7809
7845
  value :TUESDAY, 277509677
7810
7846
  value :WEDNESDAY, 422029110
7811
7847
  end
7848
+ add_message "google.cloud.compute.v1.ResourceStatus" do
7849
+ proto3_optional :physical_host, :string, 464370704
7850
+ end
7812
7851
  add_message "google.cloud.compute.v1.ResumeInstanceRequest" do
7813
7852
  optional :instance, :string, 18257045
7814
7853
  optional :project, :string, 227560217
@@ -7880,6 +7919,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
7880
7919
  proto3_optional :id, :uint64, 3355
7881
7920
  repeated :interfaces, :message, 12073562, "google.cloud.compute.v1.RouterInterface"
7882
7921
  proto3_optional :kind, :string, 3292052
7922
+ repeated :md5_authentication_keys, :message, 71063322, "google.cloud.compute.v1.RouterMd5AuthenticationKey"
7883
7923
  proto3_optional :name, :string, 3373707
7884
7924
  repeated :nats, :message, 3373938, "google.cloud.compute.v1.RouterNat"
7885
7925
  proto3_optional :network, :string, 232872494
@@ -7927,6 +7967,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
7927
7967
  proto3_optional :ip_address, :string, 406272220
7928
7968
  proto3_optional :ipv6_nexthop_address, :string, 27968211
7929
7969
  proto3_optional :management_type, :string, 173703606
7970
+ proto3_optional :md5_authentication_key_name, :string, 281075345
7930
7971
  proto3_optional :name, :string, 3373707
7931
7972
  proto3_optional :peer_asn, :uint32, 69573151
7932
7973
  proto3_optional :peer_ip_address, :string, 207735769
@@ -7987,6 +8028,10 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
7987
8028
  proto3_optional :self_link, :string, 456214797
7988
8029
  proto3_optional :warning, :message, 50704284, "google.cloud.compute.v1.Warning"
7989
8030
  end
8031
+ add_message "google.cloud.compute.v1.RouterMd5AuthenticationKey" do
8032
+ proto3_optional :key, :string, 106079
8033
+ proto3_optional :name, :string, 3373707
8034
+ end
7990
8035
  add_message "google.cloud.compute.v1.RouterNat" do
7991
8036
  repeated :drain_nat_ips, :string, 504078535
7992
8037
  proto3_optional :enable_dynamic_port_allocation, :bool, 532106402
@@ -8064,14 +8109,19 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
8064
8109
  add_message "google.cloud.compute.v1.RouterStatusBgpPeerStatus" do
8065
8110
  repeated :advertised_routes, :message, 333393068, "google.cloud.compute.v1.Route"
8066
8111
  proto3_optional :bfd_status, :message, 395631729, "google.cloud.compute.v1.BfdStatus"
8112
+ proto3_optional :enable_ipv6, :bool, 181467939
8067
8113
  proto3_optional :ip_address, :string, 406272220
8114
+ proto3_optional :ipv6_nexthop_address, :string, 27968211
8068
8115
  proto3_optional :linked_vpn_tunnel, :string, 352296953
8116
+ proto3_optional :md5_auth_enabled, :bool, 451152075
8069
8117
  proto3_optional :name, :string, 3373707
8070
8118
  proto3_optional :num_learned_routes, :uint32, 135457535
8071
8119
  proto3_optional :peer_ip_address, :string, 207735769
8120
+ proto3_optional :peer_ipv6_nexthop_address, :string, 491486608
8072
8121
  proto3_optional :router_appliance_instance, :string, 468312989
8073
8122
  proto3_optional :state, :string, 109757585
8074
8123
  proto3_optional :status, :string, 181260274
8124
+ proto3_optional :status_reason, :string, 342706993
8075
8125
  proto3_optional :uptime, :string, 235379688
8076
8126
  proto3_optional :uptime_seconds, :string, 104736040
8077
8127
  end
@@ -8081,6 +8131,11 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
8081
8131
  value :UNKNOWN, 433141802
8082
8132
  value :UP, 2715
8083
8133
  end
8134
+ add_enum "google.cloud.compute.v1.RouterStatusBgpPeerStatus.StatusReason" do
8135
+ value :UNDEFINED_STATUS_REASON, 0
8136
+ value :MD5_AUTH_INTERNAL_PROBLEM, 140462259
8137
+ value :STATUS_REASON_UNSPECIFIED, 394331913
8138
+ end
8084
8139
  add_message "google.cloud.compute.v1.RouterStatusNatStatus" do
8085
8140
  repeated :auto_allocated_nat_ips, :string, 510794246
8086
8141
  repeated :drain_auto_allocated_nat_ips, :string, 309184557
@@ -8397,7 +8452,10 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
8397
8452
  value :ALL, 64897
8398
8453
  value :HTTP_COOKIE, 494981627
8399
8454
  value :HTTP_HEADER, 91597348
8455
+ value :HTTP_PATH, 311503228
8400
8456
  value :IP, 2343
8457
+ value :REGION_CODE, 79559768
8458
+ value :SNI, 82254
8401
8459
  value :XFF_IP, 438707118
8402
8460
  end
8403
8461
  add_message "google.cloud.compute.v1.SecurityPolicyRuleRateLimitOptionsThreshold" do
@@ -10555,6 +10613,7 @@ module Google
10555
10613
  Address = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Address").msgclass
10556
10614
  Address::AddressType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Address.AddressType").enummodule
10557
10615
  Address::IpVersion = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Address.IpVersion").enummodule
10616
+ Address::Ipv6EndpointType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Address.Ipv6EndpointType").enummodule
10558
10617
  Address::NetworkTier = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Address.NetworkTier").enummodule
10559
10618
  Address::Purpose = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Address.Purpose").enummodule
10560
10619
  Address::Status = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Address.Status").enummodule
@@ -11148,6 +11207,7 @@ module Google
11148
11207
  InstanceGroupAggregatedList = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.InstanceGroupAggregatedList").msgclass
11149
11208
  InstanceGroupList = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.InstanceGroupList").msgclass
11150
11209
  InstanceGroupManager = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.InstanceGroupManager").msgclass
11210
+ InstanceGroupManager::ListManagedInstancesResults = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.InstanceGroupManager.ListManagedInstancesResults").enummodule
11151
11211
  InstanceGroupManagerActionsSummary = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.InstanceGroupManagerActionsSummary").msgclass
11152
11212
  InstanceGroupManagerAggregatedList = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.InstanceGroupManagerAggregatedList").msgclass
11153
11213
  InstanceGroupManagerAutoHealingPolicy = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.InstanceGroupManagerAutoHealingPolicy").msgclass
@@ -11413,6 +11473,8 @@ module Google
11413
11473
  NetworkEndpointGroupCloudFunction = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.NetworkEndpointGroupCloudFunction").msgclass
11414
11474
  NetworkEndpointGroupCloudRun = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.NetworkEndpointGroupCloudRun").msgclass
11415
11475
  NetworkEndpointGroupList = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.NetworkEndpointGroupList").msgclass
11476
+ NetworkEndpointGroupPscData = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.NetworkEndpointGroupPscData").msgclass
11477
+ NetworkEndpointGroupPscData::PscConnectionStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.NetworkEndpointGroupPscData.PscConnectionStatus").enummodule
11416
11478
  NetworkEndpointGroupsAttachEndpointsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.NetworkEndpointGroupsAttachEndpointsRequest").msgclass
11417
11479
  NetworkEndpointGroupsDetachEndpointsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.NetworkEndpointGroupsDetachEndpointsRequest").msgclass
11418
11480
  NetworkEndpointGroupsListEndpointsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.NetworkEndpointGroupsListEndpointsRequest").msgclass
@@ -11567,6 +11629,7 @@ module Google
11567
11629
  PublicDelegatedPrefixesScopedList = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.PublicDelegatedPrefixesScopedList").msgclass
11568
11630
  Quota = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Quota").msgclass
11569
11631
  Quota::Metric = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Quota.Metric").enummodule
11632
+ QuotaExceededInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.QuotaExceededInfo").msgclass
11570
11633
  RawDisk = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.RawDisk").msgclass
11571
11634
  RawDisk::ContainerType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.RawDisk.ContainerType").enummodule
11572
11635
  RecreateInstancesInstanceGroupManagerRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.RecreateInstancesInstanceGroupManagerRequest").msgclass
@@ -11661,6 +11724,7 @@ module Google
11661
11724
  ResourcePolicyWeeklyCycle = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.ResourcePolicyWeeklyCycle").msgclass
11662
11725
  ResourcePolicyWeeklyCycleDayOfWeek = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.ResourcePolicyWeeklyCycleDayOfWeek").msgclass
11663
11726
  ResourcePolicyWeeklyCycleDayOfWeek::Day = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.ResourcePolicyWeeklyCycleDayOfWeek.Day").enummodule
11727
+ ResourceStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.ResourceStatus").msgclass
11664
11728
  ResumeInstanceRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.ResumeInstanceRequest").msgclass
11665
11729
  Route = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Route").msgclass
11666
11730
  Route::RouteStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Route.RouteStatus").enummodule
@@ -11684,6 +11748,7 @@ module Google
11684
11748
  RouterInterface = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.RouterInterface").msgclass
11685
11749
  RouterInterface::ManagementType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.RouterInterface.ManagementType").enummodule
11686
11750
  RouterList = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.RouterList").msgclass
11751
+ RouterMd5AuthenticationKey = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.RouterMd5AuthenticationKey").msgclass
11687
11752
  RouterNat = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.RouterNat").msgclass
11688
11753
  RouterNat::EndpointTypes = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.RouterNat.EndpointTypes").enummodule
11689
11754
  RouterNat::NatIpAllocateOption = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.RouterNat.NatIpAllocateOption").enummodule
@@ -11697,6 +11762,7 @@ module Google
11697
11762
  RouterStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.RouterStatus").msgclass
11698
11763
  RouterStatusBgpPeerStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.RouterStatusBgpPeerStatus").msgclass
11699
11764
  RouterStatusBgpPeerStatus::Status = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.RouterStatusBgpPeerStatus.Status").enummodule
11765
+ RouterStatusBgpPeerStatus::StatusReason = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.RouterStatusBgpPeerStatus.StatusReason").enummodule
11700
11766
  RouterStatusNatStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.RouterStatusNatStatus").msgclass
11701
11767
  RouterStatusNatStatusNatRuleStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.RouterStatusNatStatusNatRuleStatus").msgclass
11702
11768
  RouterStatusResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.RouterStatusResponse").msgclass
@@ -460,7 +460,7 @@ module Google
460
460
  end
461
461
 
462
462
  ##
463
- # Patches the specified policy with the data included in the request.
463
+ # Patches the specified policy with the data included in the request. To clear fields in the rule, leave the fields empty and specify them in the updateMask. This cannot be used to be update the rules in the policy. Please use the per rule methods like addRule, patchRule, and removeRule instead.
464
464
  #
465
465
  # @overload patch(request, options = nil)
466
466
  # Pass arguments to `patch` via a request object, either of type
@@ -770,7 +770,7 @@ module Google
770
770
  end
771
771
 
772
772
  ##
773
- # Patches the specified policy with the data included in the request. This cannot be used to be update the rules in the policy. Please use the per rule methods like addRule, patchRule, and removeRule instead.
773
+ # Patches the specified policy with the data included in the request. To clear fields in the rule, leave the fields empty and specify them in the updateMask. This cannot be used to be update the rules in the policy. Please use the per rule methods like addRule, patchRule, and removeRule instead.
774
774
  #
775
775
  # @overload patch(request, options = nil)
776
776
  # Pass arguments to `patch` via a request object, either of type
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Compute
23
23
  module V1
24
- VERSION = "1.7.1"
24
+ VERSION = "1.8.0"
25
25
  end
26
26
  end
27
27
  end
@@ -647,6 +647,10 @@ module Google
647
647
  # @return [::String]
648
648
  # The IP version that will be used by this address. Valid options are IPV4 or IPV6. This can only be specified for a global address.
649
649
  # Check the IpVersion enum for the list of possible values.
650
+ # @!attribute [rw] ipv6_endpoint_type
651
+ # @return [::String]
652
+ # The endpoint type of this address, which should be VM or NETLB. This is used for deciding which type of endpoint this address can be used after the external IPv6 address reservation.
653
+ # Check the Ipv6EndpointType enum for the list of possible values.
650
654
  # @!attribute [rw] kind
651
655
  # @return [::String]
652
656
  # [Output Only] Type of the resource. Always compute#address for addresses.
@@ -713,6 +717,18 @@ module Google
713
717
  UNSPECIFIED_VERSION = 21850000
714
718
  end
715
719
 
720
+ # The endpoint type of this address, which should be VM or NETLB. This is used for deciding which type of endpoint this address can be used after the external IPv6 address reservation.
721
+ module Ipv6EndpointType
722
+ # A value indicating that the enum field is not set.
723
+ UNDEFINED_IPV6_ENDPOINT_TYPE = 0
724
+
725
+ # Reserved IPv6 address can be used on network load balancer.
726
+ NETLB = 74173363
727
+
728
+ # Reserved IPv6 address can be used on VM.
729
+ VM = 2743
730
+ end
731
+
716
732
  # This signifies the networking tier used for configuring this address and can only take the following values: PREMIUM or STANDARD. Internal IP addresses are always Premium Tier; global external IP addresses are always Premium Tier; regional external IP addresses can be either Standard or Premium Tier. If this field is not specified, it is assumed to be PREMIUM.
717
733
  module NetworkTier
718
734
  # A value indicating that the enum field is not set.
@@ -3068,7 +3084,7 @@ module Google
3068
3084
  # The URL of the network to which this backend service belongs. This field can only be specified when the load balancing scheme is set to INTERNAL.
3069
3085
  # @!attribute [rw] outlier_detection
3070
3086
  # @return [::Google::Cloud::Compute::V1::OutlierDetection]
3071
- # Settings controlling the eviction of unhealthy hosts from the load balancing pool for the backend service. If not set, this feature is considered disabled. This field is applicable to either: - A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2, and load_balancing_scheme set to INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
3087
+ # Settings controlling the eviction of unhealthy hosts from the load balancing pool for the backend service. If not set, this feature is considered disabled. This field is applicable to either: - A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2, or GRPC, and load_balancing_scheme set to INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
3072
3088
  # @!attribute [rw] port
3073
3089
  # @return [::Integer]
3074
3090
  # Deprecated in favor of portName. The TCP port to connect on the backend. The default value is 80. For Internal TCP/UDP Load Balancing and Network Load Balancing, omit port.
@@ -6570,6 +6586,8 @@ module Google
6570
6586
  # @return [::Google::Cloud::Compute::V1::Help]
6571
6587
  # @!attribute [rw] localized_message
6572
6588
  # @return [::Google::Cloud::Compute::V1::LocalizedMessage]
6589
+ # @!attribute [rw] quota_info
6590
+ # @return [::Google::Cloud::Compute::V1::QuotaExceededInfo]
6573
6591
  class ErrorDetails
6574
6592
  include ::Google::Protobuf::MessageExts
6575
6593
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -7281,6 +7299,7 @@ module Google
7281
7299
  # This field identifies the subnetwork that the load balanced IP should belong to for this Forwarding Rule, used in internal load balancing and network load balancing with IPv6. If the network specified is in auto subnet mode, this field is optional. However, a subnetwork must be specified if the network is in custom subnet mode or when creating external forwarding rule with IPv6.
7282
7300
  # @!attribute [rw] target
7283
7301
  # @return [::String]
7302
+ # The URL of the target resource to receive the matched traffic. For regional forwarding rules, this target must be in the same region as the forwarding rule. For global forwarding rules, this target must be a global load balancing resource. The forwarded traffic must be of a type appropriate to the target object. For more information, see the "Target" column in [Port specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications). For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle: - vpc-sc - APIs that support VPC Service Controls. - all-apis - All supported Google APIs.
7284
7303
  class ForwardingRule
7285
7304
  include ::Google::Protobuf::MessageExts
7286
7305
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -7482,30 +7501,30 @@ module Google
7482
7501
  # The gRPC service name for the health check. This field is optional. The value of grpc_service_name has the following meanings by convention: - Empty service_name means the overall status of all services at the backend. - Non-empty service_name means the health of that gRPC service, as defined by the owner of the service. The grpc_service_name can only be ASCII.
7483
7502
  # @!attribute [rw] port
7484
7503
  # @return [::Integer]
7485
- # The port number for the health check request. Must be specified if port_name and port_specification are not set or if port_specification is USE_FIXED_PORT. Valid values are 1 through 65535.
7504
+ # The TCP port number to which the health check prober sends packets. Valid values are 1 through 65535.
7486
7505
  # @!attribute [rw] port_name
7487
7506
  # @return [::String]
7488
- # Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence. The port_name should conform to RFC1035.
7507
+ # Not supported.
7489
7508
  # @!attribute [rw] port_specification
7490
7509
  # @return [::String]
7491
- # Specifies how port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port number in port is used for health checking. USE_NAMED_PORT: The portName is used for health checking. USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. If not specified, gRPC health check follows behavior specified in port and portName fields.
7510
+ # Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.
7492
7511
  # Check the PortSpecification enum for the list of possible values.
7493
7512
  class GRPCHealthCheck
7494
7513
  include ::Google::Protobuf::MessageExts
7495
7514
  extend ::Google::Protobuf::MessageExts::ClassMethods
7496
7515
 
7497
- # Specifies how port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port number in port is used for health checking. USE_NAMED_PORT: The portName is used for health checking. USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. If not specified, gRPC health check follows behavior specified in port and portName fields.
7516
+ # Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.
7498
7517
  module PortSpecification
7499
7518
  # A value indicating that the enum field is not set.
7500
7519
  UNDEFINED_PORT_SPECIFICATION = 0
7501
7520
 
7502
- # The port number in port is used for health checking.
7521
+ # The port number in the health check's port is used for health checking. Applies to network endpoint group and instance group backends.
7503
7522
  USE_FIXED_PORT = 190235748
7504
7523
 
7505
- # The portName is used for health checking.
7524
+ # Not supported.
7506
7525
  USE_NAMED_PORT = 349300671
7507
7526
 
7508
- # For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking.
7527
+ # For network endpoint group backends, the health check uses the port number specified on each endpoint in the network endpoint group. For instance group backends, the health check uses the port number specified for the backend service's named port defined in the instance group's named ports.
7509
7528
  USE_SERVING_PORT = 362637516
7510
7529
  end
7511
7530
  end
@@ -9534,16 +9553,16 @@ module Google
9534
9553
 
9535
9554
  # @!attribute [rw] host
9536
9555
  # @return [::String]
9537
- # The value of the host header in the HTTP/2 health check request. If left empty (default value), the IP on behalf of which this health check is performed will be used.
9556
+ # The value of the host header in the HTTP/2 health check request. If left empty (default value), the host header is set to the destination IP address to which health check packets are sent. The destination IP address depends on the type of load balancer. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#hc-packet-dest
9538
9557
  # @!attribute [rw] port
9539
9558
  # @return [::Integer]
9540
- # The TCP port number for the health check request. The default value is 443. Valid values are 1 through 65535.
9559
+ # The TCP port number to which the health check prober sends packets. The default value is 443. Valid values are 1 through 65535.
9541
9560
  # @!attribute [rw] port_name
9542
9561
  # @return [::String]
9543
- # Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence.
9562
+ # Not supported.
9544
9563
  # @!attribute [rw] port_specification
9545
9564
  # @return [::String]
9546
- # Specifies how port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port number in port is used for health checking. USE_NAMED_PORT: The portName is used for health checking. USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. If not specified, HTTP2 health check follows behavior specified in port and portName fields.
9565
+ # Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.
9547
9566
  # Check the PortSpecification enum for the list of possible values.
9548
9567
  # @!attribute [rw] proxy_header
9549
9568
  # @return [::String]
@@ -9554,23 +9573,23 @@ module Google
9554
9573
  # The request path of the HTTP/2 health check request. The default value is /.
9555
9574
  # @!attribute [rw] response
9556
9575
  # @return [::String]
9557
- # The string to match anywhere in the first 1024 bytes of the response body. If left empty (the default value), the status code determines health. The response data can only be ASCII.
9576
+ # Creates a content-based HTTP/2 health check. In addition to the required HTTP 200 (OK) status code, you can configure the health check to pass only when the backend sends this specific ASCII response string within the first 1024 bytes of the HTTP response body. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-http
9558
9577
  class HTTP2HealthCheck
9559
9578
  include ::Google::Protobuf::MessageExts
9560
9579
  extend ::Google::Protobuf::MessageExts::ClassMethods
9561
9580
 
9562
- # Specifies how port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port number in port is used for health checking. USE_NAMED_PORT: The portName is used for health checking. USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. If not specified, HTTP2 health check follows behavior specified in port and portName fields.
9581
+ # Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.
9563
9582
  module PortSpecification
9564
9583
  # A value indicating that the enum field is not set.
9565
9584
  UNDEFINED_PORT_SPECIFICATION = 0
9566
9585
 
9567
- # The port number in port is used for health checking.
9586
+ # The port number in the health check's port is used for health checking. Applies to network endpoint group and instance group backends.
9568
9587
  USE_FIXED_PORT = 190235748
9569
9588
 
9570
- # The portName is used for health checking.
9589
+ # Not supported.
9571
9590
  USE_NAMED_PORT = 349300671
9572
9591
 
9573
- # For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking.
9592
+ # For network endpoint group backends, the health check uses the port number specified on each endpoint in the network endpoint group. For instance group backends, the health check uses the port number specified for the backend service's named port defined in the instance group's named ports.
9574
9593
  USE_SERVING_PORT = 362637516
9575
9594
  end
9576
9595
 
@@ -9587,16 +9606,16 @@ module Google
9587
9606
 
9588
9607
  # @!attribute [rw] host
9589
9608
  # @return [::String]
9590
- # The value of the host header in the HTTP health check request. If left empty (default value), the IP on behalf of which this health check is performed will be used.
9609
+ # The value of the host header in the HTTP health check request. If left empty (default value), the host header is set to the destination IP address to which health check packets are sent. The destination IP address depends on the type of load balancer. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#hc-packet-dest
9591
9610
  # @!attribute [rw] port
9592
9611
  # @return [::Integer]
9593
- # The TCP port number for the health check request. The default value is 80. Valid values are 1 through 65535.
9612
+ # The TCP port number to which the health check prober sends packets. The default value is 80. Valid values are 1 through 65535.
9594
9613
  # @!attribute [rw] port_name
9595
9614
  # @return [::String]
9596
- # Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence.
9615
+ # Not supported.
9597
9616
  # @!attribute [rw] port_specification
9598
9617
  # @return [::String]
9599
- # Specifies how port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port number in port is used for health checking. USE_NAMED_PORT: The portName is used for health checking. USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. If not specified, HTTP health check follows behavior specified in port and portName fields.
9618
+ # Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Also supported in legacy HTTP health checks for target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.
9600
9619
  # Check the PortSpecification enum for the list of possible values.
9601
9620
  # @!attribute [rw] proxy_header
9602
9621
  # @return [::String]
@@ -9607,23 +9626,23 @@ module Google
9607
9626
  # The request path of the HTTP health check request. The default value is /.
9608
9627
  # @!attribute [rw] response
9609
9628
  # @return [::String]
9610
- # The string to match anywhere in the first 1024 bytes of the response body. If left empty (the default value), the status code determines health. The response data can only be ASCII.
9629
+ # Creates a content-based HTTP health check. In addition to the required HTTP 200 (OK) status code, you can configure the health check to pass only when the backend sends this specific ASCII response string within the first 1024 bytes of the HTTP response body. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-http
9611
9630
  class HTTPHealthCheck
9612
9631
  include ::Google::Protobuf::MessageExts
9613
9632
  extend ::Google::Protobuf::MessageExts::ClassMethods
9614
9633
 
9615
- # Specifies how port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port number in port is used for health checking. USE_NAMED_PORT: The portName is used for health checking. USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. If not specified, HTTP health check follows behavior specified in port and portName fields.
9634
+ # Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Also supported in legacy HTTP health checks for target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.
9616
9635
  module PortSpecification
9617
9636
  # A value indicating that the enum field is not set.
9618
9637
  UNDEFINED_PORT_SPECIFICATION = 0
9619
9638
 
9620
- # The port number in port is used for health checking.
9639
+ # The port number in the health check's port is used for health checking. Applies to network endpoint group and instance group backends.
9621
9640
  USE_FIXED_PORT = 190235748
9622
9641
 
9623
- # The portName is used for health checking.
9642
+ # Not supported.
9624
9643
  USE_NAMED_PORT = 349300671
9625
9644
 
9626
- # For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking.
9645
+ # For network endpoint group backends, the health check uses the port number specified on each endpoint in the network endpoint group. For instance group backends, the health check uses the port number specified for the backend service's named port defined in the instance group's named ports.
9627
9646
  USE_SERVING_PORT = 362637516
9628
9647
  end
9629
9648
 
@@ -9640,16 +9659,16 @@ module Google
9640
9659
 
9641
9660
  # @!attribute [rw] host
9642
9661
  # @return [::String]
9643
- # The value of the host header in the HTTPS health check request. If left empty (default value), the IP on behalf of which this health check is performed will be used.
9662
+ # The value of the host header in the HTTPS health check request. If left empty (default value), the host header is set to the destination IP address to which health check packets are sent. The destination IP address depends on the type of load balancer. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#hc-packet-dest
9644
9663
  # @!attribute [rw] port
9645
9664
  # @return [::Integer]
9646
- # The TCP port number for the health check request. The default value is 443. Valid values are 1 through 65535.
9665
+ # The TCP port number to which the health check prober sends packets. The default value is 443. Valid values are 1 through 65535.
9647
9666
  # @!attribute [rw] port_name
9648
9667
  # @return [::String]
9649
- # Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence.
9668
+ # Not supported.
9650
9669
  # @!attribute [rw] port_specification
9651
9670
  # @return [::String]
9652
- # Specifies how port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port number in port is used for health checking. USE_NAMED_PORT: The portName is used for health checking. USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. If not specified, HTTPS health check follows behavior specified in port and portName fields.
9671
+ # Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.
9653
9672
  # Check the PortSpecification enum for the list of possible values.
9654
9673
  # @!attribute [rw] proxy_header
9655
9674
  # @return [::String]
@@ -9660,23 +9679,23 @@ module Google
9660
9679
  # The request path of the HTTPS health check request. The default value is /.
9661
9680
  # @!attribute [rw] response
9662
9681
  # @return [::String]
9663
- # The string to match anywhere in the first 1024 bytes of the response body. If left empty (the default value), the status code determines health. The response data can only be ASCII.
9682
+ # Creates a content-based HTTPS health check. In addition to the required HTTP 200 (OK) status code, you can configure the health check to pass only when the backend sends this specific ASCII response string within the first 1024 bytes of the HTTP response body. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-http
9664
9683
  class HTTPSHealthCheck
9665
9684
  include ::Google::Protobuf::MessageExts
9666
9685
  extend ::Google::Protobuf::MessageExts::ClassMethods
9667
9686
 
9668
- # Specifies how port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port number in port is used for health checking. USE_NAMED_PORT: The portName is used for health checking. USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. If not specified, HTTPS health check follows behavior specified in port and portName fields.
9687
+ # Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.
9669
9688
  module PortSpecification
9670
9689
  # A value indicating that the enum field is not set.
9671
9690
  UNDEFINED_PORT_SPECIFICATION = 0
9672
9691
 
9673
- # The port number in port is used for health checking.
9692
+ # The port number in the health check's port is used for health checking. Applies to network endpoint group and instance group backends.
9674
9693
  USE_FIXED_PORT = 190235748
9675
9694
 
9676
- # The portName is used for health checking.
9695
+ # Not supported.
9677
9696
  USE_NAMED_PORT = 349300671
9678
9697
 
9679
- # For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking.
9698
+ # For network endpoint group backends, the health check uses the port number specified on each endpoint in the network endpoint group. For instance group backends, the health check uses the port number specified for the backend service's named port defined in the instance group's named ports.
9680
9699
  USE_SERVING_PORT = 362637516
9681
9700
  end
9682
9701
 
@@ -11844,6 +11863,9 @@ module Google
11844
11863
  # @!attribute [rw] resource_policies
11845
11864
  # @return [::Array<::String>]
11846
11865
  # Resource policies applied to this instance.
11866
+ # @!attribute [rw] resource_status
11867
+ # @return [::Google::Cloud::Compute::V1::ResourceStatus]
11868
+ # [Output Only] Specifies values set for instance attributes as compared to the values requested by user in the corresponding input only field.
11847
11869
  # @!attribute [rw] satisfies_pzs
11848
11870
  # @return [::Boolean]
11849
11871
  # [Output Only] Reserved for future use.
@@ -12163,6 +12185,10 @@ module Google
12163
12185
  # @!attribute [rw] kind
12164
12186
  # @return [::String]
12165
12187
  # [Output Only] The resource type, which is always compute#instanceGroupManager for managed instance groups.
12188
+ # @!attribute [rw] list_managed_instances_results
12189
+ # @return [::String]
12190
+ # Pagination behavior of the listManagedInstances API method for this managed instance group.
12191
+ # Check the ListManagedInstancesResults enum for the list of possible values.
12166
12192
  # @!attribute [rw] name
12167
12193
  # @return [::String]
12168
12194
  # The name of the managed instance group. The name must be 1-63 characters long, and comply with RFC1035.
@@ -12199,6 +12225,18 @@ module Google
12199
12225
  class InstanceGroupManager
12200
12226
  include ::Google::Protobuf::MessageExts
12201
12227
  extend ::Google::Protobuf::MessageExts::ClassMethods
12228
+
12229
+ # Pagination behavior of the listManagedInstances API method for this managed instance group.
12230
+ module ListManagedInstancesResults
12231
+ # A value indicating that the enum field is not set.
12232
+ UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS = 0
12233
+
12234
+ # (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response.
12235
+ PAGELESS = 32183464
12236
+
12237
+ # Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected.
12238
+ PAGINATED = 40190637
12239
+ end
12202
12240
  end
12203
12241
 
12204
12242
  # @!attribute [rw] abandoning
@@ -17871,6 +17909,8 @@ module Google
17871
17909
  # @return [::String]
17872
17910
  # Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP, GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT.
17873
17911
  # Check the NetworkEndpointType enum for the list of possible values.
17912
+ # @!attribute [rw] psc_data
17913
+ # @return [::Google::Cloud::Compute::V1::NetworkEndpointGroupPscData]
17874
17914
  # @!attribute [rw] psc_target_service
17875
17915
  # @return [::String]
17876
17916
  # The target service url used to set up private service connection to a Google API or a PSC Producer Service Attachment. An example value is: "asia-northeast3-cloudkms.googleapis.com"
@@ -18030,6 +18070,45 @@ module Google
18030
18070
  extend ::Google::Protobuf::MessageExts::ClassMethods
18031
18071
  end
18032
18072
 
18073
+ # All data that is specifically relevant to only network endpoint groups of type PRIVATE_SERVICE_CONNECT.
18074
+ # @!attribute [rw] consumer_psc_address
18075
+ # @return [::String]
18076
+ # [Output Only] Address allocated from given subnetwork for PSC. This IP address acts as a VIP for a PSC NEG, allowing it to act as an endpoint in L7 PSC-XLB.
18077
+ # @!attribute [rw] psc_connection_id
18078
+ # @return [::Integer]
18079
+ # [Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
18080
+ # @!attribute [rw] psc_connection_status
18081
+ # @return [::String]
18082
+ # [Output Only] The connection status of the PSC Forwarding Rule.
18083
+ # Check the PscConnectionStatus enum for the list of possible values.
18084
+ class NetworkEndpointGroupPscData
18085
+ include ::Google::Protobuf::MessageExts
18086
+ extend ::Google::Protobuf::MessageExts::ClassMethods
18087
+
18088
+ # [Output Only] The connection status of the PSC Forwarding Rule.
18089
+ module PscConnectionStatus
18090
+ # A value indicating that the enum field is not set.
18091
+ UNDEFINED_PSC_CONNECTION_STATUS = 0
18092
+
18093
+ # The connection has been accepted by the producer.
18094
+ ACCEPTED = 246714279
18095
+
18096
+ # The connection has been closed by the producer and will not serve traffic going forward.
18097
+ CLOSED = 380163436
18098
+
18099
+ # The connection has been accepted by the producer, but the producer needs to take further action before the forwarding rule can serve traffic.
18100
+ NEEDS_ATTENTION = 344491452
18101
+
18102
+ # The connection is pending acceptance by the producer.
18103
+ PENDING = 35394935
18104
+
18105
+ # The connection has been rejected by the producer.
18106
+ REJECTED = 174130302
18107
+
18108
+ STATUS_UNSPECIFIED = 42133066
18109
+ end
18110
+ end
18111
+
18033
18112
  # @!attribute [rw] network_endpoints
18034
18113
  # @return [::Array<::Google::Cloud::Compute::V1::NetworkEndpoint>]
18035
18114
  # The list of network endpoints to be attached.
@@ -19254,16 +19333,16 @@ module Google
19254
19333
  # The base time that a host is ejected for. The real ejection time is equal to the base ejection time multiplied by the number of times the host has been ejected. Defaults to 30000ms or 30s.
19255
19334
  # @!attribute [rw] consecutive_errors
19256
19335
  # @return [::Integer]
19257
- # Number of errors before a host is ejected from the connection pool. When the backend host is accessed over HTTP, a 5xx return code qualifies as an error. Defaults to 5.
19336
+ # Number of errors before a host is ejected from the connection pool. When the backend host is accessed over HTTP, a 5xx return code qualifies as an error. Defaults to 5. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
19258
19337
  # @!attribute [rw] consecutive_gateway_failure
19259
19338
  # @return [::Integer]
19260
- # The number of consecutive gateway failures (502, 503, 504 status or connection errors that are mapped to one of those status codes) before a consecutive gateway failure ejection occurs. Defaults to 3.
19339
+ # The number of consecutive gateway failures (502, 503, 504 status or connection errors that are mapped to one of those status codes) before a consecutive gateway failure ejection occurs. Defaults to 3. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
19261
19340
  # @!attribute [rw] enforcing_consecutive_errors
19262
19341
  # @return [::Integer]
19263
- # The percentage chance that a host will be actually ejected when an outlier status is detected through consecutive 5xx. This setting can be used to disable ejection or to ramp it up slowly. Defaults to 0.
19342
+ # The percentage chance that a host will be actually ejected when an outlier status is detected through consecutive 5xx. This setting can be used to disable ejection or to ramp it up slowly. Defaults to 0. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
19264
19343
  # @!attribute [rw] enforcing_consecutive_gateway_failure
19265
19344
  # @return [::Integer]
19266
- # The percentage chance that a host will be actually ejected when an outlier status is detected through consecutive gateway failures. This setting can be used to disable ejection or to ramp it up slowly. Defaults to 100.
19345
+ # The percentage chance that a host will be actually ejected when an outlier status is detected through consecutive gateway failures. This setting can be used to disable ejection or to ramp it up slowly. Defaults to 100. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
19267
19346
  # @!attribute [rw] enforcing_success_rate
19268
19347
  # @return [::Integer]
19269
19348
  # The percentage chance that a host will be actually ejected when an outlier status is detected through success rate statistics. This setting can be used to disable ejection or to ramp it up slowly. Defaults to 100.
@@ -21349,6 +21428,8 @@ module Google
21349
21428
 
21350
21429
  STATIC_BYOIP_ADDRESSES = 275809649
21351
21430
 
21431
+ STATIC_EXTERNAL_IPV6_ADDRESS_RANGES = 472346774
21432
+
21352
21433
  SUBNETWORKS = 421330469
21353
21434
 
21354
21435
  T2A_CPUS = 522170599
@@ -21379,6 +21460,33 @@ module Google
21379
21460
  end
21380
21461
  end
21381
21462
 
21463
+ # Additional details for quota exceeded error for resource quota.
21464
+ # @!attribute [rw] dimensions
21465
+ # @return [::Google::Protobuf::Map{::String => ::String}]
21466
+ # The map holding related quota dimensions.
21467
+ # @!attribute [rw] limit
21468
+ # @return [::Float]
21469
+ # Current effective quota limit. The limit's unit depends on the quota type or metric.
21470
+ # @!attribute [rw] limit_name
21471
+ # @return [::String]
21472
+ # The name of the quota limit.
21473
+ # @!attribute [rw] metric_name
21474
+ # @return [::String]
21475
+ # The Compute Engine quota metric name.
21476
+ class QuotaExceededInfo
21477
+ include ::Google::Protobuf::MessageExts
21478
+ extend ::Google::Protobuf::MessageExts::ClassMethods
21479
+
21480
+ # @!attribute [rw] key
21481
+ # @return [::String]
21482
+ # @!attribute [rw] value
21483
+ # @return [::String]
21484
+ class DimensionsEntry
21485
+ include ::Google::Protobuf::MessageExts
21486
+ extend ::Google::Protobuf::MessageExts::ClassMethods
21487
+ end
21488
+ end
21489
+
21382
21490
  # The parameters of the raw disk image.
21383
21491
  # @!attribute [rw] container_type
21384
21492
  # @return [::String]
@@ -22949,6 +23057,15 @@ module Google
22949
23057
  end
22950
23058
  end
22951
23059
 
23060
+ # Contains output only fields. Use this sub-message for actual values set on Instance attributes as compared to the value requested by the user (intent) in their instance CRUD calls.
23061
+ # @!attribute [rw] physical_host
23062
+ # @return [::String]
23063
+ # [Output Only] An opaque ID of the host on which the VM is running.
23064
+ class ResourceStatus
23065
+ include ::Google::Protobuf::MessageExts
23066
+ extend ::Google::Protobuf::MessageExts::ClassMethods
23067
+ end
23068
+
22952
23069
  # A request message for Instances.Resume. See the method description for details.
22953
23070
  # @!attribute [rw] instance
22954
23071
  # @return [::String]
@@ -23145,6 +23262,9 @@ module Google
23145
23262
  # @!attribute [rw] kind
23146
23263
  # @return [::String]
23147
23264
  # [Output Only] Type of resource. Always compute#router for routers.
23265
+ # @!attribute [rw] md5_authentication_keys
23266
+ # @return [::Array<::Google::Cloud::Compute::V1::RouterMd5AuthenticationKey>]
23267
+ # Keys used for MD5 authentication.
23148
23268
  # @!attribute [rw] name
23149
23269
  # @return [::String]
23150
23270
  # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
@@ -23290,6 +23410,9 @@ module Google
23290
23410
  # @return [::String]
23291
23411
  # [Output Only] The resource that configures and manages this BGP peer. - MANAGED_BY_USER is the default value and can be managed by you or other users - MANAGED_BY_ATTACHMENT is a BGP peer that is configured and managed by Cloud Interconnect, specifically by an InterconnectAttachment of type PARTNER. Google automatically creates, updates, and deletes this type of BGP peer when the PARTNER InterconnectAttachment is created, updated, or deleted.
23292
23412
  # Check the ManagementType enum for the list of possible values.
23413
+ # @!attribute [rw] md5_authentication_key_name
23414
+ # @return [::String]
23415
+ # Present if MD5 authentication is enabled for the peering. Must be the name of one of the entries in the Router.md5_authentication_keys. The field must comply with RFC1035.
23293
23416
  # @!attribute [rw] name
23294
23417
  # @return [::String]
23295
23418
  # Name of this BGP peer. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
@@ -23446,6 +23569,17 @@ module Google
23446
23569
  extend ::Google::Protobuf::MessageExts::ClassMethods
23447
23570
  end
23448
23571
 
23572
+ # @!attribute [rw] key
23573
+ # @return [::String]
23574
+ # [Input only] Value of the key. For patch and update calls, it can be skipped to copy the value from the previous configuration. This is allowed if the key with the same name existed before the operation. Maximum length is 80 characters. Can only contain printable ASCII characters.
23575
+ # @!attribute [rw] name
23576
+ # @return [::String]
23577
+ # Name used to identify the key. Must be unique within a router. Must be referenced by at least one bgpPeer. Must comply with RFC1035.
23578
+ class RouterMd5AuthenticationKey
23579
+ include ::Google::Protobuf::MessageExts
23580
+ extend ::Google::Protobuf::MessageExts::ClassMethods
23581
+ end
23582
+
23449
23583
  # Represents a Nat resource. It enables the VMs within the specified subnetworks to access Internet without external IP addresses. It specifies a list of subnetworks (and the ranges within) that want to use NAT. Customers can also provide the external IPs that would be used for NAT. GCP would auto-allocate ephemeral IPs if no external IPs are provided.
23450
23584
  # @!attribute [rw] drain_nat_ips
23451
23585
  # @return [::Array<::String>]
@@ -23657,12 +23791,21 @@ module Google
23657
23791
  # Routes that were advertised to the remote BGP peer
23658
23792
  # @!attribute [rw] bfd_status
23659
23793
  # @return [::Google::Cloud::Compute::V1::BfdStatus]
23794
+ # @!attribute [rw] enable_ipv6
23795
+ # @return [::Boolean]
23796
+ # Enable IPv6 traffic over BGP Peer. If not specified, it is disabled by default.
23660
23797
  # @!attribute [rw] ip_address
23661
23798
  # @return [::String]
23662
23799
  # IP address of the local BGP interface.
23800
+ # @!attribute [rw] ipv6_nexthop_address
23801
+ # @return [::String]
23802
+ # IPv6 address of the local BGP interface.
23663
23803
  # @!attribute [rw] linked_vpn_tunnel
23664
23804
  # @return [::String]
23665
23805
  # URL of the VPN tunnel that this BGP peer controls.
23806
+ # @!attribute [rw] md5_auth_enabled
23807
+ # @return [::Boolean]
23808
+ # Informs whether MD5 authentication is enabled on this BGP peer.
23666
23809
  # @!attribute [rw] name
23667
23810
  # @return [::String]
23668
23811
  # Name of this BGP peer. Unique within the Routers resource.
@@ -23672,6 +23815,9 @@ module Google
23672
23815
  # @!attribute [rw] peer_ip_address
23673
23816
  # @return [::String]
23674
23817
  # IP address of the remote BGP interface.
23818
+ # @!attribute [rw] peer_ipv6_nexthop_address
23819
+ # @return [::String]
23820
+ # IPv6 address of the remote BGP interface.
23675
23821
  # @!attribute [rw] router_appliance_instance
23676
23822
  # @return [::String]
23677
23823
  # [Output only] URI of the VM instance that is used as third-party router appliances such as Next Gen Firewalls, Virtual Routers, or Router Appliances. The VM instance is the peer side of the BGP session.
@@ -23682,6 +23828,10 @@ module Google
23682
23828
  # @return [::String]
23683
23829
  # Status of the BGP peer: \\{UP, DOWN}
23684
23830
  # Check the Status enum for the list of possible values.
23831
+ # @!attribute [rw] status_reason
23832
+ # @return [::String]
23833
+ # Indicates why particular status was returned.
23834
+ # Check the StatusReason enum for the list of possible values.
23685
23835
  # @!attribute [rw] uptime
23686
23836
  # @return [::String]
23687
23837
  # Time this session has been up. Format: 14 years, 51 weeks, 6 days, 23 hours, 59 minutes, 59 seconds
@@ -23703,6 +23853,17 @@ module Google
23703
23853
 
23704
23854
  UP = 2715
23705
23855
  end
23856
+
23857
+ # Indicates why particular status was returned.
23858
+ module StatusReason
23859
+ # A value indicating that the enum field is not set.
23860
+ UNDEFINED_STATUS_REASON = 0
23861
+
23862
+ # Indicates internal problems with configuration of MD5 authentication. This particular reason can only be returned when md5AuthEnabled is true and status is DOWN.
23863
+ MD5_AUTH_INTERNAL_PROBLEM = 140462259
23864
+
23865
+ STATUS_REASON_UNSPECIFIED = 394331913
23866
+ end
23706
23867
  end
23707
23868
 
23708
23869
  # Status of a NAT contained in this router.
@@ -23842,13 +24003,13 @@ module Google
23842
24003
 
23843
24004
  # @!attribute [rw] port
23844
24005
  # @return [::Integer]
23845
- # The TCP port number for the health check request. The default value is 443. Valid values are 1 through 65535.
24006
+ # The TCP port number to which the health check prober sends packets. The default value is 443. Valid values are 1 through 65535.
23846
24007
  # @!attribute [rw] port_name
23847
24008
  # @return [::String]
23848
- # Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence.
24009
+ # Not supported.
23849
24010
  # @!attribute [rw] port_specification
23850
24011
  # @return [::String]
23851
- # Specifies how port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port number in port is used for health checking. USE_NAMED_PORT: The portName is used for health checking. USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. If not specified, SSL health check follows behavior specified in port and portName fields.
24012
+ # Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.
23852
24013
  # Check the PortSpecification enum for the list of possible values.
23853
24014
  # @!attribute [rw] proxy_header
23854
24015
  # @return [::String]
@@ -23856,26 +24017,26 @@ module Google
23856
24017
  # Check the ProxyHeader enum for the list of possible values.
23857
24018
  # @!attribute [rw] request
23858
24019
  # @return [::String]
23859
- # The application data to send once the SSL connection has been established (default value is empty). If both request and response are empty, the connection establishment alone will indicate health. The request data can only be ASCII.
24020
+ # Instructs the health check prober to send this exact ASCII string, up to 1024 bytes in length, after establishing the TCP connection and SSL handshake.
23860
24021
  # @!attribute [rw] response
23861
24022
  # @return [::String]
23862
- # The bytes to match against the beginning of the response data. If left empty (the default value), any response will indicate health. The response data can only be ASCII.
24023
+ # Creates a content-based SSL health check. In addition to establishing a TCP connection and the TLS handshake, you can configure the health check to pass only when the backend sends this exact response ASCII string, up to 1024 bytes in length. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-ssl-tcp
23863
24024
  class SSLHealthCheck
23864
24025
  include ::Google::Protobuf::MessageExts
23865
24026
  extend ::Google::Protobuf::MessageExts::ClassMethods
23866
24027
 
23867
- # Specifies how port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port number in port is used for health checking. USE_NAMED_PORT: The portName is used for health checking. USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. If not specified, SSL health check follows behavior specified in port and portName fields.
24028
+ # Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.
23868
24029
  module PortSpecification
23869
24030
  # A value indicating that the enum field is not set.
23870
24031
  UNDEFINED_PORT_SPECIFICATION = 0
23871
24032
 
23872
- # The port number in port is used for health checking.
24033
+ # The port number in the health check's port is used for health checking. Applies to network endpoint group and instance group backends.
23873
24034
  USE_FIXED_PORT = 190235748
23874
24035
 
23875
- # The portName is used for health checking.
24036
+ # Not supported.
23876
24037
  USE_NAMED_PORT = 349300671
23877
24038
 
23878
- # For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking.
24039
+ # For network endpoint group backends, the health check uses the port number specified on each endpoint in the network endpoint group. For instance group backends, the health check uses the port number specified for the backend service's named port defined in the instance group's named ports.
23879
24040
  USE_SERVING_PORT = 362637516
23880
24041
  end
23881
24042
 
@@ -24287,7 +24448,7 @@ module Google
24287
24448
  # [Output Only] URL of the region where the regional security policy resides. This field is not applicable to global security policies.
24288
24449
  # @!attribute [rw] rules
24289
24450
  # @return [::Array<::Google::Cloud::Compute::V1::SecurityPolicyRule>]
24290
- # A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
24451
+ # A list of rules that belong to this policy. There must always be a default rule which is a rule with priority 2147483647 and match all condition (for the match condition this means match "*" for srcIpRanges and for the networkMatch condition every field must be either match "*" or not set). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
24291
24452
  # @!attribute [rw] self_link
24292
24453
  # @return [::String]
24293
24454
  # [Output Only] Server-defined URL for the resource.
@@ -24534,7 +24695,7 @@ module Google
24534
24695
  # Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.
24535
24696
  # @!attribute [rw] enforce_on_key
24536
24697
  # @return [::String]
24537
- # Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if this field 'enforce_on_key' is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforce_on_key_name". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforce_on_key_name". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL.
24698
+ # Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if this field 'enforce_on_key' is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforce_on_key_name". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforce_on_key_name". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
24538
24699
  # Check the EnforceOnKey enum for the list of possible values.
24539
24700
  # @!attribute [rw] enforce_on_key_name
24540
24701
  # @return [::String]
@@ -24552,7 +24713,7 @@ module Google
24552
24713
  include ::Google::Protobuf::MessageExts
24553
24714
  extend ::Google::Protobuf::MessageExts::ClassMethods
24554
24715
 
24555
- # Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if this field 'enforce_on_key' is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforce_on_key_name". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforce_on_key_name". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL.
24716
+ # Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if this field 'enforce_on_key' is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforce_on_key_name". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforce_on_key_name". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
24556
24717
  module EnforceOnKey
24557
24718
  # A value indicating that the enum field is not set.
24558
24719
  UNDEFINED_ENFORCE_ON_KEY = 0
@@ -24563,8 +24724,14 @@ module Google
24563
24724
 
24564
24725
  HTTP_HEADER = 91597348
24565
24726
 
24727
+ HTTP_PATH = 311503228
24728
+
24566
24729
  IP = 2343
24567
24730
 
24731
+ REGION_CODE = 79559768
24732
+
24733
+ SNI = 82254
24734
+
24568
24735
  XFF_IP = 438707118
24569
24736
  end
24570
24737
  end
@@ -27579,13 +27746,13 @@ module Google
27579
27746
 
27580
27747
  # @!attribute [rw] port
27581
27748
  # @return [::Integer]
27582
- # The TCP port number for the health check request. The default value is 80. Valid values are 1 through 65535.
27749
+ # The TCP port number to which the health check prober sends packets. The default value is 80. Valid values are 1 through 65535.
27583
27750
  # @!attribute [rw] port_name
27584
27751
  # @return [::String]
27585
- # Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence.
27752
+ # Not supported.
27586
27753
  # @!attribute [rw] port_specification
27587
27754
  # @return [::String]
27588
- # Specifies how port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port number in port is used for health checking. USE_NAMED_PORT: The portName is used for health checking. USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. If not specified, TCP health check follows behavior specified in port and portName fields.
27755
+ # Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.
27589
27756
  # Check the PortSpecification enum for the list of possible values.
27590
27757
  # @!attribute [rw] proxy_header
27591
27758
  # @return [::String]
@@ -27593,26 +27760,26 @@ module Google
27593
27760
  # Check the ProxyHeader enum for the list of possible values.
27594
27761
  # @!attribute [rw] request
27595
27762
  # @return [::String]
27596
- # The application data to send once the TCP connection has been established (default value is empty). If both request and response are empty, the connection establishment alone will indicate health. The request data can only be ASCII.
27763
+ # Instructs the health check prober to send this exact ASCII string, up to 1024 bytes in length, after establishing the TCP connection.
27597
27764
  # @!attribute [rw] response
27598
27765
  # @return [::String]
27599
- # The bytes to match against the beginning of the response data. If left empty (the default value), any response will indicate health. The response data can only be ASCII.
27766
+ # Creates a content-based TCP health check. In addition to establishing a TCP connection, you can configure the health check to pass only when the backend sends this exact response ASCII string, up to 1024 bytes in length. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-ssl-tcp
27600
27767
  class TCPHealthCheck
27601
27768
  include ::Google::Protobuf::MessageExts
27602
27769
  extend ::Google::Protobuf::MessageExts::ClassMethods
27603
27770
 
27604
- # Specifies how port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port number in port is used for health checking. USE_NAMED_PORT: The portName is used for health checking. USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. If not specified, TCP health check follows behavior specified in port and portName fields.
27771
+ # Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.
27605
27772
  module PortSpecification
27606
27773
  # A value indicating that the enum field is not set.
27607
27774
  UNDEFINED_PORT_SPECIFICATION = 0
27608
27775
 
27609
- # The port number in port is used for health checking.
27776
+ # The port number in the health check's port is used for health checking. Applies to network endpoint group and instance group backends.
27610
27777
  USE_FIXED_PORT = 190235748
27611
27778
 
27612
- # The portName is used for health checking.
27779
+ # Not supported.
27613
27780
  USE_NAMED_PORT = 349300671
27614
27781
 
27615
- # For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking.
27782
+ # For network endpoint group backends, the health check uses the port number specified on each endpoint in the network endpoint group. For instance group backends, the health check uses the port number specified for the backend service's named port defined in the instance group's named ports.
27616
27783
  USE_SERVING_PORT = 362637516
27617
27784
  end
27618
27785
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-compute-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.1
4
+ version: 1.8.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-09-28 00:00:00.000000000 Z
11
+ date: 2022-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common