lib/google/cloud/compute/v1/compute_pb.rb in google-cloud-compute-v1-1.5.0 vs lib/google/cloud/compute/v1/compute_pb.rb in google-cloud-compute-v1-1.6.0

- old
+ new

@@ -688,10 +688,11 @@ optional :project, :string, 227560217 proto3_optional :request_id, :string, 37109963 optional :zone, :string, 3744684 end add_message "google.cloud.compute.v1.AttachedDisk" do + proto3_optional :architecture, :string, 302803283 proto3_optional :auto_delete, :bool, 464761403 proto3_optional :boot, :bool, 3029746 proto3_optional :device_name, :string, 67541716 proto3_optional :disk_encryption_key, :message, 271660677, "google.cloud.compute.v1.CustomerEncryptionKey" proto3_optional :disk_size_gb, :int64, 316263735 @@ -704,10 +705,16 @@ proto3_optional :mode, :string, 3357091 proto3_optional :shielded_instance_initial_state, :message, 192356867, "google.cloud.compute.v1.InitialStateConfig" proto3_optional :source, :string, 177235995 proto3_optional :type, :string, 3575610 end + add_enum "google.cloud.compute.v1.AttachedDisk.Architecture" do + value :UNDEFINED_ARCHITECTURE, 0 + value :ARCHITECTURE_UNSPECIFIED, 394750507 + value :ARM64, 62547450 + value :X86_64, 425300551 + end add_enum "google.cloud.compute.v1.AttachedDisk.Interface" do value :UNDEFINED_INTERFACE, 0 value :NVME, 2408800 value :SCSI, 2539686 end @@ -720,10 +727,11 @@ value :UNDEFINED_TYPE, 0 value :PERSISTENT, 460683927 value :SCRATCH, 496778970 end add_message "google.cloud.compute.v1.AttachedDiskInitializeParams" do + proto3_optional :architecture, :string, 302803283 proto3_optional :description, :string, 422937596 proto3_optional :disk_name, :string, 92807149 proto3_optional :disk_size_gb, :int64, 316263735 proto3_optional :disk_type, :string, 93009052 map :labels, :string, :string, 500195327 @@ -734,10 +742,16 @@ proto3_optional :source_image, :string, 50443319 proto3_optional :source_image_encryption_key, :message, 381503659, "google.cloud.compute.v1.CustomerEncryptionKey" proto3_optional :source_snapshot, :string, 126061928 proto3_optional :source_snapshot_encryption_key, :message, 303679322, "google.cloud.compute.v1.CustomerEncryptionKey" end + add_enum "google.cloud.compute.v1.AttachedDiskInitializeParams.Architecture" do + value :UNDEFINED_ARCHITECTURE, 0 + value :ARCHITECTURE_UNSPECIFIED, 394750507 + value :ARM64, 62547450 + value :X86_64, 425300551 + end add_enum "google.cloud.compute.v1.AttachedDiskInitializeParams.OnUpdateAction" do value :UNDEFINED_ON_UPDATE_ACTION, 0 value :RECREATE_DISK, 494767853 value :RECREATE_DISK_IF_SOURCE_CHANGED, 398099712 value :USE_EXISTING_DISK, 232682233 @@ -1346,10 +1360,11 @@ value :TWELVE_MONTH, 173083962 end add_enum "google.cloud.compute.v1.Commitment.Status" do value :UNDEFINED_STATUS, 0 value :ACTIVE, 314733318 + value :CANCELLED, 41957681 value :CREATING, 455564985 value :EXPIRED, 482489093 value :NOT_YET_ACTIVE, 20607337 end add_enum "google.cloud.compute.v1.Commitment.Type" do @@ -1993,10 +2008,11 @@ optional :project, :string, 227560217 optional :projects_disable_xpn_resource_request_resource, :message, 209136170, "google.cloud.compute.v1.ProjectsDisableXpnResourceRequest" proto3_optional :request_id, :string, 37109963 end add_message "google.cloud.compute.v1.Disk" do + proto3_optional :architecture, :string, 302803283 proto3_optional :creation_timestamp, :string, 30525366 proto3_optional :description, :string, 422937596 proto3_optional :disk_encryption_key, :message, 271660677, "google.cloud.compute.v1.CustomerEncryptionKey" repeated :guest_os_features, :message, 79294545, "google.cloud.compute.v1.GuestOsFeature" proto3_optional :id, :uint64, 3355 @@ -2030,10 +2046,16 @@ proto3_optional :status, :string, 181260274 proto3_optional :type, :string, 3575610 repeated :users, :string, 111578632 proto3_optional :zone, :string, 3744684 end + add_enum "google.cloud.compute.v1.Disk.Architecture" do + value :UNDEFINED_ARCHITECTURE, 0 + value :ARCHITECTURE_UNSPECIFIED, 394750507 + value :ARM64, 62547450 + value :X86_64, 425300551 + end add_enum "google.cloud.compute.v1.Disk.Status" do value :UNDEFINED_STATUS, 0 value :CREATING, 455564985 value :DELETING, 528602024 value :FAILED, 455706685 @@ -2154,12 +2176,23 @@ proto3_optional :request_id, :string, 37109963 end add_message "google.cloud.compute.v1.Error" do repeated :errors, :message, 315977579, "google.cloud.compute.v1.Errors" end + add_message "google.cloud.compute.v1.ErrorDetails" do + proto3_optional :error_info, :message, 25251973, "google.cloud.compute.v1.ErrorInfo" + proto3_optional :help, :message, 3198785, "google.cloud.compute.v1.Help" + proto3_optional :localized_message, :message, 404537155, "google.cloud.compute.v1.LocalizedMessage" + end + add_message "google.cloud.compute.v1.ErrorInfo" do + proto3_optional :domain, :string, 284415172 + map :metadatas, :string, :string, 8514340 + proto3_optional :reason, :string, 138777156 + end add_message "google.cloud.compute.v1.Errors" do proto3_optional :code, :string, 3059181 + repeated :error_details, :message, 274653963, "google.cloud.compute.v1.ErrorDetails" proto3_optional :location, :string, 290430901 proto3_optional :message, :string, 418054151 end add_message "google.cloud.compute.v1.ExchangedPeeringRoute" do proto3_optional :dest_range, :string, 381327712 @@ -2425,10 +2458,11 @@ end add_enum "google.cloud.compute.v1.ForwardingRule.PscConnectionStatus" do value :UNDEFINED_PSC_CONNECTION_STATUS, 0 value :ACCEPTED, 246714279 value :CLOSED, 380163436 + value :NEEDS_ATTENTION, 344491452 value :PENDING, 35394935 value :REJECTED, 174130302 value :STATUS_UNSPECIFIED, 42133066 end add_message "google.cloud.compute.v1.ForwardingRuleAggregatedList" do @@ -3311,10 +3345,17 @@ value :DRAINING, 480455402 value :HEALTHY, 439801213 value :UNHEALTHY, 462118084 value :UNKNOWN, 433141802 end + add_message "google.cloud.compute.v1.Help" do + repeated :links, :message, 102977465, "google.cloud.compute.v1.HelpLink" + end + add_message "google.cloud.compute.v1.HelpLink" do + proto3_optional :description, :string, 422937596 + proto3_optional :url, :string, 116079 + end add_message "google.cloud.compute.v1.HostRule" do proto3_optional :description, :string, 422937596 repeated :hosts, :string, 99467211 proto3_optional :path_matcher, :string, 337813272 end @@ -3405,10 +3446,11 @@ proto3_optional :prefix_match, :string, 257898968 repeated :query_parameter_matches, :message, 286231270, "google.cloud.compute.v1.HttpQueryParameterMatch" proto3_optional :regex_match, :string, 107387853 end add_message "google.cloud.compute.v1.Image" do + proto3_optional :architecture, :string, 302803283 proto3_optional :archive_size_bytes, :int64, 381093450 proto3_optional :creation_timestamp, :string, 30525366 proto3_optional :deprecated, :message, 515138995, "google.cloud.compute.v1.DeprecationStatus" proto3_optional :description, :string, 422937596 proto3_optional :disk_size_gb, :int64, 316263735 @@ -3437,10 +3479,16 @@ proto3_optional :source_snapshot_id, :string, 98962258 proto3_optional :source_type, :string, 452245726 proto3_optional :status, :string, 181260274 repeated :storage_locations, :string, 328005274 end + add_enum "google.cloud.compute.v1.Image.Architecture" do + value :UNDEFINED_ARCHITECTURE, 0 + value :ARCHITECTURE_UNSPECIFIED, 394750507 + value :ARM64, 62547450 + value :X86_64, 425300551 + end add_enum "google.cloud.compute.v1.Image.SourceType" do value :UNDEFINED_SOURCE_TYPE, 0 value :RAW, 80904 end add_enum "google.cloud.compute.v1.Image.Status" do @@ -3869,10 +3917,11 @@ proto3_optional :display_device, :message, 258933875, "google.cloud.compute.v1.DisplayDevice" proto3_optional :fingerprint, :string, 234678500 repeated :guest_accelerators, :message, 463595119, "google.cloud.compute.v1.AcceleratorConfig" proto3_optional :hostname, :string, 237067315 proto3_optional :id, :uint64, 3355 + proto3_optional :key_revocation_action_type, :string, 235941474 proto3_optional :kind, :string, 3292052 proto3_optional :label_fingerprint, :string, 178124825 map :labels, :string, :string, 500195327 proto3_optional :last_start_timestamp, :string, 443830736 proto3_optional :last_stop_timestamp, :string, 412823010 @@ -3899,10 +3948,16 @@ proto3_optional :status, :string, 181260274 proto3_optional :status_message, :string, 297428154 proto3_optional :tags, :message, 3552281, "google.cloud.compute.v1.Tags" proto3_optional :zone, :string, 3744684 end + add_enum "google.cloud.compute.v1.Instance.KeyRevocationActionType" do + value :UNDEFINED_KEY_REVOCATION_ACTION_TYPE, 0 + value :KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED, 467110106 + value :NONE, 2402104 + value :STOP, 2555906 + end add_enum "google.cloud.compute.v1.Instance.PrivateIpv6GoogleAccess" do value :UNDEFINED_PRIVATE_IPV6_GOOGLE_ACCESS, 0 value :ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE, 427975994 value :ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE, 288210263 value :INHERIT_FROM_SUBNETWORK, 530256959 @@ -4215,10 +4270,11 @@ proto3_optional :can_ip_forward, :bool, 467731324 proto3_optional :confidential_instance_config, :message, 490637685, "google.cloud.compute.v1.ConfidentialInstanceConfig" proto3_optional :description, :string, 422937596 repeated :disks, :message, 95594102, "google.cloud.compute.v1.AttachedDisk" repeated :guest_accelerators, :message, 463595119, "google.cloud.compute.v1.AcceleratorConfig" + proto3_optional :key_revocation_action_type, :string, 235941474 map :labels, :string, :string, 500195327 proto3_optional :machine_type, :string, 227711026 proto3_optional :metadata, :message, 86866735, "google.cloud.compute.v1.Metadata" proto3_optional :min_cpu_platform, :string, 242912759 repeated :network_interfaces, :message, 52735243, "google.cloud.compute.v1.NetworkInterface" @@ -4230,10 +4286,16 @@ proto3_optional :scheduling, :message, 386688404, "google.cloud.compute.v1.Scheduling" repeated :service_accounts, :message, 277537328, "google.cloud.compute.v1.ServiceAccount" proto3_optional :shielded_instance_config, :message, 12862901, "google.cloud.compute.v1.ShieldedInstanceConfig" proto3_optional :tags, :message, 3552281, "google.cloud.compute.v1.Tags" end + add_enum "google.cloud.compute.v1.InstanceProperties.KeyRevocationActionType" do + value :UNDEFINED_KEY_REVOCATION_ACTION_TYPE, 0 + value :KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED, 467110106 + value :NONE, 2402104 + value :STOP, 2555906 + end add_enum "google.cloud.compute.v1.InstanceProperties.PrivateIpv6GoogleAccess" do value :UNDEFINED_PRIVATE_IPV6_GOOGLE_ACCESS, 0 value :ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE, 427975994 value :ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE, 288210263 value :INHERIT_FROM_SUBNETWORK, 530256959 @@ -5560,10 +5622,14 @@ add_message "google.cloud.compute.v1.LocalDisk" do proto3_optional :disk_count, :int32, 182933485 proto3_optional :disk_size_gb, :int32, 316263735 proto3_optional :disk_type, :string, 93009052 end + add_message "google.cloud.compute.v1.LocalizedMessage" do + proto3_optional :locale, :string, 513150554 + proto3_optional :message, :string, 418054151 + end add_message "google.cloud.compute.v1.LocationPolicy" do map :locations, :string, :message, 413423454, "google.cloud.compute.v1.LocationPolicyLocation" proto3_optional :target_shape, :string, 338621299 end add_enum "google.cloud.compute.v1.LocationPolicy.TargetShape" do @@ -5571,18 +5637,22 @@ value :ANY, 64972 value :ANY_SINGLE_ZONE, 61100880 value :BALANCED, 468409608 end add_message "google.cloud.compute.v1.LocationPolicyLocation" do + proto3_optional :constraints, :message, 3909174, "google.cloud.compute.v1.LocationPolicyLocationConstraints" proto3_optional :preference, :string, 150781147 end add_enum "google.cloud.compute.v1.LocationPolicyLocation.Preference" do value :UNDEFINED_PREFERENCE, 0 value :ALLOW, 62368553 value :DENY, 2094604 value :PREFERENCE_UNSPECIFIED, 496219571 end + add_message "google.cloud.compute.v1.LocationPolicyLocationConstraints" do + proto3_optional :max_count, :int32, 287620724 + end add_message "google.cloud.compute.v1.LogConfig" do proto3_optional :cloud_audit, :message, 412852561, "google.cloud.compute.v1.LogConfigCloudAuditOptions" proto3_optional :counter, :message, 420959740, "google.cloud.compute.v1.LogConfigCounterOptions" proto3_optional :data_access, :message, 286633881, "google.cloud.compute.v1.LogConfigDataAccessOptions" end @@ -5786,10 +5856,11 @@ proto3_optional :I_pv4_range, :string, 59234358 proto3_optional :auto_create_subnetworks, :bool, 256156690 proto3_optional :creation_timestamp, :string, 30525366 proto3_optional :description, :string, 422937596 proto3_optional :enable_ula_internal_ipv6, :bool, 423757720 + proto3_optional :firewall_policy, :string, 498173265 proto3_optional :gateway_i_pv4, :string, 178678877 proto3_optional :id, :uint64, 3355 proto3_optional :internal_ipv6_range, :string, 277456807 proto3_optional :kind, :string, 3292052 proto3_optional :mtu, :int32, 108462 @@ -7990,15 +8061,22 @@ value :UNDEFINED_TYPE, 0 value :PERSISTENT, 460683927 value :SCRATCH, 496778970 end add_message "google.cloud.compute.v1.SavedDisk" do + proto3_optional :architecture, :string, 302803283 proto3_optional :kind, :string, 3292052 proto3_optional :source_disk, :string, 451753793 proto3_optional :storage_bytes, :int64, 424631719 proto3_optional :storage_bytes_status, :string, 490739082 end + add_enum "google.cloud.compute.v1.SavedDisk.Architecture" do + value :UNDEFINED_ARCHITECTURE, 0 + value :ARCHITECTURE_UNSPECIFIED, 394750507 + value :ARM64, 62547450 + value :X86_64, 425300551 + end add_enum "google.cloud.compute.v1.SavedDisk.StorageBytesStatus" do value :UNDEFINED_STORAGE_BYTES_STATUS, 0 value :UPDATING, 494614342 value :UP_TO_DATE, 101306702 end @@ -8281,10 +8359,11 @@ end add_enum "google.cloud.compute.v1.ServiceAttachmentConnectedEndpoint.Status" do value :UNDEFINED_STATUS, 0 value :ACCEPTED, 246714279 value :CLOSED, 380163436 + value :NEEDS_ATTENTION, 344491452 value :PENDING, 35394935 value :REJECTED, 174130302 value :STATUS_UNSPECIFIED, 42133066 end add_message "google.cloud.compute.v1.ServiceAttachmentConsumerProjectLimit" do @@ -8770,12 +8849,14 @@ optional :instance, :string, 18257045 optional :project, :string, 227560217 optional :zone, :string, 3744684 end add_message "google.cloud.compute.v1.Snapshot" do + proto3_optional :architecture, :string, 302803283 proto3_optional :auto_created, :bool, 463922264 proto3_optional :chain_name, :string, 68644169 + proto3_optional :creation_size_bytes, :int64, 125400077 proto3_optional :creation_timestamp, :string, 30525366 proto3_optional :description, :string, 422937596 proto3_optional :disk_size_gb, :int64, 316263735 proto3_optional :download_bytes, :int64, 435054068 proto3_optional :id, :uint64, 3355 @@ -8787,18 +8868,32 @@ proto3_optional :location_hint, :string, 350519505 proto3_optional :name, :string, 3373707 proto3_optional :satisfies_pzs, :bool, 480964267 proto3_optional :self_link, :string, 456214797 proto3_optional :snapshot_encryption_key, :message, 43334526, "google.cloud.compute.v1.CustomerEncryptionKey" + proto3_optional :snapshot_type, :string, 124349653 proto3_optional :source_disk, :string, 451753793 proto3_optional :source_disk_encryption_key, :message, 531501153, "google.cloud.compute.v1.CustomerEncryptionKey" proto3_optional :source_disk_id, :string, 454190809 + proto3_optional :source_snapshot_schedule_policy, :string, 235756291 + proto3_optional :source_snapshot_schedule_policy_id, :string, 70489047 proto3_optional :status, :string, 181260274 proto3_optional :storage_bytes, :int64, 424631719 proto3_optional :storage_bytes_status, :string, 490739082 repeated :storage_locations, :string, 328005274 end + add_enum "google.cloud.compute.v1.Snapshot.Architecture" do + value :UNDEFINED_ARCHITECTURE, 0 + value :ARCHITECTURE_UNSPECIFIED, 394750507 + value :ARM64, 62547450 + value :X86_64, 425300551 + end + add_enum "google.cloud.compute.v1.Snapshot.SnapshotType" do + value :UNDEFINED_SNAPSHOT_TYPE, 0 + value :ARCHIVE, 506752162 + value :STANDARD, 484642493 + end add_enum "google.cloud.compute.v1.Snapshot.Status" do value :UNDEFINED_STATUS, 0 value :CREATING, 455564985 value :DELETING, 528602024 value :FAILED, 455706685 @@ -8829,19 +8924,26 @@ proto3_optional :can_ip_forward, :bool, 467731324 proto3_optional :deletion_protection, :bool, 458014698 proto3_optional :description, :string, 422937596 repeated :disks, :message, 95594102, "google.cloud.compute.v1.SavedAttachedDisk" repeated :guest_accelerators, :message, 463595119, "google.cloud.compute.v1.AcceleratorConfig" + proto3_optional :key_revocation_action_type, :string, 235941474 map :labels, :string, :string, 500195327 proto3_optional :machine_type, :string, 227711026 proto3_optional :metadata, :message, 86866735, "google.cloud.compute.v1.Metadata" proto3_optional :min_cpu_platform, :string, 242912759 repeated :network_interfaces, :message, 52735243, "google.cloud.compute.v1.NetworkInterface" proto3_optional :scheduling, :message, 386688404, "google.cloud.compute.v1.Scheduling" repeated :service_accounts, :message, 277537328, "google.cloud.compute.v1.ServiceAccount" proto3_optional :tags, :message, 3552281, "google.cloud.compute.v1.Tags" end + add_enum "google.cloud.compute.v1.SourceInstanceProperties.KeyRevocationActionType" do + value :UNDEFINED_KEY_REVOCATION_ACTION_TYPE, 0 + value :KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED, 467110106 + value :NONE, 2402104 + value :STOP, 2555906 + end add_message "google.cloud.compute.v1.SslCertificate" do proto3_optional :certificate, :string, 341787031 proto3_optional :creation_timestamp, :string, 30525366 proto3_optional :description, :string, 422937596 proto3_optional :expire_time, :string, 440691181 @@ -9910,13 +10012,21 @@ add_message "google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings" do repeated :drain_nat_ip_port_ranges, :string, 395440577 repeated :nat_ip_port_ranges, :string, 531830810 proto3_optional :num_total_drain_nat_ports, :int32, 335532793 proto3_optional :num_total_nat_ports, :int32, 299904384 + repeated :rule_mappings, :message, 486192968, "google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings" proto3_optional :source_alias_ip_range, :string, 440340952 proto3_optional :source_virtual_ip, :string, 149836159 end + add_message "google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings" do + repeated :drain_nat_ip_port_ranges, :string, 395440577 + repeated :nat_ip_port_ranges, :string, 531830810 + proto3_optional :num_total_drain_nat_ports, :int32, 335532793 + proto3_optional :num_total_nat_ports, :int32, 299904384 + proto3_optional :rule_number, :int32, 535211500 + end add_message "google.cloud.compute.v1.VmEndpointNatMappingsList" do proto3_optional :id, :string, 3355 proto3_optional :kind, :string, 3292052 proto3_optional :next_page_token, :string, 79797525 repeated :result, :message, 139315229, "google.cloud.compute.v1.VmEndpointNatMappings" @@ -10094,10 +10204,11 @@ value :DISK_SIZE_LARGER_THAN_IMAGE_SIZE, 369442967 value :EXPERIMENTAL_TYPE_USED, 451954443 value :EXTERNAL_API_WARNING, 175546307 value :FIELD_VALUE_OVERRIDEN, 329669423 value :INJECTED_KERNELS_DEPRECATED, 417377419 + value :INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB, 401542606 value :LARGE_DEPLOYMENT_WARNING, 481440678 value :MISSING_TYPE_DEPENDENCY, 344505463 value :NEXT_HOP_ADDRESS_NOT_ASSIGNED, 324964999 value :NEXT_HOP_CANNOT_IP_FORWARD, 383382887 value :NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE, 146748434 @@ -10128,10 +10239,11 @@ value :DISK_SIZE_LARGER_THAN_IMAGE_SIZE, 369442967 value :EXPERIMENTAL_TYPE_USED, 451954443 value :EXTERNAL_API_WARNING, 175546307 value :FIELD_VALUE_OVERRIDEN, 329669423 value :INJECTED_KERNELS_DEPRECATED, 417377419 + value :INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB, 401542606 value :LARGE_DEPLOYMENT_WARNING, 481440678 value :MISSING_TYPE_DEPENDENCY, 344505463 value :NEXT_HOP_ADDRESS_NOT_ASSIGNED, 324964999 value :NEXT_HOP_CANNOT_IP_FORWARD, 383382887 value :NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE, 146748434 @@ -10299,14 +10411,16 @@ ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest").msgclass AttachDiskInstanceRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.AttachDiskInstanceRequest").msgclass AttachNetworkEndpointsGlobalNetworkEndpointGroupRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.AttachNetworkEndpointsGlobalNetworkEndpointGroupRequest").msgclass AttachNetworkEndpointsNetworkEndpointGroupRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.AttachNetworkEndpointsNetworkEndpointGroupRequest").msgclass AttachedDisk = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.AttachedDisk").msgclass + AttachedDisk::Architecture = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.AttachedDisk.Architecture").enummodule AttachedDisk::Interface = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.AttachedDisk.Interface").enummodule AttachedDisk::Mode = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.AttachedDisk.Mode").enummodule AttachedDisk::Type = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.AttachedDisk.Type").enummodule AttachedDiskInitializeParams = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.AttachedDiskInitializeParams").msgclass + AttachedDiskInitializeParams::Architecture = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.AttachedDiskInitializeParams.Architecture").enummodule AttachedDiskInitializeParams::OnUpdateAction = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.AttachedDiskInitializeParams.OnUpdateAction").enummodule AuditConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.AuditConfig").msgclass AuditLogConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.AuditLogConfig").msgclass AuditLogConfig::LogType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.AuditLogConfig.LogType").enummodule AuthorizationLoggingOptions = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.AuthorizationLoggingOptions").msgclass @@ -10494,10 +10608,11 @@ DetachNetworkEndpointsGlobalNetworkEndpointGroupRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.DetachNetworkEndpointsGlobalNetworkEndpointGroupRequest").msgclass DetachNetworkEndpointsNetworkEndpointGroupRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.DetachNetworkEndpointsNetworkEndpointGroupRequest").msgclass DisableXpnHostProjectRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.DisableXpnHostProjectRequest").msgclass DisableXpnResourceProjectRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.DisableXpnResourceProjectRequest").msgclass Disk = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Disk").msgclass + Disk::Architecture = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Disk.Architecture").enummodule Disk::Status = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Disk.Status").enummodule DiskAggregatedList = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.DiskAggregatedList").msgclass DiskInstantiationConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.DiskInstantiationConfig").msgclass DiskInstantiationConfig::InstantiateFrom = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.DiskInstantiationConfig.InstantiateFrom").enummodule DiskList = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.DiskList").msgclass @@ -10516,10 +10631,12 @@ DistributionPolicyZoneConfiguration = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.DistributionPolicyZoneConfiguration").msgclass Duration = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Duration").msgclass EnableXpnHostProjectRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.EnableXpnHostProjectRequest").msgclass EnableXpnResourceProjectRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.EnableXpnResourceProjectRequest").msgclass Error = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Error").msgclass + ErrorDetails = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.ErrorDetails").msgclass + ErrorInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.ErrorInfo").msgclass Errors = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Errors").msgclass ExchangedPeeringRoute = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.ExchangedPeeringRoute").msgclass ExchangedPeeringRoute::Type = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.ExchangedPeeringRoute.Type").enummodule ExchangedPeeringRoutesList = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.ExchangedPeeringRoutesList").msgclass ExpandIpCidrRangeSubnetworkRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.ExpandIpCidrRangeSubnetworkRequest").msgclass @@ -10717,10 +10834,12 @@ HealthStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.HealthStatus").msgclass HealthStatus::HealthState = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.HealthStatus.HealthState").enummodule HealthStatus::WeightError = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.HealthStatus.WeightError").enummodule HealthStatusForNetworkEndpoint = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.HealthStatusForNetworkEndpoint").msgclass HealthStatusForNetworkEndpoint::HealthState = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.HealthStatusForNetworkEndpoint.HealthState").enummodule + Help = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Help").msgclass + HelpLink = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.HelpLink").msgclass HostRule = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.HostRule").msgclass HttpFaultAbort = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.HttpFaultAbort").msgclass HttpFaultDelay = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.HttpFaultDelay").msgclass HttpFaultInjection = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.HttpFaultInjection").msgclass HttpHeaderAction = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.HttpHeaderAction").msgclass @@ -10732,10 +10851,11 @@ HttpRetryPolicy = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.HttpRetryPolicy").msgclass HttpRouteAction = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.HttpRouteAction").msgclass HttpRouteRule = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.HttpRouteRule").msgclass HttpRouteRuleMatch = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.HttpRouteRuleMatch").msgclass Image = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Image").msgclass + Image::Architecture = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Image.Architecture").enummodule Image::SourceType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Image.SourceType").enummodule Image::Status = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Image.Status").enummodule ImageFamilyView = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.ImageFamilyView").msgclass ImageList = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.ImageList").msgclass InitialStateConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.InitialStateConfig").msgclass @@ -10806,10 +10926,11 @@ InsertTargetVpnGatewayRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.InsertTargetVpnGatewayRequest").msgclass InsertUrlMapRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.InsertUrlMapRequest").msgclass InsertVpnGatewayRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.InsertVpnGatewayRequest").msgclass InsertVpnTunnelRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.InsertVpnTunnelRequest").msgclass Instance = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Instance").msgclass + Instance::KeyRevocationActionType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Instance.KeyRevocationActionType").enummodule Instance::PrivateIpv6GoogleAccess = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Instance.PrivateIpv6GoogleAccess").enummodule Instance::Status = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Instance.Status").enummodule InstanceAggregatedList = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.InstanceAggregatedList").msgclass InstanceGroup = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.InstanceGroup").msgclass InstanceGroupAggregatedList = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.InstanceGroupAggregatedList").msgclass @@ -10860,10 +10981,11 @@ InstanceManagedByIgmErrorInstanceActionDetails::Action = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.InstanceManagedByIgmErrorInstanceActionDetails.Action").enummodule InstanceManagedByIgmErrorManagedInstanceError = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.InstanceManagedByIgmErrorManagedInstanceError").msgclass InstanceMoveRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.InstanceMoveRequest").msgclass InstanceParams = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.InstanceParams").msgclass InstanceProperties = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.InstanceProperties").msgclass + InstanceProperties::KeyRevocationActionType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.InstanceProperties.KeyRevocationActionType").enummodule InstanceProperties::PrivateIpv6GoogleAccess = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.InstanceProperties.PrivateIpv6GoogleAccess").enummodule InstanceReference = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.InstanceReference").msgclass InstanceTemplate = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.InstanceTemplate").msgclass InstanceTemplateList = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.InstanceTemplateList").msgclass InstanceWithNamedPorts = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.InstanceWithNamedPorts").msgclass @@ -11026,14 +11148,16 @@ ListVpnTunnelsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.ListVpnTunnelsRequest").msgclass ListXpnHostsProjectsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.ListXpnHostsProjectsRequest").msgclass ListZoneOperationsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.ListZoneOperationsRequest").msgclass ListZonesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.ListZonesRequest").msgclass LocalDisk = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.LocalDisk").msgclass + LocalizedMessage = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.LocalizedMessage").msgclass LocationPolicy = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.LocationPolicy").msgclass LocationPolicy::TargetShape = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.LocationPolicy.TargetShape").enummodule LocationPolicyLocation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.LocationPolicyLocation").msgclass LocationPolicyLocation::Preference = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.LocationPolicyLocation.Preference").enummodule + LocationPolicyLocationConstraints = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.LocationPolicyLocationConstraints").msgclass LogConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.LogConfig").msgclass LogConfigCloudAuditOptions = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.LogConfigCloudAuditOptions").msgclass LogConfigCloudAuditOptions::LogName = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.LogConfigCloudAuditOptions.LogName").enummodule LogConfigCounterOptions = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.LogConfigCounterOptions").msgclass LogConfigCounterOptionsCustomField = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.LogConfigCounterOptionsCustomField").msgclass @@ -11371,10 +11495,11 @@ SavedAttachedDisk::Interface = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.SavedAttachedDisk.Interface").enummodule SavedAttachedDisk::Mode = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.SavedAttachedDisk.Mode").enummodule SavedAttachedDisk::StorageBytesStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.SavedAttachedDisk.StorageBytesStatus").enummodule SavedAttachedDisk::Type = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.SavedAttachedDisk.Type").enummodule SavedDisk = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.SavedDisk").msgclass + SavedDisk::Architecture = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.SavedDisk.Architecture").enummodule SavedDisk::StorageBytesStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.SavedDisk.StorageBytesStatus").enummodule ScalingScheduleStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.ScalingScheduleStatus").msgclass ScalingScheduleStatus::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.ScalingScheduleStatus.State").enummodule Scheduling = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Scheduling").msgclass Scheduling::InstanceTerminationAction = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Scheduling.InstanceTerminationAction").enummodule @@ -11504,16 +11629,19 @@ ShieldedInstanceIdentityEntry = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.ShieldedInstanceIdentityEntry").msgclass ShieldedInstanceIntegrityPolicy = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.ShieldedInstanceIntegrityPolicy").msgclass SignedUrlKey = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.SignedUrlKey").msgclass SimulateMaintenanceEventInstanceRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.SimulateMaintenanceEventInstanceRequest").msgclass Snapshot = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Snapshot").msgclass + Snapshot::Architecture = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Snapshot.Architecture").enummodule + Snapshot::SnapshotType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Snapshot.SnapshotType").enummodule Snapshot::Status = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Snapshot.Status").enummodule Snapshot::StorageBytesStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.Snapshot.StorageBytesStatus").enummodule SnapshotList = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.SnapshotList").msgclass SourceDiskEncryptionKey = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.SourceDiskEncryptionKey").msgclass SourceInstanceParams = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.SourceInstanceParams").msgclass SourceInstanceProperties = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.SourceInstanceProperties").msgclass + SourceInstanceProperties::KeyRevocationActionType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.SourceInstanceProperties.KeyRevocationActionType").enummodule SslCertificate = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.SslCertificate").msgclass SslCertificate::Type = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.SslCertificate.Type").enummodule SslCertificateAggregatedList = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.SslCertificateAggregatedList").msgclass SslCertificateList = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.SslCertificateList").msgclass SslCertificateManagedSslCertificate = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.SslCertificateManagedSslCertificate").msgclass @@ -11678,9 +11806,10 @@ UsageExportLocation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.UsageExportLocation").msgclass ValidateRegionUrlMapRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.ValidateRegionUrlMapRequest").msgclass ValidateUrlMapRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.ValidateUrlMapRequest").msgclass VmEndpointNatMappings = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.VmEndpointNatMappings").msgclass VmEndpointNatMappingsInterfaceNatMappings = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings").msgclass + VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings").msgclass VmEndpointNatMappingsList = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.VmEndpointNatMappingsList").msgclass VpnGateway = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.VpnGateway").msgclass VpnGateway::StackType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.VpnGateway.StackType").enummodule VpnGatewayAggregatedList = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.VpnGatewayAggregatedList").msgclass VpnGatewayList = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.VpnGatewayList").msgclass