...

Source file src/google.golang.org/genproto/googleapis/cloud/compute/v1/alias.go

Documentation: google.golang.org/genproto/googleapis/cloud/compute/v1

     1  // Copyright 2022 Google LLC
     2  //
     3  // Licensed under the Apache License, Version 2.0 (the "License");
     4  // you may not use this file except in compliance with the License.
     5  // You may obtain a copy of the License at
     6  //
     7  //     http://www.apache.org/licenses/LICENSE-2.0
     8  //
     9  // Unless required by applicable law or agreed to in writing, software
    10  // distributed under the License is distributed on an "AS IS" BASIS,
    11  // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12  // See the License for the specific language governing permissions and
    13  // limitations under the License.
    14  
    15  // Code generated by aliasgen. DO NOT EDIT.
    16  
    17  // Package compute aliases all exported identifiers in package
    18  // "cloud.google.com/go/compute/apiv1/computepb".
    19  //
    20  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb.
    21  // Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md
    22  // for more details.
    23  package compute
    24  
    25  import (
    26  	src "cloud.google.com/go/compute/apiv1/computepb"
    27  	grpc "google.golang.org/grpc"
    28  )
    29  
    30  // Deprecated: Please use consts in: cloud.google.com/go/compute/apiv1/computepb
    31  const (
    32  	AccessConfig_DIRECT_IPV6                                                                           = src.AccessConfig_DIRECT_IPV6
    33  	AccessConfig_FIXED_STANDARD                                                                        = src.AccessConfig_FIXED_STANDARD
    34  	AccessConfig_ONE_TO_ONE_NAT                                                                        = src.AccessConfig_ONE_TO_ONE_NAT
    35  	AccessConfig_PREMIUM                                                                               = src.AccessConfig_PREMIUM
    36  	AccessConfig_STANDARD                                                                              = src.AccessConfig_STANDARD
    37  	AccessConfig_STANDARD_OVERRIDES_FIXED_STANDARD                                                     = src.AccessConfig_STANDARD_OVERRIDES_FIXED_STANDARD
    38  	AccessConfig_UNDEFINED_NETWORK_TIER                                                                = src.AccessConfig_UNDEFINED_NETWORK_TIER
    39  	AccessConfig_UNDEFINED_TYPE                                                                        = src.AccessConfig_UNDEFINED_TYPE
    40  	Address_DNS_RESOLVER                                                                               = src.Address_DNS_RESOLVER
    41  	Address_EXTERNAL                                                                                   = src.Address_EXTERNAL
    42  	Address_FIXED_STANDARD                                                                             = src.Address_FIXED_STANDARD
    43  	Address_GCE_ENDPOINT                                                                               = src.Address_GCE_ENDPOINT
    44  	Address_INTERNAL                                                                                   = src.Address_INTERNAL
    45  	Address_IN_USE                                                                                     = src.Address_IN_USE
    46  	Address_IPSEC_INTERCONNECT                                                                         = src.Address_IPSEC_INTERCONNECT
    47  	Address_IPV4                                                                                       = src.Address_IPV4
    48  	Address_IPV6                                                                                       = src.Address_IPV6
    49  	Address_NAT_AUTO                                                                                   = src.Address_NAT_AUTO
    50  	Address_NETLB                                                                                      = src.Address_NETLB
    51  	Address_PREMIUM                                                                                    = src.Address_PREMIUM
    52  	Address_PRIVATE_SERVICE_CONNECT                                                                    = src.Address_PRIVATE_SERVICE_CONNECT
    53  	Address_RESERVED                                                                                   = src.Address_RESERVED
    54  	Address_RESERVING                                                                                  = src.Address_RESERVING
    55  	Address_SERVERLESS                                                                                 = src.Address_SERVERLESS
    56  	Address_SHARED_LOADBALANCER_VIP                                                                    = src.Address_SHARED_LOADBALANCER_VIP
    57  	Address_STANDARD                                                                                   = src.Address_STANDARD
    58  	Address_STANDARD_OVERRIDES_FIXED_STANDARD                                                          = src.Address_STANDARD_OVERRIDES_FIXED_STANDARD
    59  	Address_UNDEFINED_ADDRESS_TYPE                                                                     = src.Address_UNDEFINED_ADDRESS_TYPE
    60  	Address_UNDEFINED_IPV6_ENDPOINT_TYPE                                                               = src.Address_UNDEFINED_IPV6_ENDPOINT_TYPE
    61  	Address_UNDEFINED_IP_VERSION                                                                       = src.Address_UNDEFINED_IP_VERSION
    62  	Address_UNDEFINED_NETWORK_TIER                                                                     = src.Address_UNDEFINED_NETWORK_TIER
    63  	Address_UNDEFINED_PURPOSE                                                                          = src.Address_UNDEFINED_PURPOSE
    64  	Address_UNDEFINED_STATUS                                                                           = src.Address_UNDEFINED_STATUS
    65  	Address_UNSPECIFIED_TYPE                                                                           = src.Address_UNSPECIFIED_TYPE
    66  	Address_UNSPECIFIED_VERSION                                                                        = src.Address_UNSPECIFIED_VERSION
    67  	Address_VM                                                                                         = src.Address_VM
    68  	Address_VPC_PEERING                                                                                = src.Address_VPC_PEERING
    69  	AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_NVME                        = src.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_NVME
    70  	AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_SCSI                        = src.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_SCSI
    71  	AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_UNDEFINED_INTERFACE         = src.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_UNDEFINED_INTERFACE
    72  	AttachedDiskInitializeParams_ARCHITECTURE_UNSPECIFIED                                              = src.AttachedDiskInitializeParams_ARCHITECTURE_UNSPECIFIED
    73  	AttachedDiskInitializeParams_ARM64                                                                 = src.AttachedDiskInitializeParams_ARM64
    74  	AttachedDiskInitializeParams_RECREATE_DISK                                                         = src.AttachedDiskInitializeParams_RECREATE_DISK
    75  	AttachedDiskInitializeParams_RECREATE_DISK_IF_SOURCE_CHANGED                                       = src.AttachedDiskInitializeParams_RECREATE_DISK_IF_SOURCE_CHANGED
    76  	AttachedDiskInitializeParams_UNDEFINED_ARCHITECTURE                                                = src.AttachedDiskInitializeParams_UNDEFINED_ARCHITECTURE
    77  	AttachedDiskInitializeParams_UNDEFINED_ON_UPDATE_ACTION                                            = src.AttachedDiskInitializeParams_UNDEFINED_ON_UPDATE_ACTION
    78  	AttachedDiskInitializeParams_USE_EXISTING_DISK                                                     = src.AttachedDiskInitializeParams_USE_EXISTING_DISK
    79  	AttachedDiskInitializeParams_X86_64                                                                = src.AttachedDiskInitializeParams_X86_64
    80  	AttachedDisk_ARCHITECTURE_UNSPECIFIED                                                              = src.AttachedDisk_ARCHITECTURE_UNSPECIFIED
    81  	AttachedDisk_ARM64                                                                                 = src.AttachedDisk_ARM64
    82  	AttachedDisk_NVME                                                                                  = src.AttachedDisk_NVME
    83  	AttachedDisk_PERSISTENT                                                                            = src.AttachedDisk_PERSISTENT
    84  	AttachedDisk_READ_ONLY                                                                             = src.AttachedDisk_READ_ONLY
    85  	AttachedDisk_READ_WRITE                                                                            = src.AttachedDisk_READ_WRITE
    86  	AttachedDisk_SCRATCH                                                                               = src.AttachedDisk_SCRATCH
    87  	AttachedDisk_SCSI                                                                                  = src.AttachedDisk_SCSI
    88  	AttachedDisk_UNDEFINED_ARCHITECTURE                                                                = src.AttachedDisk_UNDEFINED_ARCHITECTURE
    89  	AttachedDisk_UNDEFINED_INTERFACE                                                                   = src.AttachedDisk_UNDEFINED_INTERFACE
    90  	AttachedDisk_UNDEFINED_MODE                                                                        = src.AttachedDisk_UNDEFINED_MODE
    91  	AttachedDisk_UNDEFINED_TYPE                                                                        = src.AttachedDisk_UNDEFINED_TYPE
    92  	AttachedDisk_X86_64                                                                                = src.AttachedDisk_X86_64
    93  	AuditLogConfig_ADMIN_READ                                                                          = src.AuditLogConfig_ADMIN_READ
    94  	AuditLogConfig_DATA_READ                                                                           = src.AuditLogConfig_DATA_READ
    95  	AuditLogConfig_DATA_WRITE                                                                          = src.AuditLogConfig_DATA_WRITE
    96  	AuditLogConfig_LOG_TYPE_UNSPECIFIED                                                                = src.AuditLogConfig_LOG_TYPE_UNSPECIFIED
    97  	AuditLogConfig_UNDEFINED_LOG_TYPE                                                                  = src.AuditLogConfig_UNDEFINED_LOG_TYPE
    98  	AuthorizationLoggingOptions_ADMIN_READ                                                             = src.AuthorizationLoggingOptions_ADMIN_READ
    99  	AuthorizationLoggingOptions_ADMIN_WRITE                                                            = src.AuthorizationLoggingOptions_ADMIN_WRITE
   100  	AuthorizationLoggingOptions_DATA_READ                                                              = src.AuthorizationLoggingOptions_DATA_READ
   101  	AuthorizationLoggingOptions_DATA_WRITE                                                             = src.AuthorizationLoggingOptions_DATA_WRITE
   102  	AuthorizationLoggingOptions_PERMISSION_TYPE_UNSPECIFIED                                            = src.AuthorizationLoggingOptions_PERMISSION_TYPE_UNSPECIFIED
   103  	AuthorizationLoggingOptions_UNDEFINED_PERMISSION_TYPE                                              = src.AuthorizationLoggingOptions_UNDEFINED_PERMISSION_TYPE
   104  	AutoscalerStatusDetails_ALL_INSTANCES_UNHEALTHY                                                    = src.AutoscalerStatusDetails_ALL_INSTANCES_UNHEALTHY
   105  	AutoscalerStatusDetails_BACKEND_SERVICE_DOES_NOT_EXIST                                             = src.AutoscalerStatusDetails_BACKEND_SERVICE_DOES_NOT_EXIST
   106  	AutoscalerStatusDetails_CAPPED_AT_MAX_NUM_REPLICAS                                                 = src.AutoscalerStatusDetails_CAPPED_AT_MAX_NUM_REPLICAS
   107  	AutoscalerStatusDetails_CUSTOM_METRIC_DATA_POINTS_TOO_SPARSE                                       = src.AutoscalerStatusDetails_CUSTOM_METRIC_DATA_POINTS_TOO_SPARSE
   108  	AutoscalerStatusDetails_CUSTOM_METRIC_INVALID                                                      = src.AutoscalerStatusDetails_CUSTOM_METRIC_INVALID
   109  	AutoscalerStatusDetails_MIN_EQUALS_MAX                                                             = src.AutoscalerStatusDetails_MIN_EQUALS_MAX
   110  	AutoscalerStatusDetails_MISSING_CUSTOM_METRIC_DATA_POINTS                                          = src.AutoscalerStatusDetails_MISSING_CUSTOM_METRIC_DATA_POINTS
   111  	AutoscalerStatusDetails_MISSING_LOAD_BALANCING_DATA_POINTS                                         = src.AutoscalerStatusDetails_MISSING_LOAD_BALANCING_DATA_POINTS
   112  	AutoscalerStatusDetails_MODE_OFF                                                                   = src.AutoscalerStatusDetails_MODE_OFF
   113  	AutoscalerStatusDetails_MODE_ONLY_SCALE_OUT                                                        = src.AutoscalerStatusDetails_MODE_ONLY_SCALE_OUT
   114  	AutoscalerStatusDetails_MODE_ONLY_UP                                                               = src.AutoscalerStatusDetails_MODE_ONLY_UP
   115  	AutoscalerStatusDetails_MORE_THAN_ONE_BACKEND_SERVICE                                              = src.AutoscalerStatusDetails_MORE_THAN_ONE_BACKEND_SERVICE
   116  	AutoscalerStatusDetails_NOT_ENOUGH_QUOTA_AVAILABLE                                                 = src.AutoscalerStatusDetails_NOT_ENOUGH_QUOTA_AVAILABLE
   117  	AutoscalerStatusDetails_REGION_RESOURCE_STOCKOUT                                                   = src.AutoscalerStatusDetails_REGION_RESOURCE_STOCKOUT
   118  	AutoscalerStatusDetails_SCALING_TARGET_DOES_NOT_EXIST                                              = src.AutoscalerStatusDetails_SCALING_TARGET_DOES_NOT_EXIST
   119  	AutoscalerStatusDetails_SCHEDULED_INSTANCES_GREATER_THAN_AUTOSCALER_MAX                            = src.AutoscalerStatusDetails_SCHEDULED_INSTANCES_GREATER_THAN_AUTOSCALER_MAX
   120  	AutoscalerStatusDetails_SCHEDULED_INSTANCES_LESS_THAN_AUTOSCALER_MIN                               = src.AutoscalerStatusDetails_SCHEDULED_INSTANCES_LESS_THAN_AUTOSCALER_MIN
   121  	AutoscalerStatusDetails_UNDEFINED_TYPE                                                             = src.AutoscalerStatusDetails_UNDEFINED_TYPE
   122  	AutoscalerStatusDetails_UNKNOWN                                                                    = src.AutoscalerStatusDetails_UNKNOWN
   123  	AutoscalerStatusDetails_UNSUPPORTED_MAX_RATE_LOAD_BALANCING_CONFIGURATION                          = src.AutoscalerStatusDetails_UNSUPPORTED_MAX_RATE_LOAD_BALANCING_CONFIGURATION
   124  	AutoscalerStatusDetails_ZONE_RESOURCE_STOCKOUT                                                     = src.AutoscalerStatusDetails_ZONE_RESOURCE_STOCKOUT
   125  	Autoscaler_ACTIVE                                                                                  = src.Autoscaler_ACTIVE
   126  	Autoscaler_DELETING                                                                                = src.Autoscaler_DELETING
   127  	Autoscaler_ERROR                                                                                   = src.Autoscaler_ERROR
   128  	Autoscaler_PENDING                                                                                 = src.Autoscaler_PENDING
   129  	Autoscaler_UNDEFINED_STATUS                                                                        = src.Autoscaler_UNDEFINED_STATUS
   130  	AutoscalingPolicyCpuUtilization_NONE                                                               = src.AutoscalingPolicyCpuUtilization_NONE
   131  	AutoscalingPolicyCpuUtilization_OPTIMIZE_AVAILABILITY                                              = src.AutoscalingPolicyCpuUtilization_OPTIMIZE_AVAILABILITY
   132  	AutoscalingPolicyCpuUtilization_UNDEFINED_PREDICTIVE_METHOD                                        = src.AutoscalingPolicyCpuUtilization_UNDEFINED_PREDICTIVE_METHOD
   133  	AutoscalingPolicyCustomMetricUtilization_DELTA_PER_MINUTE                                          = src.AutoscalingPolicyCustomMetricUtilization_DELTA_PER_MINUTE
   134  	AutoscalingPolicyCustomMetricUtilization_DELTA_PER_SECOND                                          = src.AutoscalingPolicyCustomMetricUtilization_DELTA_PER_SECOND
   135  	AutoscalingPolicyCustomMetricUtilization_GAUGE                                                     = src.AutoscalingPolicyCustomMetricUtilization_GAUGE
   136  	AutoscalingPolicyCustomMetricUtilization_UNDEFINED_UTILIZATION_TARGET_TYPE                         = src.AutoscalingPolicyCustomMetricUtilization_UNDEFINED_UTILIZATION_TARGET_TYPE
   137  	AutoscalingPolicy_OFF                                                                              = src.AutoscalingPolicy_OFF
   138  	AutoscalingPolicy_ON                                                                               = src.AutoscalingPolicy_ON
   139  	AutoscalingPolicy_ONLY_SCALE_OUT                                                                   = src.AutoscalingPolicy_ONLY_SCALE_OUT
   140  	AutoscalingPolicy_ONLY_UP                                                                          = src.AutoscalingPolicy_ONLY_UP
   141  	AutoscalingPolicy_UNDEFINED_MODE                                                                   = src.AutoscalingPolicy_UNDEFINED_MODE
   142  	BackendBucketCdnPolicy_CACHE_ALL_STATIC                                                            = src.BackendBucketCdnPolicy_CACHE_ALL_STATIC
   143  	BackendBucketCdnPolicy_FORCE_CACHE_ALL                                                             = src.BackendBucketCdnPolicy_FORCE_CACHE_ALL
   144  	BackendBucketCdnPolicy_INVALID_CACHE_MODE                                                          = src.BackendBucketCdnPolicy_INVALID_CACHE_MODE
   145  	BackendBucketCdnPolicy_UNDEFINED_CACHE_MODE                                                        = src.BackendBucketCdnPolicy_UNDEFINED_CACHE_MODE
   146  	BackendBucketCdnPolicy_USE_ORIGIN_HEADERS                                                          = src.BackendBucketCdnPolicy_USE_ORIGIN_HEADERS
   147  	BackendBucket_AUTOMATIC                                                                            = src.BackendBucket_AUTOMATIC
   148  	BackendBucket_DISABLED                                                                             = src.BackendBucket_DISABLED
   149  	BackendBucket_UNDEFINED_COMPRESSION_MODE                                                           = src.BackendBucket_UNDEFINED_COMPRESSION_MODE
   150  	BackendServiceCdnPolicy_CACHE_ALL_STATIC                                                           = src.BackendServiceCdnPolicy_CACHE_ALL_STATIC
   151  	BackendServiceCdnPolicy_FORCE_CACHE_ALL                                                            = src.BackendServiceCdnPolicy_FORCE_CACHE_ALL
   152  	BackendServiceCdnPolicy_INVALID_CACHE_MODE                                                         = src.BackendServiceCdnPolicy_INVALID_CACHE_MODE
   153  	BackendServiceCdnPolicy_UNDEFINED_CACHE_MODE                                                       = src.BackendServiceCdnPolicy_UNDEFINED_CACHE_MODE
   154  	BackendServiceCdnPolicy_USE_ORIGIN_HEADERS                                                         = src.BackendServiceCdnPolicy_USE_ORIGIN_HEADERS
   155  	BackendServiceConnectionTrackingPolicy_ALWAYS_PERSIST                                              = src.BackendServiceConnectionTrackingPolicy_ALWAYS_PERSIST
   156  	BackendServiceConnectionTrackingPolicy_DEFAULT_FOR_PROTOCOL                                        = src.BackendServiceConnectionTrackingPolicy_DEFAULT_FOR_PROTOCOL
   157  	BackendServiceConnectionTrackingPolicy_INVALID_TRACKING_MODE                                       = src.BackendServiceConnectionTrackingPolicy_INVALID_TRACKING_MODE
   158  	BackendServiceConnectionTrackingPolicy_NEVER_PERSIST                                               = src.BackendServiceConnectionTrackingPolicy_NEVER_PERSIST
   159  	BackendServiceConnectionTrackingPolicy_PER_CONNECTION                                              = src.BackendServiceConnectionTrackingPolicy_PER_CONNECTION
   160  	BackendServiceConnectionTrackingPolicy_PER_SESSION                                                 = src.BackendServiceConnectionTrackingPolicy_PER_SESSION
   161  	BackendServiceConnectionTrackingPolicy_UNDEFINED_CONNECTION_PERSISTENCE_ON_UNHEALTHY_BACKENDS      = src.BackendServiceConnectionTrackingPolicy_UNDEFINED_CONNECTION_PERSISTENCE_ON_UNHEALTHY_BACKENDS
   162  	BackendServiceConnectionTrackingPolicy_UNDEFINED_TRACKING_MODE                                     = src.BackendServiceConnectionTrackingPolicy_UNDEFINED_TRACKING_MODE
   163  	BackendServiceLocalityLoadBalancingPolicyConfigPolicy_INVALID_LB_POLICY                            = src.BackendServiceLocalityLoadBalancingPolicyConfigPolicy_INVALID_LB_POLICY
   164  	BackendServiceLocalityLoadBalancingPolicyConfigPolicy_LEAST_REQUEST                                = src.BackendServiceLocalityLoadBalancingPolicyConfigPolicy_LEAST_REQUEST
   165  	BackendServiceLocalityLoadBalancingPolicyConfigPolicy_MAGLEV                                       = src.BackendServiceLocalityLoadBalancingPolicyConfigPolicy_MAGLEV
   166  	BackendServiceLocalityLoadBalancingPolicyConfigPolicy_ORIGINAL_DESTINATION                         = src.BackendServiceLocalityLoadBalancingPolicyConfigPolicy_ORIGINAL_DESTINATION
   167  	BackendServiceLocalityLoadBalancingPolicyConfigPolicy_RANDOM                                       = src.BackendServiceLocalityLoadBalancingPolicyConfigPolicy_RANDOM
   168  	BackendServiceLocalityLoadBalancingPolicyConfigPolicy_RING_HASH                                    = src.BackendServiceLocalityLoadBalancingPolicyConfigPolicy_RING_HASH
   169  	BackendServiceLocalityLoadBalancingPolicyConfigPolicy_ROUND_ROBIN                                  = src.BackendServiceLocalityLoadBalancingPolicyConfigPolicy_ROUND_ROBIN
   170  	BackendServiceLocalityLoadBalancingPolicyConfigPolicy_UNDEFINED_NAME                               = src.BackendServiceLocalityLoadBalancingPolicyConfigPolicy_UNDEFINED_NAME
   171  	BackendService_AUTOMATIC                                                                           = src.BackendService_AUTOMATIC
   172  	BackendService_CLIENT_IP                                                                           = src.BackendService_CLIENT_IP
   173  	BackendService_CLIENT_IP_NO_DESTINATION                                                            = src.BackendService_CLIENT_IP_NO_DESTINATION
   174  	BackendService_CLIENT_IP_PORT_PROTO                                                                = src.BackendService_CLIENT_IP_PORT_PROTO
   175  	BackendService_CLIENT_IP_PROTO                                                                     = src.BackendService_CLIENT_IP_PROTO
   176  	BackendService_DISABLED                                                                            = src.BackendService_DISABLED
   177  	BackendService_EXTERNAL                                                                            = src.BackendService_EXTERNAL
   178  	BackendService_EXTERNAL_MANAGED                                                                    = src.BackendService_EXTERNAL_MANAGED
   179  	BackendService_GENERATED_COOKIE                                                                    = src.BackendService_GENERATED_COOKIE
   180  	BackendService_GRPC                                                                                = src.BackendService_GRPC
   181  	BackendService_HEADER_FIELD                                                                        = src.BackendService_HEADER_FIELD
   182  	BackendService_HTTP                                                                                = src.BackendService_HTTP
   183  	BackendService_HTTP2                                                                               = src.BackendService_HTTP2
   184  	BackendService_HTTPS                                                                               = src.BackendService_HTTPS
   185  	BackendService_HTTP_COOKIE                                                                         = src.BackendService_HTTP_COOKIE
   186  	BackendService_INTERNAL                                                                            = src.BackendService_INTERNAL
   187  	BackendService_INTERNAL_MANAGED                                                                    = src.BackendService_INTERNAL_MANAGED
   188  	BackendService_INTERNAL_SELF_MANAGED                                                               = src.BackendService_INTERNAL_SELF_MANAGED
   189  	BackendService_INVALID_LB_POLICY                                                                   = src.BackendService_INVALID_LB_POLICY
   190  	BackendService_INVALID_LOAD_BALANCING_SCHEME                                                       = src.BackendService_INVALID_LOAD_BALANCING_SCHEME
   191  	BackendService_LEAST_REQUEST                                                                       = src.BackendService_LEAST_REQUEST
   192  	BackendService_MAGLEV                                                                              = src.BackendService_MAGLEV
   193  	BackendService_NONE                                                                                = src.BackendService_NONE
   194  	BackendService_ORIGINAL_DESTINATION                                                                = src.BackendService_ORIGINAL_DESTINATION
   195  	BackendService_RANDOM                                                                              = src.BackendService_RANDOM
   196  	BackendService_RING_HASH                                                                           = src.BackendService_RING_HASH
   197  	BackendService_ROUND_ROBIN                                                                         = src.BackendService_ROUND_ROBIN
   198  	BackendService_SSL                                                                                 = src.BackendService_SSL
   199  	BackendService_TCP                                                                                 = src.BackendService_TCP
   200  	BackendService_UDP                                                                                 = src.BackendService_UDP
   201  	BackendService_UNDEFINED_COMPRESSION_MODE                                                          = src.BackendService_UNDEFINED_COMPRESSION_MODE
   202  	BackendService_UNDEFINED_LOAD_BALANCING_SCHEME                                                     = src.BackendService_UNDEFINED_LOAD_BALANCING_SCHEME
   203  	BackendService_UNDEFINED_LOCALITY_LB_POLICY                                                        = src.BackendService_UNDEFINED_LOCALITY_LB_POLICY
   204  	BackendService_UNDEFINED_PROTOCOL                                                                  = src.BackendService_UNDEFINED_PROTOCOL
   205  	BackendService_UNDEFINED_SESSION_AFFINITY                                                          = src.BackendService_UNDEFINED_SESSION_AFFINITY
   206  	BackendService_UNSPECIFIED                                                                         = src.BackendService_UNSPECIFIED
   207  	Backend_CONNECTION                                                                                 = src.Backend_CONNECTION
   208  	Backend_RATE                                                                                       = src.Backend_RATE
   209  	Backend_UNDEFINED_BALANCING_MODE                                                                   = src.Backend_UNDEFINED_BALANCING_MODE
   210  	Backend_UTILIZATION                                                                                = src.Backend_UTILIZATION
   211  	BfdPacket_ADMINISTRATIVELY_DOWN                                                                    = src.BfdPacket_ADMINISTRATIVELY_DOWN
   212  	BfdPacket_ADMIN_DOWN                                                                               = src.BfdPacket_ADMIN_DOWN
   213  	BfdPacket_CONCATENATED_PATH_DOWN                                                                   = src.BfdPacket_CONCATENATED_PATH_DOWN
   214  	BfdPacket_CONTROL_DETECTION_TIME_EXPIRED                                                           = src.BfdPacket_CONTROL_DETECTION_TIME_EXPIRED
   215  	BfdPacket_DIAGNOSTIC_UNSPECIFIED                                                                   = src.BfdPacket_DIAGNOSTIC_UNSPECIFIED
   216  	BfdPacket_DOWN                                                                                     = src.BfdPacket_DOWN
   217  	BfdPacket_ECHO_FUNCTION_FAILED                                                                     = src.BfdPacket_ECHO_FUNCTION_FAILED
   218  	BfdPacket_FORWARDING_PLANE_RESET                                                                   = src.BfdPacket_FORWARDING_PLANE_RESET
   219  	BfdPacket_INIT                                                                                     = src.BfdPacket_INIT
   220  	BfdPacket_NEIGHBOR_SIGNALED_SESSION_DOWN                                                           = src.BfdPacket_NEIGHBOR_SIGNALED_SESSION_DOWN
   221  	BfdPacket_NO_DIAGNOSTIC                                                                            = src.BfdPacket_NO_DIAGNOSTIC
   222  	BfdPacket_PATH_DOWN                                                                                = src.BfdPacket_PATH_DOWN
   223  	BfdPacket_REVERSE_CONCATENATED_PATH_DOWN                                                           = src.BfdPacket_REVERSE_CONCATENATED_PATH_DOWN
   224  	BfdPacket_STATE_UNSPECIFIED                                                                        = src.BfdPacket_STATE_UNSPECIFIED
   225  	BfdPacket_UNDEFINED_DIAGNOSTIC                                                                     = src.BfdPacket_UNDEFINED_DIAGNOSTIC
   226  	BfdPacket_UNDEFINED_STATE                                                                          = src.BfdPacket_UNDEFINED_STATE
   227  	BfdPacket_UP                                                                                       = src.BfdPacket_UP
   228  	BfdStatus_ACTIVE                                                                                   = src.BfdStatus_ACTIVE
   229  	BfdStatus_ADMINISTRATIVELY_DOWN                                                                    = src.BfdStatus_ADMINISTRATIVELY_DOWN
   230  	BfdStatus_ADMIN_DOWN                                                                               = src.BfdStatus_ADMIN_DOWN
   231  	BfdStatus_CONCATENATED_PATH_DOWN                                                                   = src.BfdStatus_CONCATENATED_PATH_DOWN
   232  	BfdStatus_CONTROL_DETECTION_TIME_EXPIRED                                                           = src.BfdStatus_CONTROL_DETECTION_TIME_EXPIRED
   233  	BfdStatus_DIAGNOSTIC_UNSPECIFIED                                                                   = src.BfdStatus_DIAGNOSTIC_UNSPECIFIED
   234  	BfdStatus_DISABLED                                                                                 = src.BfdStatus_DISABLED
   235  	BfdStatus_DOWN                                                                                     = src.BfdStatus_DOWN
   236  	BfdStatus_ECHO_FUNCTION_FAILED                                                                     = src.BfdStatus_ECHO_FUNCTION_FAILED
   237  	BfdStatus_FORWARDING_PLANE_RESET                                                                   = src.BfdStatus_FORWARDING_PLANE_RESET
   238  	BfdStatus_INIT                                                                                     = src.BfdStatus_INIT
   239  	BfdStatus_NEIGHBOR_SIGNALED_SESSION_DOWN                                                           = src.BfdStatus_NEIGHBOR_SIGNALED_SESSION_DOWN
   240  	BfdStatus_NO_DIAGNOSTIC                                                                            = src.BfdStatus_NO_DIAGNOSTIC
   241  	BfdStatus_PASSIVE                                                                                  = src.BfdStatus_PASSIVE
   242  	BfdStatus_PATH_DOWN                                                                                = src.BfdStatus_PATH_DOWN
   243  	BfdStatus_REVERSE_CONCATENATED_PATH_DOWN                                                           = src.BfdStatus_REVERSE_CONCATENATED_PATH_DOWN
   244  	BfdStatus_STATE_UNSPECIFIED                                                                        = src.BfdStatus_STATE_UNSPECIFIED
   245  	BfdStatus_UNDEFINED_BFD_SESSION_INITIALIZATION_MODE                                                = src.BfdStatus_UNDEFINED_BFD_SESSION_INITIALIZATION_MODE
   246  	BfdStatus_UNDEFINED_LOCAL_DIAGNOSTIC                                                               = src.BfdStatus_UNDEFINED_LOCAL_DIAGNOSTIC
   247  	BfdStatus_UNDEFINED_LOCAL_STATE                                                                    = src.BfdStatus_UNDEFINED_LOCAL_STATE
   248  	BfdStatus_UP                                                                                       = src.BfdStatus_UP
   249  	Commitment_ACCELERATOR_OPTIMIZED                                                                   = src.Commitment_ACCELERATOR_OPTIMIZED
   250  	Commitment_ACTIVE                                                                                  = src.Commitment_ACTIVE
   251  	Commitment_CANCELLED                                                                               = src.Commitment_CANCELLED
   252  	Commitment_CATEGORY_UNSPECIFIED                                                                    = src.Commitment_CATEGORY_UNSPECIFIED
   253  	Commitment_COMPUTE_OPTIMIZED                                                                       = src.Commitment_COMPUTE_OPTIMIZED
   254  	Commitment_COMPUTE_OPTIMIZED_C2D                                                                   = src.Commitment_COMPUTE_OPTIMIZED_C2D
   255  	Commitment_CREATING                                                                                = src.Commitment_CREATING
   256  	Commitment_EXPIRED                                                                                 = src.Commitment_EXPIRED
   257  	Commitment_GENERAL_PURPOSE                                                                         = src.Commitment_GENERAL_PURPOSE
   258  	Commitment_GENERAL_PURPOSE_E2                                                                      = src.Commitment_GENERAL_PURPOSE_E2
   259  	Commitment_GENERAL_PURPOSE_N2                                                                      = src.Commitment_GENERAL_PURPOSE_N2
   260  	Commitment_GENERAL_PURPOSE_N2D                                                                     = src.Commitment_GENERAL_PURPOSE_N2D
   261  	Commitment_GENERAL_PURPOSE_T2D                                                                     = src.Commitment_GENERAL_PURPOSE_T2D
   262  	Commitment_INVALID                                                                                 = src.Commitment_INVALID
   263  	Commitment_LICENSE                                                                                 = src.Commitment_LICENSE
   264  	Commitment_MACHINE                                                                                 = src.Commitment_MACHINE
   265  	Commitment_MEMORY_OPTIMIZED                                                                        = src.Commitment_MEMORY_OPTIMIZED
   266  	Commitment_MEMORY_OPTIMIZED_M3                                                                     = src.Commitment_MEMORY_OPTIMIZED_M3
   267  	Commitment_NOT_YET_ACTIVE                                                                          = src.Commitment_NOT_YET_ACTIVE
   268  	Commitment_THIRTY_SIX_MONTH                                                                        = src.Commitment_THIRTY_SIX_MONTH
   269  	Commitment_TWELVE_MONTH                                                                            = src.Commitment_TWELVE_MONTH
   270  	Commitment_TYPE_UNSPECIFIED                                                                        = src.Commitment_TYPE_UNSPECIFIED
   271  	Commitment_UNDEFINED_CATEGORY                                                                      = src.Commitment_UNDEFINED_CATEGORY
   272  	Commitment_UNDEFINED_PLAN                                                                          = src.Commitment_UNDEFINED_PLAN
   273  	Commitment_UNDEFINED_STATUS                                                                        = src.Commitment_UNDEFINED_STATUS
   274  	Commitment_UNDEFINED_TYPE                                                                          = src.Commitment_UNDEFINED_TYPE
   275  	Condition_APPROVER                                                                                 = src.Condition_APPROVER
   276  	Condition_ATTRIBUTION                                                                              = src.Condition_ATTRIBUTION
   277  	Condition_AUTHORITY                                                                                = src.Condition_AUTHORITY
   278  	Condition_CREDENTIALS_TYPE                                                                         = src.Condition_CREDENTIALS_TYPE
   279  	Condition_CREDS_ASSERTION                                                                          = src.Condition_CREDS_ASSERTION
   280  	Condition_DISCHARGED                                                                               = src.Condition_DISCHARGED
   281  	Condition_EQUALS                                                                                   = src.Condition_EQUALS
   282  	Condition_IN                                                                                       = src.Condition_IN
   283  	Condition_IP                                                                                       = src.Condition_IP
   284  	Condition_JUSTIFICATION_TYPE                                                                       = src.Condition_JUSTIFICATION_TYPE
   285  	Condition_NAME                                                                                     = src.Condition_NAME
   286  	Condition_NOT_EQUALS                                                                               = src.Condition_NOT_EQUALS
   287  	Condition_NOT_IN                                                                                   = src.Condition_NOT_IN
   288  	Condition_NO_OP                                                                                    = src.Condition_NO_OP
   289  	Condition_REGION                                                                                   = src.Condition_REGION
   290  	Condition_SECURITY_REALM                                                                           = src.Condition_SECURITY_REALM
   291  	Condition_SERVICE                                                                                  = src.Condition_SERVICE
   292  	Condition_UNDEFINED_IAM                                                                            = src.Condition_UNDEFINED_IAM
   293  	Condition_UNDEFINED_OP                                                                             = src.Condition_UNDEFINED_OP
   294  	Condition_UNDEFINED_SYS                                                                            = src.Condition_UNDEFINED_SYS
   295  	DeprecationStatus_ACTIVE                                                                           = src.DeprecationStatus_ACTIVE
   296  	DeprecationStatus_DELETED                                                                          = src.DeprecationStatus_DELETED
   297  	DeprecationStatus_DEPRECATED                                                                       = src.DeprecationStatus_DEPRECATED
   298  	DeprecationStatus_OBSOLETE                                                                         = src.DeprecationStatus_OBSOLETE
   299  	DeprecationStatus_UNDEFINED_STATE                                                                  = src.DeprecationStatus_UNDEFINED_STATE
   300  	DiskInstantiationConfig_ATTACH_READ_ONLY                                                           = src.DiskInstantiationConfig_ATTACH_READ_ONLY
   301  	DiskInstantiationConfig_BLANK                                                                      = src.DiskInstantiationConfig_BLANK
   302  	DiskInstantiationConfig_CUSTOM_IMAGE                                                               = src.DiskInstantiationConfig_CUSTOM_IMAGE
   303  	DiskInstantiationConfig_DEFAULT                                                                    = src.DiskInstantiationConfig_DEFAULT
   304  	DiskInstantiationConfig_DO_NOT_INCLUDE                                                             = src.DiskInstantiationConfig_DO_NOT_INCLUDE
   305  	DiskInstantiationConfig_SOURCE_IMAGE                                                               = src.DiskInstantiationConfig_SOURCE_IMAGE
   306  	DiskInstantiationConfig_SOURCE_IMAGE_FAMILY                                                        = src.DiskInstantiationConfig_SOURCE_IMAGE_FAMILY
   307  	DiskInstantiationConfig_UNDEFINED_INSTANTIATE_FROM                                                 = src.DiskInstantiationConfig_UNDEFINED_INSTANTIATE_FROM
   308  	Disk_ARCHITECTURE_UNSPECIFIED                                                                      = src.Disk_ARCHITECTURE_UNSPECIFIED
   309  	Disk_ARM64                                                                                         = src.Disk_ARM64
   310  	Disk_CREATING                                                                                      = src.Disk_CREATING
   311  	Disk_DELETING                                                                                      = src.Disk_DELETING
   312  	Disk_FAILED                                                                                        = src.Disk_FAILED
   313  	Disk_READY                                                                                         = src.Disk_READY
   314  	Disk_RESTORING                                                                                     = src.Disk_RESTORING
   315  	Disk_UNDEFINED_ARCHITECTURE                                                                        = src.Disk_UNDEFINED_ARCHITECTURE
   316  	Disk_UNDEFINED_STATUS                                                                              = src.Disk_UNDEFINED_STATUS
   317  	Disk_X86_64                                                                                        = src.Disk_X86_64
   318  	DistributionPolicy_ANY                                                                             = src.DistributionPolicy_ANY
   319  	DistributionPolicy_BALANCED                                                                        = src.DistributionPolicy_BALANCED
   320  	DistributionPolicy_EVEN                                                                            = src.DistributionPolicy_EVEN
   321  	DistributionPolicy_UNDEFINED_TARGET_SHAPE                                                          = src.DistributionPolicy_UNDEFINED_TARGET_SHAPE
   322  	ExchangedPeeringRoute_DYNAMIC_PEERING_ROUTE                                                        = src.ExchangedPeeringRoute_DYNAMIC_PEERING_ROUTE
   323  	ExchangedPeeringRoute_STATIC_PEERING_ROUTE                                                         = src.ExchangedPeeringRoute_STATIC_PEERING_ROUTE
   324  	ExchangedPeeringRoute_SUBNET_PEERING_ROUTE                                                         = src.ExchangedPeeringRoute_SUBNET_PEERING_ROUTE
   325  	ExchangedPeeringRoute_UNDEFINED_TYPE                                                               = src.ExchangedPeeringRoute_UNDEFINED_TYPE
   326  	ExternalVpnGateway_FOUR_IPS_REDUNDANCY                                                             = src.ExternalVpnGateway_FOUR_IPS_REDUNDANCY
   327  	ExternalVpnGateway_SINGLE_IP_INTERNALLY_REDUNDANT                                                  = src.ExternalVpnGateway_SINGLE_IP_INTERNALLY_REDUNDANT
   328  	ExternalVpnGateway_TWO_IPS_REDUNDANCY                                                              = src.ExternalVpnGateway_TWO_IPS_REDUNDANCY
   329  	ExternalVpnGateway_UNDEFINED_REDUNDANCY_TYPE                                                       = src.ExternalVpnGateway_UNDEFINED_REDUNDANCY_TYPE
   330  	FileContentBuffer_BIN                                                                              = src.FileContentBuffer_BIN
   331  	FileContentBuffer_UNDEFINED                                                                        = src.FileContentBuffer_UNDEFINED
   332  	FileContentBuffer_UNDEFINED_FILE_TYPE                                                              = src.FileContentBuffer_UNDEFINED_FILE_TYPE
   333  	FileContentBuffer_X509                                                                             = src.FileContentBuffer_X509
   334  	FirewallLogConfig_EXCLUDE_ALL_METADATA                                                             = src.FirewallLogConfig_EXCLUDE_ALL_METADATA
   335  	FirewallLogConfig_INCLUDE_ALL_METADATA                                                             = src.FirewallLogConfig_INCLUDE_ALL_METADATA
   336  	FirewallLogConfig_UNDEFINED_METADATA                                                               = src.FirewallLogConfig_UNDEFINED_METADATA
   337  	FirewallPolicyRuleSecureTag_EFFECTIVE                                                              = src.FirewallPolicyRuleSecureTag_EFFECTIVE
   338  	FirewallPolicyRuleSecureTag_INEFFECTIVE                                                            = src.FirewallPolicyRuleSecureTag_INEFFECTIVE
   339  	FirewallPolicyRuleSecureTag_UNDEFINED_STATE                                                        = src.FirewallPolicyRuleSecureTag_UNDEFINED_STATE
   340  	FirewallPolicyRule_EGRESS                                                                          = src.FirewallPolicyRule_EGRESS
   341  	FirewallPolicyRule_INGRESS                                                                         = src.FirewallPolicyRule_INGRESS
   342  	FirewallPolicyRule_UNDEFINED_DIRECTION                                                             = src.FirewallPolicyRule_UNDEFINED_DIRECTION
   343  	Firewall_EGRESS                                                                                    = src.Firewall_EGRESS
   344  	Firewall_INGRESS                                                                                   = src.Firewall_INGRESS
   345  	Firewall_UNDEFINED_DIRECTION                                                                       = src.Firewall_UNDEFINED_DIRECTION
   346  	ForwardingRule_ACCEPTED                                                                            = src.ForwardingRule_ACCEPTED
   347  	ForwardingRule_AH                                                                                  = src.ForwardingRule_AH
   348  	ForwardingRule_CLOSED                                                                              = src.ForwardingRule_CLOSED
   349  	ForwardingRule_ESP                                                                                 = src.ForwardingRule_ESP
   350  	ForwardingRule_EXTERNAL                                                                            = src.ForwardingRule_EXTERNAL
   351  	ForwardingRule_EXTERNAL_MANAGED                                                                    = src.ForwardingRule_EXTERNAL_MANAGED
   352  	ForwardingRule_FIXED_STANDARD                                                                      = src.ForwardingRule_FIXED_STANDARD
   353  	ForwardingRule_ICMP                                                                                = src.ForwardingRule_ICMP
   354  	ForwardingRule_INTERNAL                                                                            = src.ForwardingRule_INTERNAL
   355  	ForwardingRule_INTERNAL_MANAGED                                                                    = src.ForwardingRule_INTERNAL_MANAGED
   356  	ForwardingRule_INTERNAL_SELF_MANAGED                                                               = src.ForwardingRule_INTERNAL_SELF_MANAGED
   357  	ForwardingRule_INVALID                                                                             = src.ForwardingRule_INVALID
   358  	ForwardingRule_IPV4                                                                                = src.ForwardingRule_IPV4
   359  	ForwardingRule_IPV6                                                                                = src.ForwardingRule_IPV6
   360  	ForwardingRule_L3_DEFAULT                                                                          = src.ForwardingRule_L3_DEFAULT
   361  	ForwardingRule_NEEDS_ATTENTION                                                                     = src.ForwardingRule_NEEDS_ATTENTION
   362  	ForwardingRule_PENDING                                                                             = src.ForwardingRule_PENDING
   363  	ForwardingRule_PREMIUM                                                                             = src.ForwardingRule_PREMIUM
   364  	ForwardingRule_REJECTED                                                                            = src.ForwardingRule_REJECTED
   365  	ForwardingRule_SCTP                                                                                = src.ForwardingRule_SCTP
   366  	ForwardingRule_STANDARD                                                                            = src.ForwardingRule_STANDARD
   367  	ForwardingRule_STANDARD_OVERRIDES_FIXED_STANDARD                                                   = src.ForwardingRule_STANDARD_OVERRIDES_FIXED_STANDARD
   368  	ForwardingRule_STATUS_UNSPECIFIED                                                                  = src.ForwardingRule_STATUS_UNSPECIFIED
   369  	ForwardingRule_TCP                                                                                 = src.ForwardingRule_TCP
   370  	ForwardingRule_UDP                                                                                 = src.ForwardingRule_UDP
   371  	ForwardingRule_UNDEFINED_IP_VERSION                                                                = src.ForwardingRule_UNDEFINED_IP_VERSION
   372  	ForwardingRule_UNDEFINED_I_P_PROTOCOL_ENUM                                                         = src.ForwardingRule_UNDEFINED_I_P_PROTOCOL_ENUM
   373  	ForwardingRule_UNDEFINED_LOAD_BALANCING_SCHEME                                                     = src.ForwardingRule_UNDEFINED_LOAD_BALANCING_SCHEME
   374  	ForwardingRule_UNDEFINED_NETWORK_TIER                                                              = src.ForwardingRule_UNDEFINED_NETWORK_TIER
   375  	ForwardingRule_UNDEFINED_PSC_CONNECTION_STATUS                                                     = src.ForwardingRule_UNDEFINED_PSC_CONNECTION_STATUS
   376  	ForwardingRule_UNSPECIFIED_VERSION                                                                 = src.ForwardingRule_UNSPECIFIED_VERSION
   377  	GRPCHealthCheck_UNDEFINED_PORT_SPECIFICATION                                                       = src.GRPCHealthCheck_UNDEFINED_PORT_SPECIFICATION
   378  	GRPCHealthCheck_USE_FIXED_PORT                                                                     = src.GRPCHealthCheck_USE_FIXED_PORT
   379  	GRPCHealthCheck_USE_NAMED_PORT                                                                     = src.GRPCHealthCheck_USE_NAMED_PORT
   380  	GRPCHealthCheck_USE_SERVING_PORT                                                                   = src.GRPCHealthCheck_USE_SERVING_PORT
   381  	GuestOsFeature_FEATURE_TYPE_UNSPECIFIED                                                            = src.GuestOsFeature_FEATURE_TYPE_UNSPECIFIED
   382  	GuestOsFeature_GVNIC                                                                               = src.GuestOsFeature_GVNIC
   383  	GuestOsFeature_MULTI_IP_SUBNET                                                                     = src.GuestOsFeature_MULTI_IP_SUBNET
   384  	GuestOsFeature_SECURE_BOOT                                                                         = src.GuestOsFeature_SECURE_BOOT
   385  	GuestOsFeature_SEV_CAPABLE                                                                         = src.GuestOsFeature_SEV_CAPABLE
   386  	GuestOsFeature_UEFI_COMPATIBLE                                                                     = src.GuestOsFeature_UEFI_COMPATIBLE
   387  	GuestOsFeature_UNDEFINED_TYPE                                                                      = src.GuestOsFeature_UNDEFINED_TYPE
   388  	GuestOsFeature_VIRTIO_SCSI_MULTIQUEUE                                                              = src.GuestOsFeature_VIRTIO_SCSI_MULTIQUEUE
   389  	GuestOsFeature_WINDOWS                                                                             = src.GuestOsFeature_WINDOWS
   390  	HTTP2HealthCheck_NONE                                                                              = src.HTTP2HealthCheck_NONE
   391  	HTTP2HealthCheck_PROXY_V1                                                                          = src.HTTP2HealthCheck_PROXY_V1
   392  	HTTP2HealthCheck_UNDEFINED_PORT_SPECIFICATION                                                      = src.HTTP2HealthCheck_UNDEFINED_PORT_SPECIFICATION
   393  	HTTP2HealthCheck_UNDEFINED_PROXY_HEADER                                                            = src.HTTP2HealthCheck_UNDEFINED_PROXY_HEADER
   394  	HTTP2HealthCheck_USE_FIXED_PORT                                                                    = src.HTTP2HealthCheck_USE_FIXED_PORT
   395  	HTTP2HealthCheck_USE_NAMED_PORT                                                                    = src.HTTP2HealthCheck_USE_NAMED_PORT
   396  	HTTP2HealthCheck_USE_SERVING_PORT                                                                  = src.HTTP2HealthCheck_USE_SERVING_PORT
   397  	HTTPHealthCheck_NONE                                                                               = src.HTTPHealthCheck_NONE
   398  	HTTPHealthCheck_PROXY_V1                                                                           = src.HTTPHealthCheck_PROXY_V1
   399  	HTTPHealthCheck_UNDEFINED_PORT_SPECIFICATION                                                       = src.HTTPHealthCheck_UNDEFINED_PORT_SPECIFICATION
   400  	HTTPHealthCheck_UNDEFINED_PROXY_HEADER                                                             = src.HTTPHealthCheck_UNDEFINED_PROXY_HEADER
   401  	HTTPHealthCheck_USE_FIXED_PORT                                                                     = src.HTTPHealthCheck_USE_FIXED_PORT
   402  	HTTPHealthCheck_USE_NAMED_PORT                                                                     = src.HTTPHealthCheck_USE_NAMED_PORT
   403  	HTTPHealthCheck_USE_SERVING_PORT                                                                   = src.HTTPHealthCheck_USE_SERVING_PORT
   404  	HTTPSHealthCheck_NONE                                                                              = src.HTTPSHealthCheck_NONE
   405  	HTTPSHealthCheck_PROXY_V1                                                                          = src.HTTPSHealthCheck_PROXY_V1
   406  	HTTPSHealthCheck_UNDEFINED_PORT_SPECIFICATION                                                      = src.HTTPSHealthCheck_UNDEFINED_PORT_SPECIFICATION
   407  	HTTPSHealthCheck_UNDEFINED_PROXY_HEADER                                                            = src.HTTPSHealthCheck_UNDEFINED_PROXY_HEADER
   408  	HTTPSHealthCheck_USE_FIXED_PORT                                                                    = src.HTTPSHealthCheck_USE_FIXED_PORT
   409  	HTTPSHealthCheck_USE_NAMED_PORT                                                                    = src.HTTPSHealthCheck_USE_NAMED_PORT
   410  	HTTPSHealthCheck_USE_SERVING_PORT                                                                  = src.HTTPSHealthCheck_USE_SERVING_PORT
   411  	HealthCheckService_AND                                                                             = src.HealthCheckService_AND
   412  	HealthCheckService_NO_AGGREGATION                                                                  = src.HealthCheckService_NO_AGGREGATION
   413  	HealthCheckService_UNDEFINED_HEALTH_STATUS_AGGREGATION_POLICY                                      = src.HealthCheckService_UNDEFINED_HEALTH_STATUS_AGGREGATION_POLICY
   414  	HealthCheck_GRPC                                                                                   = src.HealthCheck_GRPC
   415  	HealthCheck_HTTP                                                                                   = src.HealthCheck_HTTP
   416  	HealthCheck_HTTP2                                                                                  = src.HealthCheck_HTTP2
   417  	HealthCheck_HTTPS                                                                                  = src.HealthCheck_HTTPS
   418  	HealthCheck_INVALID                                                                                = src.HealthCheck_INVALID
   419  	HealthCheck_SSL                                                                                    = src.HealthCheck_SSL
   420  	HealthCheck_TCP                                                                                    = src.HealthCheck_TCP
   421  	HealthCheck_UNDEFINED_TYPE                                                                         = src.HealthCheck_UNDEFINED_TYPE
   422  	HealthStatusForNetworkEndpoint_DRAINING                                                            = src.HealthStatusForNetworkEndpoint_DRAINING
   423  	HealthStatusForNetworkEndpoint_HEALTHY                                                             = src.HealthStatusForNetworkEndpoint_HEALTHY
   424  	HealthStatusForNetworkEndpoint_UNDEFINED_HEALTH_STATE                                              = src.HealthStatusForNetworkEndpoint_UNDEFINED_HEALTH_STATE
   425  	HealthStatusForNetworkEndpoint_UNHEALTHY                                                           = src.HealthStatusForNetworkEndpoint_UNHEALTHY
   426  	HealthStatusForNetworkEndpoint_UNKNOWN                                                             = src.HealthStatusForNetworkEndpoint_UNKNOWN
   427  	HealthStatus_HEALTHY                                                                               = src.HealthStatus_HEALTHY
   428  	HealthStatus_INVALID_WEIGHT                                                                        = src.HealthStatus_INVALID_WEIGHT
   429  	HealthStatus_MISSING_WEIGHT                                                                        = src.HealthStatus_MISSING_WEIGHT
   430  	HealthStatus_UNAVAILABLE_WEIGHT                                                                    = src.HealthStatus_UNAVAILABLE_WEIGHT
   431  	HealthStatus_UNDEFINED_HEALTH_STATE                                                                = src.HealthStatus_UNDEFINED_HEALTH_STATE
   432  	HealthStatus_UNDEFINED_WEIGHT_ERROR                                                                = src.HealthStatus_UNDEFINED_WEIGHT_ERROR
   433  	HealthStatus_UNHEALTHY                                                                             = src.HealthStatus_UNHEALTHY
   434  	HealthStatus_WEIGHT_NONE                                                                           = src.HealthStatus_WEIGHT_NONE
   435  	HttpRedirectAction_FOUND                                                                           = src.HttpRedirectAction_FOUND
   436  	HttpRedirectAction_MOVED_PERMANENTLY_DEFAULT                                                       = src.HttpRedirectAction_MOVED_PERMANENTLY_DEFAULT
   437  	HttpRedirectAction_PERMANENT_REDIRECT                                                              = src.HttpRedirectAction_PERMANENT_REDIRECT
   438  	HttpRedirectAction_SEE_OTHER                                                                       = src.HttpRedirectAction_SEE_OTHER
   439  	HttpRedirectAction_TEMPORARY_REDIRECT                                                              = src.HttpRedirectAction_TEMPORARY_REDIRECT
   440  	HttpRedirectAction_UNDEFINED_REDIRECT_RESPONSE_CODE                                                = src.HttpRedirectAction_UNDEFINED_REDIRECT_RESPONSE_CODE
   441  	Image_ARCHITECTURE_UNSPECIFIED                                                                     = src.Image_ARCHITECTURE_UNSPECIFIED
   442  	Image_ARM64                                                                                        = src.Image_ARM64
   443  	Image_DELETING                                                                                     = src.Image_DELETING
   444  	Image_FAILED                                                                                       = src.Image_FAILED
   445  	Image_PENDING                                                                                      = src.Image_PENDING
   446  	Image_RAW                                                                                          = src.Image_RAW
   447  	Image_READY                                                                                        = src.Image_READY
   448  	Image_UNDEFINED_ARCHITECTURE                                                                       = src.Image_UNDEFINED_ARCHITECTURE
   449  	Image_UNDEFINED_SOURCE_TYPE                                                                        = src.Image_UNDEFINED_SOURCE_TYPE
   450  	Image_UNDEFINED_STATUS                                                                             = src.Image_UNDEFINED_STATUS
   451  	Image_X86_64                                                                                       = src.Image_X86_64
   452  	InstanceGroupManagerUpdatePolicy_OPPORTUNISTIC                                                     = src.InstanceGroupManagerUpdatePolicy_OPPORTUNISTIC
   453  	InstanceGroupManagerUpdatePolicy_RECREATE                                                          = src.InstanceGroupManagerUpdatePolicy_RECREATE
   454  	InstanceGroupManagerUpdatePolicy_SUBSTITUTE                                                        = src.InstanceGroupManagerUpdatePolicy_SUBSTITUTE
   455  	InstanceGroupManagerUpdatePolicy_UNDEFINED_INSTANCE_REDISTRIBUTION_TYPE                            = src.InstanceGroupManagerUpdatePolicy_UNDEFINED_INSTANCE_REDISTRIBUTION_TYPE
   456  	InstanceGroupManagerUpdatePolicy_UNDEFINED_MINIMAL_ACTION                                          = src.InstanceGroupManagerUpdatePolicy_UNDEFINED_MINIMAL_ACTION
   457  	InstanceGroupManagerUpdatePolicy_UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION                          = src.InstanceGroupManagerUpdatePolicy_UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION
   458  	InstanceGroupManagerUpdatePolicy_UNDEFINED_REPLACEMENT_METHOD                                      = src.InstanceGroupManagerUpdatePolicy_UNDEFINED_REPLACEMENT_METHOD
   459  	InstanceGroupManagerUpdatePolicy_UNDEFINED_TYPE                                                    = src.InstanceGroupManagerUpdatePolicy_UNDEFINED_TYPE
   460  	InstanceGroupManager_PAGELESS                                                                      = src.InstanceGroupManager_PAGELESS
   461  	InstanceGroupManager_PAGINATED                                                                     = src.InstanceGroupManager_PAGINATED
   462  	InstanceGroupManager_UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS                                      = src.InstanceGroupManager_UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS
   463  	InstanceGroupManagersApplyUpdatesRequest_UNDEFINED_MINIMAL_ACTION                                  = src.InstanceGroupManagersApplyUpdatesRequest_UNDEFINED_MINIMAL_ACTION
   464  	InstanceGroupManagersApplyUpdatesRequest_UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION                  = src.InstanceGroupManagersApplyUpdatesRequest_UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION
   465  	InstanceGroupsListInstancesRequest_ALL                                                             = src.InstanceGroupsListInstancesRequest_ALL
   466  	InstanceGroupsListInstancesRequest_RUNNING                                                         = src.InstanceGroupsListInstancesRequest_RUNNING
   467  	InstanceGroupsListInstancesRequest_UNDEFINED_INSTANCE_STATE                                        = src.InstanceGroupsListInstancesRequest_UNDEFINED_INSTANCE_STATE
   468  	InstanceManagedByIgmErrorInstanceActionDetails_ABANDONING                                          = src.InstanceManagedByIgmErrorInstanceActionDetails_ABANDONING
   469  	InstanceManagedByIgmErrorInstanceActionDetails_CREATING                                            = src.InstanceManagedByIgmErrorInstanceActionDetails_CREATING
   470  	InstanceManagedByIgmErrorInstanceActionDetails_CREATING_WITHOUT_RETRIES                            = src.InstanceManagedByIgmErrorInstanceActionDetails_CREATING_WITHOUT_RETRIES
   471  	InstanceManagedByIgmErrorInstanceActionDetails_DELETING                                            = src.InstanceManagedByIgmErrorInstanceActionDetails_DELETING
   472  	InstanceManagedByIgmErrorInstanceActionDetails_NONE                                                = src.InstanceManagedByIgmErrorInstanceActionDetails_NONE
   473  	InstanceManagedByIgmErrorInstanceActionDetails_RECREATING                                          = src.InstanceManagedByIgmErrorInstanceActionDetails_RECREATING
   474  	InstanceManagedByIgmErrorInstanceActionDetails_REFRESHING                                          = src.InstanceManagedByIgmErrorInstanceActionDetails_REFRESHING
   475  	InstanceManagedByIgmErrorInstanceActionDetails_RESTARTING                                          = src.InstanceManagedByIgmErrorInstanceActionDetails_RESTARTING
   476  	InstanceManagedByIgmErrorInstanceActionDetails_RESUMING                                            = src.InstanceManagedByIgmErrorInstanceActionDetails_RESUMING
   477  	InstanceManagedByIgmErrorInstanceActionDetails_STARTING                                            = src.InstanceManagedByIgmErrorInstanceActionDetails_STARTING
   478  	InstanceManagedByIgmErrorInstanceActionDetails_STOPPING                                            = src.InstanceManagedByIgmErrorInstanceActionDetails_STOPPING
   479  	InstanceManagedByIgmErrorInstanceActionDetails_SUSPENDING                                          = src.InstanceManagedByIgmErrorInstanceActionDetails_SUSPENDING
   480  	InstanceManagedByIgmErrorInstanceActionDetails_UNDEFINED_ACTION                                    = src.InstanceManagedByIgmErrorInstanceActionDetails_UNDEFINED_ACTION
   481  	InstanceManagedByIgmErrorInstanceActionDetails_VERIFYING                                           = src.InstanceManagedByIgmErrorInstanceActionDetails_VERIFYING
   482  	InstanceProperties_ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE                                           = src.InstanceProperties_ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE
   483  	InstanceProperties_ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE                                             = src.InstanceProperties_ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE
   484  	InstanceProperties_INHERIT_FROM_SUBNETWORK                                                         = src.InstanceProperties_INHERIT_FROM_SUBNETWORK
   485  	InstanceProperties_KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED                                          = src.InstanceProperties_KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED
   486  	InstanceProperties_NONE                                                                            = src.InstanceProperties_NONE
   487  	InstanceProperties_STOP                                                                            = src.InstanceProperties_STOP
   488  	InstanceProperties_UNDEFINED_KEY_REVOCATION_ACTION_TYPE                                            = src.InstanceProperties_UNDEFINED_KEY_REVOCATION_ACTION_TYPE
   489  	InstanceProperties_UNDEFINED_PRIVATE_IPV6_GOOGLE_ACCESS                                            = src.InstanceProperties_UNDEFINED_PRIVATE_IPV6_GOOGLE_ACCESS
   490  	InstanceWithNamedPorts_DEPROVISIONING                                                              = src.InstanceWithNamedPorts_DEPROVISIONING
   491  	InstanceWithNamedPorts_PROVISIONING                                                                = src.InstanceWithNamedPorts_PROVISIONING
   492  	InstanceWithNamedPorts_REPAIRING                                                                   = src.InstanceWithNamedPorts_REPAIRING
   493  	InstanceWithNamedPorts_RUNNING                                                                     = src.InstanceWithNamedPorts_RUNNING
   494  	InstanceWithNamedPorts_STAGING                                                                     = src.InstanceWithNamedPorts_STAGING
   495  	InstanceWithNamedPorts_STOPPED                                                                     = src.InstanceWithNamedPorts_STOPPED
   496  	InstanceWithNamedPorts_STOPPING                                                                    = src.InstanceWithNamedPorts_STOPPING
   497  	InstanceWithNamedPorts_SUSPENDED                                                                   = src.InstanceWithNamedPorts_SUSPENDED
   498  	InstanceWithNamedPorts_SUSPENDING                                                                  = src.InstanceWithNamedPorts_SUSPENDING
   499  	InstanceWithNamedPorts_TERMINATED                                                                  = src.InstanceWithNamedPorts_TERMINATED
   500  	InstanceWithNamedPorts_UNDEFINED_STATUS                                                            = src.InstanceWithNamedPorts_UNDEFINED_STATUS
   501  	Instance_DEPROVISIONING                                                                            = src.Instance_DEPROVISIONING
   502  	Instance_ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE                                                     = src.Instance_ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE
   503  	Instance_ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE                                                       = src.Instance_ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE
   504  	Instance_INHERIT_FROM_SUBNETWORK                                                                   = src.Instance_INHERIT_FROM_SUBNETWORK
   505  	Instance_KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED                                                    = src.Instance_KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED
   506  	Instance_NONE                                                                                      = src.Instance_NONE
   507  	Instance_PROVISIONING                                                                              = src.Instance_PROVISIONING
   508  	Instance_REPAIRING                                                                                 = src.Instance_REPAIRING
   509  	Instance_RUNNING                                                                                   = src.Instance_RUNNING
   510  	Instance_STAGING                                                                                   = src.Instance_STAGING
   511  	Instance_STOP                                                                                      = src.Instance_STOP
   512  	Instance_STOPPED                                                                                   = src.Instance_STOPPED
   513  	Instance_STOPPING                                                                                  = src.Instance_STOPPING
   514  	Instance_SUSPENDED                                                                                 = src.Instance_SUSPENDED
   515  	Instance_SUSPENDING                                                                                = src.Instance_SUSPENDING
   516  	Instance_TERMINATED                                                                                = src.Instance_TERMINATED
   517  	Instance_UNDEFINED_KEY_REVOCATION_ACTION_TYPE                                                      = src.Instance_UNDEFINED_KEY_REVOCATION_ACTION_TYPE
   518  	Instance_UNDEFINED_PRIVATE_IPV6_GOOGLE_ACCESS                                                      = src.Instance_UNDEFINED_PRIVATE_IPV6_GOOGLE_ACCESS
   519  	Instance_UNDEFINED_STATUS                                                                          = src.Instance_UNDEFINED_STATUS
   520  	InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_HIERARCHY                            = src.InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_HIERARCHY
   521  	InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_NETWORK                              = src.InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_NETWORK
   522  	InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_NETWORK_REGIONAL                     = src.InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_NETWORK_REGIONAL
   523  	InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_UNDEFINED_TYPE                       = src.InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_UNDEFINED_TYPE
   524  	InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_UNSPECIFIED                          = src.InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_UNSPECIFIED
   525  	InterconnectAttachment_ACTIVE                                                                      = src.InterconnectAttachment_ACTIVE
   526  	InterconnectAttachment_AVAILABILITY_DOMAIN_1                                                       = src.InterconnectAttachment_AVAILABILITY_DOMAIN_1
   527  	InterconnectAttachment_AVAILABILITY_DOMAIN_2                                                       = src.InterconnectAttachment_AVAILABILITY_DOMAIN_2
   528  	InterconnectAttachment_AVAILABILITY_DOMAIN_ANY                                                     = src.InterconnectAttachment_AVAILABILITY_DOMAIN_ANY
   529  	InterconnectAttachment_BPS_100M                                                                    = src.InterconnectAttachment_BPS_100M
   530  	InterconnectAttachment_BPS_10G                                                                     = src.InterconnectAttachment_BPS_10G
   531  	InterconnectAttachment_BPS_1G                                                                      = src.InterconnectAttachment_BPS_1G
   532  	InterconnectAttachment_BPS_200M                                                                    = src.InterconnectAttachment_BPS_200M
   533  	InterconnectAttachment_BPS_20G                                                                     = src.InterconnectAttachment_BPS_20G
   534  	InterconnectAttachment_BPS_2G                                                                      = src.InterconnectAttachment_BPS_2G
   535  	InterconnectAttachment_BPS_300M                                                                    = src.InterconnectAttachment_BPS_300M
   536  	InterconnectAttachment_BPS_400M                                                                    = src.InterconnectAttachment_BPS_400M
   537  	InterconnectAttachment_BPS_500M                                                                    = src.InterconnectAttachment_BPS_500M
   538  	InterconnectAttachment_BPS_50G                                                                     = src.InterconnectAttachment_BPS_50G
   539  	InterconnectAttachment_BPS_50M                                                                     = src.InterconnectAttachment_BPS_50M
   540  	InterconnectAttachment_BPS_5G                                                                      = src.InterconnectAttachment_BPS_5G
   541  	InterconnectAttachment_DEDICATED                                                                   = src.InterconnectAttachment_DEDICATED
   542  	InterconnectAttachment_DEFUNCT                                                                     = src.InterconnectAttachment_DEFUNCT
   543  	InterconnectAttachment_IPSEC                                                                       = src.InterconnectAttachment_IPSEC
   544  	InterconnectAttachment_IPV4_IPV6                                                                   = src.InterconnectAttachment_IPV4_IPV6
   545  	InterconnectAttachment_IPV4_ONLY                                                                   = src.InterconnectAttachment_IPV4_ONLY
   546  	InterconnectAttachment_NONE                                                                        = src.InterconnectAttachment_NONE
   547  	InterconnectAttachment_OS_ACTIVE                                                                   = src.InterconnectAttachment_OS_ACTIVE
   548  	InterconnectAttachment_OS_UNPROVISIONED                                                            = src.InterconnectAttachment_OS_UNPROVISIONED
   549  	InterconnectAttachment_PARTNER                                                                     = src.InterconnectAttachment_PARTNER
   550  	InterconnectAttachment_PARTNER_PROVIDER                                                            = src.InterconnectAttachment_PARTNER_PROVIDER
   551  	InterconnectAttachment_PARTNER_REQUEST_RECEIVED                                                    = src.InterconnectAttachment_PARTNER_REQUEST_RECEIVED
   552  	InterconnectAttachment_PENDING_CUSTOMER                                                            = src.InterconnectAttachment_PENDING_CUSTOMER
   553  	InterconnectAttachment_PENDING_PARTNER                                                             = src.InterconnectAttachment_PENDING_PARTNER
   554  	InterconnectAttachment_STATE_UNSPECIFIED                                                           = src.InterconnectAttachment_STATE_UNSPECIFIED
   555  	InterconnectAttachment_UNDEFINED_BANDWIDTH                                                         = src.InterconnectAttachment_UNDEFINED_BANDWIDTH
   556  	InterconnectAttachment_UNDEFINED_EDGE_AVAILABILITY_DOMAIN                                          = src.InterconnectAttachment_UNDEFINED_EDGE_AVAILABILITY_DOMAIN
   557  	InterconnectAttachment_UNDEFINED_ENCRYPTION                                                        = src.InterconnectAttachment_UNDEFINED_ENCRYPTION
   558  	InterconnectAttachment_UNDEFINED_OPERATIONAL_STATUS                                                = src.InterconnectAttachment_UNDEFINED_OPERATIONAL_STATUS
   559  	InterconnectAttachment_UNDEFINED_STACK_TYPE                                                        = src.InterconnectAttachment_UNDEFINED_STACK_TYPE
   560  	InterconnectAttachment_UNDEFINED_STATE                                                             = src.InterconnectAttachment_UNDEFINED_STATE
   561  	InterconnectAttachment_UNDEFINED_TYPE                                                              = src.InterconnectAttachment_UNDEFINED_TYPE
   562  	InterconnectAttachment_UNPROVISIONED                                                               = src.InterconnectAttachment_UNPROVISIONED
   563  	InterconnectDiagnosticsLinkLACPStatus_ACTIVE                                                       = src.InterconnectDiagnosticsLinkLACPStatus_ACTIVE
   564  	InterconnectDiagnosticsLinkLACPStatus_DETACHED                                                     = src.InterconnectDiagnosticsLinkLACPStatus_DETACHED
   565  	InterconnectDiagnosticsLinkLACPStatus_UNDEFINED_STATE                                              = src.InterconnectDiagnosticsLinkLACPStatus_UNDEFINED_STATE
   566  	InterconnectDiagnosticsLinkOpticalPower_HIGH_ALARM                                                 = src.InterconnectDiagnosticsLinkOpticalPower_HIGH_ALARM
   567  	InterconnectDiagnosticsLinkOpticalPower_HIGH_WARNING                                               = src.InterconnectDiagnosticsLinkOpticalPower_HIGH_WARNING
   568  	InterconnectDiagnosticsLinkOpticalPower_LOW_ALARM                                                  = src.InterconnectDiagnosticsLinkOpticalPower_LOW_ALARM
   569  	InterconnectDiagnosticsLinkOpticalPower_LOW_WARNING                                                = src.InterconnectDiagnosticsLinkOpticalPower_LOW_WARNING
   570  	InterconnectDiagnosticsLinkOpticalPower_OK                                                         = src.InterconnectDiagnosticsLinkOpticalPower_OK
   571  	InterconnectDiagnosticsLinkOpticalPower_UNDEFINED_STATE                                            = src.InterconnectDiagnosticsLinkOpticalPower_UNDEFINED_STATE
   572  	InterconnectLocationRegionInfo_GLOBAL                                                              = src.InterconnectLocationRegionInfo_GLOBAL
   573  	InterconnectLocationRegionInfo_LOCAL_REGION                                                        = src.InterconnectLocationRegionInfo_LOCAL_REGION
   574  	InterconnectLocationRegionInfo_LP_GLOBAL                                                           = src.InterconnectLocationRegionInfo_LP_GLOBAL
   575  	InterconnectLocationRegionInfo_LP_LOCAL_REGION                                                     = src.InterconnectLocationRegionInfo_LP_LOCAL_REGION
   576  	InterconnectLocationRegionInfo_UNDEFINED_LOCATION_PRESENCE                                         = src.InterconnectLocationRegionInfo_UNDEFINED_LOCATION_PRESENCE
   577  	InterconnectLocation_AFRICA                                                                        = src.InterconnectLocation_AFRICA
   578  	InterconnectLocation_ASIA_PAC                                                                      = src.InterconnectLocation_ASIA_PAC
   579  	InterconnectLocation_AVAILABLE                                                                     = src.InterconnectLocation_AVAILABLE
   580  	InterconnectLocation_CLOSED                                                                        = src.InterconnectLocation_CLOSED
   581  	InterconnectLocation_C_AFRICA                                                                      = src.InterconnectLocation_C_AFRICA
   582  	InterconnectLocation_C_ASIA_PAC                                                                    = src.InterconnectLocation_C_ASIA_PAC
   583  	InterconnectLocation_C_EUROPE                                                                      = src.InterconnectLocation_C_EUROPE
   584  	InterconnectLocation_C_NORTH_AMERICA                                                               = src.InterconnectLocation_C_NORTH_AMERICA
   585  	InterconnectLocation_C_SOUTH_AMERICA                                                               = src.InterconnectLocation_C_SOUTH_AMERICA
   586  	InterconnectLocation_EUROPE                                                                        = src.InterconnectLocation_EUROPE
   587  	InterconnectLocation_NORTH_AMERICA                                                                 = src.InterconnectLocation_NORTH_AMERICA
   588  	InterconnectLocation_SOUTH_AMERICA                                                                 = src.InterconnectLocation_SOUTH_AMERICA
   589  	InterconnectLocation_UNDEFINED_CONTINENT                                                           = src.InterconnectLocation_UNDEFINED_CONTINENT
   590  	InterconnectLocation_UNDEFINED_STATUS                                                              = src.InterconnectLocation_UNDEFINED_STATUS
   591  	InterconnectOutageNotification_ACTIVE                                                              = src.InterconnectOutageNotification_ACTIVE
   592  	InterconnectOutageNotification_CANCELLED                                                           = src.InterconnectOutageNotification_CANCELLED
   593  	InterconnectOutageNotification_COMPLETED                                                           = src.InterconnectOutageNotification_COMPLETED
   594  	InterconnectOutageNotification_GOOGLE                                                              = src.InterconnectOutageNotification_GOOGLE
   595  	InterconnectOutageNotification_IT_OUTAGE                                                           = src.InterconnectOutageNotification_IT_OUTAGE
   596  	InterconnectOutageNotification_IT_PARTIAL_OUTAGE                                                   = src.InterconnectOutageNotification_IT_PARTIAL_OUTAGE
   597  	InterconnectOutageNotification_NSRC_GOOGLE                                                         = src.InterconnectOutageNotification_NSRC_GOOGLE
   598  	InterconnectOutageNotification_NS_ACTIVE                                                           = src.InterconnectOutageNotification_NS_ACTIVE
   599  	InterconnectOutageNotification_NS_CANCELED                                                         = src.InterconnectOutageNotification_NS_CANCELED
   600  	InterconnectOutageNotification_OUTAGE                                                              = src.InterconnectOutageNotification_OUTAGE
   601  	InterconnectOutageNotification_PARTIAL_OUTAGE                                                      = src.InterconnectOutageNotification_PARTIAL_OUTAGE
   602  	InterconnectOutageNotification_UNDEFINED_ISSUE_TYPE                                                = src.InterconnectOutageNotification_UNDEFINED_ISSUE_TYPE
   603  	InterconnectOutageNotification_UNDEFINED_SOURCE                                                    = src.InterconnectOutageNotification_UNDEFINED_SOURCE
   604  	InterconnectOutageNotification_UNDEFINED_STATE                                                     = src.InterconnectOutageNotification_UNDEFINED_STATE
   605  	Interconnect_ACTIVE                                                                                = src.Interconnect_ACTIVE
   606  	Interconnect_DEDICATED                                                                             = src.Interconnect_DEDICATED
   607  	Interconnect_IT_PRIVATE                                                                            = src.Interconnect_IT_PRIVATE
   608  	Interconnect_LINK_TYPE_ETHERNET_100G_LR                                                            = src.Interconnect_LINK_TYPE_ETHERNET_100G_LR
   609  	Interconnect_LINK_TYPE_ETHERNET_10G_LR                                                             = src.Interconnect_LINK_TYPE_ETHERNET_10G_LR
   610  	Interconnect_OS_ACTIVE                                                                             = src.Interconnect_OS_ACTIVE
   611  	Interconnect_OS_UNPROVISIONED                                                                      = src.Interconnect_OS_UNPROVISIONED
   612  	Interconnect_PARTNER                                                                               = src.Interconnect_PARTNER
   613  	Interconnect_UNDEFINED_INTERCONNECT_TYPE                                                           = src.Interconnect_UNDEFINED_INTERCONNECT_TYPE
   614  	Interconnect_UNDEFINED_LINK_TYPE                                                                   = src.Interconnect_UNDEFINED_LINK_TYPE
   615  	Interconnect_UNDEFINED_OPERATIONAL_STATUS                                                          = src.Interconnect_UNDEFINED_OPERATIONAL_STATUS
   616  	Interconnect_UNDEFINED_STATE                                                                       = src.Interconnect_UNDEFINED_STATE
   617  	Interconnect_UNPROVISIONED                                                                         = src.Interconnect_UNPROVISIONED
   618  	LicenseCode_DISABLED                                                                               = src.LicenseCode_DISABLED
   619  	LicenseCode_ENABLED                                                                                = src.LicenseCode_ENABLED
   620  	LicenseCode_RESTRICTED                                                                             = src.LicenseCode_RESTRICTED
   621  	LicenseCode_STATE_UNSPECIFIED                                                                      = src.LicenseCode_STATE_UNSPECIFIED
   622  	LicenseCode_TERMINATED                                                                             = src.LicenseCode_TERMINATED
   623  	LicenseCode_UNDEFINED_STATE                                                                        = src.LicenseCode_UNDEFINED_STATE
   624  	ListPeeringRoutesNetworksRequest_INCOMING                                                          = src.ListPeeringRoutesNetworksRequest_INCOMING
   625  	ListPeeringRoutesNetworksRequest_OUTGOING                                                          = src.ListPeeringRoutesNetworksRequest_OUTGOING
   626  	ListPeeringRoutesNetworksRequest_UNDEFINED_DIRECTION                                               = src.ListPeeringRoutesNetworksRequest_UNDEFINED_DIRECTION
   627  	LocationPolicyLocation_ALLOW                                                                       = src.LocationPolicyLocation_ALLOW
   628  	LocationPolicyLocation_DENY                                                                        = src.LocationPolicyLocation_DENY
   629  	LocationPolicyLocation_PREFERENCE_UNSPECIFIED                                                      = src.LocationPolicyLocation_PREFERENCE_UNSPECIFIED
   630  	LocationPolicyLocation_UNDEFINED_PREFERENCE                                                        = src.LocationPolicyLocation_UNDEFINED_PREFERENCE
   631  	LocationPolicy_ANY                                                                                 = src.LocationPolicy_ANY
   632  	LocationPolicy_ANY_SINGLE_ZONE                                                                     = src.LocationPolicy_ANY_SINGLE_ZONE
   633  	LocationPolicy_BALANCED                                                                            = src.LocationPolicy_BALANCED
   634  	LocationPolicy_UNDEFINED_TARGET_SHAPE                                                              = src.LocationPolicy_UNDEFINED_TARGET_SHAPE
   635  	LogConfigCloudAuditOptions_ADMIN_ACTIVITY                                                          = src.LogConfigCloudAuditOptions_ADMIN_ACTIVITY
   636  	LogConfigCloudAuditOptions_DATA_ACCESS                                                             = src.LogConfigCloudAuditOptions_DATA_ACCESS
   637  	LogConfigCloudAuditOptions_UNDEFINED_LOG_NAME                                                      = src.LogConfigCloudAuditOptions_UNDEFINED_LOG_NAME
   638  	LogConfigCloudAuditOptions_UNSPECIFIED_LOG_NAME                                                    = src.LogConfigCloudAuditOptions_UNSPECIFIED_LOG_NAME
   639  	LogConfigDataAccessOptions_LOG_FAIL_CLOSED                                                         = src.LogConfigDataAccessOptions_LOG_FAIL_CLOSED
   640  	LogConfigDataAccessOptions_LOG_MODE_UNSPECIFIED                                                    = src.LogConfigDataAccessOptions_LOG_MODE_UNSPECIFIED
   641  	LogConfigDataAccessOptions_UNDEFINED_LOG_MODE                                                      = src.LogConfigDataAccessOptions_UNDEFINED_LOG_MODE
   642  	MachineImage_CREATING                                                                              = src.MachineImage_CREATING
   643  	MachineImage_DELETING                                                                              = src.MachineImage_DELETING
   644  	MachineImage_INVALID                                                                               = src.MachineImage_INVALID
   645  	MachineImage_READY                                                                                 = src.MachineImage_READY
   646  	MachineImage_UNDEFINED_STATUS                                                                      = src.MachineImage_UNDEFINED_STATUS
   647  	MachineImage_UPLOADING                                                                             = src.MachineImage_UPLOADING
   648  	ManagedInstanceInstanceHealth_DRAINING                                                             = src.ManagedInstanceInstanceHealth_DRAINING
   649  	ManagedInstanceInstanceHealth_HEALTHY                                                              = src.ManagedInstanceInstanceHealth_HEALTHY
   650  	ManagedInstanceInstanceHealth_TIMEOUT                                                              = src.ManagedInstanceInstanceHealth_TIMEOUT
   651  	ManagedInstanceInstanceHealth_UNDEFINED_DETAILED_HEALTH_STATE                                      = src.ManagedInstanceInstanceHealth_UNDEFINED_DETAILED_HEALTH_STATE
   652  	ManagedInstanceInstanceHealth_UNHEALTHY                                                            = src.ManagedInstanceInstanceHealth_UNHEALTHY
   653  	ManagedInstanceInstanceHealth_UNKNOWN                                                              = src.ManagedInstanceInstanceHealth_UNKNOWN
   654  	ManagedInstance_ABANDONING                                                                         = src.ManagedInstance_ABANDONING
   655  	ManagedInstance_CREATING                                                                           = src.ManagedInstance_CREATING
   656  	ManagedInstance_CREATING_WITHOUT_RETRIES                                                           = src.ManagedInstance_CREATING_WITHOUT_RETRIES
   657  	ManagedInstance_DELETING                                                                           = src.ManagedInstance_DELETING
   658  	ManagedInstance_DEPROVISIONING                                                                     = src.ManagedInstance_DEPROVISIONING
   659  	ManagedInstance_NONE                                                                               = src.ManagedInstance_NONE
   660  	ManagedInstance_PROVISIONING                                                                       = src.ManagedInstance_PROVISIONING
   661  	ManagedInstance_RECREATING                                                                         = src.ManagedInstance_RECREATING
   662  	ManagedInstance_REFRESHING                                                                         = src.ManagedInstance_REFRESHING
   663  	ManagedInstance_REPAIRING                                                                          = src.ManagedInstance_REPAIRING
   664  	ManagedInstance_RESTARTING                                                                         = src.ManagedInstance_RESTARTING
   665  	ManagedInstance_RESUMING                                                                           = src.ManagedInstance_RESUMING
   666  	ManagedInstance_RUNNING                                                                            = src.ManagedInstance_RUNNING
   667  	ManagedInstance_STAGING                                                                            = src.ManagedInstance_STAGING
   668  	ManagedInstance_STARTING                                                                           = src.ManagedInstance_STARTING
   669  	ManagedInstance_STOPPED                                                                            = src.ManagedInstance_STOPPED
   670  	ManagedInstance_STOPPING                                                                           = src.ManagedInstance_STOPPING
   671  	ManagedInstance_SUSPENDED                                                                          = src.ManagedInstance_SUSPENDED
   672  	ManagedInstance_SUSPENDING                                                                         = src.ManagedInstance_SUSPENDING
   673  	ManagedInstance_TERMINATED                                                                         = src.ManagedInstance_TERMINATED
   674  	ManagedInstance_UNDEFINED_CURRENT_ACTION                                                           = src.ManagedInstance_UNDEFINED_CURRENT_ACTION
   675  	ManagedInstance_UNDEFINED_INSTANCE_STATUS                                                          = src.ManagedInstance_UNDEFINED_INSTANCE_STATUS
   676  	ManagedInstance_VERIFYING                                                                          = src.ManagedInstance_VERIFYING
   677  	MetadataFilter_MATCH_ALL                                                                           = src.MetadataFilter_MATCH_ALL
   678  	MetadataFilter_MATCH_ANY                                                                           = src.MetadataFilter_MATCH_ANY
   679  	MetadataFilter_NOT_SET                                                                             = src.MetadataFilter_NOT_SET
   680  	MetadataFilter_UNDEFINED_FILTER_MATCH_CRITERIA                                                     = src.MetadataFilter_UNDEFINED_FILTER_MATCH_CRITERIA
   681  	NetworkEndpointGroupPscData_ACCEPTED                                                               = src.NetworkEndpointGroupPscData_ACCEPTED
   682  	NetworkEndpointGroupPscData_CLOSED                                                                 = src.NetworkEndpointGroupPscData_CLOSED
   683  	NetworkEndpointGroupPscData_NEEDS_ATTENTION                                                        = src.NetworkEndpointGroupPscData_NEEDS_ATTENTION
   684  	NetworkEndpointGroupPscData_PENDING                                                                = src.NetworkEndpointGroupPscData_PENDING
   685  	NetworkEndpointGroupPscData_REJECTED                                                               = src.NetworkEndpointGroupPscData_REJECTED
   686  	NetworkEndpointGroupPscData_STATUS_UNSPECIFIED                                                     = src.NetworkEndpointGroupPscData_STATUS_UNSPECIFIED
   687  	NetworkEndpointGroupPscData_UNDEFINED_PSC_CONNECTION_STATUS                                        = src.NetworkEndpointGroupPscData_UNDEFINED_PSC_CONNECTION_STATUS
   688  	NetworkEndpointGroup_GCE_VM_IP                                                                     = src.NetworkEndpointGroup_GCE_VM_IP
   689  	NetworkEndpointGroup_GCE_VM_IP_PORT                                                                = src.NetworkEndpointGroup_GCE_VM_IP_PORT
   690  	NetworkEndpointGroup_INTERNET_FQDN_PORT                                                            = src.NetworkEndpointGroup_INTERNET_FQDN_PORT
   691  	NetworkEndpointGroup_INTERNET_IP_PORT                                                              = src.NetworkEndpointGroup_INTERNET_IP_PORT
   692  	NetworkEndpointGroup_NON_GCP_PRIVATE_IP_PORT                                                       = src.NetworkEndpointGroup_NON_GCP_PRIVATE_IP_PORT
   693  	NetworkEndpointGroup_PRIVATE_SERVICE_CONNECT                                                       = src.NetworkEndpointGroup_PRIVATE_SERVICE_CONNECT
   694  	NetworkEndpointGroup_SERVERLESS                                                                    = src.NetworkEndpointGroup_SERVERLESS
   695  	NetworkEndpointGroup_UNDEFINED_NETWORK_ENDPOINT_TYPE                                               = src.NetworkEndpointGroup_UNDEFINED_NETWORK_ENDPOINT_TYPE
   696  	NetworkEndpointGroupsListEndpointsRequest_SHOW                                                     = src.NetworkEndpointGroupsListEndpointsRequest_SHOW
   697  	NetworkEndpointGroupsListEndpointsRequest_SKIP                                                     = src.NetworkEndpointGroupsListEndpointsRequest_SKIP
   698  	NetworkEndpointGroupsListEndpointsRequest_UNDEFINED_HEALTH_STATUS                                  = src.NetworkEndpointGroupsListEndpointsRequest_UNDEFINED_HEALTH_STATUS
   699  	NetworkInterface_EXTERNAL                                                                          = src.NetworkInterface_EXTERNAL
   700  	NetworkInterface_GVNIC                                                                             = src.NetworkInterface_GVNIC
   701  	NetworkInterface_INTERNAL                                                                          = src.NetworkInterface_INTERNAL
   702  	NetworkInterface_IPV4_IPV6                                                                         = src.NetworkInterface_IPV4_IPV6
   703  	NetworkInterface_IPV4_ONLY                                                                         = src.NetworkInterface_IPV4_ONLY
   704  	NetworkInterface_UNDEFINED_IPV6_ACCESS_TYPE                                                        = src.NetworkInterface_UNDEFINED_IPV6_ACCESS_TYPE
   705  	NetworkInterface_UNDEFINED_NIC_TYPE                                                                = src.NetworkInterface_UNDEFINED_NIC_TYPE
   706  	NetworkInterface_UNDEFINED_STACK_TYPE                                                              = src.NetworkInterface_UNDEFINED_STACK_TYPE
   707  	NetworkInterface_UNSPECIFIED_IPV6_ACCESS_TYPE                                                      = src.NetworkInterface_UNSPECIFIED_IPV6_ACCESS_TYPE
   708  	NetworkInterface_UNSPECIFIED_NIC_TYPE                                                              = src.NetworkInterface_UNSPECIFIED_NIC_TYPE
   709  	NetworkInterface_UNSPECIFIED_STACK_TYPE                                                            = src.NetworkInterface_UNSPECIFIED_STACK_TYPE
   710  	NetworkInterface_VIRTIO_NET                                                                        = src.NetworkInterface_VIRTIO_NET
   711  	NetworkPeering_ACTIVE                                                                              = src.NetworkPeering_ACTIVE
   712  	NetworkPeering_INACTIVE                                                                            = src.NetworkPeering_INACTIVE
   713  	NetworkPeering_IPV4_IPV6                                                                           = src.NetworkPeering_IPV4_IPV6
   714  	NetworkPeering_IPV4_ONLY                                                                           = src.NetworkPeering_IPV4_ONLY
   715  	NetworkPeering_UNDEFINED_STACK_TYPE                                                                = src.NetworkPeering_UNDEFINED_STACK_TYPE
   716  	NetworkPeering_UNDEFINED_STATE                                                                     = src.NetworkPeering_UNDEFINED_STATE
   717  	NetworkPerformanceConfig_DEFAULT                                                                   = src.NetworkPerformanceConfig_DEFAULT
   718  	NetworkPerformanceConfig_TIER_1                                                                    = src.NetworkPerformanceConfig_TIER_1
   719  	NetworkPerformanceConfig_UNDEFINED_TOTAL_EGRESS_BANDWIDTH_TIER                                     = src.NetworkPerformanceConfig_UNDEFINED_TOTAL_EGRESS_BANDWIDTH_TIER
   720  	NetworkRoutingConfig_GLOBAL                                                                        = src.NetworkRoutingConfig_GLOBAL
   721  	NetworkRoutingConfig_REGIONAL                                                                      = src.NetworkRoutingConfig_REGIONAL
   722  	NetworkRoutingConfig_UNDEFINED_ROUTING_MODE                                                        = src.NetworkRoutingConfig_UNDEFINED_ROUTING_MODE
   723  	Network_AFTER_CLASSIC_FIREWALL                                                                     = src.Network_AFTER_CLASSIC_FIREWALL
   724  	Network_BEFORE_CLASSIC_FIREWALL                                                                    = src.Network_BEFORE_CLASSIC_FIREWALL
   725  	Network_UNDEFINED_NETWORK_FIREWALL_POLICY_ENFORCEMENT_ORDER                                        = src.Network_UNDEFINED_NETWORK_FIREWALL_POLICY_ENFORCEMENT_ORDER
   726  	NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_HIERARCHY                             = src.NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_HIERARCHY
   727  	NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_NETWORK                               = src.NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_NETWORK
   728  	NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_UNDEFINED_TYPE                        = src.NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_UNDEFINED_TYPE
   729  	NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_UNSPECIFIED                           = src.NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_UNSPECIFIED
   730  	NodeGroupAutoscalingPolicy_MODE_UNSPECIFIED                                                        = src.NodeGroupAutoscalingPolicy_MODE_UNSPECIFIED
   731  	NodeGroupAutoscalingPolicy_OFF                                                                     = src.NodeGroupAutoscalingPolicy_OFF
   732  	NodeGroupAutoscalingPolicy_ON                                                                      = src.NodeGroupAutoscalingPolicy_ON
   733  	NodeGroupAutoscalingPolicy_ONLY_SCALE_OUT                                                          = src.NodeGroupAutoscalingPolicy_ONLY_SCALE_OUT
   734  	NodeGroupAutoscalingPolicy_UNDEFINED_MODE                                                          = src.NodeGroupAutoscalingPolicy_UNDEFINED_MODE
   735  	NodeGroupNode_CPU_OVERCOMMIT_TYPE_UNSPECIFIED                                                      = src.NodeGroupNode_CPU_OVERCOMMIT_TYPE_UNSPECIFIED
   736  	NodeGroupNode_CREATING                                                                             = src.NodeGroupNode_CREATING
   737  	NodeGroupNode_DELETING                                                                             = src.NodeGroupNode_DELETING
   738  	NodeGroupNode_ENABLED                                                                              = src.NodeGroupNode_ENABLED
   739  	NodeGroupNode_INVALID                                                                              = src.NodeGroupNode_INVALID
   740  	NodeGroupNode_NONE                                                                                 = src.NodeGroupNode_NONE
   741  	NodeGroupNode_READY                                                                                = src.NodeGroupNode_READY
   742  	NodeGroupNode_REPAIRING                                                                            = src.NodeGroupNode_REPAIRING
   743  	NodeGroupNode_UNDEFINED_CPU_OVERCOMMIT_TYPE                                                        = src.NodeGroupNode_UNDEFINED_CPU_OVERCOMMIT_TYPE
   744  	NodeGroupNode_UNDEFINED_STATUS                                                                     = src.NodeGroupNode_UNDEFINED_STATUS
   745  	NodeGroup_CREATING                                                                                 = src.NodeGroup_CREATING
   746  	NodeGroup_DEFAULT                                                                                  = src.NodeGroup_DEFAULT
   747  	NodeGroup_DELETING                                                                                 = src.NodeGroup_DELETING
   748  	NodeGroup_INVALID                                                                                  = src.NodeGroup_INVALID
   749  	NodeGroup_MAINTENANCE_POLICY_UNSPECIFIED                                                           = src.NodeGroup_MAINTENANCE_POLICY_UNSPECIFIED
   750  	NodeGroup_MIGRATE_WITHIN_NODE_GROUP                                                                = src.NodeGroup_MIGRATE_WITHIN_NODE_GROUP
   751  	NodeGroup_READY                                                                                    = src.NodeGroup_READY
   752  	NodeGroup_RESTART_IN_PLACE                                                                         = src.NodeGroup_RESTART_IN_PLACE
   753  	NodeGroup_UNDEFINED_MAINTENANCE_POLICY                                                             = src.NodeGroup_UNDEFINED_MAINTENANCE_POLICY
   754  	NodeGroup_UNDEFINED_STATUS                                                                         = src.NodeGroup_UNDEFINED_STATUS
   755  	NodeTemplate_CPU_OVERCOMMIT_TYPE_UNSPECIFIED                                                       = src.NodeTemplate_CPU_OVERCOMMIT_TYPE_UNSPECIFIED
   756  	NodeTemplate_CREATING                                                                              = src.NodeTemplate_CREATING
   757  	NodeTemplate_DELETING                                                                              = src.NodeTemplate_DELETING
   758  	NodeTemplate_ENABLED                                                                               = src.NodeTemplate_ENABLED
   759  	NodeTemplate_INVALID                                                                               = src.NodeTemplate_INVALID
   760  	NodeTemplate_NONE                                                                                  = src.NodeTemplate_NONE
   761  	NodeTemplate_READY                                                                                 = src.NodeTemplate_READY
   762  	NodeTemplate_UNDEFINED_CPU_OVERCOMMIT_TYPE                                                         = src.NodeTemplate_UNDEFINED_CPU_OVERCOMMIT_TYPE
   763  	NodeTemplate_UNDEFINED_STATUS                                                                      = src.NodeTemplate_UNDEFINED_STATUS
   764  	Operation_DONE                                                                                     = src.Operation_DONE
   765  	Operation_PENDING                                                                                  = src.Operation_PENDING
   766  	Operation_RUNNING                                                                                  = src.Operation_RUNNING
   767  	Operation_UNDEFINED_STATUS                                                                         = src.Operation_UNDEFINED_STATUS
   768  	PacketIntervals_DURATION_UNSPECIFIED                                                               = src.PacketIntervals_DURATION_UNSPECIFIED
   769  	PacketIntervals_HOUR                                                                               = src.PacketIntervals_HOUR
   770  	PacketIntervals_LOOPBACK                                                                           = src.PacketIntervals_LOOPBACK
   771  	PacketIntervals_MAX                                                                                = src.PacketIntervals_MAX
   772  	PacketIntervals_MINUTE                                                                             = src.PacketIntervals_MINUTE
   773  	PacketIntervals_RECEIVE                                                                            = src.PacketIntervals_RECEIVE
   774  	PacketIntervals_TRANSMIT                                                                           = src.PacketIntervals_TRANSMIT
   775  	PacketIntervals_TYPE_UNSPECIFIED                                                                   = src.PacketIntervals_TYPE_UNSPECIFIED
   776  	PacketIntervals_UNDEFINED_DURATION                                                                 = src.PacketIntervals_UNDEFINED_DURATION
   777  	PacketIntervals_UNDEFINED_TYPE                                                                     = src.PacketIntervals_UNDEFINED_TYPE
   778  	PacketMirroringFilter_BOTH                                                                         = src.PacketMirroringFilter_BOTH
   779  	PacketMirroringFilter_EGRESS                                                                       = src.PacketMirroringFilter_EGRESS
   780  	PacketMirroringFilter_INGRESS                                                                      = src.PacketMirroringFilter_INGRESS
   781  	PacketMirroringFilter_UNDEFINED_DIRECTION                                                          = src.PacketMirroringFilter_UNDEFINED_DIRECTION
   782  	PacketMirroring_FALSE                                                                              = src.PacketMirroring_FALSE
   783  	PacketMirroring_TRUE                                                                               = src.PacketMirroring_TRUE
   784  	PacketMirroring_UNDEFINED_ENABLE                                                                   = src.PacketMirroring_UNDEFINED_ENABLE
   785  	PerInstanceConfig_APPLYING                                                                         = src.PerInstanceConfig_APPLYING
   786  	PerInstanceConfig_DELETING                                                                         = src.PerInstanceConfig_DELETING
   787  	PerInstanceConfig_EFFECTIVE                                                                        = src.PerInstanceConfig_EFFECTIVE
   788  	PerInstanceConfig_NONE                                                                             = src.PerInstanceConfig_NONE
   789  	PerInstanceConfig_UNAPPLIED                                                                        = src.PerInstanceConfig_UNAPPLIED
   790  	PerInstanceConfig_UNAPPLIED_DELETION                                                               = src.PerInstanceConfig_UNAPPLIED_DELETION
   791  	PerInstanceConfig_UNDEFINED_STATUS                                                                 = src.PerInstanceConfig_UNDEFINED_STATUS
   792  	PreservedStatePreservedDisk_NEVER                                                                  = src.PreservedStatePreservedDisk_NEVER
   793  	PreservedStatePreservedDisk_ON_PERMANENT_INSTANCE_DELETION                                         = src.PreservedStatePreservedDisk_ON_PERMANENT_INSTANCE_DELETION
   794  	PreservedStatePreservedDisk_READ_ONLY                                                              = src.PreservedStatePreservedDisk_READ_ONLY
   795  	PreservedStatePreservedDisk_READ_WRITE                                                             = src.PreservedStatePreservedDisk_READ_WRITE
   796  	PreservedStatePreservedDisk_UNDEFINED_AUTO_DELETE                                                  = src.PreservedStatePreservedDisk_UNDEFINED_AUTO_DELETE
   797  	PreservedStatePreservedDisk_UNDEFINED_MODE                                                         = src.PreservedStatePreservedDisk_UNDEFINED_MODE
   798  	Project_FIXED_STANDARD                                                                             = src.Project_FIXED_STANDARD
   799  	Project_HOST                                                                                       = src.Project_HOST
   800  	Project_PREMIUM                                                                                    = src.Project_PREMIUM
   801  	Project_STANDARD                                                                                   = src.Project_STANDARD
   802  	Project_STANDARD_OVERRIDES_FIXED_STANDARD                                                          = src.Project_STANDARD_OVERRIDES_FIXED_STANDARD
   803  	Project_UNDEFINED_DEFAULT_NETWORK_TIER                                                             = src.Project_UNDEFINED_DEFAULT_NETWORK_TIER
   804  	Project_UNDEFINED_XPN_PROJECT_STATUS                                                               = src.Project_UNDEFINED_XPN_PROJECT_STATUS
   805  	Project_UNSPECIFIED_XPN_PROJECT_STATUS                                                             = src.Project_UNSPECIFIED_XPN_PROJECT_STATUS
   806  	ProjectsSetDefaultNetworkTierRequest_FIXED_STANDARD                                                = src.ProjectsSetDefaultNetworkTierRequest_FIXED_STANDARD
   807  	ProjectsSetDefaultNetworkTierRequest_PREMIUM                                                       = src.ProjectsSetDefaultNetworkTierRequest_PREMIUM
   808  	ProjectsSetDefaultNetworkTierRequest_STANDARD                                                      = src.ProjectsSetDefaultNetworkTierRequest_STANDARD
   809  	ProjectsSetDefaultNetworkTierRequest_STANDARD_OVERRIDES_FIXED_STANDARD                             = src.ProjectsSetDefaultNetworkTierRequest_STANDARD_OVERRIDES_FIXED_STANDARD
   810  	ProjectsSetDefaultNetworkTierRequest_UNDEFINED_NETWORK_TIER                                        = src.ProjectsSetDefaultNetworkTierRequest_UNDEFINED_NETWORK_TIER
   811  	PublicAdvertisedPrefix_INITIAL                                                                     = src.PublicAdvertisedPrefix_INITIAL
   812  	PublicAdvertisedPrefix_PREFIX_CONFIGURATION_COMPLETE                                               = src.PublicAdvertisedPrefix_PREFIX_CONFIGURATION_COMPLETE
   813  	PublicAdvertisedPrefix_PREFIX_CONFIGURATION_IN_PROGRESS                                            = src.PublicAdvertisedPrefix_PREFIX_CONFIGURATION_IN_PROGRESS
   814  	PublicAdvertisedPrefix_PREFIX_REMOVAL_IN_PROGRESS                                                  = src.PublicAdvertisedPrefix_PREFIX_REMOVAL_IN_PROGRESS
   815  	PublicAdvertisedPrefix_PTR_CONFIGURED                                                              = src.PublicAdvertisedPrefix_PTR_CONFIGURED
   816  	PublicAdvertisedPrefix_REVERSE_DNS_LOOKUP_FAILED                                                   = src.PublicAdvertisedPrefix_REVERSE_DNS_LOOKUP_FAILED
   817  	PublicAdvertisedPrefix_UNDEFINED_STATUS                                                            = src.PublicAdvertisedPrefix_UNDEFINED_STATUS
   818  	PublicAdvertisedPrefix_VALIDATED                                                                   = src.PublicAdvertisedPrefix_VALIDATED
   819  	PublicDelegatedPrefixPublicDelegatedSubPrefix_ACTIVE                                               = src.PublicDelegatedPrefixPublicDelegatedSubPrefix_ACTIVE
   820  	PublicDelegatedPrefixPublicDelegatedSubPrefix_INACTIVE                                             = src.PublicDelegatedPrefixPublicDelegatedSubPrefix_INACTIVE
   821  	PublicDelegatedPrefixPublicDelegatedSubPrefix_UNDEFINED_STATUS                                     = src.PublicDelegatedPrefixPublicDelegatedSubPrefix_UNDEFINED_STATUS
   822  	PublicDelegatedPrefix_ANNOUNCED                                                                    = src.PublicDelegatedPrefix_ANNOUNCED
   823  	PublicDelegatedPrefix_DELETING                                                                     = src.PublicDelegatedPrefix_DELETING
   824  	PublicDelegatedPrefix_INITIALIZING                                                                 = src.PublicDelegatedPrefix_INITIALIZING
   825  	PublicDelegatedPrefix_READY_TO_ANNOUNCE                                                            = src.PublicDelegatedPrefix_READY_TO_ANNOUNCE
   826  	PublicDelegatedPrefix_UNDEFINED_STATUS                                                             = src.PublicDelegatedPrefix_UNDEFINED_STATUS
   827  	Quota_A2_CPUS                                                                                      = src.Quota_A2_CPUS
   828  	Quota_AFFINITY_GROUPS                                                                              = src.Quota_AFFINITY_GROUPS
   829  	Quota_AUTOSCALERS                                                                                  = src.Quota_AUTOSCALERS
   830  	Quota_BACKEND_BUCKETS                                                                              = src.Quota_BACKEND_BUCKETS
   831  	Quota_BACKEND_SERVICES                                                                             = src.Quota_BACKEND_SERVICES
   832  	Quota_C2D_CPUS                                                                                     = src.Quota_C2D_CPUS
   833  	Quota_C2_CPUS                                                                                      = src.Quota_C2_CPUS
   834  	Quota_C3_CPUS                                                                                      = src.Quota_C3_CPUS
   835  	Quota_COMMITMENTS                                                                                  = src.Quota_COMMITMENTS
   836  	Quota_COMMITTED_A2_CPUS                                                                            = src.Quota_COMMITTED_A2_CPUS
   837  	Quota_COMMITTED_C2D_CPUS                                                                           = src.Quota_COMMITTED_C2D_CPUS
   838  	Quota_COMMITTED_C2_CPUS                                                                            = src.Quota_COMMITTED_C2_CPUS
   839  	Quota_COMMITTED_C3_CPUS                                                                            = src.Quota_COMMITTED_C3_CPUS
   840  	Quota_COMMITTED_CPUS                                                                               = src.Quota_COMMITTED_CPUS
   841  	Quota_COMMITTED_E2_CPUS                                                                            = src.Quota_COMMITTED_E2_CPUS
   842  	Quota_COMMITTED_LICENSES                                                                           = src.Quota_COMMITTED_LICENSES
   843  	Quota_COMMITTED_LOCAL_SSD_TOTAL_GB                                                                 = src.Quota_COMMITTED_LOCAL_SSD_TOTAL_GB
   844  	Quota_COMMITTED_M3_CPUS                                                                            = src.Quota_COMMITTED_M3_CPUS
   845  	Quota_COMMITTED_MEMORY_OPTIMIZED_CPUS                                                              = src.Quota_COMMITTED_MEMORY_OPTIMIZED_CPUS
   846  	Quota_COMMITTED_N2A_CPUS                                                                           = src.Quota_COMMITTED_N2A_CPUS
   847  	Quota_COMMITTED_N2D_CPUS                                                                           = src.Quota_COMMITTED_N2D_CPUS
   848  	Quota_COMMITTED_N2_CPUS                                                                            = src.Quota_COMMITTED_N2_CPUS
   849  	Quota_COMMITTED_NVIDIA_A100_80GB_GPUS                                                              = src.Quota_COMMITTED_NVIDIA_A100_80GB_GPUS
   850  	Quota_COMMITTED_NVIDIA_A100_GPUS                                                                   = src.Quota_COMMITTED_NVIDIA_A100_GPUS
   851  	Quota_COMMITTED_NVIDIA_K80_GPUS                                                                    = src.Quota_COMMITTED_NVIDIA_K80_GPUS
   852  	Quota_COMMITTED_NVIDIA_P100_GPUS                                                                   = src.Quota_COMMITTED_NVIDIA_P100_GPUS
   853  	Quota_COMMITTED_NVIDIA_P4_GPUS                                                                     = src.Quota_COMMITTED_NVIDIA_P4_GPUS
   854  	Quota_COMMITTED_NVIDIA_T4_GPUS                                                                     = src.Quota_COMMITTED_NVIDIA_T4_GPUS
   855  	Quota_COMMITTED_NVIDIA_V100_GPUS                                                                   = src.Quota_COMMITTED_NVIDIA_V100_GPUS
   856  	Quota_COMMITTED_T2A_CPUS                                                                           = src.Quota_COMMITTED_T2A_CPUS
   857  	Quota_COMMITTED_T2D_CPUS                                                                           = src.Quota_COMMITTED_T2D_CPUS
   858  	Quota_CPUS                                                                                         = src.Quota_CPUS
   859  	Quota_CPUS_ALL_REGIONS                                                                             = src.Quota_CPUS_ALL_REGIONS
   860  	Quota_DISKS_TOTAL_GB                                                                               = src.Quota_DISKS_TOTAL_GB
   861  	Quota_E2_CPUS                                                                                      = src.Quota_E2_CPUS
   862  	Quota_EXTERNAL_MANAGED_FORWARDING_RULES                                                            = src.Quota_EXTERNAL_MANAGED_FORWARDING_RULES
   863  	Quota_EXTERNAL_NETWORK_LB_FORWARDING_RULES                                                         = src.Quota_EXTERNAL_NETWORK_LB_FORWARDING_RULES
   864  	Quota_EXTERNAL_PROTOCOL_FORWARDING_RULES                                                           = src.Quota_EXTERNAL_PROTOCOL_FORWARDING_RULES
   865  	Quota_EXTERNAL_VPN_GATEWAYS                                                                        = src.Quota_EXTERNAL_VPN_GATEWAYS
   866  	Quota_FIREWALLS                                                                                    = src.Quota_FIREWALLS
   867  	Quota_FORWARDING_RULES                                                                             = src.Quota_FORWARDING_RULES
   868  	Quota_GLOBAL_EXTERNAL_MANAGED_FORWARDING_RULES                                                     = src.Quota_GLOBAL_EXTERNAL_MANAGED_FORWARDING_RULES
   869  	Quota_GLOBAL_INTERNAL_ADDRESSES                                                                    = src.Quota_GLOBAL_INTERNAL_ADDRESSES
   870  	Quota_GPUS_ALL_REGIONS                                                                             = src.Quota_GPUS_ALL_REGIONS
   871  	Quota_HEALTH_CHECKS                                                                                = src.Quota_HEALTH_CHECKS
   872  	Quota_IMAGES                                                                                       = src.Quota_IMAGES
   873  	Quota_INSTANCES                                                                                    = src.Quota_INSTANCES
   874  	Quota_INSTANCE_GROUPS                                                                              = src.Quota_INSTANCE_GROUPS
   875  	Quota_INSTANCE_GROUP_MANAGERS                                                                      = src.Quota_INSTANCE_GROUP_MANAGERS
   876  	Quota_INSTANCE_TEMPLATES                                                                           = src.Quota_INSTANCE_TEMPLATES
   877  	Quota_INTERCONNECTS                                                                                = src.Quota_INTERCONNECTS
   878  	Quota_INTERCONNECT_ATTACHMENTS_PER_REGION                                                          = src.Quota_INTERCONNECT_ATTACHMENTS_PER_REGION
   879  	Quota_INTERCONNECT_ATTACHMENTS_TOTAL_MBPS                                                          = src.Quota_INTERCONNECT_ATTACHMENTS_TOTAL_MBPS
   880  	Quota_INTERCONNECT_TOTAL_GBPS                                                                      = src.Quota_INTERCONNECT_TOTAL_GBPS
   881  	Quota_INTERNAL_ADDRESSES                                                                           = src.Quota_INTERNAL_ADDRESSES
   882  	Quota_INTERNAL_TRAFFIC_DIRECTOR_FORWARDING_RULES                                                   = src.Quota_INTERNAL_TRAFFIC_DIRECTOR_FORWARDING_RULES
   883  	Quota_IN_PLACE_SNAPSHOTS                                                                           = src.Quota_IN_PLACE_SNAPSHOTS
   884  	Quota_IN_USE_ADDRESSES                                                                             = src.Quota_IN_USE_ADDRESSES
   885  	Quota_IN_USE_BACKUP_SCHEDULES                                                                      = src.Quota_IN_USE_BACKUP_SCHEDULES
   886  	Quota_IN_USE_SNAPSHOT_SCHEDULES                                                                    = src.Quota_IN_USE_SNAPSHOT_SCHEDULES
   887  	Quota_LOCAL_SSD_TOTAL_GB                                                                           = src.Quota_LOCAL_SSD_TOTAL_GB
   888  	Quota_M1_CPUS                                                                                      = src.Quota_M1_CPUS
   889  	Quota_M2_CPUS                                                                                      = src.Quota_M2_CPUS
   890  	Quota_M3_CPUS                                                                                      = src.Quota_M3_CPUS
   891  	Quota_MACHINE_IMAGES                                                                               = src.Quota_MACHINE_IMAGES
   892  	Quota_N2A_CPUS                                                                                     = src.Quota_N2A_CPUS
   893  	Quota_N2D_CPUS                                                                                     = src.Quota_N2D_CPUS
   894  	Quota_N2_CPUS                                                                                      = src.Quota_N2_CPUS
   895  	Quota_NETWORKS                                                                                     = src.Quota_NETWORKS
   896  	Quota_NETWORK_ENDPOINT_GROUPS                                                                      = src.Quota_NETWORK_ENDPOINT_GROUPS
   897  	Quota_NETWORK_FIREWALL_POLICIES                                                                    = src.Quota_NETWORK_FIREWALL_POLICIES
   898  	Quota_NODE_GROUPS                                                                                  = src.Quota_NODE_GROUPS
   899  	Quota_NODE_TEMPLATES                                                                               = src.Quota_NODE_TEMPLATES
   900  	Quota_NVIDIA_A100_80GB_GPUS                                                                        = src.Quota_NVIDIA_A100_80GB_GPUS
   901  	Quota_NVIDIA_A100_GPUS                                                                             = src.Quota_NVIDIA_A100_GPUS
   902  	Quota_NVIDIA_K80_GPUS                                                                              = src.Quota_NVIDIA_K80_GPUS
   903  	Quota_NVIDIA_P100_GPUS                                                                             = src.Quota_NVIDIA_P100_GPUS
   904  	Quota_NVIDIA_P100_VWS_GPUS                                                                         = src.Quota_NVIDIA_P100_VWS_GPUS
   905  	Quota_NVIDIA_P4_GPUS                                                                               = src.Quota_NVIDIA_P4_GPUS
   906  	Quota_NVIDIA_P4_VWS_GPUS                                                                           = src.Quota_NVIDIA_P4_VWS_GPUS
   907  	Quota_NVIDIA_T4_GPUS                                                                               = src.Quota_NVIDIA_T4_GPUS
   908  	Quota_NVIDIA_T4_VWS_GPUS                                                                           = src.Quota_NVIDIA_T4_VWS_GPUS
   909  	Quota_NVIDIA_V100_GPUS                                                                             = src.Quota_NVIDIA_V100_GPUS
   910  	Quota_PACKET_MIRRORINGS                                                                            = src.Quota_PACKET_MIRRORINGS
   911  	Quota_PD_EXTREME_TOTAL_PROVISIONED_IOPS                                                            = src.Quota_PD_EXTREME_TOTAL_PROVISIONED_IOPS
   912  	Quota_PREEMPTIBLE_CPUS                                                                             = src.Quota_PREEMPTIBLE_CPUS
   913  	Quota_PREEMPTIBLE_LOCAL_SSD_GB                                                                     = src.Quota_PREEMPTIBLE_LOCAL_SSD_GB
   914  	Quota_PREEMPTIBLE_NVIDIA_A100_80GB_GPUS                                                            = src.Quota_PREEMPTIBLE_NVIDIA_A100_80GB_GPUS
   915  	Quota_PREEMPTIBLE_NVIDIA_A100_GPUS                                                                 = src.Quota_PREEMPTIBLE_NVIDIA_A100_GPUS
   916  	Quota_PREEMPTIBLE_NVIDIA_K80_GPUS                                                                  = src.Quota_PREEMPTIBLE_NVIDIA_K80_GPUS
   917  	Quota_PREEMPTIBLE_NVIDIA_P100_GPUS                                                                 = src.Quota_PREEMPTIBLE_NVIDIA_P100_GPUS
   918  	Quota_PREEMPTIBLE_NVIDIA_P100_VWS_GPUS                                                             = src.Quota_PREEMPTIBLE_NVIDIA_P100_VWS_GPUS
   919  	Quota_PREEMPTIBLE_NVIDIA_P4_GPUS                                                                   = src.Quota_PREEMPTIBLE_NVIDIA_P4_GPUS
   920  	Quota_PREEMPTIBLE_NVIDIA_P4_VWS_GPUS                                                               = src.Quota_PREEMPTIBLE_NVIDIA_P4_VWS_GPUS
   921  	Quota_PREEMPTIBLE_NVIDIA_T4_GPUS                                                                   = src.Quota_PREEMPTIBLE_NVIDIA_T4_GPUS
   922  	Quota_PREEMPTIBLE_NVIDIA_T4_VWS_GPUS                                                               = src.Quota_PREEMPTIBLE_NVIDIA_T4_VWS_GPUS
   923  	Quota_PREEMPTIBLE_NVIDIA_V100_GPUS                                                                 = src.Quota_PREEMPTIBLE_NVIDIA_V100_GPUS
   924  	Quota_PSC_ILB_CONSUMER_FORWARDING_RULES_PER_PRODUCER_NETWORK                                       = src.Quota_PSC_ILB_CONSUMER_FORWARDING_RULES_PER_PRODUCER_NETWORK
   925  	Quota_PSC_INTERNAL_LB_FORWARDING_RULES                                                             = src.Quota_PSC_INTERNAL_LB_FORWARDING_RULES
   926  	Quota_PUBLIC_ADVERTISED_PREFIXES                                                                   = src.Quota_PUBLIC_ADVERTISED_PREFIXES
   927  	Quota_PUBLIC_DELEGATED_PREFIXES                                                                    = src.Quota_PUBLIC_DELEGATED_PREFIXES
   928  	Quota_REGIONAL_AUTOSCALERS                                                                         = src.Quota_REGIONAL_AUTOSCALERS
   929  	Quota_REGIONAL_INSTANCE_GROUP_MANAGERS                                                             = src.Quota_REGIONAL_INSTANCE_GROUP_MANAGERS
   930  	Quota_RESERVATIONS                                                                                 = src.Quota_RESERVATIONS
   931  	Quota_RESOURCE_POLICIES                                                                            = src.Quota_RESOURCE_POLICIES
   932  	Quota_ROUTERS                                                                                      = src.Quota_ROUTERS
   933  	Quota_ROUTES                                                                                       = src.Quota_ROUTES
   934  	Quota_SECURITY_POLICIES                                                                            = src.Quota_SECURITY_POLICIES
   935  	Quota_SECURITY_POLICIES_PER_REGION                                                                 = src.Quota_SECURITY_POLICIES_PER_REGION
   936  	Quota_SECURITY_POLICY_CEVAL_RULES                                                                  = src.Quota_SECURITY_POLICY_CEVAL_RULES
   937  	Quota_SECURITY_POLICY_RULES                                                                        = src.Quota_SECURITY_POLICY_RULES
   938  	Quota_SECURITY_POLICY_RULES_PER_REGION                                                             = src.Quota_SECURITY_POLICY_RULES_PER_REGION
   939  	Quota_SERVICE_ATTACHMENTS                                                                          = src.Quota_SERVICE_ATTACHMENTS
   940  	Quota_SNAPSHOTS                                                                                    = src.Quota_SNAPSHOTS
   941  	Quota_SSD_TOTAL_GB                                                                                 = src.Quota_SSD_TOTAL_GB
   942  	Quota_SSL_CERTIFICATES                                                                             = src.Quota_SSL_CERTIFICATES
   943  	Quota_STATIC_ADDRESSES                                                                             = src.Quota_STATIC_ADDRESSES
   944  	Quota_STATIC_BYOIP_ADDRESSES                                                                       = src.Quota_STATIC_BYOIP_ADDRESSES
   945  	Quota_STATIC_EXTERNAL_IPV6_ADDRESS_RANGES                                                          = src.Quota_STATIC_EXTERNAL_IPV6_ADDRESS_RANGES
   946  	Quota_SUBNETWORKS                                                                                  = src.Quota_SUBNETWORKS
   947  	Quota_T2A_CPUS                                                                                     = src.Quota_T2A_CPUS
   948  	Quota_T2D_CPUS                                                                                     = src.Quota_T2D_CPUS
   949  	Quota_TARGET_HTTPS_PROXIES                                                                         = src.Quota_TARGET_HTTPS_PROXIES
   950  	Quota_TARGET_HTTP_PROXIES                                                                          = src.Quota_TARGET_HTTP_PROXIES
   951  	Quota_TARGET_INSTANCES                                                                             = src.Quota_TARGET_INSTANCES
   952  	Quota_TARGET_POOLS                                                                                 = src.Quota_TARGET_POOLS
   953  	Quota_TARGET_SSL_PROXIES                                                                           = src.Quota_TARGET_SSL_PROXIES
   954  	Quota_TARGET_TCP_PROXIES                                                                           = src.Quota_TARGET_TCP_PROXIES
   955  	Quota_TARGET_VPN_GATEWAYS                                                                          = src.Quota_TARGET_VPN_GATEWAYS
   956  	Quota_UNDEFINED_METRIC                                                                             = src.Quota_UNDEFINED_METRIC
   957  	Quota_URL_MAPS                                                                                     = src.Quota_URL_MAPS
   958  	Quota_VPN_GATEWAYS                                                                                 = src.Quota_VPN_GATEWAYS
   959  	Quota_VPN_TUNNELS                                                                                  = src.Quota_VPN_TUNNELS
   960  	Quota_XPN_SERVICE_PROJECTS                                                                         = src.Quota_XPN_SERVICE_PROJECTS
   961  	RawDisk_TAR                                                                                        = src.RawDisk_TAR
   962  	RawDisk_UNDEFINED_CONTAINER_TYPE                                                                   = src.RawDisk_UNDEFINED_CONTAINER_TYPE
   963  	RegionInstanceGroupManagersApplyUpdatesRequest_UNDEFINED_MINIMAL_ACTION                            = src.RegionInstanceGroupManagersApplyUpdatesRequest_UNDEFINED_MINIMAL_ACTION
   964  	RegionInstanceGroupManagersApplyUpdatesRequest_UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION            = src.RegionInstanceGroupManagersApplyUpdatesRequest_UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION
   965  	RegionInstanceGroupsListInstancesRequest_ALL                                                       = src.RegionInstanceGroupsListInstancesRequest_ALL
   966  	RegionInstanceGroupsListInstancesRequest_RUNNING                                                   = src.RegionInstanceGroupsListInstancesRequest_RUNNING
   967  	RegionInstanceGroupsListInstancesRequest_UNDEFINED_INSTANCE_STATE                                  = src.RegionInstanceGroupsListInstancesRequest_UNDEFINED_INSTANCE_STATE
   968  	RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_HIERARCHY        = src.RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_HIERARCHY
   969  	RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_NETWORK          = src.RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_NETWORK
   970  	RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_NETWORK_REGIONAL = src.RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_NETWORK_REGIONAL
   971  	RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_UNDEFINED_TYPE   = src.RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_UNDEFINED_TYPE
   972  	RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_UNSPECIFIED      = src.RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_UNSPECIFIED
   973  	Region_DOWN                                                                                        = src.Region_DOWN
   974  	Region_UNDEFINED_STATUS                                                                            = src.Region_UNDEFINED_STATUS
   975  	Region_UP                                                                                          = src.Region_UP
   976  	ReservationAffinity_ANY_RESERVATION                                                                = src.ReservationAffinity_ANY_RESERVATION
   977  	ReservationAffinity_NO_RESERVATION                                                                 = src.ReservationAffinity_NO_RESERVATION
   978  	ReservationAffinity_SPECIFIC_RESERVATION                                                           = src.ReservationAffinity_SPECIFIC_RESERVATION
   979  	ReservationAffinity_UNDEFINED_CONSUME_RESERVATION_TYPE                                             = src.ReservationAffinity_UNDEFINED_CONSUME_RESERVATION_TYPE
   980  	ReservationAffinity_UNSPECIFIED                                                                    = src.ReservationAffinity_UNSPECIFIED
   981  	Reservation_CREATING                                                                               = src.Reservation_CREATING
   982  	Reservation_DELETING                                                                               = src.Reservation_DELETING
   983  	Reservation_INVALID                                                                                = src.Reservation_INVALID
   984  	Reservation_READY                                                                                  = src.Reservation_READY
   985  	Reservation_UNDEFINED_STATUS                                                                       = src.Reservation_UNDEFINED_STATUS
   986  	Reservation_UPDATING                                                                               = src.Reservation_UPDATING
   987  	ResourceCommitment_ACCELERATOR                                                                     = src.ResourceCommitment_ACCELERATOR
   988  	ResourceCommitment_LOCAL_SSD                                                                       = src.ResourceCommitment_LOCAL_SSD
   989  	ResourceCommitment_MEMORY                                                                          = src.ResourceCommitment_MEMORY
   990  	ResourceCommitment_UNDEFINED_TYPE                                                                  = src.ResourceCommitment_UNDEFINED_TYPE
   991  	ResourceCommitment_UNSPECIFIED                                                                     = src.ResourceCommitment_UNSPECIFIED
   992  	ResourceCommitment_VCPU                                                                            = src.ResourceCommitment_VCPU
   993  	ResourcePolicyGroupPlacementPolicy_COLLOCATED                                                      = src.ResourcePolicyGroupPlacementPolicy_COLLOCATED
   994  	ResourcePolicyGroupPlacementPolicy_UNDEFINED_COLLOCATION                                           = src.ResourcePolicyGroupPlacementPolicy_UNDEFINED_COLLOCATION
   995  	ResourcePolicyGroupPlacementPolicy_UNSPECIFIED_COLLOCATION                                         = src.ResourcePolicyGroupPlacementPolicy_UNSPECIFIED_COLLOCATION
   996  	ResourcePolicySnapshotSchedulePolicyRetentionPolicy_APPLY_RETENTION_POLICY                         = src.ResourcePolicySnapshotSchedulePolicyRetentionPolicy_APPLY_RETENTION_POLICY
   997  	ResourcePolicySnapshotSchedulePolicyRetentionPolicy_KEEP_AUTO_SNAPSHOTS                            = src.ResourcePolicySnapshotSchedulePolicyRetentionPolicy_KEEP_AUTO_SNAPSHOTS
   998  	ResourcePolicySnapshotSchedulePolicyRetentionPolicy_UNDEFINED_ON_SOURCE_DISK_DELETE                = src.ResourcePolicySnapshotSchedulePolicyRetentionPolicy_UNDEFINED_ON_SOURCE_DISK_DELETE
   999  	ResourcePolicySnapshotSchedulePolicyRetentionPolicy_UNSPECIFIED_ON_SOURCE_DISK_DELETE              = src.ResourcePolicySnapshotSchedulePolicyRetentionPolicy_UNSPECIFIED_ON_SOURCE_DISK_DELETE
  1000  	ResourcePolicyWeeklyCycleDayOfWeek_FRIDAY                                                          = src.ResourcePolicyWeeklyCycleDayOfWeek_FRIDAY
  1001  	ResourcePolicyWeeklyCycleDayOfWeek_INVALID                                                         = src.ResourcePolicyWeeklyCycleDayOfWeek_INVALID
  1002  	ResourcePolicyWeeklyCycleDayOfWeek_MONDAY                                                          = src.ResourcePolicyWeeklyCycleDayOfWeek_MONDAY
  1003  	ResourcePolicyWeeklyCycleDayOfWeek_SATURDAY                                                        = src.ResourcePolicyWeeklyCycleDayOfWeek_SATURDAY
  1004  	ResourcePolicyWeeklyCycleDayOfWeek_SUNDAY                                                          = src.ResourcePolicyWeeklyCycleDayOfWeek_SUNDAY
  1005  	ResourcePolicyWeeklyCycleDayOfWeek_THURSDAY                                                        = src.ResourcePolicyWeeklyCycleDayOfWeek_THURSDAY
  1006  	ResourcePolicyWeeklyCycleDayOfWeek_TUESDAY                                                         = src.ResourcePolicyWeeklyCycleDayOfWeek_TUESDAY
  1007  	ResourcePolicyWeeklyCycleDayOfWeek_UNDEFINED_DAY                                                   = src.ResourcePolicyWeeklyCycleDayOfWeek_UNDEFINED_DAY
  1008  	ResourcePolicyWeeklyCycleDayOfWeek_WEDNESDAY                                                       = src.ResourcePolicyWeeklyCycleDayOfWeek_WEDNESDAY
  1009  	ResourcePolicy_CREATING                                                                            = src.ResourcePolicy_CREATING
  1010  	ResourcePolicy_DELETING                                                                            = src.ResourcePolicy_DELETING
  1011  	ResourcePolicy_EXPIRED                                                                             = src.ResourcePolicy_EXPIRED
  1012  	ResourcePolicy_INVALID                                                                             = src.ResourcePolicy_INVALID
  1013  	ResourcePolicy_READY                                                                               = src.ResourcePolicy_READY
  1014  	ResourcePolicy_UNDEFINED_STATUS                                                                    = src.ResourcePolicy_UNDEFINED_STATUS
  1015  	RouteAsPath_AS_CONFED_SEQUENCE                                                                     = src.RouteAsPath_AS_CONFED_SEQUENCE
  1016  	RouteAsPath_AS_CONFED_SET                                                                          = src.RouteAsPath_AS_CONFED_SET
  1017  	RouteAsPath_AS_SEQUENCE                                                                            = src.RouteAsPath_AS_SEQUENCE
  1018  	RouteAsPath_AS_SET                                                                                 = src.RouteAsPath_AS_SET
  1019  	RouteAsPath_UNDEFINED_PATH_SEGMENT_TYPE                                                            = src.RouteAsPath_UNDEFINED_PATH_SEGMENT_TYPE
  1020  	Route_ACTIVE                                                                                       = src.Route_ACTIVE
  1021  	Route_BGP                                                                                          = src.Route_BGP
  1022  	Route_DROPPED                                                                                      = src.Route_DROPPED
  1023  	Route_INACTIVE                                                                                     = src.Route_INACTIVE
  1024  	Route_PENDING                                                                                      = src.Route_PENDING
  1025  	Route_STATIC                                                                                       = src.Route_STATIC
  1026  	Route_SUBNET                                                                                       = src.Route_SUBNET
  1027  	Route_TRANSIT                                                                                      = src.Route_TRANSIT
  1028  	Route_UNDEFINED_ROUTE_STATUS                                                                       = src.Route_UNDEFINED_ROUTE_STATUS
  1029  	Route_UNDEFINED_ROUTE_TYPE                                                                         = src.Route_UNDEFINED_ROUTE_TYPE
  1030  	RouterBgpPeerBfd_ACTIVE                                                                            = src.RouterBgpPeerBfd_ACTIVE
  1031  	RouterBgpPeerBfd_DISABLED                                                                          = src.RouterBgpPeerBfd_DISABLED
  1032  	RouterBgpPeerBfd_PASSIVE                                                                           = src.RouterBgpPeerBfd_PASSIVE
  1033  	RouterBgpPeerBfd_UNDEFINED_SESSION_INITIALIZATION_MODE                                             = src.RouterBgpPeerBfd_UNDEFINED_SESSION_INITIALIZATION_MODE
  1034  	RouterBgpPeer_ALL_SUBNETS                                                                          = src.RouterBgpPeer_ALL_SUBNETS
  1035  	RouterBgpPeer_CUSTOM                                                                               = src.RouterBgpPeer_CUSTOM
  1036  	RouterBgpPeer_DEFAULT                                                                              = src.RouterBgpPeer_DEFAULT
  1037  	RouterBgpPeer_FALSE                                                                                = src.RouterBgpPeer_FALSE
  1038  	RouterBgpPeer_MANAGED_BY_ATTACHMENT                                                                = src.RouterBgpPeer_MANAGED_BY_ATTACHMENT
  1039  	RouterBgpPeer_MANAGED_BY_USER                                                                      = src.RouterBgpPeer_MANAGED_BY_USER
  1040  	RouterBgpPeer_TRUE                                                                                 = src.RouterBgpPeer_TRUE
  1041  	RouterBgpPeer_UNDEFINED_ADVERTISED_GROUPS                                                          = src.RouterBgpPeer_UNDEFINED_ADVERTISED_GROUPS
  1042  	RouterBgpPeer_UNDEFINED_ADVERTISE_MODE                                                             = src.RouterBgpPeer_UNDEFINED_ADVERTISE_MODE
  1043  	RouterBgpPeer_UNDEFINED_ENABLE                                                                     = src.RouterBgpPeer_UNDEFINED_ENABLE
  1044  	RouterBgpPeer_UNDEFINED_MANAGEMENT_TYPE                                                            = src.RouterBgpPeer_UNDEFINED_MANAGEMENT_TYPE
  1045  	RouterBgp_ALL_SUBNETS                                                                              = src.RouterBgp_ALL_SUBNETS
  1046  	RouterBgp_CUSTOM                                                                                   = src.RouterBgp_CUSTOM
  1047  	RouterBgp_DEFAULT                                                                                  = src.RouterBgp_DEFAULT
  1048  	RouterBgp_UNDEFINED_ADVERTISED_GROUPS                                                              = src.RouterBgp_UNDEFINED_ADVERTISED_GROUPS
  1049  	RouterBgp_UNDEFINED_ADVERTISE_MODE                                                                 = src.RouterBgp_UNDEFINED_ADVERTISE_MODE
  1050  	RouterInterface_MANAGED_BY_ATTACHMENT                                                              = src.RouterInterface_MANAGED_BY_ATTACHMENT
  1051  	RouterInterface_MANAGED_BY_USER                                                                    = src.RouterInterface_MANAGED_BY_USER
  1052  	RouterInterface_UNDEFINED_MANAGEMENT_TYPE                                                          = src.RouterInterface_UNDEFINED_MANAGEMENT_TYPE
  1053  	RouterNatLogConfig_ALL                                                                             = src.RouterNatLogConfig_ALL
  1054  	RouterNatLogConfig_ERRORS_ONLY                                                                     = src.RouterNatLogConfig_ERRORS_ONLY
  1055  	RouterNatLogConfig_TRANSLATIONS_ONLY                                                               = src.RouterNatLogConfig_TRANSLATIONS_ONLY
  1056  	RouterNatLogConfig_UNDEFINED_FILTER                                                                = src.RouterNatLogConfig_UNDEFINED_FILTER
  1057  	RouterNatSubnetworkToNat_ALL_IP_RANGES                                                             = src.RouterNatSubnetworkToNat_ALL_IP_RANGES
  1058  	RouterNatSubnetworkToNat_LIST_OF_SECONDARY_IP_RANGES                                               = src.RouterNatSubnetworkToNat_LIST_OF_SECONDARY_IP_RANGES
  1059  	RouterNatSubnetworkToNat_PRIMARY_IP_RANGE                                                          = src.RouterNatSubnetworkToNat_PRIMARY_IP_RANGE
  1060  	RouterNatSubnetworkToNat_UNDEFINED_SOURCE_IP_RANGES_TO_NAT                                         = src.RouterNatSubnetworkToNat_UNDEFINED_SOURCE_IP_RANGES_TO_NAT
  1061  	RouterNat_ALL_SUBNETWORKS_ALL_IP_RANGES                                                            = src.RouterNat_ALL_SUBNETWORKS_ALL_IP_RANGES
  1062  	RouterNat_ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES                                                    = src.RouterNat_ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES
  1063  	RouterNat_AUTO_ONLY                                                                                = src.RouterNat_AUTO_ONLY
  1064  	RouterNat_ENDPOINT_TYPE_SWG                                                                        = src.RouterNat_ENDPOINT_TYPE_SWG
  1065  	RouterNat_ENDPOINT_TYPE_VM                                                                         = src.RouterNat_ENDPOINT_TYPE_VM
  1066  	RouterNat_LIST_OF_SUBNETWORKS                                                                      = src.RouterNat_LIST_OF_SUBNETWORKS
  1067  	RouterNat_MANUAL_ONLY                                                                              = src.RouterNat_MANUAL_ONLY
  1068  	RouterNat_UNDEFINED_ENDPOINT_TYPES                                                                 = src.RouterNat_UNDEFINED_ENDPOINT_TYPES
  1069  	RouterNat_UNDEFINED_NAT_IP_ALLOCATE_OPTION                                                         = src.RouterNat_UNDEFINED_NAT_IP_ALLOCATE_OPTION
  1070  	RouterNat_UNDEFINED_SOURCE_SUBNETWORK_IP_RANGES_TO_NAT                                             = src.RouterNat_UNDEFINED_SOURCE_SUBNETWORK_IP_RANGES_TO_NAT
  1071  	RouterStatusBgpPeerStatus_DOWN                                                                     = src.RouterStatusBgpPeerStatus_DOWN
  1072  	RouterStatusBgpPeerStatus_MD5_AUTH_INTERNAL_PROBLEM                                                = src.RouterStatusBgpPeerStatus_MD5_AUTH_INTERNAL_PROBLEM
  1073  	RouterStatusBgpPeerStatus_STATUS_REASON_UNSPECIFIED                                                = src.RouterStatusBgpPeerStatus_STATUS_REASON_UNSPECIFIED
  1074  	RouterStatusBgpPeerStatus_UNDEFINED_STATUS                                                         = src.RouterStatusBgpPeerStatus_UNDEFINED_STATUS
  1075  	RouterStatusBgpPeerStatus_UNDEFINED_STATUS_REASON                                                  = src.RouterStatusBgpPeerStatus_UNDEFINED_STATUS_REASON
  1076  	RouterStatusBgpPeerStatus_UNKNOWN                                                                  = src.RouterStatusBgpPeerStatus_UNKNOWN
  1077  	RouterStatusBgpPeerStatus_UP                                                                       = src.RouterStatusBgpPeerStatus_UP
  1078  	Rule_ALLOW                                                                                         = src.Rule_ALLOW
  1079  	Rule_ALLOW_WITH_LOG                                                                                = src.Rule_ALLOW_WITH_LOG
  1080  	Rule_DENY                                                                                          = src.Rule_DENY
  1081  	Rule_DENY_WITH_LOG                                                                                 = src.Rule_DENY_WITH_LOG
  1082  	Rule_LOG                                                                                           = src.Rule_LOG
  1083  	Rule_NO_ACTION                                                                                     = src.Rule_NO_ACTION
  1084  	Rule_UNDEFINED_ACTION                                                                              = src.Rule_UNDEFINED_ACTION
  1085  	SSLHealthCheck_NONE                                                                                = src.SSLHealthCheck_NONE
  1086  	SSLHealthCheck_PROXY_V1                                                                            = src.SSLHealthCheck_PROXY_V1
  1087  	SSLHealthCheck_UNDEFINED_PORT_SPECIFICATION                                                        = src.SSLHealthCheck_UNDEFINED_PORT_SPECIFICATION
  1088  	SSLHealthCheck_UNDEFINED_PROXY_HEADER                                                              = src.SSLHealthCheck_UNDEFINED_PROXY_HEADER
  1089  	SSLHealthCheck_USE_FIXED_PORT                                                                      = src.SSLHealthCheck_USE_FIXED_PORT
  1090  	SSLHealthCheck_USE_NAMED_PORT                                                                      = src.SSLHealthCheck_USE_NAMED_PORT
  1091  	SSLHealthCheck_USE_SERVING_PORT                                                                    = src.SSLHealthCheck_USE_SERVING_PORT
  1092  	SavedAttachedDisk_NVME                                                                             = src.SavedAttachedDisk_NVME
  1093  	SavedAttachedDisk_PERSISTENT                                                                       = src.SavedAttachedDisk_PERSISTENT
  1094  	SavedAttachedDisk_READ_ONLY                                                                        = src.SavedAttachedDisk_READ_ONLY
  1095  	SavedAttachedDisk_READ_WRITE                                                                       = src.SavedAttachedDisk_READ_WRITE
  1096  	SavedAttachedDisk_SCRATCH                                                                          = src.SavedAttachedDisk_SCRATCH
  1097  	SavedAttachedDisk_SCSI                                                                             = src.SavedAttachedDisk_SCSI
  1098  	SavedAttachedDisk_UNDEFINED_INTERFACE                                                              = src.SavedAttachedDisk_UNDEFINED_INTERFACE
  1099  	SavedAttachedDisk_UNDEFINED_MODE                                                                   = src.SavedAttachedDisk_UNDEFINED_MODE
  1100  	SavedAttachedDisk_UNDEFINED_STORAGE_BYTES_STATUS                                                   = src.SavedAttachedDisk_UNDEFINED_STORAGE_BYTES_STATUS
  1101  	SavedAttachedDisk_UNDEFINED_TYPE                                                                   = src.SavedAttachedDisk_UNDEFINED_TYPE
  1102  	SavedAttachedDisk_UPDATING                                                                         = src.SavedAttachedDisk_UPDATING
  1103  	SavedAttachedDisk_UP_TO_DATE                                                                       = src.SavedAttachedDisk_UP_TO_DATE
  1104  	SavedDisk_ARCHITECTURE_UNSPECIFIED                                                                 = src.SavedDisk_ARCHITECTURE_UNSPECIFIED
  1105  	SavedDisk_ARM64                                                                                    = src.SavedDisk_ARM64
  1106  	SavedDisk_UNDEFINED_ARCHITECTURE                                                                   = src.SavedDisk_UNDEFINED_ARCHITECTURE
  1107  	SavedDisk_UNDEFINED_STORAGE_BYTES_STATUS                                                           = src.SavedDisk_UNDEFINED_STORAGE_BYTES_STATUS
  1108  	SavedDisk_UPDATING                                                                                 = src.SavedDisk_UPDATING
  1109  	SavedDisk_UP_TO_DATE                                                                               = src.SavedDisk_UP_TO_DATE
  1110  	SavedDisk_X86_64                                                                                   = src.SavedDisk_X86_64
  1111  	ScalingScheduleStatus_ACTIVE                                                                       = src.ScalingScheduleStatus_ACTIVE
  1112  	ScalingScheduleStatus_DISABLED                                                                     = src.ScalingScheduleStatus_DISABLED
  1113  	ScalingScheduleStatus_OBSOLETE                                                                     = src.ScalingScheduleStatus_OBSOLETE
  1114  	ScalingScheduleStatus_READY                                                                        = src.ScalingScheduleStatus_READY
  1115  	ScalingScheduleStatus_UNDEFINED_STATE                                                              = src.ScalingScheduleStatus_UNDEFINED_STATE
  1116  	SchedulingNodeAffinity_IN                                                                          = src.SchedulingNodeAffinity_IN
  1117  	SchedulingNodeAffinity_NOT_IN                                                                      = src.SchedulingNodeAffinity_NOT_IN
  1118  	SchedulingNodeAffinity_OPERATOR_UNSPECIFIED                                                        = src.SchedulingNodeAffinity_OPERATOR_UNSPECIFIED
  1119  	SchedulingNodeAffinity_UNDEFINED_OPERATOR                                                          = src.SchedulingNodeAffinity_UNDEFINED_OPERATOR
  1120  	Scheduling_DELETE                                                                                  = src.Scheduling_DELETE
  1121  	Scheduling_INSTANCE_TERMINATION_ACTION_UNSPECIFIED                                                 = src.Scheduling_INSTANCE_TERMINATION_ACTION_UNSPECIFIED
  1122  	Scheduling_MIGRATE                                                                                 = src.Scheduling_MIGRATE
  1123  	Scheduling_SPOT                                                                                    = src.Scheduling_SPOT
  1124  	Scheduling_STANDARD                                                                                = src.Scheduling_STANDARD
  1125  	Scheduling_STOP                                                                                    = src.Scheduling_STOP
  1126  	Scheduling_TERMINATE                                                                               = src.Scheduling_TERMINATE
  1127  	Scheduling_UNDEFINED_INSTANCE_TERMINATION_ACTION                                                   = src.Scheduling_UNDEFINED_INSTANCE_TERMINATION_ACTION
  1128  	Scheduling_UNDEFINED_ON_HOST_MAINTENANCE                                                           = src.Scheduling_UNDEFINED_ON_HOST_MAINTENANCE
  1129  	Scheduling_UNDEFINED_PROVISIONING_MODEL                                                            = src.Scheduling_UNDEFINED_PROVISIONING_MODEL
  1130  	SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_PREMIUM                              = src.SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_PREMIUM
  1131  	SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_STANDARD                             = src.SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_STANDARD
  1132  	SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_UNDEFINED_RULE_VISIBILITY            = src.SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_UNDEFINED_RULE_VISIBILITY
  1133  	SecurityPolicyAdvancedOptionsConfig_DISABLED                                                       = src.SecurityPolicyAdvancedOptionsConfig_DISABLED
  1134  	SecurityPolicyAdvancedOptionsConfig_NORMAL                                                         = src.SecurityPolicyAdvancedOptionsConfig_NORMAL
  1135  	SecurityPolicyAdvancedOptionsConfig_STANDARD                                                       = src.SecurityPolicyAdvancedOptionsConfig_STANDARD
  1136  	SecurityPolicyAdvancedOptionsConfig_UNDEFINED_JSON_PARSING                                         = src.SecurityPolicyAdvancedOptionsConfig_UNDEFINED_JSON_PARSING
  1137  	SecurityPolicyAdvancedOptionsConfig_UNDEFINED_LOG_LEVEL                                            = src.SecurityPolicyAdvancedOptionsConfig_UNDEFINED_LOG_LEVEL
  1138  	SecurityPolicyAdvancedOptionsConfig_VERBOSE                                                        = src.SecurityPolicyAdvancedOptionsConfig_VERBOSE
  1139  	SecurityPolicyDdosProtectionConfig_ADVANCED                                                        = src.SecurityPolicyDdosProtectionConfig_ADVANCED
  1140  	SecurityPolicyDdosProtectionConfig_STANDARD                                                        = src.SecurityPolicyDdosProtectionConfig_STANDARD
  1141  	SecurityPolicyDdosProtectionConfig_UNDEFINED_DDOS_PROTECTION                                       = src.SecurityPolicyDdosProtectionConfig_UNDEFINED_DDOS_PROTECTION
  1142  	SecurityPolicyRuleMatcher_SRC_IPS_V1                                                               = src.SecurityPolicyRuleMatcher_SRC_IPS_V1
  1143  	SecurityPolicyRuleMatcher_UNDEFINED_VERSIONED_EXPR                                                 = src.SecurityPolicyRuleMatcher_UNDEFINED_VERSIONED_EXPR
  1144  	SecurityPolicyRuleRateLimitOptions_ALL                                                             = src.SecurityPolicyRuleRateLimitOptions_ALL
  1145  	SecurityPolicyRuleRateLimitOptions_HTTP_COOKIE                                                     = src.SecurityPolicyRuleRateLimitOptions_HTTP_COOKIE
  1146  	SecurityPolicyRuleRateLimitOptions_HTTP_HEADER                                                     = src.SecurityPolicyRuleRateLimitOptions_HTTP_HEADER
  1147  	SecurityPolicyRuleRateLimitOptions_HTTP_PATH                                                       = src.SecurityPolicyRuleRateLimitOptions_HTTP_PATH
  1148  	SecurityPolicyRuleRateLimitOptions_IP                                                              = src.SecurityPolicyRuleRateLimitOptions_IP
  1149  	SecurityPolicyRuleRateLimitOptions_REGION_CODE                                                     = src.SecurityPolicyRuleRateLimitOptions_REGION_CODE
  1150  	SecurityPolicyRuleRateLimitOptions_SNI                                                             = src.SecurityPolicyRuleRateLimitOptions_SNI
  1151  	SecurityPolicyRuleRateLimitOptions_UNDEFINED_ENFORCE_ON_KEY                                        = src.SecurityPolicyRuleRateLimitOptions_UNDEFINED_ENFORCE_ON_KEY
  1152  	SecurityPolicyRuleRateLimitOptions_XFF_IP                                                          = src.SecurityPolicyRuleRateLimitOptions_XFF_IP
  1153  	SecurityPolicyRuleRedirectOptions_EXTERNAL_302                                                     = src.SecurityPolicyRuleRedirectOptions_EXTERNAL_302
  1154  	SecurityPolicyRuleRedirectOptions_GOOGLE_RECAPTCHA                                                 = src.SecurityPolicyRuleRedirectOptions_GOOGLE_RECAPTCHA
  1155  	SecurityPolicyRuleRedirectOptions_UNDEFINED_TYPE                                                   = src.SecurityPolicyRuleRedirectOptions_UNDEFINED_TYPE
  1156  	SecurityPolicy_CLOUD_ARMOR                                                                         = src.SecurityPolicy_CLOUD_ARMOR
  1157  	SecurityPolicy_CLOUD_ARMOR_EDGE                                                                    = src.SecurityPolicy_CLOUD_ARMOR_EDGE
  1158  	SecurityPolicy_CLOUD_ARMOR_NETWORK                                                                 = src.SecurityPolicy_CLOUD_ARMOR_NETWORK
  1159  	SecurityPolicy_UNDEFINED_TYPE                                                                      = src.SecurityPolicy_UNDEFINED_TYPE
  1160  	ServerBinding_RESTART_NODE_ON_ANY_SERVER                                                           = src.ServerBinding_RESTART_NODE_ON_ANY_SERVER
  1161  	ServerBinding_RESTART_NODE_ON_MINIMAL_SERVERS                                                      = src.ServerBinding_RESTART_NODE_ON_MINIMAL_SERVERS
  1162  	ServerBinding_SERVER_BINDING_TYPE_UNSPECIFIED                                                      = src.ServerBinding_SERVER_BINDING_TYPE_UNSPECIFIED
  1163  	ServerBinding_UNDEFINED_TYPE                                                                       = src.ServerBinding_UNDEFINED_TYPE
  1164  	ServiceAttachmentConnectedEndpoint_ACCEPTED                                                        = src.ServiceAttachmentConnectedEndpoint_ACCEPTED
  1165  	ServiceAttachmentConnectedEndpoint_CLOSED                                                          = src.ServiceAttachmentConnectedEndpoint_CLOSED
  1166  	ServiceAttachmentConnectedEndpoint_NEEDS_ATTENTION                                                 = src.ServiceAttachmentConnectedEndpoint_NEEDS_ATTENTION
  1167  	ServiceAttachmentConnectedEndpoint_PENDING                                                         = src.ServiceAttachmentConnectedEndpoint_PENDING
  1168  	ServiceAttachmentConnectedEndpoint_REJECTED                                                        = src.ServiceAttachmentConnectedEndpoint_REJECTED
  1169  	ServiceAttachmentConnectedEndpoint_STATUS_UNSPECIFIED                                              = src.ServiceAttachmentConnectedEndpoint_STATUS_UNSPECIFIED
  1170  	ServiceAttachmentConnectedEndpoint_UNDEFINED_STATUS                                                = src.ServiceAttachmentConnectedEndpoint_UNDEFINED_STATUS
  1171  	ServiceAttachment_ACCEPT_AUTOMATIC                                                                 = src.ServiceAttachment_ACCEPT_AUTOMATIC
  1172  	ServiceAttachment_ACCEPT_MANUAL                                                                    = src.ServiceAttachment_ACCEPT_MANUAL
  1173  	ServiceAttachment_CONNECTION_PREFERENCE_UNSPECIFIED                                                = src.ServiceAttachment_CONNECTION_PREFERENCE_UNSPECIFIED
  1174  	ServiceAttachment_UNDEFINED_CONNECTION_PREFERENCE                                                  = src.ServiceAttachment_UNDEFINED_CONNECTION_PREFERENCE
  1175  	ShareSettings_LOCAL                                                                                = src.ShareSettings_LOCAL
  1176  	ShareSettings_ORGANIZATION                                                                         = src.ShareSettings_ORGANIZATION
  1177  	ShareSettings_SHARE_TYPE_UNSPECIFIED                                                               = src.ShareSettings_SHARE_TYPE_UNSPECIFIED
  1178  	ShareSettings_SPECIFIC_PROJECTS                                                                    = src.ShareSettings_SPECIFIC_PROJECTS
  1179  	ShareSettings_UNDEFINED_SHARE_TYPE                                                                 = src.ShareSettings_UNDEFINED_SHARE_TYPE
  1180  	Snapshot_ARCHITECTURE_UNSPECIFIED                                                                  = src.Snapshot_ARCHITECTURE_UNSPECIFIED
  1181  	Snapshot_ARCHIVE                                                                                   = src.Snapshot_ARCHIVE
  1182  	Snapshot_ARM64                                                                                     = src.Snapshot_ARM64
  1183  	Snapshot_CREATING                                                                                  = src.Snapshot_CREATING
  1184  	Snapshot_DELETING                                                                                  = src.Snapshot_DELETING
  1185  	Snapshot_FAILED                                                                                    = src.Snapshot_FAILED
  1186  	Snapshot_READY                                                                                     = src.Snapshot_READY
  1187  	Snapshot_STANDARD                                                                                  = src.Snapshot_STANDARD
  1188  	Snapshot_UNDEFINED_ARCHITECTURE                                                                    = src.Snapshot_UNDEFINED_ARCHITECTURE
  1189  	Snapshot_UNDEFINED_SNAPSHOT_TYPE                                                                   = src.Snapshot_UNDEFINED_SNAPSHOT_TYPE
  1190  	Snapshot_UNDEFINED_STATUS                                                                          = src.Snapshot_UNDEFINED_STATUS
  1191  	Snapshot_UNDEFINED_STORAGE_BYTES_STATUS                                                            = src.Snapshot_UNDEFINED_STORAGE_BYTES_STATUS
  1192  	Snapshot_UPDATING                                                                                  = src.Snapshot_UPDATING
  1193  	Snapshot_UPLOADING                                                                                 = src.Snapshot_UPLOADING
  1194  	Snapshot_UP_TO_DATE                                                                                = src.Snapshot_UP_TO_DATE
  1195  	Snapshot_X86_64                                                                                    = src.Snapshot_X86_64
  1196  	SourceInstanceProperties_KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED                                    = src.SourceInstanceProperties_KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED
  1197  	SourceInstanceProperties_NONE                                                                      = src.SourceInstanceProperties_NONE
  1198  	SourceInstanceProperties_STOP                                                                      = src.SourceInstanceProperties_STOP
  1199  	SourceInstanceProperties_UNDEFINED_KEY_REVOCATION_ACTION_TYPE                                      = src.SourceInstanceProperties_UNDEFINED_KEY_REVOCATION_ACTION_TYPE
  1200  	SslCertificateManagedSslCertificate_ACTIVE                                                         = src.SslCertificateManagedSslCertificate_ACTIVE
  1201  	SslCertificateManagedSslCertificate_MANAGED_CERTIFICATE_STATUS_UNSPECIFIED                         = src.SslCertificateManagedSslCertificate_MANAGED_CERTIFICATE_STATUS_UNSPECIFIED
  1202  	SslCertificateManagedSslCertificate_PROVISIONING                                                   = src.SslCertificateManagedSslCertificate_PROVISIONING
  1203  	SslCertificateManagedSslCertificate_PROVISIONING_FAILED                                            = src.SslCertificateManagedSslCertificate_PROVISIONING_FAILED
  1204  	SslCertificateManagedSslCertificate_PROVISIONING_FAILED_PERMANENTLY                                = src.SslCertificateManagedSslCertificate_PROVISIONING_FAILED_PERMANENTLY
  1205  	SslCertificateManagedSslCertificate_RENEWAL_FAILED                                                 = src.SslCertificateManagedSslCertificate_RENEWAL_FAILED
  1206  	SslCertificateManagedSslCertificate_UNDEFINED_STATUS                                               = src.SslCertificateManagedSslCertificate_UNDEFINED_STATUS
  1207  	SslCertificate_MANAGED                                                                             = src.SslCertificate_MANAGED
  1208  	SslCertificate_SELF_MANAGED                                                                        = src.SslCertificate_SELF_MANAGED
  1209  	SslCertificate_TYPE_UNSPECIFIED                                                                    = src.SslCertificate_TYPE_UNSPECIFIED
  1210  	SslCertificate_UNDEFINED_TYPE                                                                      = src.SslCertificate_UNDEFINED_TYPE
  1211  	SslPolicy_COMPATIBLE                                                                               = src.SslPolicy_COMPATIBLE
  1212  	SslPolicy_CUSTOM                                                                                   = src.SslPolicy_CUSTOM
  1213  	SslPolicy_MODERN                                                                                   = src.SslPolicy_MODERN
  1214  	SslPolicy_RESTRICTED                                                                               = src.SslPolicy_RESTRICTED
  1215  	SslPolicy_TLS_1_0                                                                                  = src.SslPolicy_TLS_1_0
  1216  	SslPolicy_TLS_1_1                                                                                  = src.SslPolicy_TLS_1_1
  1217  	SslPolicy_TLS_1_2                                                                                  = src.SslPolicy_TLS_1_2
  1218  	SslPolicy_UNDEFINED_MIN_TLS_VERSION                                                                = src.SslPolicy_UNDEFINED_MIN_TLS_VERSION
  1219  	SslPolicy_UNDEFINED_PROFILE                                                                        = src.SslPolicy_UNDEFINED_PROFILE
  1220  	StatefulPolicyPreservedStateDiskDevice_NEVER                                                       = src.StatefulPolicyPreservedStateDiskDevice_NEVER
  1221  	StatefulPolicyPreservedStateDiskDevice_ON_PERMANENT_INSTANCE_DELETION                              = src.StatefulPolicyPreservedStateDiskDevice_ON_PERMANENT_INSTANCE_DELETION
  1222  	StatefulPolicyPreservedStateDiskDevice_UNDEFINED_AUTO_DELETE                                       = src.StatefulPolicyPreservedStateDiskDevice_UNDEFINED_AUTO_DELETE
  1223  	SubnetworkLogConfig_CUSTOM_METADATA                                                                = src.SubnetworkLogConfig_CUSTOM_METADATA
  1224  	SubnetworkLogConfig_EXCLUDE_ALL_METADATA                                                           = src.SubnetworkLogConfig_EXCLUDE_ALL_METADATA
  1225  	SubnetworkLogConfig_INCLUDE_ALL_METADATA                                                           = src.SubnetworkLogConfig_INCLUDE_ALL_METADATA
  1226  	SubnetworkLogConfig_INTERVAL_10_MIN                                                                = src.SubnetworkLogConfig_INTERVAL_10_MIN
  1227  	SubnetworkLogConfig_INTERVAL_15_MIN                                                                = src.SubnetworkLogConfig_INTERVAL_15_MIN
  1228  	SubnetworkLogConfig_INTERVAL_1_MIN                                                                 = src.SubnetworkLogConfig_INTERVAL_1_MIN
  1229  	SubnetworkLogConfig_INTERVAL_30_SEC                                                                = src.SubnetworkLogConfig_INTERVAL_30_SEC
  1230  	SubnetworkLogConfig_INTERVAL_5_MIN                                                                 = src.SubnetworkLogConfig_INTERVAL_5_MIN
  1231  	SubnetworkLogConfig_INTERVAL_5_SEC                                                                 = src.SubnetworkLogConfig_INTERVAL_5_SEC
  1232  	SubnetworkLogConfig_UNDEFINED_AGGREGATION_INTERVAL                                                 = src.SubnetworkLogConfig_UNDEFINED_AGGREGATION_INTERVAL
  1233  	SubnetworkLogConfig_UNDEFINED_METADATA                                                             = src.SubnetworkLogConfig_UNDEFINED_METADATA
  1234  	Subnetwork_ACTIVE                                                                                  = src.Subnetwork_ACTIVE
  1235  	Subnetwork_BACKUP                                                                                  = src.Subnetwork_BACKUP
  1236  	Subnetwork_DISABLE_GOOGLE_ACCESS                                                                   = src.Subnetwork_DISABLE_GOOGLE_ACCESS
  1237  	Subnetwork_DRAINING                                                                                = src.Subnetwork_DRAINING
  1238  	Subnetwork_ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE                                                   = src.Subnetwork_ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE
  1239  	Subnetwork_ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE                                                     = src.Subnetwork_ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE
  1240  	Subnetwork_EXTERNAL                                                                                = src.Subnetwork_EXTERNAL
  1241  	Subnetwork_INTERNAL                                                                                = src.Subnetwork_INTERNAL
  1242  	Subnetwork_INTERNAL_HTTPS_LOAD_BALANCER                                                            = src.Subnetwork_INTERNAL_HTTPS_LOAD_BALANCER
  1243  	Subnetwork_IPV4_IPV6                                                                               = src.Subnetwork_IPV4_IPV6
  1244  	Subnetwork_IPV4_ONLY                                                                               = src.Subnetwork_IPV4_ONLY
  1245  	Subnetwork_PRIVATE                                                                                 = src.Subnetwork_PRIVATE
  1246  	Subnetwork_PRIVATE_RFC_1918                                                                        = src.Subnetwork_PRIVATE_RFC_1918
  1247  	Subnetwork_PRIVATE_SERVICE_CONNECT                                                                 = src.Subnetwork_PRIVATE_SERVICE_CONNECT
  1248  	Subnetwork_READY                                                                                   = src.Subnetwork_READY
  1249  	Subnetwork_REGIONAL_MANAGED_PROXY                                                                  = src.Subnetwork_REGIONAL_MANAGED_PROXY
  1250  	Subnetwork_UNDEFINED_IPV6_ACCESS_TYPE                                                              = src.Subnetwork_UNDEFINED_IPV6_ACCESS_TYPE
  1251  	Subnetwork_UNDEFINED_PRIVATE_IPV6_GOOGLE_ACCESS                                                    = src.Subnetwork_UNDEFINED_PRIVATE_IPV6_GOOGLE_ACCESS
  1252  	Subnetwork_UNDEFINED_PURPOSE                                                                       = src.Subnetwork_UNDEFINED_PURPOSE
  1253  	Subnetwork_UNDEFINED_ROLE                                                                          = src.Subnetwork_UNDEFINED_ROLE
  1254  	Subnetwork_UNDEFINED_STACK_TYPE                                                                    = src.Subnetwork_UNDEFINED_STACK_TYPE
  1255  	Subnetwork_UNDEFINED_STATE                                                                         = src.Subnetwork_UNDEFINED_STATE
  1256  	Subnetwork_UNSPECIFIED_IPV6_ACCESS_TYPE                                                            = src.Subnetwork_UNSPECIFIED_IPV6_ACCESS_TYPE
  1257  	Subnetwork_UNSPECIFIED_STACK_TYPE                                                                  = src.Subnetwork_UNSPECIFIED_STACK_TYPE
  1258  	Subsetting_CONSISTENT_HASH_SUBSETTING                                                              = src.Subsetting_CONSISTENT_HASH_SUBSETTING
  1259  	Subsetting_NONE                                                                                    = src.Subsetting_NONE
  1260  	Subsetting_UNDEFINED_POLICY                                                                        = src.Subsetting_UNDEFINED_POLICY
  1261  	TCPHealthCheck_NONE                                                                                = src.TCPHealthCheck_NONE
  1262  	TCPHealthCheck_PROXY_V1                                                                            = src.TCPHealthCheck_PROXY_V1
  1263  	TCPHealthCheck_UNDEFINED_PORT_SPECIFICATION                                                        = src.TCPHealthCheck_UNDEFINED_PORT_SPECIFICATION
  1264  	TCPHealthCheck_UNDEFINED_PROXY_HEADER                                                              = src.TCPHealthCheck_UNDEFINED_PROXY_HEADER
  1265  	TCPHealthCheck_USE_FIXED_PORT                                                                      = src.TCPHealthCheck_USE_FIXED_PORT
  1266  	TCPHealthCheck_USE_NAMED_PORT                                                                      = src.TCPHealthCheck_USE_NAMED_PORT
  1267  	TCPHealthCheck_USE_SERVING_PORT                                                                    = src.TCPHealthCheck_USE_SERVING_PORT
  1268  	TargetHttpsProxiesSetQuicOverrideRequest_DISABLE                                                   = src.TargetHttpsProxiesSetQuicOverrideRequest_DISABLE
  1269  	TargetHttpsProxiesSetQuicOverrideRequest_ENABLE                                                    = src.TargetHttpsProxiesSetQuicOverrideRequest_ENABLE
  1270  	TargetHttpsProxiesSetQuicOverrideRequest_NONE                                                      = src.TargetHttpsProxiesSetQuicOverrideRequest_NONE
  1271  	TargetHttpsProxiesSetQuicOverrideRequest_UNDEFINED_QUIC_OVERRIDE                                   = src.TargetHttpsProxiesSetQuicOverrideRequest_UNDEFINED_QUIC_OVERRIDE
  1272  	TargetHttpsProxy_DISABLE                                                                           = src.TargetHttpsProxy_DISABLE
  1273  	TargetHttpsProxy_ENABLE                                                                            = src.TargetHttpsProxy_ENABLE
  1274  	TargetHttpsProxy_NONE                                                                              = src.TargetHttpsProxy_NONE
  1275  	TargetHttpsProxy_UNDEFINED_QUIC_OVERRIDE                                                           = src.TargetHttpsProxy_UNDEFINED_QUIC_OVERRIDE
  1276  	TargetInstance_NO_NAT                                                                              = src.TargetInstance_NO_NAT
  1277  	TargetInstance_UNDEFINED_NAT_POLICY                                                                = src.TargetInstance_UNDEFINED_NAT_POLICY
  1278  	TargetPool_CLIENT_IP                                                                               = src.TargetPool_CLIENT_IP
  1279  	TargetPool_CLIENT_IP_NO_DESTINATION                                                                = src.TargetPool_CLIENT_IP_NO_DESTINATION
  1280  	TargetPool_CLIENT_IP_PORT_PROTO                                                                    = src.TargetPool_CLIENT_IP_PORT_PROTO
  1281  	TargetPool_CLIENT_IP_PROTO                                                                         = src.TargetPool_CLIENT_IP_PROTO
  1282  	TargetPool_GENERATED_COOKIE                                                                        = src.TargetPool_GENERATED_COOKIE
  1283  	TargetPool_HEADER_FIELD                                                                            = src.TargetPool_HEADER_FIELD
  1284  	TargetPool_HTTP_COOKIE                                                                             = src.TargetPool_HTTP_COOKIE
  1285  	TargetPool_NONE                                                                                    = src.TargetPool_NONE
  1286  	TargetPool_UNDEFINED_SESSION_AFFINITY                                                              = src.TargetPool_UNDEFINED_SESSION_AFFINITY
  1287  	TargetSslProxiesSetProxyHeaderRequest_NONE                                                         = src.TargetSslProxiesSetProxyHeaderRequest_NONE
  1288  	TargetSslProxiesSetProxyHeaderRequest_PROXY_V1                                                     = src.TargetSslProxiesSetProxyHeaderRequest_PROXY_V1
  1289  	TargetSslProxiesSetProxyHeaderRequest_UNDEFINED_PROXY_HEADER                                       = src.TargetSslProxiesSetProxyHeaderRequest_UNDEFINED_PROXY_HEADER
  1290  	TargetSslProxy_NONE                                                                                = src.TargetSslProxy_NONE
  1291  	TargetSslProxy_PROXY_V1                                                                            = src.TargetSslProxy_PROXY_V1
  1292  	TargetSslProxy_UNDEFINED_PROXY_HEADER                                                              = src.TargetSslProxy_UNDEFINED_PROXY_HEADER
  1293  	TargetTcpProxiesSetProxyHeaderRequest_NONE                                                         = src.TargetTcpProxiesSetProxyHeaderRequest_NONE
  1294  	TargetTcpProxiesSetProxyHeaderRequest_PROXY_V1                                                     = src.TargetTcpProxiesSetProxyHeaderRequest_PROXY_V1
  1295  	TargetTcpProxiesSetProxyHeaderRequest_UNDEFINED_PROXY_HEADER                                       = src.TargetTcpProxiesSetProxyHeaderRequest_UNDEFINED_PROXY_HEADER
  1296  	TargetTcpProxy_NONE                                                                                = src.TargetTcpProxy_NONE
  1297  	TargetTcpProxy_PROXY_V1                                                                            = src.TargetTcpProxy_PROXY_V1
  1298  	TargetTcpProxy_UNDEFINED_PROXY_HEADER                                                              = src.TargetTcpProxy_UNDEFINED_PROXY_HEADER
  1299  	TargetVpnGateway_CREATING                                                                          = src.TargetVpnGateway_CREATING
  1300  	TargetVpnGateway_DELETING                                                                          = src.TargetVpnGateway_DELETING
  1301  	TargetVpnGateway_FAILED                                                                            = src.TargetVpnGateway_FAILED
  1302  	TargetVpnGateway_READY                                                                             = src.TargetVpnGateway_READY
  1303  	TargetVpnGateway_UNDEFINED_STATUS                                                                  = src.TargetVpnGateway_UNDEFINED_STATUS
  1304  	UpdateInstanceRequest_UNDEFINED_MINIMAL_ACTION                                                     = src.UpdateInstanceRequest_UNDEFINED_MINIMAL_ACTION
  1305  	UpdateInstanceRequest_UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION                                     = src.UpdateInstanceRequest_UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION
  1306  	UrlMapsValidateRequest_EXTERNAL                                                                    = src.UrlMapsValidateRequest_EXTERNAL
  1307  	UrlMapsValidateRequest_EXTERNAL_MANAGED                                                            = src.UrlMapsValidateRequest_EXTERNAL_MANAGED
  1308  	UrlMapsValidateRequest_LOAD_BALANCING_SCHEME_UNSPECIFIED                                           = src.UrlMapsValidateRequest_LOAD_BALANCING_SCHEME_UNSPECIFIED
  1309  	UrlMapsValidateRequest_UNDEFINED_LOAD_BALANCING_SCHEMES                                            = src.UrlMapsValidateRequest_UNDEFINED_LOAD_BALANCING_SCHEMES
  1310  	UsableSubnetwork_ACTIVE                                                                            = src.UsableSubnetwork_ACTIVE
  1311  	UsableSubnetwork_BACKUP                                                                            = src.UsableSubnetwork_BACKUP
  1312  	UsableSubnetwork_EXTERNAL                                                                          = src.UsableSubnetwork_EXTERNAL
  1313  	UsableSubnetwork_INTERNAL                                                                          = src.UsableSubnetwork_INTERNAL
  1314  	UsableSubnetwork_INTERNAL_HTTPS_LOAD_BALANCER                                                      = src.UsableSubnetwork_INTERNAL_HTTPS_LOAD_BALANCER
  1315  	UsableSubnetwork_IPV4_IPV6                                                                         = src.UsableSubnetwork_IPV4_IPV6
  1316  	UsableSubnetwork_IPV4_ONLY                                                                         = src.UsableSubnetwork_IPV4_ONLY
  1317  	UsableSubnetwork_PRIVATE                                                                           = src.UsableSubnetwork_PRIVATE
  1318  	UsableSubnetwork_PRIVATE_RFC_1918                                                                  = src.UsableSubnetwork_PRIVATE_RFC_1918
  1319  	UsableSubnetwork_PRIVATE_SERVICE_CONNECT                                                           = src.UsableSubnetwork_PRIVATE_SERVICE_CONNECT
  1320  	UsableSubnetwork_REGIONAL_MANAGED_PROXY                                                            = src.UsableSubnetwork_REGIONAL_MANAGED_PROXY
  1321  	UsableSubnetwork_UNDEFINED_IPV6_ACCESS_TYPE                                                        = src.UsableSubnetwork_UNDEFINED_IPV6_ACCESS_TYPE
  1322  	UsableSubnetwork_UNDEFINED_PURPOSE                                                                 = src.UsableSubnetwork_UNDEFINED_PURPOSE
  1323  	UsableSubnetwork_UNDEFINED_ROLE                                                                    = src.UsableSubnetwork_UNDEFINED_ROLE
  1324  	UsableSubnetwork_UNDEFINED_STACK_TYPE                                                              = src.UsableSubnetwork_UNDEFINED_STACK_TYPE
  1325  	VpnGatewayStatusHighAvailabilityRequirementState_CONNECTION_REDUNDANCY_MET                         = src.VpnGatewayStatusHighAvailabilityRequirementState_CONNECTION_REDUNDANCY_MET
  1326  	VpnGatewayStatusHighAvailabilityRequirementState_CONNECTION_REDUNDANCY_NOT_MET                     = src.VpnGatewayStatusHighAvailabilityRequirementState_CONNECTION_REDUNDANCY_NOT_MET
  1327  	VpnGatewayStatusHighAvailabilityRequirementState_INCOMPLETE_TUNNELS_COVERAGE                       = src.VpnGatewayStatusHighAvailabilityRequirementState_INCOMPLETE_TUNNELS_COVERAGE
  1328  	VpnGatewayStatusHighAvailabilityRequirementState_UNDEFINED_STATE                                   = src.VpnGatewayStatusHighAvailabilityRequirementState_UNDEFINED_STATE
  1329  	VpnGatewayStatusHighAvailabilityRequirementState_UNDEFINED_UNSATISFIED_REASON                      = src.VpnGatewayStatusHighAvailabilityRequirementState_UNDEFINED_UNSATISFIED_REASON
  1330  	VpnGateway_IPV4_IPV6                                                                               = src.VpnGateway_IPV4_IPV6
  1331  	VpnGateway_IPV4_ONLY                                                                               = src.VpnGateway_IPV4_ONLY
  1332  	VpnGateway_UNDEFINED_STACK_TYPE                                                                    = src.VpnGateway_UNDEFINED_STACK_TYPE
  1333  	VpnTunnel_ALLOCATING_RESOURCES                                                                     = src.VpnTunnel_ALLOCATING_RESOURCES
  1334  	VpnTunnel_AUTHORIZATION_ERROR                                                                      = src.VpnTunnel_AUTHORIZATION_ERROR
  1335  	VpnTunnel_DEPROVISIONING                                                                           = src.VpnTunnel_DEPROVISIONING
  1336  	VpnTunnel_ESTABLISHED                                                                              = src.VpnTunnel_ESTABLISHED
  1337  	VpnTunnel_FAILED                                                                                   = src.VpnTunnel_FAILED
  1338  	VpnTunnel_FIRST_HANDSHAKE                                                                          = src.VpnTunnel_FIRST_HANDSHAKE
  1339  	VpnTunnel_NEGOTIATION_FAILURE                                                                      = src.VpnTunnel_NEGOTIATION_FAILURE
  1340  	VpnTunnel_NETWORK_ERROR                                                                            = src.VpnTunnel_NETWORK_ERROR
  1341  	VpnTunnel_NO_INCOMING_PACKETS                                                                      = src.VpnTunnel_NO_INCOMING_PACKETS
  1342  	VpnTunnel_PROVISIONING                                                                             = src.VpnTunnel_PROVISIONING
  1343  	VpnTunnel_REJECTED                                                                                 = src.VpnTunnel_REJECTED
  1344  	VpnTunnel_STOPPED                                                                                  = src.VpnTunnel_STOPPED
  1345  	VpnTunnel_UNDEFINED_STATUS                                                                         = src.VpnTunnel_UNDEFINED_STATUS
  1346  	VpnTunnel_WAITING_FOR_FULL_CONFIG                                                                  = src.VpnTunnel_WAITING_FOR_FULL_CONFIG
  1347  	Warning_CLEANUP_FAILED                                                                             = src.Warning_CLEANUP_FAILED
  1348  	Warning_DEPRECATED_RESOURCE_USED                                                                   = src.Warning_DEPRECATED_RESOURCE_USED
  1349  	Warning_DEPRECATED_TYPE_USED                                                                       = src.Warning_DEPRECATED_TYPE_USED
  1350  	Warning_DISK_SIZE_LARGER_THAN_IMAGE_SIZE                                                           = src.Warning_DISK_SIZE_LARGER_THAN_IMAGE_SIZE
  1351  	Warning_EXPERIMENTAL_TYPE_USED                                                                     = src.Warning_EXPERIMENTAL_TYPE_USED
  1352  	Warning_EXTERNAL_API_WARNING                                                                       = src.Warning_EXTERNAL_API_WARNING
  1353  	Warning_FIELD_VALUE_OVERRIDEN                                                                      = src.Warning_FIELD_VALUE_OVERRIDEN
  1354  	Warning_INJECTED_KERNELS_DEPRECATED                                                                = src.Warning_INJECTED_KERNELS_DEPRECATED
  1355  	Warning_INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB                                               = src.Warning_INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB
  1356  	Warning_LARGE_DEPLOYMENT_WARNING                                                                   = src.Warning_LARGE_DEPLOYMENT_WARNING
  1357  	Warning_MISSING_TYPE_DEPENDENCY                                                                    = src.Warning_MISSING_TYPE_DEPENDENCY
  1358  	Warning_NEXT_HOP_ADDRESS_NOT_ASSIGNED                                                              = src.Warning_NEXT_HOP_ADDRESS_NOT_ASSIGNED
  1359  	Warning_NEXT_HOP_CANNOT_IP_FORWARD                                                                 = src.Warning_NEXT_HOP_CANNOT_IP_FORWARD
  1360  	Warning_NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE                                                    = src.Warning_NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE
  1361  	Warning_NEXT_HOP_INSTANCE_NOT_FOUND                                                                = src.Warning_NEXT_HOP_INSTANCE_NOT_FOUND
  1362  	Warning_NEXT_HOP_INSTANCE_NOT_ON_NETWORK                                                           = src.Warning_NEXT_HOP_INSTANCE_NOT_ON_NETWORK
  1363  	Warning_NEXT_HOP_NOT_RUNNING                                                                       = src.Warning_NEXT_HOP_NOT_RUNNING
  1364  	Warning_NOT_CRITICAL_ERROR                                                                         = src.Warning_NOT_CRITICAL_ERROR
  1365  	Warning_NO_RESULTS_ON_PAGE                                                                         = src.Warning_NO_RESULTS_ON_PAGE
  1366  	Warning_PARTIAL_SUCCESS                                                                            = src.Warning_PARTIAL_SUCCESS
  1367  	Warning_REQUIRED_TOS_AGREEMENT                                                                     = src.Warning_REQUIRED_TOS_AGREEMENT
  1368  	Warning_RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING                                                  = src.Warning_RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING
  1369  	Warning_RESOURCE_NOT_DELETED                                                                       = src.Warning_RESOURCE_NOT_DELETED
  1370  	Warning_SCHEMA_VALIDATION_IGNORED                                                                  = src.Warning_SCHEMA_VALIDATION_IGNORED
  1371  	Warning_SINGLE_INSTANCE_PROPERTY_TEMPLATE                                                          = src.Warning_SINGLE_INSTANCE_PROPERTY_TEMPLATE
  1372  	Warning_UNDECLARED_PROPERTIES                                                                      = src.Warning_UNDECLARED_PROPERTIES
  1373  	Warning_UNDEFINED_CODE                                                                             = src.Warning_UNDEFINED_CODE
  1374  	Warning_UNREACHABLE                                                                                = src.Warning_UNREACHABLE
  1375  	Warnings_CLEANUP_FAILED                                                                            = src.Warnings_CLEANUP_FAILED
  1376  	Warnings_DEPRECATED_RESOURCE_USED                                                                  = src.Warnings_DEPRECATED_RESOURCE_USED
  1377  	Warnings_DEPRECATED_TYPE_USED                                                                      = src.Warnings_DEPRECATED_TYPE_USED
  1378  	Warnings_DISK_SIZE_LARGER_THAN_IMAGE_SIZE                                                          = src.Warnings_DISK_SIZE_LARGER_THAN_IMAGE_SIZE
  1379  	Warnings_EXPERIMENTAL_TYPE_USED                                                                    = src.Warnings_EXPERIMENTAL_TYPE_USED
  1380  	Warnings_EXTERNAL_API_WARNING                                                                      = src.Warnings_EXTERNAL_API_WARNING
  1381  	Warnings_FIELD_VALUE_OVERRIDEN                                                                     = src.Warnings_FIELD_VALUE_OVERRIDEN
  1382  	Warnings_INJECTED_KERNELS_DEPRECATED                                                               = src.Warnings_INJECTED_KERNELS_DEPRECATED
  1383  	Warnings_INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB                                              = src.Warnings_INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB
  1384  	Warnings_LARGE_DEPLOYMENT_WARNING                                                                  = src.Warnings_LARGE_DEPLOYMENT_WARNING
  1385  	Warnings_MISSING_TYPE_DEPENDENCY                                                                   = src.Warnings_MISSING_TYPE_DEPENDENCY
  1386  	Warnings_NEXT_HOP_ADDRESS_NOT_ASSIGNED                                                             = src.Warnings_NEXT_HOP_ADDRESS_NOT_ASSIGNED
  1387  	Warnings_NEXT_HOP_CANNOT_IP_FORWARD                                                                = src.Warnings_NEXT_HOP_CANNOT_IP_FORWARD
  1388  	Warnings_NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE                                                   = src.Warnings_NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE
  1389  	Warnings_NEXT_HOP_INSTANCE_NOT_FOUND                                                               = src.Warnings_NEXT_HOP_INSTANCE_NOT_FOUND
  1390  	Warnings_NEXT_HOP_INSTANCE_NOT_ON_NETWORK                                                          = src.Warnings_NEXT_HOP_INSTANCE_NOT_ON_NETWORK
  1391  	Warnings_NEXT_HOP_NOT_RUNNING                                                                      = src.Warnings_NEXT_HOP_NOT_RUNNING
  1392  	Warnings_NOT_CRITICAL_ERROR                                                                        = src.Warnings_NOT_CRITICAL_ERROR
  1393  	Warnings_NO_RESULTS_ON_PAGE                                                                        = src.Warnings_NO_RESULTS_ON_PAGE
  1394  	Warnings_PARTIAL_SUCCESS                                                                           = src.Warnings_PARTIAL_SUCCESS
  1395  	Warnings_REQUIRED_TOS_AGREEMENT                                                                    = src.Warnings_REQUIRED_TOS_AGREEMENT
  1396  	Warnings_RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING                                                 = src.Warnings_RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING
  1397  	Warnings_RESOURCE_NOT_DELETED                                                                      = src.Warnings_RESOURCE_NOT_DELETED
  1398  	Warnings_SCHEMA_VALIDATION_IGNORED                                                                 = src.Warnings_SCHEMA_VALIDATION_IGNORED
  1399  	Warnings_SINGLE_INSTANCE_PROPERTY_TEMPLATE                                                         = src.Warnings_SINGLE_INSTANCE_PROPERTY_TEMPLATE
  1400  	Warnings_UNDECLARED_PROPERTIES                                                                     = src.Warnings_UNDECLARED_PROPERTIES
  1401  	Warnings_UNDEFINED_CODE                                                                            = src.Warnings_UNDEFINED_CODE
  1402  	Warnings_UNREACHABLE                                                                               = src.Warnings_UNREACHABLE
  1403  	XpnResourceId_PROJECT                                                                              = src.XpnResourceId_PROJECT
  1404  	XpnResourceId_UNDEFINED_TYPE                                                                       = src.XpnResourceId_UNDEFINED_TYPE
  1405  	XpnResourceId_XPN_RESOURCE_TYPE_UNSPECIFIED                                                        = src.XpnResourceId_XPN_RESOURCE_TYPE_UNSPECIFIED
  1406  	Zone_DOWN                                                                                          = src.Zone_DOWN
  1407  	Zone_UNDEFINED_STATUS                                                                              = src.Zone_UNDEFINED_STATUS
  1408  	Zone_UP                                                                                            = src.Zone_UP
  1409  )
  1410  
  1411  // Deprecated: Please use vars in: cloud.google.com/go/compute/apiv1/computepb
  1412  var (
  1413  	AccessConfig_NetworkTier_name                                                                = src.AccessConfig_NetworkTier_name
  1414  	AccessConfig_NetworkTier_value                                                               = src.AccessConfig_NetworkTier_value
  1415  	AccessConfig_Type_name                                                                       = src.AccessConfig_Type_name
  1416  	AccessConfig_Type_value                                                                      = src.AccessConfig_Type_value
  1417  	Address_AddressType_name                                                                     = src.Address_AddressType_name
  1418  	Address_AddressType_value                                                                    = src.Address_AddressType_value
  1419  	Address_IpVersion_name                                                                       = src.Address_IpVersion_name
  1420  	Address_IpVersion_value                                                                      = src.Address_IpVersion_value
  1421  	Address_Ipv6EndpointType_name                                                                = src.Address_Ipv6EndpointType_name
  1422  	Address_Ipv6EndpointType_value                                                               = src.Address_Ipv6EndpointType_value
  1423  	Address_NetworkTier_name                                                                     = src.Address_NetworkTier_name
  1424  	Address_NetworkTier_value                                                                    = src.Address_NetworkTier_value
  1425  	Address_Purpose_name                                                                         = src.Address_Purpose_name
  1426  	Address_Purpose_value                                                                        = src.Address_Purpose_value
  1427  	Address_Status_name                                                                          = src.Address_Status_name
  1428  	Address_Status_value                                                                         = src.Address_Status_value
  1429  	AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_Interface_name        = src.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_Interface_name
  1430  	AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_Interface_value       = src.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_Interface_value
  1431  	AttachedDiskInitializeParams_Architecture_name                                               = src.AttachedDiskInitializeParams_Architecture_name
  1432  	AttachedDiskInitializeParams_Architecture_value                                              = src.AttachedDiskInitializeParams_Architecture_value
  1433  	AttachedDiskInitializeParams_OnUpdateAction_name                                             = src.AttachedDiskInitializeParams_OnUpdateAction_name
  1434  	AttachedDiskInitializeParams_OnUpdateAction_value                                            = src.AttachedDiskInitializeParams_OnUpdateAction_value
  1435  	AttachedDisk_Architecture_name                                                               = src.AttachedDisk_Architecture_name
  1436  	AttachedDisk_Architecture_value                                                              = src.AttachedDisk_Architecture_value
  1437  	AttachedDisk_Interface_name                                                                  = src.AttachedDisk_Interface_name
  1438  	AttachedDisk_Interface_value                                                                 = src.AttachedDisk_Interface_value
  1439  	AttachedDisk_Mode_name                                                                       = src.AttachedDisk_Mode_name
  1440  	AttachedDisk_Mode_value                                                                      = src.AttachedDisk_Mode_value
  1441  	AttachedDisk_Type_name                                                                       = src.AttachedDisk_Type_name
  1442  	AttachedDisk_Type_value                                                                      = src.AttachedDisk_Type_value
  1443  	AuditLogConfig_LogType_name                                                                  = src.AuditLogConfig_LogType_name
  1444  	AuditLogConfig_LogType_value                                                                 = src.AuditLogConfig_LogType_value
  1445  	AuthorizationLoggingOptions_PermissionType_name                                              = src.AuthorizationLoggingOptions_PermissionType_name
  1446  	AuthorizationLoggingOptions_PermissionType_value                                             = src.AuthorizationLoggingOptions_PermissionType_value
  1447  	AutoscalerStatusDetails_Type_name                                                            = src.AutoscalerStatusDetails_Type_name
  1448  	AutoscalerStatusDetails_Type_value                                                           = src.AutoscalerStatusDetails_Type_value
  1449  	Autoscaler_Status_name                                                                       = src.Autoscaler_Status_name
  1450  	Autoscaler_Status_value                                                                      = src.Autoscaler_Status_value
  1451  	AutoscalingPolicyCpuUtilization_PredictiveMethod_name                                        = src.AutoscalingPolicyCpuUtilization_PredictiveMethod_name
  1452  	AutoscalingPolicyCpuUtilization_PredictiveMethod_value                                       = src.AutoscalingPolicyCpuUtilization_PredictiveMethod_value
  1453  	AutoscalingPolicyCustomMetricUtilization_UtilizationTargetType_name                          = src.AutoscalingPolicyCustomMetricUtilization_UtilizationTargetType_name
  1454  	AutoscalingPolicyCustomMetricUtilization_UtilizationTargetType_value                         = src.AutoscalingPolicyCustomMetricUtilization_UtilizationTargetType_value
  1455  	AutoscalingPolicy_Mode_name                                                                  = src.AutoscalingPolicy_Mode_name
  1456  	AutoscalingPolicy_Mode_value                                                                 = src.AutoscalingPolicy_Mode_value
  1457  	BackendBucketCdnPolicy_CacheMode_name                                                        = src.BackendBucketCdnPolicy_CacheMode_name
  1458  	BackendBucketCdnPolicy_CacheMode_value                                                       = src.BackendBucketCdnPolicy_CacheMode_value
  1459  	BackendBucket_CompressionMode_name                                                           = src.BackendBucket_CompressionMode_name
  1460  	BackendBucket_CompressionMode_value                                                          = src.BackendBucket_CompressionMode_value
  1461  	BackendServiceCdnPolicy_CacheMode_name                                                       = src.BackendServiceCdnPolicy_CacheMode_name
  1462  	BackendServiceCdnPolicy_CacheMode_value                                                      = src.BackendServiceCdnPolicy_CacheMode_value
  1463  	BackendServiceConnectionTrackingPolicy_ConnectionPersistenceOnUnhealthyBackends_name         = src.BackendServiceConnectionTrackingPolicy_ConnectionPersistenceOnUnhealthyBackends_name
  1464  	BackendServiceConnectionTrackingPolicy_ConnectionPersistenceOnUnhealthyBackends_value        = src.BackendServiceConnectionTrackingPolicy_ConnectionPersistenceOnUnhealthyBackends_value
  1465  	BackendServiceConnectionTrackingPolicy_TrackingMode_name                                     = src.BackendServiceConnectionTrackingPolicy_TrackingMode_name
  1466  	BackendServiceConnectionTrackingPolicy_TrackingMode_value                                    = src.BackendServiceConnectionTrackingPolicy_TrackingMode_value
  1467  	BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name_name                              = src.BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name_name
  1468  	BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name_value                             = src.BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name_value
  1469  	BackendService_CompressionMode_name                                                          = src.BackendService_CompressionMode_name
  1470  	BackendService_CompressionMode_value                                                         = src.BackendService_CompressionMode_value
  1471  	BackendService_LoadBalancingScheme_name                                                      = src.BackendService_LoadBalancingScheme_name
  1472  	BackendService_LoadBalancingScheme_value                                                     = src.BackendService_LoadBalancingScheme_value
  1473  	BackendService_LocalityLbPolicy_name                                                         = src.BackendService_LocalityLbPolicy_name
  1474  	BackendService_LocalityLbPolicy_value                                                        = src.BackendService_LocalityLbPolicy_value
  1475  	BackendService_Protocol_name                                                                 = src.BackendService_Protocol_name
  1476  	BackendService_Protocol_value                                                                = src.BackendService_Protocol_value
  1477  	BackendService_SessionAffinity_name                                                          = src.BackendService_SessionAffinity_name
  1478  	BackendService_SessionAffinity_value                                                         = src.BackendService_SessionAffinity_value
  1479  	Backend_BalancingMode_name                                                                   = src.Backend_BalancingMode_name
  1480  	Backend_BalancingMode_value                                                                  = src.Backend_BalancingMode_value
  1481  	BfdPacket_Diagnostic_name                                                                    = src.BfdPacket_Diagnostic_name
  1482  	BfdPacket_Diagnostic_value                                                                   = src.BfdPacket_Diagnostic_value
  1483  	BfdPacket_State_name                                                                         = src.BfdPacket_State_name
  1484  	BfdPacket_State_value                                                                        = src.BfdPacket_State_value
  1485  	BfdStatus_BfdSessionInitializationMode_name                                                  = src.BfdStatus_BfdSessionInitializationMode_name
  1486  	BfdStatus_BfdSessionInitializationMode_value                                                 = src.BfdStatus_BfdSessionInitializationMode_value
  1487  	BfdStatus_LocalDiagnostic_name                                                               = src.BfdStatus_LocalDiagnostic_name
  1488  	BfdStatus_LocalDiagnostic_value                                                              = src.BfdStatus_LocalDiagnostic_value
  1489  	BfdStatus_LocalState_name                                                                    = src.BfdStatus_LocalState_name
  1490  	BfdStatus_LocalState_value                                                                   = src.BfdStatus_LocalState_value
  1491  	Commitment_Category_name                                                                     = src.Commitment_Category_name
  1492  	Commitment_Category_value                                                                    = src.Commitment_Category_value
  1493  	Commitment_Plan_name                                                                         = src.Commitment_Plan_name
  1494  	Commitment_Plan_value                                                                        = src.Commitment_Plan_value
  1495  	Commitment_Status_name                                                                       = src.Commitment_Status_name
  1496  	Commitment_Status_value                                                                      = src.Commitment_Status_value
  1497  	Commitment_Type_name                                                                         = src.Commitment_Type_name
  1498  	Commitment_Type_value                                                                        = src.Commitment_Type_value
  1499  	Condition_Iam_name                                                                           = src.Condition_Iam_name
  1500  	Condition_Iam_value                                                                          = src.Condition_Iam_value
  1501  	Condition_Op_name                                                                            = src.Condition_Op_name
  1502  	Condition_Op_value                                                                           = src.Condition_Op_value
  1503  	Condition_Sys_name                                                                           = src.Condition_Sys_name
  1504  	Condition_Sys_value                                                                          = src.Condition_Sys_value
  1505  	DeprecationStatus_State_name                                                                 = src.DeprecationStatus_State_name
  1506  	DeprecationStatus_State_value                                                                = src.DeprecationStatus_State_value
  1507  	DiskInstantiationConfig_InstantiateFrom_name                                                 = src.DiskInstantiationConfig_InstantiateFrom_name
  1508  	DiskInstantiationConfig_InstantiateFrom_value                                                = src.DiskInstantiationConfig_InstantiateFrom_value
  1509  	Disk_Architecture_name                                                                       = src.Disk_Architecture_name
  1510  	Disk_Architecture_value                                                                      = src.Disk_Architecture_value
  1511  	Disk_Status_name                                                                             = src.Disk_Status_name
  1512  	Disk_Status_value                                                                            = src.Disk_Status_value
  1513  	DistributionPolicy_TargetShape_name                                                          = src.DistributionPolicy_TargetShape_name
  1514  	DistributionPolicy_TargetShape_value                                                         = src.DistributionPolicy_TargetShape_value
  1515  	ExchangedPeeringRoute_Type_name                                                              = src.ExchangedPeeringRoute_Type_name
  1516  	ExchangedPeeringRoute_Type_value                                                             = src.ExchangedPeeringRoute_Type_value
  1517  	ExternalVpnGateway_RedundancyType_name                                                       = src.ExternalVpnGateway_RedundancyType_name
  1518  	ExternalVpnGateway_RedundancyType_value                                                      = src.ExternalVpnGateway_RedundancyType_value
  1519  	FileContentBuffer_FileType_name                                                              = src.FileContentBuffer_FileType_name
  1520  	FileContentBuffer_FileType_value                                                             = src.FileContentBuffer_FileType_value
  1521  	File_google_cloud_compute_v1_compute_proto                                                   = src.File_google_cloud_compute_v1_compute_proto
  1522  	FirewallLogConfig_Metadata_name                                                              = src.FirewallLogConfig_Metadata_name
  1523  	FirewallLogConfig_Metadata_value                                                             = src.FirewallLogConfig_Metadata_value
  1524  	FirewallPolicyRuleSecureTag_State_name                                                       = src.FirewallPolicyRuleSecureTag_State_name
  1525  	FirewallPolicyRuleSecureTag_State_value                                                      = src.FirewallPolicyRuleSecureTag_State_value
  1526  	FirewallPolicyRule_Direction_name                                                            = src.FirewallPolicyRule_Direction_name
  1527  	FirewallPolicyRule_Direction_value                                                           = src.FirewallPolicyRule_Direction_value
  1528  	Firewall_Direction_name                                                                      = src.Firewall_Direction_name
  1529  	Firewall_Direction_value                                                                     = src.Firewall_Direction_value
  1530  	ForwardingRule_IPProtocolEnum_name                                                           = src.ForwardingRule_IPProtocolEnum_name
  1531  	ForwardingRule_IPProtocolEnum_value                                                          = src.ForwardingRule_IPProtocolEnum_value
  1532  	ForwardingRule_IpVersion_name                                                                = src.ForwardingRule_IpVersion_name
  1533  	ForwardingRule_IpVersion_value                                                               = src.ForwardingRule_IpVersion_value
  1534  	ForwardingRule_LoadBalancingScheme_name                                                      = src.ForwardingRule_LoadBalancingScheme_name
  1535  	ForwardingRule_LoadBalancingScheme_value                                                     = src.ForwardingRule_LoadBalancingScheme_value
  1536  	ForwardingRule_NetworkTier_name                                                              = src.ForwardingRule_NetworkTier_name
  1537  	ForwardingRule_NetworkTier_value                                                             = src.ForwardingRule_NetworkTier_value
  1538  	ForwardingRule_PscConnectionStatus_name                                                      = src.ForwardingRule_PscConnectionStatus_name
  1539  	ForwardingRule_PscConnectionStatus_value                                                     = src.ForwardingRule_PscConnectionStatus_value
  1540  	GRPCHealthCheck_PortSpecification_name                                                       = src.GRPCHealthCheck_PortSpecification_name
  1541  	GRPCHealthCheck_PortSpecification_value                                                      = src.GRPCHealthCheck_PortSpecification_value
  1542  	GuestOsFeature_Type_name                                                                     = src.GuestOsFeature_Type_name
  1543  	GuestOsFeature_Type_value                                                                    = src.GuestOsFeature_Type_value
  1544  	HTTP2HealthCheck_PortSpecification_name                                                      = src.HTTP2HealthCheck_PortSpecification_name
  1545  	HTTP2HealthCheck_PortSpecification_value                                                     = src.HTTP2HealthCheck_PortSpecification_value
  1546  	HTTP2HealthCheck_ProxyHeader_name                                                            = src.HTTP2HealthCheck_ProxyHeader_name
  1547  	HTTP2HealthCheck_ProxyHeader_value                                                           = src.HTTP2HealthCheck_ProxyHeader_value
  1548  	HTTPHealthCheck_PortSpecification_name                                                       = src.HTTPHealthCheck_PortSpecification_name
  1549  	HTTPHealthCheck_PortSpecification_value                                                      = src.HTTPHealthCheck_PortSpecification_value
  1550  	HTTPHealthCheck_ProxyHeader_name                                                             = src.HTTPHealthCheck_ProxyHeader_name
  1551  	HTTPHealthCheck_ProxyHeader_value                                                            = src.HTTPHealthCheck_ProxyHeader_value
  1552  	HTTPSHealthCheck_PortSpecification_name                                                      = src.HTTPSHealthCheck_PortSpecification_name
  1553  	HTTPSHealthCheck_PortSpecification_value                                                     = src.HTTPSHealthCheck_PortSpecification_value
  1554  	HTTPSHealthCheck_ProxyHeader_name                                                            = src.HTTPSHealthCheck_ProxyHeader_name
  1555  	HTTPSHealthCheck_ProxyHeader_value                                                           = src.HTTPSHealthCheck_ProxyHeader_value
  1556  	HealthCheckService_HealthStatusAggregationPolicy_name                                        = src.HealthCheckService_HealthStatusAggregationPolicy_name
  1557  	HealthCheckService_HealthStatusAggregationPolicy_value                                       = src.HealthCheckService_HealthStatusAggregationPolicy_value
  1558  	HealthCheck_Type_name                                                                        = src.HealthCheck_Type_name
  1559  	HealthCheck_Type_value                                                                       = src.HealthCheck_Type_value
  1560  	HealthStatusForNetworkEndpoint_HealthState_name                                              = src.HealthStatusForNetworkEndpoint_HealthState_name
  1561  	HealthStatusForNetworkEndpoint_HealthState_value                                             = src.HealthStatusForNetworkEndpoint_HealthState_value
  1562  	HealthStatus_HealthState_name                                                                = src.HealthStatus_HealthState_name
  1563  	HealthStatus_HealthState_value                                                               = src.HealthStatus_HealthState_value
  1564  	HealthStatus_WeightError_name                                                                = src.HealthStatus_WeightError_name
  1565  	HealthStatus_WeightError_value                                                               = src.HealthStatus_WeightError_value
  1566  	HttpRedirectAction_RedirectResponseCode_name                                                 = src.HttpRedirectAction_RedirectResponseCode_name
  1567  	HttpRedirectAction_RedirectResponseCode_value                                                = src.HttpRedirectAction_RedirectResponseCode_value
  1568  	Image_Architecture_name                                                                      = src.Image_Architecture_name
  1569  	Image_Architecture_value                                                                     = src.Image_Architecture_value
  1570  	Image_SourceType_name                                                                        = src.Image_SourceType_name
  1571  	Image_SourceType_value                                                                       = src.Image_SourceType_value
  1572  	Image_Status_name                                                                            = src.Image_Status_name
  1573  	Image_Status_value                                                                           = src.Image_Status_value
  1574  	InstanceGroupManagerUpdatePolicy_InstanceRedistributionType_name                             = src.InstanceGroupManagerUpdatePolicy_InstanceRedistributionType_name
  1575  	InstanceGroupManagerUpdatePolicy_InstanceRedistributionType_value                            = src.InstanceGroupManagerUpdatePolicy_InstanceRedistributionType_value
  1576  	InstanceGroupManagerUpdatePolicy_MinimalAction_name                                          = src.InstanceGroupManagerUpdatePolicy_MinimalAction_name
  1577  	InstanceGroupManagerUpdatePolicy_MinimalAction_value                                         = src.InstanceGroupManagerUpdatePolicy_MinimalAction_value
  1578  	InstanceGroupManagerUpdatePolicy_MostDisruptiveAllowedAction_name                            = src.InstanceGroupManagerUpdatePolicy_MostDisruptiveAllowedAction_name
  1579  	InstanceGroupManagerUpdatePolicy_MostDisruptiveAllowedAction_value                           = src.InstanceGroupManagerUpdatePolicy_MostDisruptiveAllowedAction_value
  1580  	InstanceGroupManagerUpdatePolicy_ReplacementMethod_name                                      = src.InstanceGroupManagerUpdatePolicy_ReplacementMethod_name
  1581  	InstanceGroupManagerUpdatePolicy_ReplacementMethod_value                                     = src.InstanceGroupManagerUpdatePolicy_ReplacementMethod_value
  1582  	InstanceGroupManagerUpdatePolicy_Type_name                                                   = src.InstanceGroupManagerUpdatePolicy_Type_name
  1583  	InstanceGroupManagerUpdatePolicy_Type_value                                                  = src.InstanceGroupManagerUpdatePolicy_Type_value
  1584  	InstanceGroupManager_ListManagedInstancesResults_name                                        = src.InstanceGroupManager_ListManagedInstancesResults_name
  1585  	InstanceGroupManager_ListManagedInstancesResults_value                                       = src.InstanceGroupManager_ListManagedInstancesResults_value
  1586  	InstanceGroupManagersApplyUpdatesRequest_MinimalAction_name                                  = src.InstanceGroupManagersApplyUpdatesRequest_MinimalAction_name
  1587  	InstanceGroupManagersApplyUpdatesRequest_MinimalAction_value                                 = src.InstanceGroupManagersApplyUpdatesRequest_MinimalAction_value
  1588  	InstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction_name                    = src.InstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction_name
  1589  	InstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction_value                   = src.InstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction_value
  1590  	InstanceGroupsListInstancesRequest_InstanceState_name                                        = src.InstanceGroupsListInstancesRequest_InstanceState_name
  1591  	InstanceGroupsListInstancesRequest_InstanceState_value                                       = src.InstanceGroupsListInstancesRequest_InstanceState_value
  1592  	InstanceManagedByIgmErrorInstanceActionDetails_Action_name                                   = src.InstanceManagedByIgmErrorInstanceActionDetails_Action_name
  1593  	InstanceManagedByIgmErrorInstanceActionDetails_Action_value                                  = src.InstanceManagedByIgmErrorInstanceActionDetails_Action_value
  1594  	InstanceProperties_KeyRevocationActionType_name                                              = src.InstanceProperties_KeyRevocationActionType_name
  1595  	InstanceProperties_KeyRevocationActionType_value                                             = src.InstanceProperties_KeyRevocationActionType_value
  1596  	InstanceProperties_PrivateIpv6GoogleAccess_name                                              = src.InstanceProperties_PrivateIpv6GoogleAccess_name
  1597  	InstanceProperties_PrivateIpv6GoogleAccess_value                                             = src.InstanceProperties_PrivateIpv6GoogleAccess_value
  1598  	InstanceWithNamedPorts_Status_name                                                           = src.InstanceWithNamedPorts_Status_name
  1599  	InstanceWithNamedPorts_Status_value                                                          = src.InstanceWithNamedPorts_Status_value
  1600  	Instance_KeyRevocationActionType_name                                                        = src.Instance_KeyRevocationActionType_name
  1601  	Instance_KeyRevocationActionType_value                                                       = src.Instance_KeyRevocationActionType_value
  1602  	Instance_PrivateIpv6GoogleAccess_name                                                        = src.Instance_PrivateIpv6GoogleAccess_name
  1603  	Instance_PrivateIpv6GoogleAccess_value                                                       = src.Instance_PrivateIpv6GoogleAccess_value
  1604  	Instance_Status_name                                                                         = src.Instance_Status_name
  1605  	Instance_Status_value                                                                        = src.Instance_Status_value
  1606  	InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type_name                      = src.InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type_name
  1607  	InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type_value                     = src.InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type_value
  1608  	InterconnectAttachment_Bandwidth_name                                                        = src.InterconnectAttachment_Bandwidth_name
  1609  	InterconnectAttachment_Bandwidth_value                                                       = src.InterconnectAttachment_Bandwidth_value
  1610  	InterconnectAttachment_EdgeAvailabilityDomain_name                                           = src.InterconnectAttachment_EdgeAvailabilityDomain_name
  1611  	InterconnectAttachment_EdgeAvailabilityDomain_value                                          = src.InterconnectAttachment_EdgeAvailabilityDomain_value
  1612  	InterconnectAttachment_Encryption_name                                                       = src.InterconnectAttachment_Encryption_name
  1613  	InterconnectAttachment_Encryption_value                                                      = src.InterconnectAttachment_Encryption_value
  1614  	InterconnectAttachment_OperationalStatus_name                                                = src.InterconnectAttachment_OperationalStatus_name
  1615  	InterconnectAttachment_OperationalStatus_value                                               = src.InterconnectAttachment_OperationalStatus_value
  1616  	InterconnectAttachment_StackType_name                                                        = src.InterconnectAttachment_StackType_name
  1617  	InterconnectAttachment_StackType_value                                                       = src.InterconnectAttachment_StackType_value
  1618  	InterconnectAttachment_State_name                                                            = src.InterconnectAttachment_State_name
  1619  	InterconnectAttachment_State_value                                                           = src.InterconnectAttachment_State_value
  1620  	InterconnectAttachment_Type_name                                                             = src.InterconnectAttachment_Type_name
  1621  	InterconnectAttachment_Type_value                                                            = src.InterconnectAttachment_Type_value
  1622  	InterconnectDiagnosticsLinkLACPStatus_State_name                                             = src.InterconnectDiagnosticsLinkLACPStatus_State_name
  1623  	InterconnectDiagnosticsLinkLACPStatus_State_value                                            = src.InterconnectDiagnosticsLinkLACPStatus_State_value
  1624  	InterconnectDiagnosticsLinkOpticalPower_State_name                                           = src.InterconnectDiagnosticsLinkOpticalPower_State_name
  1625  	InterconnectDiagnosticsLinkOpticalPower_State_value                                          = src.InterconnectDiagnosticsLinkOpticalPower_State_value
  1626  	InterconnectLocationRegionInfo_LocationPresence_name                                         = src.InterconnectLocationRegionInfo_LocationPresence_name
  1627  	InterconnectLocationRegionInfo_LocationPresence_value                                        = src.InterconnectLocationRegionInfo_LocationPresence_value
  1628  	InterconnectLocation_Continent_name                                                          = src.InterconnectLocation_Continent_name
  1629  	InterconnectLocation_Continent_value                                                         = src.InterconnectLocation_Continent_value
  1630  	InterconnectLocation_Status_name                                                             = src.InterconnectLocation_Status_name
  1631  	InterconnectLocation_Status_value                                                            = src.InterconnectLocation_Status_value
  1632  	InterconnectOutageNotification_IssueType_name                                                = src.InterconnectOutageNotification_IssueType_name
  1633  	InterconnectOutageNotification_IssueType_value                                               = src.InterconnectOutageNotification_IssueType_value
  1634  	InterconnectOutageNotification_Source_name                                                   = src.InterconnectOutageNotification_Source_name
  1635  	InterconnectOutageNotification_Source_value                                                  = src.InterconnectOutageNotification_Source_value
  1636  	InterconnectOutageNotification_State_name                                                    = src.InterconnectOutageNotification_State_name
  1637  	InterconnectOutageNotification_State_value                                                   = src.InterconnectOutageNotification_State_value
  1638  	Interconnect_InterconnectType_name                                                           = src.Interconnect_InterconnectType_name
  1639  	Interconnect_InterconnectType_value                                                          = src.Interconnect_InterconnectType_value
  1640  	Interconnect_LinkType_name                                                                   = src.Interconnect_LinkType_name
  1641  	Interconnect_LinkType_value                                                                  = src.Interconnect_LinkType_value
  1642  	Interconnect_OperationalStatus_name                                                          = src.Interconnect_OperationalStatus_name
  1643  	Interconnect_OperationalStatus_value                                                         = src.Interconnect_OperationalStatus_value
  1644  	Interconnect_State_name                                                                      = src.Interconnect_State_name
  1645  	Interconnect_State_value                                                                     = src.Interconnect_State_value
  1646  	LicenseCode_State_name                                                                       = src.LicenseCode_State_name
  1647  	LicenseCode_State_value                                                                      = src.LicenseCode_State_value
  1648  	ListPeeringRoutesNetworksRequest_Direction_name                                              = src.ListPeeringRoutesNetworksRequest_Direction_name
  1649  	ListPeeringRoutesNetworksRequest_Direction_value                                             = src.ListPeeringRoutesNetworksRequest_Direction_value
  1650  	LocationPolicyLocation_Preference_name                                                       = src.LocationPolicyLocation_Preference_name
  1651  	LocationPolicyLocation_Preference_value                                                      = src.LocationPolicyLocation_Preference_value
  1652  	LocationPolicy_TargetShape_name                                                              = src.LocationPolicy_TargetShape_name
  1653  	LocationPolicy_TargetShape_value                                                             = src.LocationPolicy_TargetShape_value
  1654  	LogConfigCloudAuditOptions_LogName_name                                                      = src.LogConfigCloudAuditOptions_LogName_name
  1655  	LogConfigCloudAuditOptions_LogName_value                                                     = src.LogConfigCloudAuditOptions_LogName_value
  1656  	LogConfigDataAccessOptions_LogMode_name                                                      = src.LogConfigDataAccessOptions_LogMode_name
  1657  	LogConfigDataAccessOptions_LogMode_value                                                     = src.LogConfigDataAccessOptions_LogMode_value
  1658  	MachineImage_Status_name                                                                     = src.MachineImage_Status_name
  1659  	MachineImage_Status_value                                                                    = src.MachineImage_Status_value
  1660  	ManagedInstanceInstanceHealth_DetailedHealthState_name                                       = src.ManagedInstanceInstanceHealth_DetailedHealthState_name
  1661  	ManagedInstanceInstanceHealth_DetailedHealthState_value                                      = src.ManagedInstanceInstanceHealth_DetailedHealthState_value
  1662  	ManagedInstance_CurrentAction_name                                                           = src.ManagedInstance_CurrentAction_name
  1663  	ManagedInstance_CurrentAction_value                                                          = src.ManagedInstance_CurrentAction_value
  1664  	ManagedInstance_InstanceStatus_name                                                          = src.ManagedInstance_InstanceStatus_name
  1665  	ManagedInstance_InstanceStatus_value                                                         = src.ManagedInstance_InstanceStatus_value
  1666  	MetadataFilter_FilterMatchCriteria_name                                                      = src.MetadataFilter_FilterMatchCriteria_name
  1667  	MetadataFilter_FilterMatchCriteria_value                                                     = src.MetadataFilter_FilterMatchCriteria_value
  1668  	NetworkEndpointGroupPscData_PscConnectionStatus_name                                         = src.NetworkEndpointGroupPscData_PscConnectionStatus_name
  1669  	NetworkEndpointGroupPscData_PscConnectionStatus_value                                        = src.NetworkEndpointGroupPscData_PscConnectionStatus_value
  1670  	NetworkEndpointGroup_NetworkEndpointType_name                                                = src.NetworkEndpointGroup_NetworkEndpointType_name
  1671  	NetworkEndpointGroup_NetworkEndpointType_value                                               = src.NetworkEndpointGroup_NetworkEndpointType_value
  1672  	NetworkEndpointGroupsListEndpointsRequest_HealthStatus_name                                  = src.NetworkEndpointGroupsListEndpointsRequest_HealthStatus_name
  1673  	NetworkEndpointGroupsListEndpointsRequest_HealthStatus_value                                 = src.NetworkEndpointGroupsListEndpointsRequest_HealthStatus_value
  1674  	NetworkInterface_Ipv6AccessType_name                                                         = src.NetworkInterface_Ipv6AccessType_name
  1675  	NetworkInterface_Ipv6AccessType_value                                                        = src.NetworkInterface_Ipv6AccessType_value
  1676  	NetworkInterface_NicType_name                                                                = src.NetworkInterface_NicType_name
  1677  	NetworkInterface_NicType_value                                                               = src.NetworkInterface_NicType_value
  1678  	NetworkInterface_StackType_name                                                              = src.NetworkInterface_StackType_name
  1679  	NetworkInterface_StackType_value                                                             = src.NetworkInterface_StackType_value
  1680  	NetworkPeering_StackType_name                                                                = src.NetworkPeering_StackType_name
  1681  	NetworkPeering_StackType_value                                                               = src.NetworkPeering_StackType_value
  1682  	NetworkPeering_State_name                                                                    = src.NetworkPeering_State_name
  1683  	NetworkPeering_State_value                                                                   = src.NetworkPeering_State_value
  1684  	NetworkPerformanceConfig_TotalEgressBandwidthTier_name                                       = src.NetworkPerformanceConfig_TotalEgressBandwidthTier_name
  1685  	NetworkPerformanceConfig_TotalEgressBandwidthTier_value                                      = src.NetworkPerformanceConfig_TotalEgressBandwidthTier_value
  1686  	NetworkRoutingConfig_RoutingMode_name                                                        = src.NetworkRoutingConfig_RoutingMode_name
  1687  	NetworkRoutingConfig_RoutingMode_value                                                       = src.NetworkRoutingConfig_RoutingMode_value
  1688  	Network_NetworkFirewallPolicyEnforcementOrder_name                                           = src.Network_NetworkFirewallPolicyEnforcementOrder_name
  1689  	Network_NetworkFirewallPolicyEnforcementOrder_value                                          = src.Network_NetworkFirewallPolicyEnforcementOrder_value
  1690  	NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type_name                       = src.NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type_name
  1691  	NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type_value                      = src.NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type_value
  1692  	NodeGroupAutoscalingPolicy_Mode_name                                                         = src.NodeGroupAutoscalingPolicy_Mode_name
  1693  	NodeGroupAutoscalingPolicy_Mode_value                                                        = src.NodeGroupAutoscalingPolicy_Mode_value
  1694  	NodeGroupNode_CpuOvercommitType_name                                                         = src.NodeGroupNode_CpuOvercommitType_name
  1695  	NodeGroupNode_CpuOvercommitType_value                                                        = src.NodeGroupNode_CpuOvercommitType_value
  1696  	NodeGroupNode_Status_name                                                                    = src.NodeGroupNode_Status_name
  1697  	NodeGroupNode_Status_value                                                                   = src.NodeGroupNode_Status_value
  1698  	NodeGroup_MaintenancePolicy_name                                                             = src.NodeGroup_MaintenancePolicy_name
  1699  	NodeGroup_MaintenancePolicy_value                                                            = src.NodeGroup_MaintenancePolicy_value
  1700  	NodeGroup_Status_name                                                                        = src.NodeGroup_Status_name
  1701  	NodeGroup_Status_value                                                                       = src.NodeGroup_Status_value
  1702  	NodeTemplate_CpuOvercommitType_name                                                          = src.NodeTemplate_CpuOvercommitType_name
  1703  	NodeTemplate_CpuOvercommitType_value                                                         = src.NodeTemplate_CpuOvercommitType_value
  1704  	NodeTemplate_Status_name                                                                     = src.NodeTemplate_Status_name
  1705  	NodeTemplate_Status_value                                                                    = src.NodeTemplate_Status_value
  1706  	Operation_Status_name                                                                        = src.Operation_Status_name
  1707  	Operation_Status_value                                                                       = src.Operation_Status_value
  1708  	PacketIntervals_Duration_name                                                                = src.PacketIntervals_Duration_name
  1709  	PacketIntervals_Duration_value                                                               = src.PacketIntervals_Duration_value
  1710  	PacketIntervals_Type_name                                                                    = src.PacketIntervals_Type_name
  1711  	PacketIntervals_Type_value                                                                   = src.PacketIntervals_Type_value
  1712  	PacketMirroringFilter_Direction_name                                                         = src.PacketMirroringFilter_Direction_name
  1713  	PacketMirroringFilter_Direction_value                                                        = src.PacketMirroringFilter_Direction_value
  1714  	PacketMirroring_Enable_name                                                                  = src.PacketMirroring_Enable_name
  1715  	PacketMirroring_Enable_value                                                                 = src.PacketMirroring_Enable_value
  1716  	PerInstanceConfig_Status_name                                                                = src.PerInstanceConfig_Status_name
  1717  	PerInstanceConfig_Status_value                                                               = src.PerInstanceConfig_Status_value
  1718  	PreservedStatePreservedDisk_AutoDelete_name                                                  = src.PreservedStatePreservedDisk_AutoDelete_name
  1719  	PreservedStatePreservedDisk_AutoDelete_value                                                 = src.PreservedStatePreservedDisk_AutoDelete_value
  1720  	PreservedStatePreservedDisk_Mode_name                                                        = src.PreservedStatePreservedDisk_Mode_name
  1721  	PreservedStatePreservedDisk_Mode_value                                                       = src.PreservedStatePreservedDisk_Mode_value
  1722  	Project_DefaultNetworkTier_name                                                              = src.Project_DefaultNetworkTier_name
  1723  	Project_DefaultNetworkTier_value                                                             = src.Project_DefaultNetworkTier_value
  1724  	Project_XpnProjectStatus_name                                                                = src.Project_XpnProjectStatus_name
  1725  	Project_XpnProjectStatus_value                                                               = src.Project_XpnProjectStatus_value
  1726  	ProjectsSetDefaultNetworkTierRequest_NetworkTier_name                                        = src.ProjectsSetDefaultNetworkTierRequest_NetworkTier_name
  1727  	ProjectsSetDefaultNetworkTierRequest_NetworkTier_value                                       = src.ProjectsSetDefaultNetworkTierRequest_NetworkTier_value
  1728  	PublicAdvertisedPrefix_Status_name                                                           = src.PublicAdvertisedPrefix_Status_name
  1729  	PublicAdvertisedPrefix_Status_value                                                          = src.PublicAdvertisedPrefix_Status_value
  1730  	PublicDelegatedPrefixPublicDelegatedSubPrefix_Status_name                                    = src.PublicDelegatedPrefixPublicDelegatedSubPrefix_Status_name
  1731  	PublicDelegatedPrefixPublicDelegatedSubPrefix_Status_value                                   = src.PublicDelegatedPrefixPublicDelegatedSubPrefix_Status_value
  1732  	PublicDelegatedPrefix_Status_name                                                            = src.PublicDelegatedPrefix_Status_name
  1733  	PublicDelegatedPrefix_Status_value                                                           = src.PublicDelegatedPrefix_Status_value
  1734  	Quota_Metric_name                                                                            = src.Quota_Metric_name
  1735  	Quota_Metric_value                                                                           = src.Quota_Metric_value
  1736  	RawDisk_ContainerType_name                                                                   = src.RawDisk_ContainerType_name
  1737  	RawDisk_ContainerType_value                                                                  = src.RawDisk_ContainerType_value
  1738  	RegionInstanceGroupManagersApplyUpdatesRequest_MinimalAction_name                            = src.RegionInstanceGroupManagersApplyUpdatesRequest_MinimalAction_name
  1739  	RegionInstanceGroupManagersApplyUpdatesRequest_MinimalAction_value                           = src.RegionInstanceGroupManagersApplyUpdatesRequest_MinimalAction_value
  1740  	RegionInstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction_name              = src.RegionInstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction_name
  1741  	RegionInstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction_value             = src.RegionInstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction_value
  1742  	RegionInstanceGroupsListInstancesRequest_InstanceState_name                                  = src.RegionInstanceGroupsListInstancesRequest_InstanceState_name
  1743  	RegionInstanceGroupsListInstancesRequest_InstanceState_value                                 = src.RegionInstanceGroupsListInstancesRequest_InstanceState_value
  1744  	RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type_name  = src.RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type_name
  1745  	RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type_value = src.RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type_value
  1746  	Region_Status_name                                                                           = src.Region_Status_name
  1747  	Region_Status_value                                                                          = src.Region_Status_value
  1748  	ReservationAffinity_ConsumeReservationType_name                                              = src.ReservationAffinity_ConsumeReservationType_name
  1749  	ReservationAffinity_ConsumeReservationType_value                                             = src.ReservationAffinity_ConsumeReservationType_value
  1750  	Reservation_Status_name                                                                      = src.Reservation_Status_name
  1751  	Reservation_Status_value                                                                     = src.Reservation_Status_value
  1752  	ResourceCommitment_Type_name                                                                 = src.ResourceCommitment_Type_name
  1753  	ResourceCommitment_Type_value                                                                = src.ResourceCommitment_Type_value
  1754  	ResourcePolicyGroupPlacementPolicy_Collocation_name                                          = src.ResourcePolicyGroupPlacementPolicy_Collocation_name
  1755  	ResourcePolicyGroupPlacementPolicy_Collocation_value                                         = src.ResourcePolicyGroupPlacementPolicy_Collocation_value
  1756  	ResourcePolicySnapshotSchedulePolicyRetentionPolicy_OnSourceDiskDelete_name                  = src.ResourcePolicySnapshotSchedulePolicyRetentionPolicy_OnSourceDiskDelete_name
  1757  	ResourcePolicySnapshotSchedulePolicyRetentionPolicy_OnSourceDiskDelete_value                 = src.ResourcePolicySnapshotSchedulePolicyRetentionPolicy_OnSourceDiskDelete_value
  1758  	ResourcePolicyWeeklyCycleDayOfWeek_Day_name                                                  = src.ResourcePolicyWeeklyCycleDayOfWeek_Day_name
  1759  	ResourcePolicyWeeklyCycleDayOfWeek_Day_value                                                 = src.ResourcePolicyWeeklyCycleDayOfWeek_Day_value
  1760  	ResourcePolicy_Status_name                                                                   = src.ResourcePolicy_Status_name
  1761  	ResourcePolicy_Status_value                                                                  = src.ResourcePolicy_Status_value
  1762  	RouteAsPath_PathSegmentType_name                                                             = src.RouteAsPath_PathSegmentType_name
  1763  	RouteAsPath_PathSegmentType_value                                                            = src.RouteAsPath_PathSegmentType_value
  1764  	Route_RouteStatus_name                                                                       = src.Route_RouteStatus_name
  1765  	Route_RouteStatus_value                                                                      = src.Route_RouteStatus_value
  1766  	Route_RouteType_name                                                                         = src.Route_RouteType_name
  1767  	Route_RouteType_value                                                                        = src.Route_RouteType_value
  1768  	RouterBgpPeerBfd_SessionInitializationMode_name                                              = src.RouterBgpPeerBfd_SessionInitializationMode_name
  1769  	RouterBgpPeerBfd_SessionInitializationMode_value                                             = src.RouterBgpPeerBfd_SessionInitializationMode_value
  1770  	RouterBgpPeer_AdvertiseMode_name                                                             = src.RouterBgpPeer_AdvertiseMode_name
  1771  	RouterBgpPeer_AdvertiseMode_value                                                            = src.RouterBgpPeer_AdvertiseMode_value
  1772  	RouterBgpPeer_AdvertisedGroups_name                                                          = src.RouterBgpPeer_AdvertisedGroups_name
  1773  	RouterBgpPeer_AdvertisedGroups_value                                                         = src.RouterBgpPeer_AdvertisedGroups_value
  1774  	RouterBgpPeer_Enable_name                                                                    = src.RouterBgpPeer_Enable_name
  1775  	RouterBgpPeer_Enable_value                                                                   = src.RouterBgpPeer_Enable_value
  1776  	RouterBgpPeer_ManagementType_name                                                            = src.RouterBgpPeer_ManagementType_name
  1777  	RouterBgpPeer_ManagementType_value                                                           = src.RouterBgpPeer_ManagementType_value
  1778  	RouterBgp_AdvertiseMode_name                                                                 = src.RouterBgp_AdvertiseMode_name
  1779  	RouterBgp_AdvertiseMode_value                                                                = src.RouterBgp_AdvertiseMode_value
  1780  	RouterBgp_AdvertisedGroups_name                                                              = src.RouterBgp_AdvertisedGroups_name
  1781  	RouterBgp_AdvertisedGroups_value                                                             = src.RouterBgp_AdvertisedGroups_value
  1782  	RouterInterface_ManagementType_name                                                          = src.RouterInterface_ManagementType_name
  1783  	RouterInterface_ManagementType_value                                                         = src.RouterInterface_ManagementType_value
  1784  	RouterNatLogConfig_Filter_name                                                               = src.RouterNatLogConfig_Filter_name
  1785  	RouterNatLogConfig_Filter_value                                                              = src.RouterNatLogConfig_Filter_value
  1786  	RouterNatSubnetworkToNat_SourceIpRangesToNat_name                                            = src.RouterNatSubnetworkToNat_SourceIpRangesToNat_name
  1787  	RouterNatSubnetworkToNat_SourceIpRangesToNat_value                                           = src.RouterNatSubnetworkToNat_SourceIpRangesToNat_value
  1788  	RouterNat_EndpointTypes_name                                                                 = src.RouterNat_EndpointTypes_name
  1789  	RouterNat_EndpointTypes_value                                                                = src.RouterNat_EndpointTypes_value
  1790  	RouterNat_NatIpAllocateOption_name                                                           = src.RouterNat_NatIpAllocateOption_name
  1791  	RouterNat_NatIpAllocateOption_value                                                          = src.RouterNat_NatIpAllocateOption_value
  1792  	RouterNat_SourceSubnetworkIpRangesToNat_name                                                 = src.RouterNat_SourceSubnetworkIpRangesToNat_name
  1793  	RouterNat_SourceSubnetworkIpRangesToNat_value                                                = src.RouterNat_SourceSubnetworkIpRangesToNat_value
  1794  	RouterStatusBgpPeerStatus_StatusReason_name                                                  = src.RouterStatusBgpPeerStatus_StatusReason_name
  1795  	RouterStatusBgpPeerStatus_StatusReason_value                                                 = src.RouterStatusBgpPeerStatus_StatusReason_value
  1796  	RouterStatusBgpPeerStatus_Status_name                                                        = src.RouterStatusBgpPeerStatus_Status_name
  1797  	RouterStatusBgpPeerStatus_Status_value                                                       = src.RouterStatusBgpPeerStatus_Status_value
  1798  	Rule_Action_name                                                                             = src.Rule_Action_name
  1799  	Rule_Action_value                                                                            = src.Rule_Action_value
  1800  	SSLHealthCheck_PortSpecification_name                                                        = src.SSLHealthCheck_PortSpecification_name
  1801  	SSLHealthCheck_PortSpecification_value                                                       = src.SSLHealthCheck_PortSpecification_value
  1802  	SSLHealthCheck_ProxyHeader_name                                                              = src.SSLHealthCheck_ProxyHeader_name
  1803  	SSLHealthCheck_ProxyHeader_value                                                             = src.SSLHealthCheck_ProxyHeader_value
  1804  	SavedAttachedDisk_Interface_name                                                             = src.SavedAttachedDisk_Interface_name
  1805  	SavedAttachedDisk_Interface_value                                                            = src.SavedAttachedDisk_Interface_value
  1806  	SavedAttachedDisk_Mode_name                                                                  = src.SavedAttachedDisk_Mode_name
  1807  	SavedAttachedDisk_Mode_value                                                                 = src.SavedAttachedDisk_Mode_value
  1808  	SavedAttachedDisk_StorageBytesStatus_name                                                    = src.SavedAttachedDisk_StorageBytesStatus_name
  1809  	SavedAttachedDisk_StorageBytesStatus_value                                                   = src.SavedAttachedDisk_StorageBytesStatus_value
  1810  	SavedAttachedDisk_Type_name                                                                  = src.SavedAttachedDisk_Type_name
  1811  	SavedAttachedDisk_Type_value                                                                 = src.SavedAttachedDisk_Type_value
  1812  	SavedDisk_Architecture_name                                                                  = src.SavedDisk_Architecture_name
  1813  	SavedDisk_Architecture_value                                                                 = src.SavedDisk_Architecture_value
  1814  	SavedDisk_StorageBytesStatus_name                                                            = src.SavedDisk_StorageBytesStatus_name
  1815  	SavedDisk_StorageBytesStatus_value                                                           = src.SavedDisk_StorageBytesStatus_value
  1816  	ScalingScheduleStatus_State_name                                                             = src.ScalingScheduleStatus_State_name
  1817  	ScalingScheduleStatus_State_value                                                            = src.ScalingScheduleStatus_State_value
  1818  	SchedulingNodeAffinity_Operator_name                                                         = src.SchedulingNodeAffinity_Operator_name
  1819  	SchedulingNodeAffinity_Operator_value                                                        = src.SchedulingNodeAffinity_Operator_value
  1820  	Scheduling_InstanceTerminationAction_name                                                    = src.Scheduling_InstanceTerminationAction_name
  1821  	Scheduling_InstanceTerminationAction_value                                                   = src.Scheduling_InstanceTerminationAction_value
  1822  	Scheduling_OnHostMaintenance_name                                                            = src.Scheduling_OnHostMaintenance_name
  1823  	Scheduling_OnHostMaintenance_value                                                           = src.Scheduling_OnHostMaintenance_value
  1824  	Scheduling_ProvisioningModel_name                                                            = src.Scheduling_ProvisioningModel_name
  1825  	Scheduling_ProvisioningModel_value                                                           = src.Scheduling_ProvisioningModel_value
  1826  	SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_RuleVisibility_name            = src.SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_RuleVisibility_name
  1827  	SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_RuleVisibility_value           = src.SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_RuleVisibility_value
  1828  	SecurityPolicyAdvancedOptionsConfig_JsonParsing_name                                         = src.SecurityPolicyAdvancedOptionsConfig_JsonParsing_name
  1829  	SecurityPolicyAdvancedOptionsConfig_JsonParsing_value                                        = src.SecurityPolicyAdvancedOptionsConfig_JsonParsing_value
  1830  	SecurityPolicyAdvancedOptionsConfig_LogLevel_name                                            = src.SecurityPolicyAdvancedOptionsConfig_LogLevel_name
  1831  	SecurityPolicyAdvancedOptionsConfig_LogLevel_value                                           = src.SecurityPolicyAdvancedOptionsConfig_LogLevel_value
  1832  	SecurityPolicyDdosProtectionConfig_DdosProtection_name                                       = src.SecurityPolicyDdosProtectionConfig_DdosProtection_name
  1833  	SecurityPolicyDdosProtectionConfig_DdosProtection_value                                      = src.SecurityPolicyDdosProtectionConfig_DdosProtection_value
  1834  	SecurityPolicyRuleMatcher_VersionedExpr_name                                                 = src.SecurityPolicyRuleMatcher_VersionedExpr_name
  1835  	SecurityPolicyRuleMatcher_VersionedExpr_value                                                = src.SecurityPolicyRuleMatcher_VersionedExpr_value
  1836  	SecurityPolicyRuleRateLimitOptions_EnforceOnKey_name                                         = src.SecurityPolicyRuleRateLimitOptions_EnforceOnKey_name
  1837  	SecurityPolicyRuleRateLimitOptions_EnforceOnKey_value                                        = src.SecurityPolicyRuleRateLimitOptions_EnforceOnKey_value
  1838  	SecurityPolicyRuleRedirectOptions_Type_name                                                  = src.SecurityPolicyRuleRedirectOptions_Type_name
  1839  	SecurityPolicyRuleRedirectOptions_Type_value                                                 = src.SecurityPolicyRuleRedirectOptions_Type_value
  1840  	SecurityPolicy_Type_name                                                                     = src.SecurityPolicy_Type_name
  1841  	SecurityPolicy_Type_value                                                                    = src.SecurityPolicy_Type_value
  1842  	ServerBinding_Type_name                                                                      = src.ServerBinding_Type_name
  1843  	ServerBinding_Type_value                                                                     = src.ServerBinding_Type_value
  1844  	ServiceAttachmentConnectedEndpoint_Status_name                                               = src.ServiceAttachmentConnectedEndpoint_Status_name
  1845  	ServiceAttachmentConnectedEndpoint_Status_value                                              = src.ServiceAttachmentConnectedEndpoint_Status_value
  1846  	ServiceAttachment_ConnectionPreference_name                                                  = src.ServiceAttachment_ConnectionPreference_name
  1847  	ServiceAttachment_ConnectionPreference_value                                                 = src.ServiceAttachment_ConnectionPreference_value
  1848  	ShareSettings_ShareType_name                                                                 = src.ShareSettings_ShareType_name
  1849  	ShareSettings_ShareType_value                                                                = src.ShareSettings_ShareType_value
  1850  	Snapshot_Architecture_name                                                                   = src.Snapshot_Architecture_name
  1851  	Snapshot_Architecture_value                                                                  = src.Snapshot_Architecture_value
  1852  	Snapshot_SnapshotType_name                                                                   = src.Snapshot_SnapshotType_name
  1853  	Snapshot_SnapshotType_value                                                                  = src.Snapshot_SnapshotType_value
  1854  	Snapshot_Status_name                                                                         = src.Snapshot_Status_name
  1855  	Snapshot_Status_value                                                                        = src.Snapshot_Status_value
  1856  	Snapshot_StorageBytesStatus_name                                                             = src.Snapshot_StorageBytesStatus_name
  1857  	Snapshot_StorageBytesStatus_value                                                            = src.Snapshot_StorageBytesStatus_value
  1858  	SourceInstanceProperties_KeyRevocationActionType_name                                        = src.SourceInstanceProperties_KeyRevocationActionType_name
  1859  	SourceInstanceProperties_KeyRevocationActionType_value                                       = src.SourceInstanceProperties_KeyRevocationActionType_value
  1860  	SslCertificateManagedSslCertificate_Status_name                                              = src.SslCertificateManagedSslCertificate_Status_name
  1861  	SslCertificateManagedSslCertificate_Status_value                                             = src.SslCertificateManagedSslCertificate_Status_value
  1862  	SslCertificate_Type_name                                                                     = src.SslCertificate_Type_name
  1863  	SslCertificate_Type_value                                                                    = src.SslCertificate_Type_value
  1864  	SslPolicy_MinTlsVersion_name                                                                 = src.SslPolicy_MinTlsVersion_name
  1865  	SslPolicy_MinTlsVersion_value                                                                = src.SslPolicy_MinTlsVersion_value
  1866  	SslPolicy_Profile_name                                                                       = src.SslPolicy_Profile_name
  1867  	SslPolicy_Profile_value                                                                      = src.SslPolicy_Profile_value
  1868  	StatefulPolicyPreservedStateDiskDevice_AutoDelete_name                                       = src.StatefulPolicyPreservedStateDiskDevice_AutoDelete_name
  1869  	StatefulPolicyPreservedStateDiskDevice_AutoDelete_value                                      = src.StatefulPolicyPreservedStateDiskDevice_AutoDelete_value
  1870  	SubnetworkLogConfig_AggregationInterval_name                                                 = src.SubnetworkLogConfig_AggregationInterval_name
  1871  	SubnetworkLogConfig_AggregationInterval_value                                                = src.SubnetworkLogConfig_AggregationInterval_value
  1872  	SubnetworkLogConfig_Metadata_name                                                            = src.SubnetworkLogConfig_Metadata_name
  1873  	SubnetworkLogConfig_Metadata_value                                                           = src.SubnetworkLogConfig_Metadata_value
  1874  	Subnetwork_Ipv6AccessType_name                                                               = src.Subnetwork_Ipv6AccessType_name
  1875  	Subnetwork_Ipv6AccessType_value                                                              = src.Subnetwork_Ipv6AccessType_value
  1876  	Subnetwork_PrivateIpv6GoogleAccess_name                                                      = src.Subnetwork_PrivateIpv6GoogleAccess_name
  1877  	Subnetwork_PrivateIpv6GoogleAccess_value                                                     = src.Subnetwork_PrivateIpv6GoogleAccess_value
  1878  	Subnetwork_Purpose_name                                                                      = src.Subnetwork_Purpose_name
  1879  	Subnetwork_Purpose_value                                                                     = src.Subnetwork_Purpose_value
  1880  	Subnetwork_Role_name                                                                         = src.Subnetwork_Role_name
  1881  	Subnetwork_Role_value                                                                        = src.Subnetwork_Role_value
  1882  	Subnetwork_StackType_name                                                                    = src.Subnetwork_StackType_name
  1883  	Subnetwork_StackType_value                                                                   = src.Subnetwork_StackType_value
  1884  	Subnetwork_State_name                                                                        = src.Subnetwork_State_name
  1885  	Subnetwork_State_value                                                                       = src.Subnetwork_State_value
  1886  	Subsetting_Policy_name                                                                       = src.Subsetting_Policy_name
  1887  	Subsetting_Policy_value                                                                      = src.Subsetting_Policy_value
  1888  	TCPHealthCheck_PortSpecification_name                                                        = src.TCPHealthCheck_PortSpecification_name
  1889  	TCPHealthCheck_PortSpecification_value                                                       = src.TCPHealthCheck_PortSpecification_value
  1890  	TCPHealthCheck_ProxyHeader_name                                                              = src.TCPHealthCheck_ProxyHeader_name
  1891  	TCPHealthCheck_ProxyHeader_value                                                             = src.TCPHealthCheck_ProxyHeader_value
  1892  	TargetHttpsProxiesSetQuicOverrideRequest_QuicOverride_name                                   = src.TargetHttpsProxiesSetQuicOverrideRequest_QuicOverride_name
  1893  	TargetHttpsProxiesSetQuicOverrideRequest_QuicOverride_value                                  = src.TargetHttpsProxiesSetQuicOverrideRequest_QuicOverride_value
  1894  	TargetHttpsProxy_QuicOverride_name                                                           = src.TargetHttpsProxy_QuicOverride_name
  1895  	TargetHttpsProxy_QuicOverride_value                                                          = src.TargetHttpsProxy_QuicOverride_value
  1896  	TargetInstance_NatPolicy_name                                                                = src.TargetInstance_NatPolicy_name
  1897  	TargetInstance_NatPolicy_value                                                               = src.TargetInstance_NatPolicy_value
  1898  	TargetPool_SessionAffinity_name                                                              = src.TargetPool_SessionAffinity_name
  1899  	TargetPool_SessionAffinity_value                                                             = src.TargetPool_SessionAffinity_value
  1900  	TargetSslProxiesSetProxyHeaderRequest_ProxyHeader_name                                       = src.TargetSslProxiesSetProxyHeaderRequest_ProxyHeader_name
  1901  	TargetSslProxiesSetProxyHeaderRequest_ProxyHeader_value                                      = src.TargetSslProxiesSetProxyHeaderRequest_ProxyHeader_value
  1902  	TargetSslProxy_ProxyHeader_name                                                              = src.TargetSslProxy_ProxyHeader_name
  1903  	TargetSslProxy_ProxyHeader_value                                                             = src.TargetSslProxy_ProxyHeader_value
  1904  	TargetTcpProxiesSetProxyHeaderRequest_ProxyHeader_name                                       = src.TargetTcpProxiesSetProxyHeaderRequest_ProxyHeader_name
  1905  	TargetTcpProxiesSetProxyHeaderRequest_ProxyHeader_value                                      = src.TargetTcpProxiesSetProxyHeaderRequest_ProxyHeader_value
  1906  	TargetTcpProxy_ProxyHeader_name                                                              = src.TargetTcpProxy_ProxyHeader_name
  1907  	TargetTcpProxy_ProxyHeader_value                                                             = src.TargetTcpProxy_ProxyHeader_value
  1908  	TargetVpnGateway_Status_name                                                                 = src.TargetVpnGateway_Status_name
  1909  	TargetVpnGateway_Status_value                                                                = src.TargetVpnGateway_Status_value
  1910  	UpdateInstanceRequest_MinimalAction_name                                                     = src.UpdateInstanceRequest_MinimalAction_name
  1911  	UpdateInstanceRequest_MinimalAction_value                                                    = src.UpdateInstanceRequest_MinimalAction_value
  1912  	UpdateInstanceRequest_MostDisruptiveAllowedAction_name                                       = src.UpdateInstanceRequest_MostDisruptiveAllowedAction_name
  1913  	UpdateInstanceRequest_MostDisruptiveAllowedAction_value                                      = src.UpdateInstanceRequest_MostDisruptiveAllowedAction_value
  1914  	UrlMapsValidateRequest_LoadBalancingSchemes_name                                             = src.UrlMapsValidateRequest_LoadBalancingSchemes_name
  1915  	UrlMapsValidateRequest_LoadBalancingSchemes_value                                            = src.UrlMapsValidateRequest_LoadBalancingSchemes_value
  1916  	UsableSubnetwork_Ipv6AccessType_name                                                         = src.UsableSubnetwork_Ipv6AccessType_name
  1917  	UsableSubnetwork_Ipv6AccessType_value                                                        = src.UsableSubnetwork_Ipv6AccessType_value
  1918  	UsableSubnetwork_Purpose_name                                                                = src.UsableSubnetwork_Purpose_name
  1919  	UsableSubnetwork_Purpose_value                                                               = src.UsableSubnetwork_Purpose_value
  1920  	UsableSubnetwork_Role_name                                                                   = src.UsableSubnetwork_Role_name
  1921  	UsableSubnetwork_Role_value                                                                  = src.UsableSubnetwork_Role_value
  1922  	UsableSubnetwork_StackType_name                                                              = src.UsableSubnetwork_StackType_name
  1923  	UsableSubnetwork_StackType_value                                                             = src.UsableSubnetwork_StackType_value
  1924  	VpnGatewayStatusHighAvailabilityRequirementState_State_name                                  = src.VpnGatewayStatusHighAvailabilityRequirementState_State_name
  1925  	VpnGatewayStatusHighAvailabilityRequirementState_State_value                                 = src.VpnGatewayStatusHighAvailabilityRequirementState_State_value
  1926  	VpnGatewayStatusHighAvailabilityRequirementState_UnsatisfiedReason_name                      = src.VpnGatewayStatusHighAvailabilityRequirementState_UnsatisfiedReason_name
  1927  	VpnGatewayStatusHighAvailabilityRequirementState_UnsatisfiedReason_value                     = src.VpnGatewayStatusHighAvailabilityRequirementState_UnsatisfiedReason_value
  1928  	VpnGateway_StackType_name                                                                    = src.VpnGateway_StackType_name
  1929  	VpnGateway_StackType_value                                                                   = src.VpnGateway_StackType_value
  1930  	VpnTunnel_Status_name                                                                        = src.VpnTunnel_Status_name
  1931  	VpnTunnel_Status_value                                                                       = src.VpnTunnel_Status_value
  1932  	Warning_Code_name                                                                            = src.Warning_Code_name
  1933  	Warning_Code_value                                                                           = src.Warning_Code_value
  1934  	Warnings_Code_name                                                                           = src.Warnings_Code_name
  1935  	Warnings_Code_value                                                                          = src.Warnings_Code_value
  1936  	XpnResourceId_Type_name                                                                      = src.XpnResourceId_Type_name
  1937  	XpnResourceId_Type_value                                                                     = src.XpnResourceId_Type_value
  1938  	Zone_Status_name                                                                             = src.Zone_Status_name
  1939  	Zone_Status_value                                                                            = src.Zone_Status_value
  1940  )
  1941  
  1942  // Messages A request message for InstanceGroupManagers.AbandonInstances. See
  1943  // the method description for details.
  1944  //
  1945  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  1946  type AbandonInstancesInstanceGroupManagerRequest = src.AbandonInstancesInstanceGroupManagerRequest
  1947  
  1948  // A request message for RegionInstanceGroupManagers.AbandonInstances. See the
  1949  // method description for details.
  1950  //
  1951  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  1952  type AbandonInstancesRegionInstanceGroupManagerRequest = src.AbandonInstancesRegionInstanceGroupManagerRequest
  1953  
  1954  // A specification of the type and number of accelerator cards attached to the
  1955  // instance.
  1956  //
  1957  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  1958  type AcceleratorConfig = src.AcceleratorConfig
  1959  
  1960  // Represents an Accelerator Type resource. Google Cloud Platform provides
  1961  // graphics processing units (accelerators) that you can add to VM instances to
  1962  // improve or accelerate performance when working with intensive workloads. For
  1963  // more information, read GPUs on Compute Engine.
  1964  //
  1965  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  1966  type AcceleratorType = src.AcceleratorType
  1967  type AcceleratorTypeAggregatedList = src.AcceleratorTypeAggregatedList
  1968  
  1969  // Contains a list of accelerator types.
  1970  //
  1971  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  1972  type AcceleratorTypeList = src.AcceleratorTypeList
  1973  
  1974  // AcceleratorTypesClient is the client API for AcceleratorTypes service. For
  1975  // semantics around ctx use and closing/ending streaming RPCs, please refer to
  1976  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  1977  //
  1978  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  1979  type AcceleratorTypesClient = src.AcceleratorTypesClient
  1980  type AcceleratorTypesScopedList = src.AcceleratorTypesScopedList
  1981  
  1982  // AcceleratorTypesServer is the server API for AcceleratorTypes service.
  1983  //
  1984  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  1985  type AcceleratorTypesServer = src.AcceleratorTypesServer
  1986  type Accelerators = src.Accelerators
  1987  
  1988  // An access configuration attached to an instance's network interface. Only
  1989  // one access config per instance is supported.
  1990  //
  1991  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  1992  type AccessConfig = src.AccessConfig
  1993  
  1994  // This signifies the networking tier used for configuring this access
  1995  // configuration and can only take the following values: PREMIUM, STANDARD. If
  1996  // an AccessConfig is specified without a valid external IP address, an
  1997  // ephemeral IP will be created with this networkTier. If an AccessConfig with
  1998  // a valid external IP address is specified, it must match that of the
  1999  // networkTier associated with the Address resource owning that IP.
  2000  //
  2001  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2002  type AccessConfig_NetworkTier = src.AccessConfig_NetworkTier
  2003  
  2004  // The type of configuration. The default and only option is ONE_TO_ONE_NAT.
  2005  //
  2006  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2007  type AccessConfig_Type = src.AccessConfig_Type
  2008  
  2009  // A request message for Instances.AddAccessConfig. See the method description
  2010  // for details.
  2011  //
  2012  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2013  type AddAccessConfigInstanceRequest = src.AddAccessConfigInstanceRequest
  2014  
  2015  // A request message for FirewallPolicies.AddAssociation. See the method
  2016  // description for details.
  2017  //
  2018  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2019  type AddAssociationFirewallPolicyRequest = src.AddAssociationFirewallPolicyRequest
  2020  
  2021  // A request message for NetworkFirewallPolicies.AddAssociation. See the
  2022  // method description for details.
  2023  //
  2024  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2025  type AddAssociationNetworkFirewallPolicyRequest = src.AddAssociationNetworkFirewallPolicyRequest
  2026  
  2027  // A request message for RegionNetworkFirewallPolicies.AddAssociation. See the
  2028  // method description for details.
  2029  //
  2030  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2031  type AddAssociationRegionNetworkFirewallPolicyRequest = src.AddAssociationRegionNetworkFirewallPolicyRequest
  2032  
  2033  // A request message for TargetPools.AddHealthCheck. See the method
  2034  // description for details.
  2035  //
  2036  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2037  type AddHealthCheckTargetPoolRequest = src.AddHealthCheckTargetPoolRequest
  2038  
  2039  // A request message for TargetPools.AddInstance. See the method description
  2040  // for details.
  2041  //
  2042  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2043  type AddInstanceTargetPoolRequest = src.AddInstanceTargetPoolRequest
  2044  
  2045  // A request message for InstanceGroups.AddInstances. See the method
  2046  // description for details.
  2047  //
  2048  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2049  type AddInstancesInstanceGroupRequest = src.AddInstancesInstanceGroupRequest
  2050  
  2051  // A request message for NodeGroups.AddNodes. See the method description for
  2052  // details.
  2053  //
  2054  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2055  type AddNodesNodeGroupRequest = src.AddNodesNodeGroupRequest
  2056  
  2057  // A request message for Networks.AddPeering. See the method description for
  2058  // details.
  2059  //
  2060  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2061  type AddPeeringNetworkRequest = src.AddPeeringNetworkRequest
  2062  
  2063  // A request message for Disks.AddResourcePolicies. See the method description
  2064  // for details.
  2065  //
  2066  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2067  type AddResourcePoliciesDiskRequest = src.AddResourcePoliciesDiskRequest
  2068  
  2069  // A request message for Instances.AddResourcePolicies. See the method
  2070  // description for details.
  2071  //
  2072  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2073  type AddResourcePoliciesInstanceRequest = src.AddResourcePoliciesInstanceRequest
  2074  
  2075  // A request message for RegionDisks.AddResourcePolicies. See the method
  2076  // description for details.
  2077  //
  2078  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2079  type AddResourcePoliciesRegionDiskRequest = src.AddResourcePoliciesRegionDiskRequest
  2080  
  2081  // A request message for FirewallPolicies.AddRule. See the method description
  2082  // for details.
  2083  //
  2084  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2085  type AddRuleFirewallPolicyRequest = src.AddRuleFirewallPolicyRequest
  2086  
  2087  // A request message for NetworkFirewallPolicies.AddRule. See the method
  2088  // description for details.
  2089  //
  2090  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2091  type AddRuleNetworkFirewallPolicyRequest = src.AddRuleNetworkFirewallPolicyRequest
  2092  
  2093  // A request message for RegionNetworkFirewallPolicies.AddRule. See the method
  2094  // description for details.
  2095  //
  2096  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2097  type AddRuleRegionNetworkFirewallPolicyRequest = src.AddRuleRegionNetworkFirewallPolicyRequest
  2098  
  2099  // A request message for SecurityPolicies.AddRule. See the method description
  2100  // for details.
  2101  //
  2102  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2103  type AddRuleSecurityPolicyRequest = src.AddRuleSecurityPolicyRequest
  2104  
  2105  // A request message for BackendBuckets.AddSignedUrlKey. See the method
  2106  // description for details.
  2107  //
  2108  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2109  type AddSignedUrlKeyBackendBucketRequest = src.AddSignedUrlKeyBackendBucketRequest
  2110  
  2111  // A request message for BackendServices.AddSignedUrlKey. See the method
  2112  // description for details.
  2113  //
  2114  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2115  type AddSignedUrlKeyBackendServiceRequest = src.AddSignedUrlKeyBackendServiceRequest
  2116  
  2117  // Represents an IP Address resource. Google Compute Engine has two IP Address
  2118  // resources: * [Global (external and
  2119  // internal)](https://cloud.google.com/compute/docs/reference/rest/v1/globalAddresses)
  2120  // * [Regional (external and
  2121  // internal)](https://cloud.google.com/compute/docs/reference/rest/v1/addresses)
  2122  // For more information, see Reserving a static external IP address.
  2123  //
  2124  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2125  type Address = src.Address
  2126  type AddressAggregatedList = src.AddressAggregatedList
  2127  
  2128  // Contains a list of addresses.
  2129  //
  2130  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2131  type AddressList = src.AddressList
  2132  
  2133  // The type of address to reserve, either INTERNAL or EXTERNAL. If
  2134  // unspecified, defaults to EXTERNAL.
  2135  //
  2136  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2137  type Address_AddressType = src.Address_AddressType
  2138  
  2139  // The IP version that will be used by this address. Valid options are IPV4 or
  2140  // IPV6. This can only be specified for a global address.
  2141  //
  2142  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2143  type Address_IpVersion = src.Address_IpVersion
  2144  
  2145  // The endpoint type of this address, which should be VM or NETLB. This is
  2146  // used for deciding which type of endpoint this address can be used after the
  2147  // external IPv6 address reservation.
  2148  //
  2149  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2150  type Address_Ipv6EndpointType = src.Address_Ipv6EndpointType
  2151  
  2152  // This signifies the networking tier used for configuring this address and
  2153  // can only take the following values: PREMIUM or STANDARD. Internal IP
  2154  // addresses are always Premium Tier; global external IP addresses are always
  2155  // Premium Tier; regional external IP addresses can be either Standard or
  2156  // Premium Tier. If this field is not specified, it is assumed to be PREMIUM.
  2157  //
  2158  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2159  type Address_NetworkTier = src.Address_NetworkTier
  2160  
  2161  // The purpose of this resource, which can be one of the following values: -
  2162  // GCE_ENDPOINT for addresses that are used by VM instances, alias IP ranges,
  2163  // load balancers, and similar resources. - DNS_RESOLVER for a DNS resolver
  2164  // address in a subnetwork for a Cloud DNS inbound forwarder IP addresses
  2165  // (regional internal IP address in a subnet of a VPC network) - VPC_PEERING
  2166  // for global internal IP addresses used for private services access allocated
  2167  // ranges. - NAT_AUTO for the regional external IP addresses used by Cloud NAT
  2168  // when allocating addresses using automatic NAT IP address allocation. -
  2169  // IPSEC_INTERCONNECT for addresses created from a private IP range that are
  2170  // reserved for a VLAN attachment in an *HA VPN over Cloud Interconnect*
  2171  // configuration. These addresses are regional resources. -
  2172  // `SHARED_LOADBALANCER_VIP` for an internal IP address that is assigned to
  2173  // multiple internal forwarding rules. - `PRIVATE_SERVICE_CONNECT` for a
  2174  // private network address that is used to configure Private Service Connect.
  2175  // Only global internal addresses can use this purpose.
  2176  //
  2177  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2178  type Address_Purpose = src.Address_Purpose
  2179  
  2180  // [Output Only] The status of the address, which can be one of RESERVING,
  2181  // RESERVED, or IN_USE. An address that is RESERVING is currently in the
  2182  // process of being reserved. A RESERVED address is currently reserved and
  2183  // available to use. An IN_USE address is currently being used by another
  2184  // resource and is not available.
  2185  //
  2186  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2187  type Address_Status = src.Address_Status
  2188  
  2189  // AddressesClient is the client API for Addresses service. For semantics
  2190  // around ctx use and closing/ending streaming RPCs, please refer to
  2191  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  2192  //
  2193  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2194  type AddressesClient = src.AddressesClient
  2195  type AddressesScopedList = src.AddressesScopedList
  2196  
  2197  // AddressesServer is the server API for Addresses service.
  2198  //
  2199  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2200  type AddressesServer = src.AddressesServer
  2201  
  2202  // Specifies options for controlling advanced machine features. Options that
  2203  // would traditionally be configured in a BIOS belong here. Features that
  2204  // require operating system support may have corresponding entries in the
  2205  // GuestOsFeatures of an Image (e.g., whether or not the OS in the Image
  2206  // supports nested virtualization being enabled or disabled).
  2207  //
  2208  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2209  type AdvancedMachineFeatures = src.AdvancedMachineFeatures
  2210  
  2211  // A request message for AcceleratorTypes.AggregatedList. See the method
  2212  // description for details.
  2213  //
  2214  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2215  type AggregatedListAcceleratorTypesRequest = src.AggregatedListAcceleratorTypesRequest
  2216  
  2217  // A request message for Addresses.AggregatedList. See the method description
  2218  // for details.
  2219  //
  2220  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2221  type AggregatedListAddressesRequest = src.AggregatedListAddressesRequest
  2222  
  2223  // A request message for Autoscalers.AggregatedList. See the method
  2224  // description for details.
  2225  //
  2226  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2227  type AggregatedListAutoscalersRequest = src.AggregatedListAutoscalersRequest
  2228  
  2229  // A request message for BackendServices.AggregatedList. See the method
  2230  // description for details.
  2231  //
  2232  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2233  type AggregatedListBackendServicesRequest = src.AggregatedListBackendServicesRequest
  2234  
  2235  // A request message for DiskTypes.AggregatedList. See the method description
  2236  // for details.
  2237  //
  2238  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2239  type AggregatedListDiskTypesRequest = src.AggregatedListDiskTypesRequest
  2240  
  2241  // A request message for Disks.AggregatedList. See the method description for
  2242  // details.
  2243  //
  2244  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2245  type AggregatedListDisksRequest = src.AggregatedListDisksRequest
  2246  
  2247  // A request message for ForwardingRules.AggregatedList. See the method
  2248  // description for details.
  2249  //
  2250  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2251  type AggregatedListForwardingRulesRequest = src.AggregatedListForwardingRulesRequest
  2252  
  2253  // A request message for GlobalOperations.AggregatedList. See the method
  2254  // description for details.
  2255  //
  2256  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2257  type AggregatedListGlobalOperationsRequest = src.AggregatedListGlobalOperationsRequest
  2258  
  2259  // A request message for HealthChecks.AggregatedList. See the method
  2260  // description for details.
  2261  //
  2262  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2263  type AggregatedListHealthChecksRequest = src.AggregatedListHealthChecksRequest
  2264  
  2265  // A request message for InstanceGroupManagers.AggregatedList. See the method
  2266  // description for details.
  2267  //
  2268  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2269  type AggregatedListInstanceGroupManagersRequest = src.AggregatedListInstanceGroupManagersRequest
  2270  
  2271  // A request message for InstanceGroups.AggregatedList. See the method
  2272  // description for details.
  2273  //
  2274  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2275  type AggregatedListInstanceGroupsRequest = src.AggregatedListInstanceGroupsRequest
  2276  
  2277  // A request message for Instances.AggregatedList. See the method description
  2278  // for details.
  2279  //
  2280  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2281  type AggregatedListInstancesRequest = src.AggregatedListInstancesRequest
  2282  
  2283  // A request message for InterconnectAttachments.AggregatedList. See the
  2284  // method description for details.
  2285  //
  2286  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2287  type AggregatedListInterconnectAttachmentsRequest = src.AggregatedListInterconnectAttachmentsRequest
  2288  
  2289  // A request message for MachineTypes.AggregatedList. See the method
  2290  // description for details.
  2291  //
  2292  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2293  type AggregatedListMachineTypesRequest = src.AggregatedListMachineTypesRequest
  2294  
  2295  // A request message for NetworkEdgeSecurityServices.AggregatedList. See the
  2296  // method description for details.
  2297  //
  2298  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2299  type AggregatedListNetworkEdgeSecurityServicesRequest = src.AggregatedListNetworkEdgeSecurityServicesRequest
  2300  
  2301  // A request message for NetworkEndpointGroups.AggregatedList. See the method
  2302  // description for details.
  2303  //
  2304  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2305  type AggregatedListNetworkEndpointGroupsRequest = src.AggregatedListNetworkEndpointGroupsRequest
  2306  
  2307  // A request message for NodeGroups.AggregatedList. See the method description
  2308  // for details.
  2309  //
  2310  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2311  type AggregatedListNodeGroupsRequest = src.AggregatedListNodeGroupsRequest
  2312  
  2313  // A request message for NodeTemplates.AggregatedList. See the method
  2314  // description for details.
  2315  //
  2316  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2317  type AggregatedListNodeTemplatesRequest = src.AggregatedListNodeTemplatesRequest
  2318  
  2319  // A request message for NodeTypes.AggregatedList. See the method description
  2320  // for details.
  2321  //
  2322  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2323  type AggregatedListNodeTypesRequest = src.AggregatedListNodeTypesRequest
  2324  
  2325  // A request message for PacketMirrorings.AggregatedList. See the method
  2326  // description for details.
  2327  //
  2328  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2329  type AggregatedListPacketMirroringsRequest = src.AggregatedListPacketMirroringsRequest
  2330  
  2331  // A request message for PublicDelegatedPrefixes.AggregatedList. See the
  2332  // method description for details.
  2333  //
  2334  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2335  type AggregatedListPublicDelegatedPrefixesRequest = src.AggregatedListPublicDelegatedPrefixesRequest
  2336  
  2337  // A request message for RegionCommitments.AggregatedList. See the method
  2338  // description for details.
  2339  //
  2340  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2341  type AggregatedListRegionCommitmentsRequest = src.AggregatedListRegionCommitmentsRequest
  2342  
  2343  // A request message for Reservations.AggregatedList. See the method
  2344  // description for details.
  2345  //
  2346  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2347  type AggregatedListReservationsRequest = src.AggregatedListReservationsRequest
  2348  
  2349  // A request message for ResourcePolicies.AggregatedList. See the method
  2350  // description for details.
  2351  //
  2352  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2353  type AggregatedListResourcePoliciesRequest = src.AggregatedListResourcePoliciesRequest
  2354  
  2355  // A request message for Routers.AggregatedList. See the method description
  2356  // for details.
  2357  //
  2358  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2359  type AggregatedListRoutersRequest = src.AggregatedListRoutersRequest
  2360  
  2361  // A request message for SecurityPolicies.AggregatedList. See the method
  2362  // description for details.
  2363  //
  2364  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2365  type AggregatedListSecurityPoliciesRequest = src.AggregatedListSecurityPoliciesRequest
  2366  
  2367  // A request message for ServiceAttachments.AggregatedList. See the method
  2368  // description for details.
  2369  //
  2370  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2371  type AggregatedListServiceAttachmentsRequest = src.AggregatedListServiceAttachmentsRequest
  2372  
  2373  // A request message for SslCertificates.AggregatedList. See the method
  2374  // description for details.
  2375  //
  2376  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2377  type AggregatedListSslCertificatesRequest = src.AggregatedListSslCertificatesRequest
  2378  
  2379  // A request message for SslPolicies.AggregatedList. See the method
  2380  // description for details.
  2381  //
  2382  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2383  type AggregatedListSslPoliciesRequest = src.AggregatedListSslPoliciesRequest
  2384  
  2385  // A request message for Subnetworks.AggregatedList. See the method
  2386  // description for details.
  2387  //
  2388  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2389  type AggregatedListSubnetworksRequest = src.AggregatedListSubnetworksRequest
  2390  
  2391  // A request message for TargetHttpProxies.AggregatedList. See the method
  2392  // description for details.
  2393  //
  2394  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2395  type AggregatedListTargetHttpProxiesRequest = src.AggregatedListTargetHttpProxiesRequest
  2396  
  2397  // A request message for TargetHttpsProxies.AggregatedList. See the method
  2398  // description for details.
  2399  //
  2400  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2401  type AggregatedListTargetHttpsProxiesRequest = src.AggregatedListTargetHttpsProxiesRequest
  2402  
  2403  // A request message for TargetInstances.AggregatedList. See the method
  2404  // description for details.
  2405  //
  2406  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2407  type AggregatedListTargetInstancesRequest = src.AggregatedListTargetInstancesRequest
  2408  
  2409  // A request message for TargetPools.AggregatedList. See the method
  2410  // description for details.
  2411  //
  2412  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2413  type AggregatedListTargetPoolsRequest = src.AggregatedListTargetPoolsRequest
  2414  
  2415  // A request message for TargetTcpProxies.AggregatedList. See the method
  2416  // description for details.
  2417  //
  2418  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2419  type AggregatedListTargetTcpProxiesRequest = src.AggregatedListTargetTcpProxiesRequest
  2420  
  2421  // A request message for TargetVpnGateways.AggregatedList. See the method
  2422  // description for details.
  2423  //
  2424  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2425  type AggregatedListTargetVpnGatewaysRequest = src.AggregatedListTargetVpnGatewaysRequest
  2426  
  2427  // A request message for UrlMaps.AggregatedList. See the method description
  2428  // for details.
  2429  //
  2430  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2431  type AggregatedListUrlMapsRequest = src.AggregatedListUrlMapsRequest
  2432  
  2433  // A request message for VpnGateways.AggregatedList. See the method
  2434  // description for details.
  2435  //
  2436  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2437  type AggregatedListVpnGatewaysRequest = src.AggregatedListVpnGatewaysRequest
  2438  
  2439  // A request message for VpnTunnels.AggregatedList. See the method description
  2440  // for details.
  2441  //
  2442  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2443  type AggregatedListVpnTunnelsRequest = src.AggregatedListVpnTunnelsRequest
  2444  
  2445  // An alias IP range attached to an instance's network interface.
  2446  //
  2447  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2448  type AliasIpRange = src.AliasIpRange
  2449  type AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk = src.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk
  2450  
  2451  // Specifies the disk interface to use for attaching this disk, which is
  2452  // either SCSI or NVME. The default is SCSI. For performance characteristics of
  2453  // SCSI over NVMe, see Local SSD performance.
  2454  //
  2455  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2456  type AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_Interface = src.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_Interface
  2457  
  2458  // Properties of the SKU instances being reserved. Next ID: 9
  2459  //
  2460  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2461  type AllocationSpecificSKUAllocationReservedInstanceProperties = src.AllocationSpecificSKUAllocationReservedInstanceProperties
  2462  
  2463  // This reservation type allows to pre allocate specific instance
  2464  // configuration. Next ID: 6
  2465  //
  2466  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2467  type AllocationSpecificSKUReservation = src.AllocationSpecificSKUReservation
  2468  type Allowed = src.Allowed
  2469  
  2470  // A request message for InstanceGroupManagers.ApplyUpdatesToInstances. See
  2471  // the method description for details.
  2472  //
  2473  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2474  type ApplyUpdatesToInstancesInstanceGroupManagerRequest = src.ApplyUpdatesToInstancesInstanceGroupManagerRequest
  2475  
  2476  // A request message for RegionInstanceGroupManagers.ApplyUpdatesToInstances.
  2477  // See the method description for details.
  2478  //
  2479  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2480  type ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest = src.ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest
  2481  
  2482  // A request message for Instances.AttachDisk. See the method description for
  2483  // details.
  2484  //
  2485  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2486  type AttachDiskInstanceRequest = src.AttachDiskInstanceRequest
  2487  
  2488  // A request message for GlobalNetworkEndpointGroups.AttachNetworkEndpoints.
  2489  // See the method description for details.
  2490  //
  2491  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2492  type AttachNetworkEndpointsGlobalNetworkEndpointGroupRequest = src.AttachNetworkEndpointsGlobalNetworkEndpointGroupRequest
  2493  
  2494  // A request message for NetworkEndpointGroups.AttachNetworkEndpoints. See the
  2495  // method description for details.
  2496  //
  2497  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2498  type AttachNetworkEndpointsNetworkEndpointGroupRequest = src.AttachNetworkEndpointsNetworkEndpointGroupRequest
  2499  
  2500  // An instance-attached disk resource.
  2501  //
  2502  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2503  type AttachedDisk = src.AttachedDisk
  2504  
  2505  // [Input Only] Specifies the parameters for a new disk that will be created
  2506  // alongside the new instance. Use initialization parameters to create boot
  2507  // disks or local SSDs attached to the new instance. This field is persisted
  2508  // and returned for instanceTemplate and not returned in the context of
  2509  // instance. This property is mutually exclusive with the source property; you
  2510  // can only define one or the other, but not both.
  2511  //
  2512  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2513  type AttachedDiskInitializeParams = src.AttachedDiskInitializeParams
  2514  
  2515  // The architecture of the attached disk. Valid values are arm64 or x86_64.
  2516  //
  2517  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2518  type AttachedDiskInitializeParams_Architecture = src.AttachedDiskInitializeParams_Architecture
  2519  
  2520  // Specifies which action to take on instance update with this disk. Default
  2521  // is to use the existing disk.
  2522  //
  2523  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2524  type AttachedDiskInitializeParams_OnUpdateAction = src.AttachedDiskInitializeParams_OnUpdateAction
  2525  
  2526  // [Output Only] The architecture of the attached disk. Valid values are ARM64
  2527  // or X86_64.
  2528  //
  2529  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2530  type AttachedDisk_Architecture = src.AttachedDisk_Architecture
  2531  
  2532  // Specifies the disk interface to use for attaching this disk, which is
  2533  // either SCSI or NVME. For most machine types, the default is SCSI. Local SSDs
  2534  // can use either NVME or SCSI. In certain configurations, persistent disks can
  2535  // use NVMe. For more information, see About persistent disks.
  2536  //
  2537  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2538  type AttachedDisk_Interface = src.AttachedDisk_Interface
  2539  
  2540  // The mode in which to attach this disk, either READ_WRITE or READ_ONLY. If
  2541  // not specified, the default is to attach the disk in READ_WRITE mode.
  2542  //
  2543  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2544  type AttachedDisk_Mode = src.AttachedDisk_Mode
  2545  
  2546  // Specifies the type of the disk, either SCRATCH or PERSISTENT. If not
  2547  // specified, the default is PERSISTENT.
  2548  //
  2549  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2550  type AttachedDisk_Type = src.AttachedDisk_Type
  2551  
  2552  // Specifies the audit configuration for a service. The configuration
  2553  // determines which permission types are logged, and what identities, if any,
  2554  // are exempted from logging. An AuditConfig must have one or more
  2555  // AuditLogConfigs. If there are AuditConfigs for both `allServices` and a
  2556  // specific service, the union of the two AuditConfigs is used for that
  2557  // service: the log_types specified in each AuditConfig are enabled, and the
  2558  // exempted_members in each AuditLogConfig are exempted. Example Policy with
  2559  // multiple AuditConfigs: { "audit_configs": [ { "service": "allServices",
  2560  // "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [
  2561  // "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" }, { "log_type":
  2562  // "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com",
  2563  // "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type":
  2564  // "DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } For
  2565  // sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ
  2566  // logging. It also exempts jose@example.com from DATA_READ logging, and
  2567  // aliya@example.com from DATA_WRITE logging.
  2568  //
  2569  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2570  type AuditConfig = src.AuditConfig
  2571  
  2572  // Provides the configuration for logging a type of permissions. Example: {
  2573  // "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [
  2574  // "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables
  2575  // 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from
  2576  // DATA_READ logging.
  2577  //
  2578  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2579  type AuditLogConfig = src.AuditLogConfig
  2580  
  2581  // The log type that this config enables.
  2582  //
  2583  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2584  type AuditLogConfig_LogType = src.AuditLogConfig_LogType
  2585  
  2586  // This is deprecated and has no effect. Do not use.
  2587  //
  2588  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2589  type AuthorizationLoggingOptions = src.AuthorizationLoggingOptions
  2590  
  2591  // This is deprecated and has no effect. Do not use.
  2592  //
  2593  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2594  type AuthorizationLoggingOptions_PermissionType = src.AuthorizationLoggingOptions_PermissionType
  2595  
  2596  // Represents an Autoscaler resource. Google Compute Engine has two Autoscaler
  2597  // resources: * [Zonal](/compute/docs/reference/rest/v1/autoscalers) *
  2598  // [Regional](/compute/docs/reference/rest/v1/regionAutoscalers) Use
  2599  // autoscalers to automatically add or delete instances from a managed instance
  2600  // group according to your defined autoscaling policy. For more information,
  2601  // read Autoscaling Groups of Instances. For zonal managed instance groups
  2602  // resource, use the autoscaler resource. For regional managed instance groups,
  2603  // use the regionAutoscalers resource.
  2604  //
  2605  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2606  type Autoscaler = src.Autoscaler
  2607  type AutoscalerAggregatedList = src.AutoscalerAggregatedList
  2608  
  2609  // Contains a list of Autoscaler resources.
  2610  //
  2611  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2612  type AutoscalerList = src.AutoscalerList
  2613  type AutoscalerStatusDetails = src.AutoscalerStatusDetails
  2614  
  2615  // The type of error, warning, or notice returned. Current set of possible
  2616  // values: - ALL_INSTANCES_UNHEALTHY (WARNING): All instances in the instance
  2617  // group are unhealthy (not in RUNNING state). - BACKEND_SERVICE_DOES_NOT_EXIST
  2618  // (ERROR): There is no backend service attached to the instance group. -
  2619  // CAPPED_AT_MAX_NUM_REPLICAS (WARNING): Autoscaler recommends a size greater
  2620  // than maxNumReplicas. - CUSTOM_METRIC_DATA_POINTS_TOO_SPARSE (WARNING): The
  2621  // custom metric samples are not exported often enough to be a credible base
  2622  // for autoscaling. - CUSTOM_METRIC_INVALID (ERROR): The custom metric that was
  2623  // specified does not exist or does not have the necessary labels. -
  2624  // MIN_EQUALS_MAX (WARNING): The minNumReplicas is equal to maxNumReplicas.
  2625  // This means the autoscaler cannot add or remove instances from the instance
  2626  // group. - MISSING_CUSTOM_METRIC_DATA_POINTS (WARNING): The autoscaler did not
  2627  // receive any data from the custom metric configured for autoscaling. -
  2628  // MISSING_LOAD_BALANCING_DATA_POINTS (WARNING): The autoscaler is configured
  2629  // to scale based on a load balancing signal but the instance group has not
  2630  // received any requests from the load balancer. - MODE_OFF (WARNING):
  2631  // Autoscaling is turned off. The number of instances in the group won't change
  2632  // automatically. The autoscaling configuration is preserved. - MODE_ONLY_UP
  2633  // (WARNING): Autoscaling is in the "Autoscale only out" mode. The autoscaler
  2634  // can add instances but not remove any. - MORE_THAN_ONE_BACKEND_SERVICE
  2635  // (ERROR): The instance group cannot be autoscaled because it has more than
  2636  // one backend service attached to it. - NOT_ENOUGH_QUOTA_AVAILABLE (ERROR):
  2637  // There is insufficient quota for the necessary resources, such as CPU or
  2638  // number of instances. - REGION_RESOURCE_STOCKOUT (ERROR): Shown only for
  2639  // regional autoscalers: there is a resource stockout in the chosen region. -
  2640  // SCALING_TARGET_DOES_NOT_EXIST (ERROR): The target to be scaled does not
  2641  // exist. - UNSUPPORTED_MAX_RATE_LOAD_BALANCING_CONFIGURATION (ERROR):
  2642  // Autoscaling does not work with an HTTP/S load balancer that has been
  2643  // configured for maxRate. - ZONE_RESOURCE_STOCKOUT (ERROR): For zonal
  2644  // autoscalers: there is a resource stockout in the chosen zone. For regional
  2645  // autoscalers: in at least one of the zones you're using there is a resource
  2646  // stockout. New values might be added in the future. Some of the values might
  2647  // not be available in all API versions.
  2648  //
  2649  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2650  type AutoscalerStatusDetails_Type = src.AutoscalerStatusDetails_Type
  2651  
  2652  // [Output Only] The status of the autoscaler configuration. Current set of
  2653  // possible values: - PENDING: Autoscaler backend hasn't read new/updated
  2654  // configuration. - DELETING: Configuration is being deleted. - ACTIVE:
  2655  // Configuration is acknowledged to be effective. Some warnings might be
  2656  // present in the statusDetails field. - ERROR: Configuration has errors.
  2657  // Actionable for users. Details are present in the statusDetails field. New
  2658  // values might be added in the future.
  2659  //
  2660  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2661  type Autoscaler_Status = src.Autoscaler_Status
  2662  
  2663  // AutoscalersClient is the client API for Autoscalers service. For semantics
  2664  // around ctx use and closing/ending streaming RPCs, please refer to
  2665  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  2666  //
  2667  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2668  type AutoscalersClient = src.AutoscalersClient
  2669  type AutoscalersScopedList = src.AutoscalersScopedList
  2670  
  2671  // AutoscalersServer is the server API for Autoscalers service.
  2672  //
  2673  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2674  type AutoscalersServer = src.AutoscalersServer
  2675  
  2676  // Cloud Autoscaler policy.
  2677  //
  2678  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2679  type AutoscalingPolicy = src.AutoscalingPolicy
  2680  
  2681  // CPU utilization policy.
  2682  //
  2683  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2684  type AutoscalingPolicyCpuUtilization = src.AutoscalingPolicyCpuUtilization
  2685  
  2686  // Indicates whether predictive autoscaling based on CPU metric is enabled.
  2687  // Valid values are: * NONE (default). No predictive method is used. The
  2688  // autoscaler scales the group to meet current demand based on real-time
  2689  // metrics. * OPTIMIZE_AVAILABILITY. Predictive autoscaling improves
  2690  // availability by monitoring daily and weekly load patterns and scaling out
  2691  // ahead of anticipated demand.
  2692  //
  2693  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2694  type AutoscalingPolicyCpuUtilization_PredictiveMethod = src.AutoscalingPolicyCpuUtilization_PredictiveMethod
  2695  
  2696  // Custom utilization metric policy.
  2697  //
  2698  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2699  type AutoscalingPolicyCustomMetricUtilization = src.AutoscalingPolicyCustomMetricUtilization
  2700  
  2701  // Defines how target utilization value is expressed for a Stackdriver
  2702  // Monitoring metric. Either GAUGE, DELTA_PER_SECOND, or DELTA_PER_MINUTE.
  2703  //
  2704  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2705  type AutoscalingPolicyCustomMetricUtilization_UtilizationTargetType = src.AutoscalingPolicyCustomMetricUtilization_UtilizationTargetType
  2706  
  2707  // Configuration parameters of autoscaling based on load balancing.
  2708  //
  2709  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2710  type AutoscalingPolicyLoadBalancingUtilization = src.AutoscalingPolicyLoadBalancingUtilization
  2711  
  2712  // Configuration that allows for slower scale in so that even if Autoscaler
  2713  // recommends an abrupt scale in of a MIG, it will be throttled as specified by
  2714  // the parameters below.
  2715  //
  2716  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2717  type AutoscalingPolicyScaleInControl = src.AutoscalingPolicyScaleInControl
  2718  
  2719  // Scaling based on user-defined schedule. The message describes a single
  2720  // scaling schedule. A scaling schedule changes the minimum number of VM
  2721  // instances an autoscaler can recommend, which can trigger scaling out.
  2722  //
  2723  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2724  type AutoscalingPolicyScalingSchedule = src.AutoscalingPolicyScalingSchedule
  2725  
  2726  // Defines operating mode for this policy.
  2727  //
  2728  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2729  type AutoscalingPolicy_Mode = src.AutoscalingPolicy_Mode
  2730  
  2731  // Message containing information of one individual backend.
  2732  //
  2733  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2734  type Backend = src.Backend
  2735  
  2736  // Represents a Cloud Storage Bucket resource. This Cloud Storage bucket
  2737  // resource is referenced by a URL map of a load balancer. For more
  2738  // information, read Backend Buckets.
  2739  //
  2740  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2741  type BackendBucket = src.BackendBucket
  2742  
  2743  // Message containing Cloud CDN configuration for a backend bucket.
  2744  //
  2745  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2746  type BackendBucketCdnPolicy = src.BackendBucketCdnPolicy
  2747  
  2748  // Bypass the cache when the specified request headers are present, e.g.
  2749  // Pragma or Authorization headers. Values are case insensitive. The presence
  2750  // of such a header overrides the cache_mode setting.
  2751  //
  2752  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2753  type BackendBucketCdnPolicyBypassCacheOnRequestHeader = src.BackendBucketCdnPolicyBypassCacheOnRequestHeader
  2754  
  2755  // Message containing what to include in the cache key for a request for Cloud
  2756  // CDN.
  2757  //
  2758  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2759  type BackendBucketCdnPolicyCacheKeyPolicy = src.BackendBucketCdnPolicyCacheKeyPolicy
  2760  
  2761  // Specify CDN TTLs for response error codes.
  2762  //
  2763  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2764  type BackendBucketCdnPolicyNegativeCachingPolicy = src.BackendBucketCdnPolicyNegativeCachingPolicy
  2765  
  2766  // Specifies the cache setting for all responses from this backend. The
  2767  // possible values are: USE_ORIGIN_HEADERS Requires the origin to set valid
  2768  // caching headers to cache content. Responses without these headers will not
  2769  // be cached at Google's edge, and will require a full trip to the origin on
  2770  // every request, potentially impacting performance and increasing load on the
  2771  // origin server. FORCE_CACHE_ALL Cache all content, ignoring any "private",
  2772  // "no-store" or "no-cache" directives in Cache-Control response headers.
  2773  // Warning: this may result in Cloud CDN caching private, per-user (user
  2774  // identifiable) content. CACHE_ALL_STATIC Automatically cache static content,
  2775  // including common image formats, media (video and audio), and web assets
  2776  // (JavaScript and CSS). Requests and responses that are marked as uncacheable,
  2777  // as well as dynamic content (including HTML), will not be cached.
  2778  //
  2779  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2780  type BackendBucketCdnPolicy_CacheMode = src.BackendBucketCdnPolicy_CacheMode
  2781  
  2782  // Contains a list of BackendBucket resources.
  2783  //
  2784  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2785  type BackendBucketList = src.BackendBucketList
  2786  
  2787  // Compress text responses using Brotli or gzip compression, based on the
  2788  // client's Accept-Encoding header.
  2789  //
  2790  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2791  type BackendBucket_CompressionMode = src.BackendBucket_CompressionMode
  2792  
  2793  // BackendBucketsClient is the client API for BackendBuckets service. For
  2794  // semantics around ctx use and closing/ending streaming RPCs, please refer to
  2795  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  2796  //
  2797  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2798  type BackendBucketsClient = src.BackendBucketsClient
  2799  
  2800  // BackendBucketsServer is the server API for BackendBuckets service.
  2801  //
  2802  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2803  type BackendBucketsServer = src.BackendBucketsServer
  2804  
  2805  // Represents a Backend Service resource. A backend service defines how Google
  2806  // Cloud load balancers distribute traffic. The backend service configuration
  2807  // contains a set of values, such as the protocol used to connect to backends,
  2808  // various distribution and session settings, health checks, and timeouts.
  2809  // These settings provide fine-grained control over how your load balancer
  2810  // behaves. Most of the settings have default values that allow for easy
  2811  // configuration if you need to get started quickly. Backend services in Google
  2812  // Compute Engine can be either regionally or globally scoped. *
  2813  // [Global](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices)
  2814  // *
  2815  // [Regional](https://cloud.google.com/compute/docs/reference/rest/v1/regionBackendServices)
  2816  // For more information, see Backend Services.
  2817  //
  2818  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2819  type BackendService = src.BackendService
  2820  
  2821  // Contains a list of BackendServicesScopedList.
  2822  //
  2823  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2824  type BackendServiceAggregatedList = src.BackendServiceAggregatedList
  2825  
  2826  // Message containing Cloud CDN configuration for a backend service.
  2827  //
  2828  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2829  type BackendServiceCdnPolicy = src.BackendServiceCdnPolicy
  2830  
  2831  // Bypass the cache when the specified request headers are present, e.g.
  2832  // Pragma or Authorization headers. Values are case insensitive. The presence
  2833  // of such a header overrides the cache_mode setting.
  2834  //
  2835  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2836  type BackendServiceCdnPolicyBypassCacheOnRequestHeader = src.BackendServiceCdnPolicyBypassCacheOnRequestHeader
  2837  
  2838  // Specify CDN TTLs for response error codes.
  2839  //
  2840  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2841  type BackendServiceCdnPolicyNegativeCachingPolicy = src.BackendServiceCdnPolicyNegativeCachingPolicy
  2842  
  2843  // Specifies the cache setting for all responses from this backend. The
  2844  // possible values are: USE_ORIGIN_HEADERS Requires the origin to set valid
  2845  // caching headers to cache content. Responses without these headers will not
  2846  // be cached at Google's edge, and will require a full trip to the origin on
  2847  // every request, potentially impacting performance and increasing load on the
  2848  // origin server. FORCE_CACHE_ALL Cache all content, ignoring any "private",
  2849  // "no-store" or "no-cache" directives in Cache-Control response headers.
  2850  // Warning: this may result in Cloud CDN caching private, per-user (user
  2851  // identifiable) content. CACHE_ALL_STATIC Automatically cache static content,
  2852  // including common image formats, media (video and audio), and web assets
  2853  // (JavaScript and CSS). Requests and responses that are marked as uncacheable,
  2854  // as well as dynamic content (including HTML), will not be cached.
  2855  //
  2856  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2857  type BackendServiceCdnPolicy_CacheMode = src.BackendServiceCdnPolicy_CacheMode
  2858  
  2859  // Connection Tracking configuration for this BackendService.
  2860  //
  2861  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2862  type BackendServiceConnectionTrackingPolicy = src.BackendServiceConnectionTrackingPolicy
  2863  
  2864  // Specifies connection persistence when backends are unhealthy. The default
  2865  // value is DEFAULT_FOR_PROTOCOL. If set to DEFAULT_FOR_PROTOCOL, the existing
  2866  // connections persist on unhealthy backends only for connection-oriented
  2867  // protocols (TCP and SCTP) and only if the Tracking Mode is PER_CONNECTION
  2868  // (default tracking mode) or the Session Affinity is configured for 5-tuple.
  2869  // They do not persist for UDP. If set to NEVER_PERSIST, after a backend
  2870  // becomes unhealthy, the existing connections on the unhealthy backend are
  2871  // never persisted on the unhealthy backend. They are always diverted to newly
  2872  // selected healthy backends (unless all backends are unhealthy). If set to
  2873  // ALWAYS_PERSIST, existing connections always persist on unhealthy backends
  2874  // regardless of protocol and session affinity. It is generally not recommended
  2875  // to use this mode overriding the default. For more details, see [Connection
  2876  // Persistence for Network Load
  2877  // Balancing](https://cloud.google.com/load-balancing/docs/network/networklb-backend-service#connection-persistence)
  2878  // and [Connection Persistence for Internal TCP/UDP Load
  2879  // Balancing](https://cloud.google.com/load-balancing/docs/internal#connection-persistence).
  2880  //
  2881  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2882  type BackendServiceConnectionTrackingPolicy_ConnectionPersistenceOnUnhealthyBackends = src.BackendServiceConnectionTrackingPolicy_ConnectionPersistenceOnUnhealthyBackends
  2883  
  2884  // Specifies the key used for connection tracking. There are two options: -
  2885  // PER_CONNECTION: This is the default mode. The Connection Tracking is
  2886  // performed as per the Connection Key (default Hash Method) for the specific
  2887  // protocol. - PER_SESSION: The Connection Tracking is performed as per the
  2888  // configured Session Affinity. It matches the configured Session Affinity. For
  2889  // more details, see [Tracking Mode for Network Load
  2890  // Balancing](https://cloud.google.com/load-balancing/docs/network/networklb-backend-service#tracking-mode)
  2891  // and [Tracking Mode for Internal TCP/UDP Load
  2892  // Balancing](https://cloud.google.com/load-balancing/docs/internal#tracking-mode).
  2893  //
  2894  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2895  type BackendServiceConnectionTrackingPolicy_TrackingMode = src.BackendServiceConnectionTrackingPolicy_TrackingMode
  2896  
  2897  // For load balancers that have configurable failover: [Internal TCP/UDP Load
  2898  // Balancing](https://cloud.google.com/load-balancing/docs/internal/failover-overview)
  2899  // and [external TCP/UDP Load
  2900  // Balancing](https://cloud.google.com/load-balancing/docs/network/networklb-failover-overview).
  2901  // On failover or failback, this field indicates whether connection draining
  2902  // will be honored. Google Cloud has a fixed connection draining timeout of 10
  2903  // minutes. A setting of true terminates existing TCP connections to the active
  2904  // pool during failover and failback, immediately draining traffic. A setting
  2905  // of false allows existing TCP connections to persist, even on VMs no longer
  2906  // in the active pool, for up to the duration of the connection draining
  2907  // timeout (10 minutes).
  2908  //
  2909  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2910  type BackendServiceFailoverPolicy = src.BackendServiceFailoverPolicy
  2911  type BackendServiceGroupHealth = src.BackendServiceGroupHealth
  2912  
  2913  // Identity-Aware Proxy
  2914  //
  2915  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2916  type BackendServiceIAP = src.BackendServiceIAP
  2917  
  2918  // Contains a list of BackendService resources.
  2919  //
  2920  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2921  type BackendServiceList = src.BackendServiceList
  2922  
  2923  // Container for either a built-in LB policy supported by gRPC or Envoy or a
  2924  // custom one implemented by the end user.
  2925  //
  2926  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2927  type BackendServiceLocalityLoadBalancingPolicyConfig = src.BackendServiceLocalityLoadBalancingPolicyConfig
  2928  
  2929  // The configuration for a custom policy implemented by the user and deployed
  2930  // with the client.
  2931  //
  2932  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2933  type BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy = src.BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy
  2934  
  2935  // The configuration for a built-in load balancing policy.
  2936  //
  2937  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2938  type BackendServiceLocalityLoadBalancingPolicyConfigPolicy = src.BackendServiceLocalityLoadBalancingPolicyConfigPolicy
  2939  
  2940  // The name of a locality load balancer policy to be used. The value should be
  2941  // one of the predefined ones as supported by localityLbPolicy, although at the
  2942  // moment only ROUND_ROBIN is supported. This field should only be populated
  2943  // when the customPolicy field is not used. Note that specifying the same
  2944  // policy more than once for a backend is not a valid configuration and will be
  2945  // rejected.
  2946  //
  2947  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2948  type BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name = src.BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name
  2949  
  2950  // The available logging options for the load balancer traffic served by this
  2951  // backend service.
  2952  //
  2953  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2954  type BackendServiceLogConfig = src.BackendServiceLogConfig
  2955  type BackendServiceReference = src.BackendServiceReference
  2956  
  2957  // Compress text responses using Brotli or gzip compression, based on the
  2958  // client's Accept-Encoding header.
  2959  //
  2960  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2961  type BackendService_CompressionMode = src.BackendService_CompressionMode
  2962  
  2963  // Specifies the load balancer type. A backend service created for one type of
  2964  // load balancer cannot be used with another. For more information, refer to
  2965  // Choosing a load balancer.
  2966  //
  2967  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2968  type BackendService_LoadBalancingScheme = src.BackendService_LoadBalancingScheme
  2969  
  2970  // The load balancing algorithm used within the scope of the locality. The
  2971  // possible values are: - ROUND_ROBIN: This is a simple policy in which each
  2972  // healthy backend is selected in round robin order. This is the default. -
  2973  // LEAST_REQUEST: An O(1) algorithm which selects two random healthy hosts and
  2974  // picks the host which has fewer active requests. - RING_HASH: The ring/modulo
  2975  // hash load balancer implements consistent hashing to backends. The algorithm
  2976  // has the property that the addition/removal of a host from a set of N hosts
  2977  // only affects 1/N of the requests. - RANDOM: The load balancer selects a
  2978  // random healthy host. - ORIGINAL_DESTINATION: Backend host is selected based
  2979  // on the client connection metadata, i.e., connections are opened to the same
  2980  // address as the destination address of the incoming connection before the
  2981  // connection was redirected to the load balancer. - MAGLEV: used as a drop in
  2982  // replacement for the ring hash load balancer. Maglev is not as stable as ring
  2983  // hash but has faster table lookup build times and host selection times. For
  2984  // more information about Maglev, see https://ai.google/research/pubs/pub44824
  2985  // This field is applicable to either: - A regional backend service with the
  2986  // service_protocol set to HTTP, HTTPS, or HTTP2, and load_balancing_scheme set
  2987  // to INTERNAL_MANAGED. - A global backend service with the
  2988  // load_balancing_scheme set to INTERNAL_SELF_MANAGED. If sessionAffinity is
  2989  // not NONE, and this field is not set to MAGLEV or RING_HASH, session affinity
  2990  // settings will not take effect. Only ROUND_ROBIN and RING_HASH are supported
  2991  // when the backend service is referenced by a URL map that is bound to target
  2992  // gRPC proxy that has validateForProxyless field set to true.
  2993  //
  2994  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  2995  type BackendService_LocalityLbPolicy = src.BackendService_LocalityLbPolicy
  2996  
  2997  // The protocol this BackendService uses to communicate with backends.
  2998  // Possible values are HTTP, HTTPS, HTTP2, TCP, SSL, UDP or GRPC. depending on
  2999  // the chosen load balancer or Traffic Director configuration. Refer to the
  3000  // documentation for the load balancers or for Traffic Director for more
  3001  // information. Must be set to GRPC when the backend service is referenced by a
  3002  // URL map that is bound to target gRPC proxy.
  3003  //
  3004  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3005  type BackendService_Protocol = src.BackendService_Protocol
  3006  
  3007  // Type of session affinity to use. The default is NONE. Only NONE and
  3008  // HEADER_FIELD are supported when the backend service is referenced by a URL
  3009  // map that is bound to target gRPC proxy that has validateForProxyless field
  3010  // set to true. For more details, see: [Session
  3011  // Affinity](https://cloud.google.com/load-balancing/docs/backend-service#session_affinity).
  3012  //
  3013  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3014  type BackendService_SessionAffinity = src.BackendService_SessionAffinity
  3015  
  3016  // BackendServicesClient is the client API for BackendServices service. For
  3017  // semantics around ctx use and closing/ending streaming RPCs, please refer to
  3018  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  3019  //
  3020  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3021  type BackendServicesClient = src.BackendServicesClient
  3022  type BackendServicesScopedList = src.BackendServicesScopedList
  3023  
  3024  // BackendServicesServer is the server API for BackendServices service.
  3025  //
  3026  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3027  type BackendServicesServer = src.BackendServicesServer
  3028  
  3029  // Specifies how to determine whether the backend of a load balancer can
  3030  // handle additional traffic or is fully loaded. For usage guidelines, see
  3031  // Connection balancing mode. Backends must use compatible balancing modes. For
  3032  // more information, see Supported balancing modes and target capacity settings
  3033  // and Restrictions and guidance for instance groups. Note: Currently, if you
  3034  // use the API to configure incompatible balancing modes, the configuration
  3035  // might be accepted even though it has no impact and is ignored. Specifically,
  3036  // Backend.maxUtilization is ignored when Backend.balancingMode is RATE. In the
  3037  // future, this incompatible combination will be rejected.
  3038  //
  3039  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3040  type Backend_BalancingMode = src.Backend_BalancingMode
  3041  type BfdPacket = src.BfdPacket
  3042  
  3043  // The diagnostic code specifies the local system's reason for the last change
  3044  // in session state. This allows remote systems to determine the reason that
  3045  // the previous session failed, for example. These diagnostic codes are
  3046  // specified in section 4.1 of RFC5880
  3047  //
  3048  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3049  type BfdPacket_Diagnostic = src.BfdPacket_Diagnostic
  3050  
  3051  // The current BFD session state as seen by the transmitting system. These
  3052  // states are specified in section 4.1 of RFC5880
  3053  //
  3054  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3055  type BfdPacket_State = src.BfdPacket_State
  3056  
  3057  // Next free: 15
  3058  //
  3059  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3060  type BfdStatus = src.BfdStatus
  3061  type BfdStatusPacketCounts = src.BfdStatusPacketCounts
  3062  
  3063  // The BFD session initialization mode for this BGP peer. If set to ACTIVE,
  3064  // the Cloud Router will initiate the BFD session for this BGP peer. If set to
  3065  // PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD
  3066  // session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP
  3067  // peer.
  3068  //
  3069  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3070  type BfdStatus_BfdSessionInitializationMode = src.BfdStatus_BfdSessionInitializationMode
  3071  
  3072  // The diagnostic code specifies the local system's reason for the last change
  3073  // in session state. This allows remote systems to determine the reason that
  3074  // the previous session failed, for example. These diagnostic codes are
  3075  // specified in section 4.1 of RFC5880
  3076  //
  3077  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3078  type BfdStatus_LocalDiagnostic = src.BfdStatus_LocalDiagnostic
  3079  
  3080  // The current BFD session state as seen by the transmitting system. These
  3081  // states are specified in section 4.1 of RFC5880
  3082  //
  3083  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3084  type BfdStatus_LocalState = src.BfdStatus_LocalState
  3085  
  3086  // Associates `members`, or principals, with a `role`.
  3087  //
  3088  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3089  type Binding = src.Binding
  3090  
  3091  // A request message for Instances.BulkInsert. See the method description for
  3092  // details.
  3093  //
  3094  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3095  type BulkInsertInstanceRequest = src.BulkInsertInstanceRequest
  3096  
  3097  // A transient resource used in compute.instances.bulkInsert and
  3098  // compute.regionInstances.bulkInsert . This resource is not persisted
  3099  // anywhere, it is used only for processing the requests.
  3100  //
  3101  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3102  type BulkInsertInstanceResource = src.BulkInsertInstanceResource
  3103  
  3104  // Per-instance properties to be set on individual instances. To be extended
  3105  // in the future.
  3106  //
  3107  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3108  type BulkInsertInstanceResourcePerInstanceProperties = src.BulkInsertInstanceResourcePerInstanceProperties
  3109  
  3110  // A request message for RegionInstances.BulkInsert. See the method
  3111  // description for details.
  3112  //
  3113  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3114  type BulkInsertRegionInstanceRequest = src.BulkInsertRegionInstanceRequest
  3115  type CacheInvalidationRule = src.CacheInvalidationRule
  3116  
  3117  // Message containing what to include in the cache key for a request for Cloud
  3118  // CDN.
  3119  //
  3120  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3121  type CacheKeyPolicy = src.CacheKeyPolicy
  3122  
  3123  // Settings controlling the volume of requests, connections and retries to
  3124  // this backend service.
  3125  //
  3126  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3127  type CircuitBreakers = src.CircuitBreakers
  3128  
  3129  // A request message for FirewallPolicies.CloneRules. See the method
  3130  // description for details.
  3131  //
  3132  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3133  type CloneRulesFirewallPolicyRequest = src.CloneRulesFirewallPolicyRequest
  3134  
  3135  // A request message for NetworkFirewallPolicies.CloneRules. See the method
  3136  // description for details.
  3137  //
  3138  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3139  type CloneRulesNetworkFirewallPolicyRequest = src.CloneRulesNetworkFirewallPolicyRequest
  3140  
  3141  // A request message for RegionNetworkFirewallPolicies.CloneRules. See the
  3142  // method description for details.
  3143  //
  3144  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3145  type CloneRulesRegionNetworkFirewallPolicyRequest = src.CloneRulesRegionNetworkFirewallPolicyRequest
  3146  
  3147  // Represents a regional Commitment resource. Creating a commitment resource
  3148  // means that you are purchasing a committed use contract with an explicit
  3149  // start and end time. You can create commitments based on vCPUs and memory
  3150  // usage and receive discounted rates. For full details, read Signing Up for
  3151  // Committed Use Discounts.
  3152  //
  3153  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3154  type Commitment = src.Commitment
  3155  type CommitmentAggregatedList = src.CommitmentAggregatedList
  3156  
  3157  // Contains a list of Commitment resources.
  3158  //
  3159  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3160  type CommitmentList = src.CommitmentList
  3161  
  3162  // The category of the commitment. Category MACHINE specifies commitments
  3163  // composed of machine resources such as VCPU or MEMORY, listed in resources.
  3164  // Category LICENSE specifies commitments composed of software licenses, listed
  3165  // in licenseResources. Note that only MACHINE commitments should have a Type
  3166  // specified.
  3167  //
  3168  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3169  type Commitment_Category = src.Commitment_Category
  3170  
  3171  // The plan for this commitment, which determines duration and discount rate.
  3172  // The currently supported plans are TWELVE_MONTH (1 year), and
  3173  // THIRTY_SIX_MONTH (3 years).
  3174  //
  3175  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3176  type Commitment_Plan = src.Commitment_Plan
  3177  
  3178  // [Output Only] Status of the commitment with regards to eventual expiration
  3179  // (each commitment has an end date defined). One of the following values:
  3180  // NOT_YET_ACTIVE, ACTIVE, EXPIRED.
  3181  //
  3182  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3183  type Commitment_Status = src.Commitment_Status
  3184  
  3185  // The type of commitment, which affects the discount rate and the eligible
  3186  // resources. Type MEMORY_OPTIMIZED specifies a commitment that will only apply
  3187  // to memory optimized machines. Type ACCELERATOR_OPTIMIZED specifies a
  3188  // commitment that will only apply to accelerator optimized machines.
  3189  //
  3190  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3191  type Commitment_Type = src.Commitment_Type
  3192  type CommitmentsScopedList = src.CommitmentsScopedList
  3193  
  3194  // This is deprecated and has no effect. Do not use.
  3195  //
  3196  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3197  type Condition = src.Condition
  3198  
  3199  // This is deprecated and has no effect. Do not use. Additional supported
  3200  // values which may be not listed in the enum directly due to technical
  3201  // reasons: NO_ATTR
  3202  //
  3203  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3204  type Condition_Iam = src.Condition_Iam
  3205  
  3206  // This is deprecated and has no effect. Do not use.
  3207  //
  3208  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3209  type Condition_Op = src.Condition_Op
  3210  
  3211  // This is deprecated and has no effect. Do not use. Additional supported
  3212  // values which may be not listed in the enum directly due to technical
  3213  // reasons: NO_ATTR
  3214  //
  3215  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3216  type Condition_Sys = src.Condition_Sys
  3217  
  3218  // A set of Confidential Instance options.
  3219  //
  3220  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3221  type ConfidentialInstanceConfig = src.ConfidentialInstanceConfig
  3222  
  3223  // Message containing connection draining configuration.
  3224  //
  3225  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3226  type ConnectionDraining = src.ConnectionDraining
  3227  
  3228  // This message defines settings for a consistent hash style load balancer.
  3229  //
  3230  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3231  type ConsistentHashLoadBalancerSettings = src.ConsistentHashLoadBalancerSettings
  3232  
  3233  // The information about the HTTP Cookie on which the hash function is based
  3234  // for load balancing policies that use a consistent hash.
  3235  //
  3236  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3237  type ConsistentHashLoadBalancerSettingsHttpCookie = src.ConsistentHashLoadBalancerSettingsHttpCookie
  3238  
  3239  // The specification for allowing client-side cross-origin requests. For more
  3240  // information about the W3C recommendation for cross-origin resource sharing
  3241  // (CORS), see Fetch API Living Standard.
  3242  //
  3243  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3244  type CorsPolicy = src.CorsPolicy
  3245  
  3246  // A request message for InstanceGroupManagers.CreateInstances. See the method
  3247  // description for details.
  3248  //
  3249  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3250  type CreateInstancesInstanceGroupManagerRequest = src.CreateInstancesInstanceGroupManagerRequest
  3251  
  3252  // A request message for RegionInstanceGroupManagers.CreateInstances. See the
  3253  // method description for details.
  3254  //
  3255  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3256  type CreateInstancesRegionInstanceGroupManagerRequest = src.CreateInstancesRegionInstanceGroupManagerRequest
  3257  
  3258  // A request message for Disks.CreateSnapshot. See the method description for
  3259  // details.
  3260  //
  3261  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3262  type CreateSnapshotDiskRequest = src.CreateSnapshotDiskRequest
  3263  
  3264  // A request message for RegionDisks.CreateSnapshot. See the method
  3265  // description for details.
  3266  //
  3267  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3268  type CreateSnapshotRegionDiskRequest = src.CreateSnapshotRegionDiskRequest
  3269  type CustomerEncryptionKey = src.CustomerEncryptionKey
  3270  type CustomerEncryptionKeyProtectedDisk = src.CustomerEncryptionKeyProtectedDisk
  3271  type Data = src.Data
  3272  
  3273  // A request message for Instances.DeleteAccessConfig. See the method
  3274  // description for details.
  3275  //
  3276  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3277  type DeleteAccessConfigInstanceRequest = src.DeleteAccessConfigInstanceRequest
  3278  
  3279  // A request message for Addresses.Delete. See the method description for
  3280  // details.
  3281  //
  3282  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3283  type DeleteAddressRequest = src.DeleteAddressRequest
  3284  
  3285  // A request message for Autoscalers.Delete. See the method description for
  3286  // details.
  3287  //
  3288  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3289  type DeleteAutoscalerRequest = src.DeleteAutoscalerRequest
  3290  
  3291  // A request message for BackendBuckets.Delete. See the method description for
  3292  // details.
  3293  //
  3294  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3295  type DeleteBackendBucketRequest = src.DeleteBackendBucketRequest
  3296  
  3297  // A request message for BackendServices.Delete. See the method description
  3298  // for details.
  3299  //
  3300  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3301  type DeleteBackendServiceRequest = src.DeleteBackendServiceRequest
  3302  
  3303  // A request message for Disks.Delete. See the method description for details.
  3304  //
  3305  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3306  type DeleteDiskRequest = src.DeleteDiskRequest
  3307  
  3308  // A request message for ExternalVpnGateways.Delete. See the method
  3309  // description for details.
  3310  //
  3311  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3312  type DeleteExternalVpnGatewayRequest = src.DeleteExternalVpnGatewayRequest
  3313  
  3314  // A request message for FirewallPolicies.Delete. See the method description
  3315  // for details.
  3316  //
  3317  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3318  type DeleteFirewallPolicyRequest = src.DeleteFirewallPolicyRequest
  3319  
  3320  // A request message for Firewalls.Delete. See the method description for
  3321  // details.
  3322  //
  3323  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3324  type DeleteFirewallRequest = src.DeleteFirewallRequest
  3325  
  3326  // A request message for ForwardingRules.Delete. See the method description
  3327  // for details.
  3328  //
  3329  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3330  type DeleteForwardingRuleRequest = src.DeleteForwardingRuleRequest
  3331  
  3332  // A request message for GlobalAddresses.Delete. See the method description
  3333  // for details.
  3334  //
  3335  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3336  type DeleteGlobalAddressRequest = src.DeleteGlobalAddressRequest
  3337  
  3338  // A request message for GlobalForwardingRules.Delete. See the method
  3339  // description for details.
  3340  //
  3341  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3342  type DeleteGlobalForwardingRuleRequest = src.DeleteGlobalForwardingRuleRequest
  3343  
  3344  // A request message for GlobalNetworkEndpointGroups.Delete. See the method
  3345  // description for details.
  3346  //
  3347  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3348  type DeleteGlobalNetworkEndpointGroupRequest = src.DeleteGlobalNetworkEndpointGroupRequest
  3349  
  3350  // A request message for GlobalOperations.Delete. See the method description
  3351  // for details.
  3352  //
  3353  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3354  type DeleteGlobalOperationRequest = src.DeleteGlobalOperationRequest
  3355  
  3356  // A response message for GlobalOperations.Delete. See the method description
  3357  // for details.
  3358  //
  3359  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3360  type DeleteGlobalOperationResponse = src.DeleteGlobalOperationResponse
  3361  
  3362  // A request message for GlobalOrganizationOperations.Delete. See the method
  3363  // description for details.
  3364  //
  3365  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3366  type DeleteGlobalOrganizationOperationRequest = src.DeleteGlobalOrganizationOperationRequest
  3367  
  3368  // A response message for GlobalOrganizationOperations.Delete. See the method
  3369  // description for details.
  3370  //
  3371  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3372  type DeleteGlobalOrganizationOperationResponse = src.DeleteGlobalOrganizationOperationResponse
  3373  
  3374  // A request message for GlobalPublicDelegatedPrefixes.Delete. See the method
  3375  // description for details.
  3376  //
  3377  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3378  type DeleteGlobalPublicDelegatedPrefixeRequest = src.DeleteGlobalPublicDelegatedPrefixeRequest
  3379  
  3380  // A request message for HealthChecks.Delete. See the method description for
  3381  // details.
  3382  //
  3383  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3384  type DeleteHealthCheckRequest = src.DeleteHealthCheckRequest
  3385  
  3386  // A request message for Images.Delete. See the method description for
  3387  // details.
  3388  //
  3389  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3390  type DeleteImageRequest = src.DeleteImageRequest
  3391  
  3392  // A request message for InstanceGroupManagers.Delete. See the method
  3393  // description for details.
  3394  //
  3395  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3396  type DeleteInstanceGroupManagerRequest = src.DeleteInstanceGroupManagerRequest
  3397  
  3398  // A request message for InstanceGroups.Delete. See the method description for
  3399  // details.
  3400  //
  3401  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3402  type DeleteInstanceGroupRequest = src.DeleteInstanceGroupRequest
  3403  
  3404  // A request message for Instances.Delete. See the method description for
  3405  // details.
  3406  //
  3407  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3408  type DeleteInstanceRequest = src.DeleteInstanceRequest
  3409  
  3410  // A request message for InstanceTemplates.Delete. See the method description
  3411  // for details.
  3412  //
  3413  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3414  type DeleteInstanceTemplateRequest = src.DeleteInstanceTemplateRequest
  3415  
  3416  // A request message for InstanceGroupManagers.DeleteInstances. See the method
  3417  // description for details.
  3418  //
  3419  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3420  type DeleteInstancesInstanceGroupManagerRequest = src.DeleteInstancesInstanceGroupManagerRequest
  3421  
  3422  // A request message for RegionInstanceGroupManagers.DeleteInstances. See the
  3423  // method description for details.
  3424  //
  3425  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3426  type DeleteInstancesRegionInstanceGroupManagerRequest = src.DeleteInstancesRegionInstanceGroupManagerRequest
  3427  
  3428  // A request message for InterconnectAttachments.Delete. See the method
  3429  // description for details.
  3430  //
  3431  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3432  type DeleteInterconnectAttachmentRequest = src.DeleteInterconnectAttachmentRequest
  3433  
  3434  // A request message for Interconnects.Delete. See the method description for
  3435  // details.
  3436  //
  3437  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3438  type DeleteInterconnectRequest = src.DeleteInterconnectRequest
  3439  
  3440  // A request message for Licenses.Delete. See the method description for
  3441  // details.
  3442  //
  3443  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3444  type DeleteLicenseRequest = src.DeleteLicenseRequest
  3445  
  3446  // A request message for MachineImages.Delete. See the method description for
  3447  // details.
  3448  //
  3449  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3450  type DeleteMachineImageRequest = src.DeleteMachineImageRequest
  3451  
  3452  // A request message for NetworkEdgeSecurityServices.Delete. See the method
  3453  // description for details.
  3454  //
  3455  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3456  type DeleteNetworkEdgeSecurityServiceRequest = src.DeleteNetworkEdgeSecurityServiceRequest
  3457  
  3458  // A request message for NetworkEndpointGroups.Delete. See the method
  3459  // description for details.
  3460  //
  3461  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3462  type DeleteNetworkEndpointGroupRequest = src.DeleteNetworkEndpointGroupRequest
  3463  
  3464  // A request message for NetworkFirewallPolicies.Delete. See the method
  3465  // description for details.
  3466  //
  3467  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3468  type DeleteNetworkFirewallPolicyRequest = src.DeleteNetworkFirewallPolicyRequest
  3469  
  3470  // A request message for Networks.Delete. See the method description for
  3471  // details.
  3472  //
  3473  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3474  type DeleteNetworkRequest = src.DeleteNetworkRequest
  3475  
  3476  // A request message for NodeGroups.Delete. See the method description for
  3477  // details.
  3478  //
  3479  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3480  type DeleteNodeGroupRequest = src.DeleteNodeGroupRequest
  3481  
  3482  // A request message for NodeTemplates.Delete. See the method description for
  3483  // details.
  3484  //
  3485  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3486  type DeleteNodeTemplateRequest = src.DeleteNodeTemplateRequest
  3487  
  3488  // A request message for NodeGroups.DeleteNodes. See the method description
  3489  // for details.
  3490  //
  3491  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3492  type DeleteNodesNodeGroupRequest = src.DeleteNodesNodeGroupRequest
  3493  
  3494  // A request message for PacketMirrorings.Delete. See the method description
  3495  // for details.
  3496  //
  3497  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3498  type DeletePacketMirroringRequest = src.DeletePacketMirroringRequest
  3499  
  3500  // A request message for InstanceGroupManagers.DeletePerInstanceConfigs. See
  3501  // the method description for details.
  3502  //
  3503  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3504  type DeletePerInstanceConfigsInstanceGroupManagerRequest = src.DeletePerInstanceConfigsInstanceGroupManagerRequest
  3505  
  3506  // A request message for RegionInstanceGroupManagers.DeletePerInstanceConfigs.
  3507  // See the method description for details.
  3508  //
  3509  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3510  type DeletePerInstanceConfigsRegionInstanceGroupManagerRequest = src.DeletePerInstanceConfigsRegionInstanceGroupManagerRequest
  3511  
  3512  // A request message for PublicAdvertisedPrefixes.Delete. See the method
  3513  // description for details.
  3514  //
  3515  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3516  type DeletePublicAdvertisedPrefixeRequest = src.DeletePublicAdvertisedPrefixeRequest
  3517  
  3518  // A request message for PublicDelegatedPrefixes.Delete. See the method
  3519  // description for details.
  3520  //
  3521  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3522  type DeletePublicDelegatedPrefixeRequest = src.DeletePublicDelegatedPrefixeRequest
  3523  
  3524  // A request message for RegionAutoscalers.Delete. See the method description
  3525  // for details.
  3526  //
  3527  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3528  type DeleteRegionAutoscalerRequest = src.DeleteRegionAutoscalerRequest
  3529  
  3530  // A request message for RegionBackendServices.Delete. See the method
  3531  // description for details.
  3532  //
  3533  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3534  type DeleteRegionBackendServiceRequest = src.DeleteRegionBackendServiceRequest
  3535  
  3536  // A request message for RegionDisks.Delete. See the method description for
  3537  // details.
  3538  //
  3539  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3540  type DeleteRegionDiskRequest = src.DeleteRegionDiskRequest
  3541  
  3542  // A request message for RegionHealthChecks.Delete. See the method description
  3543  // for details.
  3544  //
  3545  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3546  type DeleteRegionHealthCheckRequest = src.DeleteRegionHealthCheckRequest
  3547  
  3548  // A request message for RegionHealthCheckServices.Delete. See the method
  3549  // description for details.
  3550  //
  3551  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3552  type DeleteRegionHealthCheckServiceRequest = src.DeleteRegionHealthCheckServiceRequest
  3553  
  3554  // A request message for RegionInstanceGroupManagers.Delete. See the method
  3555  // description for details.
  3556  //
  3557  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3558  type DeleteRegionInstanceGroupManagerRequest = src.DeleteRegionInstanceGroupManagerRequest
  3559  
  3560  // A request message for RegionNetworkEndpointGroups.Delete. See the method
  3561  // description for details.
  3562  //
  3563  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3564  type DeleteRegionNetworkEndpointGroupRequest = src.DeleteRegionNetworkEndpointGroupRequest
  3565  
  3566  // A request message for RegionNetworkFirewallPolicies.Delete. See the method
  3567  // description for details.
  3568  //
  3569  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3570  type DeleteRegionNetworkFirewallPolicyRequest = src.DeleteRegionNetworkFirewallPolicyRequest
  3571  
  3572  // A request message for RegionNotificationEndpoints.Delete. See the method
  3573  // description for details.
  3574  //
  3575  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3576  type DeleteRegionNotificationEndpointRequest = src.DeleteRegionNotificationEndpointRequest
  3577  
  3578  // A request message for RegionOperations.Delete. See the method description
  3579  // for details.
  3580  //
  3581  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3582  type DeleteRegionOperationRequest = src.DeleteRegionOperationRequest
  3583  
  3584  // A response message for RegionOperations.Delete. See the method description
  3585  // for details.
  3586  //
  3587  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3588  type DeleteRegionOperationResponse = src.DeleteRegionOperationResponse
  3589  
  3590  // A request message for RegionSecurityPolicies.Delete. See the method
  3591  // description for details.
  3592  //
  3593  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3594  type DeleteRegionSecurityPolicyRequest = src.DeleteRegionSecurityPolicyRequest
  3595  
  3596  // A request message for RegionSslCertificates.Delete. See the method
  3597  // description for details.
  3598  //
  3599  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3600  type DeleteRegionSslCertificateRequest = src.DeleteRegionSslCertificateRequest
  3601  
  3602  // A request message for RegionSslPolicies.Delete. See the method description
  3603  // for details.
  3604  //
  3605  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3606  type DeleteRegionSslPolicyRequest = src.DeleteRegionSslPolicyRequest
  3607  
  3608  // A request message for RegionTargetHttpProxies.Delete. See the method
  3609  // description for details.
  3610  //
  3611  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3612  type DeleteRegionTargetHttpProxyRequest = src.DeleteRegionTargetHttpProxyRequest
  3613  
  3614  // A request message for RegionTargetHttpsProxies.Delete. See the method
  3615  // description for details.
  3616  //
  3617  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3618  type DeleteRegionTargetHttpsProxyRequest = src.DeleteRegionTargetHttpsProxyRequest
  3619  
  3620  // A request message for RegionTargetTcpProxies.Delete. See the method
  3621  // description for details.
  3622  //
  3623  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3624  type DeleteRegionTargetTcpProxyRequest = src.DeleteRegionTargetTcpProxyRequest
  3625  
  3626  // A request message for RegionUrlMaps.Delete. See the method description for
  3627  // details.
  3628  //
  3629  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3630  type DeleteRegionUrlMapRequest = src.DeleteRegionUrlMapRequest
  3631  
  3632  // A request message for Reservations.Delete. See the method description for
  3633  // details.
  3634  //
  3635  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3636  type DeleteReservationRequest = src.DeleteReservationRequest
  3637  
  3638  // A request message for ResourcePolicies.Delete. See the method description
  3639  // for details.
  3640  //
  3641  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3642  type DeleteResourcePolicyRequest = src.DeleteResourcePolicyRequest
  3643  
  3644  // A request message for Routes.Delete. See the method description for
  3645  // details.
  3646  //
  3647  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3648  type DeleteRouteRequest = src.DeleteRouteRequest
  3649  
  3650  // A request message for Routers.Delete. See the method description for
  3651  // details.
  3652  //
  3653  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3654  type DeleteRouterRequest = src.DeleteRouterRequest
  3655  
  3656  // A request message for SecurityPolicies.Delete. See the method description
  3657  // for details.
  3658  //
  3659  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3660  type DeleteSecurityPolicyRequest = src.DeleteSecurityPolicyRequest
  3661  
  3662  // A request message for ServiceAttachments.Delete. See the method description
  3663  // for details.
  3664  //
  3665  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3666  type DeleteServiceAttachmentRequest = src.DeleteServiceAttachmentRequest
  3667  
  3668  // A request message for BackendBuckets.DeleteSignedUrlKey. See the method
  3669  // description for details.
  3670  //
  3671  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3672  type DeleteSignedUrlKeyBackendBucketRequest = src.DeleteSignedUrlKeyBackendBucketRequest
  3673  
  3674  // A request message for BackendServices.DeleteSignedUrlKey. See the method
  3675  // description for details.
  3676  //
  3677  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3678  type DeleteSignedUrlKeyBackendServiceRequest = src.DeleteSignedUrlKeyBackendServiceRequest
  3679  
  3680  // A request message for Snapshots.Delete. See the method description for
  3681  // details.
  3682  //
  3683  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3684  type DeleteSnapshotRequest = src.DeleteSnapshotRequest
  3685  
  3686  // A request message for SslCertificates.Delete. See the method description
  3687  // for details.
  3688  //
  3689  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3690  type DeleteSslCertificateRequest = src.DeleteSslCertificateRequest
  3691  
  3692  // A request message for SslPolicies.Delete. See the method description for
  3693  // details.
  3694  //
  3695  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3696  type DeleteSslPolicyRequest = src.DeleteSslPolicyRequest
  3697  
  3698  // A request message for Subnetworks.Delete. See the method description for
  3699  // details.
  3700  //
  3701  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3702  type DeleteSubnetworkRequest = src.DeleteSubnetworkRequest
  3703  
  3704  // A request message for TargetGrpcProxies.Delete. See the method description
  3705  // for details.
  3706  //
  3707  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3708  type DeleteTargetGrpcProxyRequest = src.DeleteTargetGrpcProxyRequest
  3709  
  3710  // A request message for TargetHttpProxies.Delete. See the method description
  3711  // for details.
  3712  //
  3713  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3714  type DeleteTargetHttpProxyRequest = src.DeleteTargetHttpProxyRequest
  3715  
  3716  // A request message for TargetHttpsProxies.Delete. See the method description
  3717  // for details.
  3718  //
  3719  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3720  type DeleteTargetHttpsProxyRequest = src.DeleteTargetHttpsProxyRequest
  3721  
  3722  // A request message for TargetInstances.Delete. See the method description
  3723  // for details.
  3724  //
  3725  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3726  type DeleteTargetInstanceRequest = src.DeleteTargetInstanceRequest
  3727  
  3728  // A request message for TargetPools.Delete. See the method description for
  3729  // details.
  3730  //
  3731  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3732  type DeleteTargetPoolRequest = src.DeleteTargetPoolRequest
  3733  
  3734  // A request message for TargetSslProxies.Delete. See the method description
  3735  // for details.
  3736  //
  3737  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3738  type DeleteTargetSslProxyRequest = src.DeleteTargetSslProxyRequest
  3739  
  3740  // A request message for TargetTcpProxies.Delete. See the method description
  3741  // for details.
  3742  //
  3743  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3744  type DeleteTargetTcpProxyRequest = src.DeleteTargetTcpProxyRequest
  3745  
  3746  // A request message for TargetVpnGateways.Delete. See the method description
  3747  // for details.
  3748  //
  3749  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3750  type DeleteTargetVpnGatewayRequest = src.DeleteTargetVpnGatewayRequest
  3751  
  3752  // A request message for UrlMaps.Delete. See the method description for
  3753  // details.
  3754  //
  3755  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3756  type DeleteUrlMapRequest = src.DeleteUrlMapRequest
  3757  
  3758  // A request message for VpnGateways.Delete. See the method description for
  3759  // details.
  3760  //
  3761  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3762  type DeleteVpnGatewayRequest = src.DeleteVpnGatewayRequest
  3763  
  3764  // A request message for VpnTunnels.Delete. See the method description for
  3765  // details.
  3766  //
  3767  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3768  type DeleteVpnTunnelRequest = src.DeleteVpnTunnelRequest
  3769  
  3770  // A request message for ZoneOperations.Delete. See the method description for
  3771  // details.
  3772  //
  3773  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3774  type DeleteZoneOperationRequest = src.DeleteZoneOperationRequest
  3775  
  3776  // A response message for ZoneOperations.Delete. See the method description
  3777  // for details.
  3778  //
  3779  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3780  type DeleteZoneOperationResponse = src.DeleteZoneOperationResponse
  3781  type Denied = src.Denied
  3782  
  3783  // A request message for Images.Deprecate. See the method description for
  3784  // details.
  3785  //
  3786  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3787  type DeprecateImageRequest = src.DeprecateImageRequest
  3788  
  3789  // Deprecation status for a public resource.
  3790  //
  3791  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3792  type DeprecationStatus = src.DeprecationStatus
  3793  
  3794  // The deprecation state of this resource. This can be ACTIVE, DEPRECATED,
  3795  // OBSOLETE, or DELETED. Operations which communicate the end of life date for
  3796  // an image, can use ACTIVE. Operations which create a new resource using a
  3797  // DEPRECATED resource will return successfully, but with a warning indicating
  3798  // the deprecated resource and recommending its replacement. Operations which
  3799  // use OBSOLETE or DELETED resources will be rejected and result in an error.
  3800  //
  3801  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3802  type DeprecationStatus_State = src.DeprecationStatus_State
  3803  
  3804  // A request message for Instances.DetachDisk. See the method description for
  3805  // details.
  3806  //
  3807  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3808  type DetachDiskInstanceRequest = src.DetachDiskInstanceRequest
  3809  
  3810  // A request message for GlobalNetworkEndpointGroups.DetachNetworkEndpoints.
  3811  // See the method description for details.
  3812  //
  3813  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3814  type DetachNetworkEndpointsGlobalNetworkEndpointGroupRequest = src.DetachNetworkEndpointsGlobalNetworkEndpointGroupRequest
  3815  
  3816  // A request message for NetworkEndpointGroups.DetachNetworkEndpoints. See the
  3817  // method description for details.
  3818  //
  3819  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3820  type DetachNetworkEndpointsNetworkEndpointGroupRequest = src.DetachNetworkEndpointsNetworkEndpointGroupRequest
  3821  
  3822  // A request message for Projects.DisableXpnHost. See the method description
  3823  // for details.
  3824  //
  3825  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3826  type DisableXpnHostProjectRequest = src.DisableXpnHostProjectRequest
  3827  
  3828  // A request message for Projects.DisableXpnResource. See the method
  3829  // description for details.
  3830  //
  3831  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3832  type DisableXpnResourceProjectRequest = src.DisableXpnResourceProjectRequest
  3833  
  3834  // Represents a Persistent Disk resource. Google Compute Engine has two Disk
  3835  // resources: * [Zonal](/compute/docs/reference/rest/v1/disks) *
  3836  // [Regional](/compute/docs/reference/rest/v1/regionDisks) Persistent disks are
  3837  // required for running your VM instances. Create both boot and non-boot (data)
  3838  // persistent disks. For more information, read Persistent Disks. For more
  3839  // storage options, read Storage options. The disks resource represents a zonal
  3840  // persistent disk. For more information, read Zonal persistent disks. The
  3841  // regionDisks resource represents a regional persistent disk. For more
  3842  // information, read Regional resources.
  3843  //
  3844  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3845  type Disk = src.Disk
  3846  type DiskAggregatedList = src.DiskAggregatedList
  3847  
  3848  // A specification of the desired way to instantiate a disk in the instance
  3849  // template when its created from a source instance.
  3850  //
  3851  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3852  type DiskInstantiationConfig = src.DiskInstantiationConfig
  3853  
  3854  // Specifies whether to include the disk and what image to use. Possible
  3855  // values are: - source-image: to use the same image that was used to create
  3856  // the source instance's corresponding disk. Applicable to the boot disk and
  3857  // additional read-write disks. - source-image-family: to use the same image
  3858  // family that was used to create the source instance's corresponding disk.
  3859  // Applicable to the boot disk and additional read-write disks. - custom-image:
  3860  // to use a user-provided image url for disk creation. Applicable to the boot
  3861  // disk and additional read-write disks. - attach-read-only: to attach a
  3862  // read-only disk. Applicable to read-only disks. - do-not-include: to exclude
  3863  // a disk from the template. Applicable to additional read-write disks, local
  3864  // SSDs, and read-only disks.
  3865  //
  3866  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3867  type DiskInstantiationConfig_InstantiateFrom = src.DiskInstantiationConfig_InstantiateFrom
  3868  
  3869  // A list of Disk resources.
  3870  //
  3871  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3872  type DiskList = src.DiskList
  3873  type DiskMoveRequest = src.DiskMoveRequest
  3874  
  3875  // Additional disk params.
  3876  //
  3877  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3878  type DiskParams = src.DiskParams
  3879  
  3880  // Represents a Disk Type resource. Google Compute Engine has two Disk Type
  3881  // resources: * [Regional](/compute/docs/reference/rest/v1/regionDiskTypes) *
  3882  // [Zonal](/compute/docs/reference/rest/v1/diskTypes) You can choose from a
  3883  // variety of disk types based on your needs. For more information, read
  3884  // Storage options. The diskTypes resource represents disk types for a zonal
  3885  // persistent disk. For more information, read Zonal persistent disks. The
  3886  // regionDiskTypes resource represents disk types for a regional persistent
  3887  // disk. For more information, read Regional persistent disks.
  3888  //
  3889  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3890  type DiskType = src.DiskType
  3891  type DiskTypeAggregatedList = src.DiskTypeAggregatedList
  3892  
  3893  // Contains a list of disk types.
  3894  //
  3895  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3896  type DiskTypeList = src.DiskTypeList
  3897  
  3898  // DiskTypesClient is the client API for DiskTypes service. For semantics
  3899  // around ctx use and closing/ending streaming RPCs, please refer to
  3900  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  3901  //
  3902  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3903  type DiskTypesClient = src.DiskTypesClient
  3904  type DiskTypesScopedList = src.DiskTypesScopedList
  3905  
  3906  // DiskTypesServer is the server API for DiskTypes service.
  3907  //
  3908  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3909  type DiskTypesServer = src.DiskTypesServer
  3910  
  3911  // The architecture of the disk. Valid values are ARM64 or X86_64.
  3912  //
  3913  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3914  type Disk_Architecture = src.Disk_Architecture
  3915  
  3916  // [Output Only] The status of disk creation. - CREATING: Disk is
  3917  // provisioning. - RESTORING: Source data is being copied into the disk. -
  3918  // FAILED: Disk creation failed. - READY: Disk is ready for use. - DELETING:
  3919  // Disk is deleting.
  3920  //
  3921  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3922  type Disk_Status = src.Disk_Status
  3923  type DisksAddResourcePoliciesRequest = src.DisksAddResourcePoliciesRequest
  3924  
  3925  // DisksClient is the client API for Disks service. For semantics around ctx
  3926  // use and closing/ending streaming RPCs, please refer to
  3927  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  3928  //
  3929  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3930  type DisksClient = src.DisksClient
  3931  type DisksRemoveResourcePoliciesRequest = src.DisksRemoveResourcePoliciesRequest
  3932  type DisksResizeRequest = src.DisksResizeRequest
  3933  type DisksScopedList = src.DisksScopedList
  3934  
  3935  // DisksServer is the server API for Disks service.
  3936  //
  3937  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3938  type DisksServer = src.DisksServer
  3939  
  3940  // A set of Display Device options
  3941  //
  3942  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3943  type DisplayDevice = src.DisplayDevice
  3944  type DistributionPolicy = src.DistributionPolicy
  3945  type DistributionPolicyZoneConfiguration = src.DistributionPolicyZoneConfiguration
  3946  
  3947  // The distribution shape to which the group converges either proactively or
  3948  // on resize events (depending on the value set in
  3949  // updatePolicy.instanceRedistributionType).
  3950  //
  3951  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3952  type DistributionPolicy_TargetShape = src.DistributionPolicy_TargetShape
  3953  
  3954  // A Duration represents a fixed-length span of time represented as a count of
  3955  // seconds and fractions of seconds at nanosecond resolution. It is independent
  3956  // of any calendar and concepts like "day" or "month". Range is approximately
  3957  // 10,000 years.
  3958  //
  3959  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3960  type Duration = src.Duration
  3961  
  3962  // A request message for Projects.EnableXpnHost. See the method description
  3963  // for details.
  3964  //
  3965  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3966  type EnableXpnHostProjectRequest = src.EnableXpnHostProjectRequest
  3967  
  3968  // A request message for Projects.EnableXpnResource. See the method
  3969  // description for details.
  3970  //
  3971  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3972  type EnableXpnResourceProjectRequest = src.EnableXpnResourceProjectRequest
  3973  
  3974  // [Output Only] If errors are generated during processing of the operation,
  3975  // this field will be populated.
  3976  //
  3977  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3978  type Error = src.Error
  3979  type ErrorDetails = src.ErrorDetails
  3980  
  3981  // Describes the cause of the error with structured details. Example of an
  3982  // error when contacting the "pubsub.googleapis.com" API when it is not
  3983  // enabled: { "reason": "API_DISABLED" "domain": "googleapis.com" "metadata": {
  3984  // "resource": "projects/123", "service": "pubsub.googleapis.com" } } This
  3985  // response indicates that the pubsub.googleapis.com API is not enabled.
  3986  // Example of an error that is returned when attempting to create a Spanner
  3987  // instance in a region that is out of stock: { "reason": "STOCKOUT" "domain":
  3988  // "spanner.googleapis.com", "metadata": { "availableRegions":
  3989  // "us-central1,us-east2" } }
  3990  //
  3991  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3992  type ErrorInfo = src.ErrorInfo
  3993  type Errors = src.Errors
  3994  type ExchangedPeeringRoute = src.ExchangedPeeringRoute
  3995  
  3996  // The type of the peering route.
  3997  //
  3998  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  3999  type ExchangedPeeringRoute_Type = src.ExchangedPeeringRoute_Type
  4000  type ExchangedPeeringRoutesList = src.ExchangedPeeringRoutesList
  4001  
  4002  // A request message for Subnetworks.ExpandIpCidrRange. See the method
  4003  // description for details.
  4004  //
  4005  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4006  type ExpandIpCidrRangeSubnetworkRequest = src.ExpandIpCidrRangeSubnetworkRequest
  4007  
  4008  // Represents a textual expression in the Common Expression Language (CEL)
  4009  // syntax. CEL is a C-like expression language. The syntax and semantics of CEL
  4010  // are documented at https://github.com/google/cel-spec. Example (Comparison):
  4011  // title: "Summary size limit" description: "Determines if a summary is less
  4012  // than 100 chars" expression: "document.summary.size() < 100" Example
  4013  // (Equality): title: "Requestor is owner" description: "Determines if
  4014  // requestor is the document owner" expression: "document.owner ==
  4015  // request.auth.claims.email" Example (Logic): title: "Public documents"
  4016  // description: "Determine whether the document should be publicly visible"
  4017  // expression: "document.type != 'private' && document.type != 'internal'"
  4018  // Example (Data Manipulation): title: "Notification string" description:
  4019  // "Create a notification string with a timestamp." expression: "'New message
  4020  // received at ' + string(document.create_time)" The exact variables and
  4021  // functions that may be referenced within an expression are determined by the
  4022  // service that evaluates it. See the service documentation for additional
  4023  // information.
  4024  //
  4025  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4026  type Expr = src.Expr
  4027  
  4028  // Represents an external VPN gateway. External VPN gateway is the on-premises
  4029  // VPN gateway(s) or another cloud provider's VPN gateway that connects to your
  4030  // Google Cloud VPN gateway. To create a highly available VPN from Google Cloud
  4031  // Platform to your VPN gateway or another cloud provider's VPN gateway, you
  4032  // must create a external VPN gateway resource with information about the other
  4033  // gateway. For more information about using external VPN gateways, see
  4034  // Creating an HA VPN gateway and tunnel pair to a peer VPN.
  4035  //
  4036  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4037  type ExternalVpnGateway = src.ExternalVpnGateway
  4038  
  4039  // The interface for the external VPN gateway.
  4040  //
  4041  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4042  type ExternalVpnGatewayInterface = src.ExternalVpnGatewayInterface
  4043  
  4044  // Response to the list request, and contains a list of externalVpnGateways.
  4045  //
  4046  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4047  type ExternalVpnGatewayList = src.ExternalVpnGatewayList
  4048  
  4049  // Indicates the user-supplied redundancy type of this external VPN gateway.
  4050  //
  4051  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4052  type ExternalVpnGateway_RedundancyType = src.ExternalVpnGateway_RedundancyType
  4053  
  4054  // ExternalVpnGatewaysClient is the client API for ExternalVpnGateways
  4055  // service. For semantics around ctx use and closing/ending streaming RPCs,
  4056  // please refer to
  4057  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  4058  //
  4059  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4060  type ExternalVpnGatewaysClient = src.ExternalVpnGatewaysClient
  4061  
  4062  // ExternalVpnGatewaysServer is the server API for ExternalVpnGateways
  4063  // service.
  4064  //
  4065  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4066  type ExternalVpnGatewaysServer = src.ExternalVpnGatewaysServer
  4067  type FileContentBuffer = src.FileContentBuffer
  4068  
  4069  // The file type of source file.
  4070  //
  4071  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4072  type FileContentBuffer_FileType = src.FileContentBuffer_FileType
  4073  
  4074  // Represents a Firewall Rule resource. Firewall rules allow or deny ingress
  4075  // traffic to, and egress traffic from your instances. For more information,
  4076  // read Firewall rules.
  4077  //
  4078  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4079  type Firewall = src.Firewall
  4080  
  4081  // Contains a list of firewalls.
  4082  //
  4083  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4084  type FirewallList = src.FirewallList
  4085  
  4086  // The available logging options for a firewall rule.
  4087  //
  4088  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4089  type FirewallLogConfig = src.FirewallLogConfig
  4090  
  4091  // This field can only be specified for a particular firewall rule if logging
  4092  // is enabled for that rule. This field denotes whether to include or exclude
  4093  // metadata for firewall logs.
  4094  //
  4095  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4096  type FirewallLogConfig_Metadata = src.FirewallLogConfig_Metadata
  4097  
  4098  // FirewallPoliciesClient is the client API for FirewallPolicies service. For
  4099  // semantics around ctx use and closing/ending streaming RPCs, please refer to
  4100  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  4101  //
  4102  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4103  type FirewallPoliciesClient = src.FirewallPoliciesClient
  4104  type FirewallPoliciesListAssociationsResponse = src.FirewallPoliciesListAssociationsResponse
  4105  
  4106  // FirewallPoliciesServer is the server API for FirewallPolicies service.
  4107  //
  4108  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4109  type FirewallPoliciesServer = src.FirewallPoliciesServer
  4110  
  4111  // Represents a Firewall Policy resource.
  4112  //
  4113  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4114  type FirewallPolicy = src.FirewallPolicy
  4115  type FirewallPolicyAssociation = src.FirewallPolicyAssociation
  4116  type FirewallPolicyList = src.FirewallPolicyList
  4117  
  4118  // Represents a rule that describes one or more match conditions along with
  4119  // the action to be taken when traffic matches this condition (allow or deny).
  4120  //
  4121  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4122  type FirewallPolicyRule = src.FirewallPolicyRule
  4123  
  4124  // Represents a match condition that incoming traffic is evaluated against.
  4125  // Exactly one field must be specified.
  4126  //
  4127  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4128  type FirewallPolicyRuleMatcher = src.FirewallPolicyRuleMatcher
  4129  type FirewallPolicyRuleMatcherLayer4Config = src.FirewallPolicyRuleMatcherLayer4Config
  4130  type FirewallPolicyRuleSecureTag = src.FirewallPolicyRuleSecureTag
  4131  
  4132  // [Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`.
  4133  // A secure tag is `INEFFECTIVE` when it is deleted or its network is deleted.
  4134  //
  4135  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4136  type FirewallPolicyRuleSecureTag_State = src.FirewallPolicyRuleSecureTag_State
  4137  
  4138  // The direction in which this rule applies.
  4139  //
  4140  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4141  type FirewallPolicyRule_Direction = src.FirewallPolicyRule_Direction
  4142  
  4143  // Direction of traffic to which this firewall applies, either `INGRESS` or
  4144  // `EGRESS`. The default is `INGRESS`. For `EGRESS` traffic, you cannot specify
  4145  // the sourceTags fields.
  4146  //
  4147  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4148  type Firewall_Direction = src.Firewall_Direction
  4149  
  4150  // FirewallsClient is the client API for Firewalls service. For semantics
  4151  // around ctx use and closing/ending streaming RPCs, please refer to
  4152  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  4153  //
  4154  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4155  type FirewallsClient = src.FirewallsClient
  4156  
  4157  // FirewallsServer is the server API for Firewalls service.
  4158  //
  4159  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4160  type FirewallsServer = src.FirewallsServer
  4161  
  4162  // Encapsulates numeric value that can be either absolute or relative.
  4163  //
  4164  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4165  type FixedOrPercent = src.FixedOrPercent
  4166  
  4167  // Represents a Forwarding Rule resource. Forwarding rule resources in Google
  4168  // Cloud can be either regional or global in scope: *
  4169  // [Global](https://cloud.google.com/compute/docs/reference/rest/v1/globalForwardingRules)
  4170  // *
  4171  // [Regional](https://cloud.google.com/compute/docs/reference/rest/v1/forwardingRules)
  4172  // A forwarding rule and its corresponding IP address represent the frontend
  4173  // configuration of a Google Cloud Platform load balancer. Forwarding rules can
  4174  // also reference target instances and Cloud VPN Classic gateways
  4175  // (targetVpnGateway). For more information, read Forwarding rule concepts and
  4176  // Using protocol forwarding.
  4177  //
  4178  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4179  type ForwardingRule = src.ForwardingRule
  4180  type ForwardingRuleAggregatedList = src.ForwardingRuleAggregatedList
  4181  
  4182  // Contains a list of ForwardingRule resources.
  4183  //
  4184  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4185  type ForwardingRuleList = src.ForwardingRuleList
  4186  type ForwardingRuleReference = src.ForwardingRuleReference
  4187  
  4188  // Describes the auto-registration of the Forwarding Rule to Service
  4189  // Directory. The region and project of the Service Directory resource
  4190  // generated from this registration will be the same as this Forwarding Rule.
  4191  //
  4192  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4193  type ForwardingRuleServiceDirectoryRegistration = src.ForwardingRuleServiceDirectoryRegistration
  4194  
  4195  // The IP protocol to which this rule applies. For protocol forwarding, valid
  4196  // options are TCP, UDP, ESP, AH, SCTP, ICMP and L3_DEFAULT. The valid IP
  4197  // protocols are different for different load balancing products as described
  4198  // in [Load balancing
  4199  // features](https://cloud.google.com/load-balancing/docs/features#protocols_from_the_load_balancer_to_the_backends).
  4200  //
  4201  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4202  type ForwardingRule_IPProtocolEnum = src.ForwardingRule_IPProtocolEnum
  4203  
  4204  // The IP Version that will be used by this forwarding rule. Valid options are
  4205  // IPV4 or IPV6.
  4206  //
  4207  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4208  type ForwardingRule_IpVersion = src.ForwardingRule_IpVersion
  4209  
  4210  // Specifies the forwarding rule type. For more information about forwarding
  4211  // rules, refer to Forwarding rule concepts.
  4212  //
  4213  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4214  type ForwardingRule_LoadBalancingScheme = src.ForwardingRule_LoadBalancingScheme
  4215  
  4216  // This signifies the networking tier used for configuring this load balancer
  4217  // and can only take the following values: PREMIUM, STANDARD. For regional
  4218  // ForwardingRule, the valid values are PREMIUM and STANDARD. For
  4219  // GlobalForwardingRule, the valid value is PREMIUM. If this field is not
  4220  // specified, it is assumed to be PREMIUM. If IPAddress is specified, this
  4221  // value must be equal to the networkTier of the Address.
  4222  //
  4223  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4224  type ForwardingRule_NetworkTier = src.ForwardingRule_NetworkTier
  4225  type ForwardingRule_PscConnectionStatus = src.ForwardingRule_PscConnectionStatus
  4226  
  4227  // ForwardingRulesClient is the client API for ForwardingRules service. For
  4228  // semantics around ctx use and closing/ending streaming RPCs, please refer to
  4229  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  4230  //
  4231  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4232  type ForwardingRulesClient = src.ForwardingRulesClient
  4233  type ForwardingRulesScopedList = src.ForwardingRulesScopedList
  4234  
  4235  // ForwardingRulesServer is the server API for ForwardingRules service.
  4236  //
  4237  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4238  type ForwardingRulesServer = src.ForwardingRulesServer
  4239  type GRPCHealthCheck = src.GRPCHealthCheck
  4240  
  4241  // Specifies how a port is selected for health checking. Can be one of the
  4242  // following values: USE_FIXED_PORT: Specifies a port number explicitly using
  4243  // the port field in the health check. Supported by backend services for
  4244  // pass-through load balancers and backend services for proxy load balancers.
  4245  // Not supported by target pools. The health check supports all backends
  4246  // supported by the backend service provided the backend can be health checked.
  4247  // For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network
  4248  // endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported.
  4249  // USE_SERVING_PORT: Provides an indirect method of specifying the health check
  4250  // port by referring to the backend service. Only supported by backend services
  4251  // for proxy load balancers. Not supported by target pools. Not supported by
  4252  // backend services for pass-through load balancers. Supports all backends that
  4253  // can be health checked; for example, GCE_VM_IP_PORT network endpoint groups
  4254  // and instance group backends. For GCE_VM_IP_PORT network endpoint group
  4255  // backends, the health check uses the port number specified for each endpoint
  4256  // in the network endpoint group. For instance group backends, the health check
  4257  // uses the port number determined by looking up the backend service's named
  4258  // port in the instance group's list of named ports.
  4259  //
  4260  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4261  type GRPCHealthCheck_PortSpecification = src.GRPCHealthCheck_PortSpecification
  4262  
  4263  // A request message for AcceleratorTypes.Get. See the method description for
  4264  // details.
  4265  //
  4266  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4267  type GetAcceleratorTypeRequest = src.GetAcceleratorTypeRequest
  4268  
  4269  // A request message for Addresses.Get. See the method description for
  4270  // details.
  4271  //
  4272  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4273  type GetAddressRequest = src.GetAddressRequest
  4274  
  4275  // A request message for FirewallPolicies.GetAssociation. See the method
  4276  // description for details.
  4277  //
  4278  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4279  type GetAssociationFirewallPolicyRequest = src.GetAssociationFirewallPolicyRequest
  4280  
  4281  // A request message for NetworkFirewallPolicies.GetAssociation. See the
  4282  // method description for details.
  4283  //
  4284  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4285  type GetAssociationNetworkFirewallPolicyRequest = src.GetAssociationNetworkFirewallPolicyRequest
  4286  
  4287  // A request message for RegionNetworkFirewallPolicies.GetAssociation. See the
  4288  // method description for details.
  4289  //
  4290  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4291  type GetAssociationRegionNetworkFirewallPolicyRequest = src.GetAssociationRegionNetworkFirewallPolicyRequest
  4292  
  4293  // A request message for Autoscalers.Get. See the method description for
  4294  // details.
  4295  //
  4296  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4297  type GetAutoscalerRequest = src.GetAutoscalerRequest
  4298  
  4299  // A request message for BackendBuckets.Get. See the method description for
  4300  // details.
  4301  //
  4302  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4303  type GetBackendBucketRequest = src.GetBackendBucketRequest
  4304  
  4305  // A request message for BackendServices.Get. See the method description for
  4306  // details.
  4307  //
  4308  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4309  type GetBackendServiceRequest = src.GetBackendServiceRequest
  4310  
  4311  // A request message for Interconnects.GetDiagnostics. See the method
  4312  // description for details.
  4313  //
  4314  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4315  type GetDiagnosticsInterconnectRequest = src.GetDiagnosticsInterconnectRequest
  4316  
  4317  // A request message for Disks.Get. See the method description for details.
  4318  //
  4319  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4320  type GetDiskRequest = src.GetDiskRequest
  4321  
  4322  // A request message for DiskTypes.Get. See the method description for
  4323  // details.
  4324  //
  4325  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4326  type GetDiskTypeRequest = src.GetDiskTypeRequest
  4327  
  4328  // A request message for Instances.GetEffectiveFirewalls. See the method
  4329  // description for details.
  4330  //
  4331  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4332  type GetEffectiveFirewallsInstanceRequest = src.GetEffectiveFirewallsInstanceRequest
  4333  
  4334  // A request message for Networks.GetEffectiveFirewalls. See the method
  4335  // description for details.
  4336  //
  4337  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4338  type GetEffectiveFirewallsNetworkRequest = src.GetEffectiveFirewallsNetworkRequest
  4339  
  4340  // A request message for RegionNetworkFirewallPolicies.GetEffectiveFirewalls.
  4341  // See the method description for details.
  4342  //
  4343  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4344  type GetEffectiveFirewallsRegionNetworkFirewallPolicyRequest = src.GetEffectiveFirewallsRegionNetworkFirewallPolicyRequest
  4345  
  4346  // A request message for ExternalVpnGateways.Get. See the method description
  4347  // for details.
  4348  //
  4349  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4350  type GetExternalVpnGatewayRequest = src.GetExternalVpnGatewayRequest
  4351  
  4352  // A request message for FirewallPolicies.Get. See the method description for
  4353  // details.
  4354  //
  4355  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4356  type GetFirewallPolicyRequest = src.GetFirewallPolicyRequest
  4357  
  4358  // A request message for Firewalls.Get. See the method description for
  4359  // details.
  4360  //
  4361  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4362  type GetFirewallRequest = src.GetFirewallRequest
  4363  
  4364  // A request message for ForwardingRules.Get. See the method description for
  4365  // details.
  4366  //
  4367  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4368  type GetForwardingRuleRequest = src.GetForwardingRuleRequest
  4369  
  4370  // A request message for Images.GetFromFamily. See the method description for
  4371  // details.
  4372  //
  4373  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4374  type GetFromFamilyImageRequest = src.GetFromFamilyImageRequest
  4375  
  4376  // A request message for GlobalAddresses.Get. See the method description for
  4377  // details.
  4378  //
  4379  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4380  type GetGlobalAddressRequest = src.GetGlobalAddressRequest
  4381  
  4382  // A request message for GlobalForwardingRules.Get. See the method description
  4383  // for details.
  4384  //
  4385  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4386  type GetGlobalForwardingRuleRequest = src.GetGlobalForwardingRuleRequest
  4387  
  4388  // A request message for GlobalNetworkEndpointGroups.Get. See the method
  4389  // description for details.
  4390  //
  4391  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4392  type GetGlobalNetworkEndpointGroupRequest = src.GetGlobalNetworkEndpointGroupRequest
  4393  
  4394  // A request message for GlobalOperations.Get. See the method description for
  4395  // details.
  4396  //
  4397  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4398  type GetGlobalOperationRequest = src.GetGlobalOperationRequest
  4399  
  4400  // A request message for GlobalOrganizationOperations.Get. See the method
  4401  // description for details.
  4402  //
  4403  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4404  type GetGlobalOrganizationOperationRequest = src.GetGlobalOrganizationOperationRequest
  4405  
  4406  // A request message for GlobalPublicDelegatedPrefixes.Get. See the method
  4407  // description for details.
  4408  //
  4409  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4410  type GetGlobalPublicDelegatedPrefixeRequest = src.GetGlobalPublicDelegatedPrefixeRequest
  4411  
  4412  // A request message for Instances.GetGuestAttributes. See the method
  4413  // description for details.
  4414  //
  4415  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4416  type GetGuestAttributesInstanceRequest = src.GetGuestAttributesInstanceRequest
  4417  
  4418  // A request message for BackendServices.GetHealth. See the method description
  4419  // for details.
  4420  //
  4421  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4422  type GetHealthBackendServiceRequest = src.GetHealthBackendServiceRequest
  4423  
  4424  // A request message for HealthChecks.Get. See the method description for
  4425  // details.
  4426  //
  4427  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4428  type GetHealthCheckRequest = src.GetHealthCheckRequest
  4429  
  4430  // A request message for RegionBackendServices.GetHealth. See the method
  4431  // description for details.
  4432  //
  4433  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4434  type GetHealthRegionBackendServiceRequest = src.GetHealthRegionBackendServiceRequest
  4435  
  4436  // A request message for TargetPools.GetHealth. See the method description for
  4437  // details.
  4438  //
  4439  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4440  type GetHealthTargetPoolRequest = src.GetHealthTargetPoolRequest
  4441  
  4442  // A request message for BackendServices.GetIamPolicy. See the method
  4443  // description for details.
  4444  //
  4445  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4446  type GetIamPolicyBackendServiceRequest = src.GetIamPolicyBackendServiceRequest
  4447  
  4448  // A request message for Disks.GetIamPolicy. See the method description for
  4449  // details.
  4450  //
  4451  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4452  type GetIamPolicyDiskRequest = src.GetIamPolicyDiskRequest
  4453  
  4454  // A request message for FirewallPolicies.GetIamPolicy. See the method
  4455  // description for details.
  4456  //
  4457  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4458  type GetIamPolicyFirewallPolicyRequest = src.GetIamPolicyFirewallPolicyRequest
  4459  
  4460  // A request message for Images.GetIamPolicy. See the method description for
  4461  // details.
  4462  //
  4463  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4464  type GetIamPolicyImageRequest = src.GetIamPolicyImageRequest
  4465  
  4466  // A request message for Instances.GetIamPolicy. See the method description
  4467  // for details.
  4468  //
  4469  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4470  type GetIamPolicyInstanceRequest = src.GetIamPolicyInstanceRequest
  4471  
  4472  // A request message for InstanceTemplates.GetIamPolicy. See the method
  4473  // description for details.
  4474  //
  4475  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4476  type GetIamPolicyInstanceTemplateRequest = src.GetIamPolicyInstanceTemplateRequest
  4477  
  4478  // A request message for Licenses.GetIamPolicy. See the method description for
  4479  // details.
  4480  //
  4481  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4482  type GetIamPolicyLicenseRequest = src.GetIamPolicyLicenseRequest
  4483  
  4484  // A request message for MachineImages.GetIamPolicy. See the method
  4485  // description for details.
  4486  //
  4487  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4488  type GetIamPolicyMachineImageRequest = src.GetIamPolicyMachineImageRequest
  4489  
  4490  // A request message for NetworkFirewallPolicies.GetIamPolicy. See the method
  4491  // description for details.
  4492  //
  4493  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4494  type GetIamPolicyNetworkFirewallPolicyRequest = src.GetIamPolicyNetworkFirewallPolicyRequest
  4495  
  4496  // A request message for NodeGroups.GetIamPolicy. See the method description
  4497  // for details.
  4498  //
  4499  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4500  type GetIamPolicyNodeGroupRequest = src.GetIamPolicyNodeGroupRequest
  4501  
  4502  // A request message for NodeTemplates.GetIamPolicy. See the method
  4503  // description for details.
  4504  //
  4505  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4506  type GetIamPolicyNodeTemplateRequest = src.GetIamPolicyNodeTemplateRequest
  4507  
  4508  // A request message for RegionBackendServices.GetIamPolicy. See the method
  4509  // description for details.
  4510  //
  4511  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4512  type GetIamPolicyRegionBackendServiceRequest = src.GetIamPolicyRegionBackendServiceRequest
  4513  
  4514  // A request message for RegionDisks.GetIamPolicy. See the method description
  4515  // for details.
  4516  //
  4517  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4518  type GetIamPolicyRegionDiskRequest = src.GetIamPolicyRegionDiskRequest
  4519  
  4520  // A request message for RegionNetworkFirewallPolicies.GetIamPolicy. See the
  4521  // method description for details.
  4522  //
  4523  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4524  type GetIamPolicyRegionNetworkFirewallPolicyRequest = src.GetIamPolicyRegionNetworkFirewallPolicyRequest
  4525  
  4526  // A request message for Reservations.GetIamPolicy. See the method description
  4527  // for details.
  4528  //
  4529  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4530  type GetIamPolicyReservationRequest = src.GetIamPolicyReservationRequest
  4531  
  4532  // A request message for ResourcePolicies.GetIamPolicy. See the method
  4533  // description for details.
  4534  //
  4535  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4536  type GetIamPolicyResourcePolicyRequest = src.GetIamPolicyResourcePolicyRequest
  4537  
  4538  // A request message for ServiceAttachments.GetIamPolicy. See the method
  4539  // description for details.
  4540  //
  4541  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4542  type GetIamPolicyServiceAttachmentRequest = src.GetIamPolicyServiceAttachmentRequest
  4543  
  4544  // A request message for Snapshots.GetIamPolicy. See the method description
  4545  // for details.
  4546  //
  4547  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4548  type GetIamPolicySnapshotRequest = src.GetIamPolicySnapshotRequest
  4549  
  4550  // A request message for Subnetworks.GetIamPolicy. See the method description
  4551  // for details.
  4552  //
  4553  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4554  type GetIamPolicySubnetworkRequest = src.GetIamPolicySubnetworkRequest
  4555  
  4556  // A request message for ImageFamilyViews.Get. See the method description for
  4557  // details.
  4558  //
  4559  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4560  type GetImageFamilyViewRequest = src.GetImageFamilyViewRequest
  4561  
  4562  // A request message for Images.Get. See the method description for details.
  4563  //
  4564  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4565  type GetImageRequest = src.GetImageRequest
  4566  
  4567  // A request message for InstanceGroupManagers.Get. See the method description
  4568  // for details.
  4569  //
  4570  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4571  type GetInstanceGroupManagerRequest = src.GetInstanceGroupManagerRequest
  4572  
  4573  // A request message for InstanceGroups.Get. See the method description for
  4574  // details.
  4575  //
  4576  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4577  type GetInstanceGroupRequest = src.GetInstanceGroupRequest
  4578  
  4579  // A request message for Instances.Get. See the method description for
  4580  // details.
  4581  //
  4582  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4583  type GetInstanceRequest = src.GetInstanceRequest
  4584  
  4585  // A request message for InstanceTemplates.Get. See the method description for
  4586  // details.
  4587  //
  4588  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4589  type GetInstanceTemplateRequest = src.GetInstanceTemplateRequest
  4590  
  4591  // A request message for InterconnectAttachments.Get. See the method
  4592  // description for details.
  4593  //
  4594  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4595  type GetInterconnectAttachmentRequest = src.GetInterconnectAttachmentRequest
  4596  
  4597  // A request message for InterconnectLocations.Get. See the method description
  4598  // for details.
  4599  //
  4600  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4601  type GetInterconnectLocationRequest = src.GetInterconnectLocationRequest
  4602  
  4603  // A request message for Interconnects.Get. See the method description for
  4604  // details.
  4605  //
  4606  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4607  type GetInterconnectRequest = src.GetInterconnectRequest
  4608  
  4609  // A request message for LicenseCodes.Get. See the method description for
  4610  // details.
  4611  //
  4612  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4613  type GetLicenseCodeRequest = src.GetLicenseCodeRequest
  4614  
  4615  // A request message for Licenses.Get. See the method description for details.
  4616  //
  4617  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4618  type GetLicenseRequest = src.GetLicenseRequest
  4619  
  4620  // A request message for MachineImages.Get. See the method description for
  4621  // details.
  4622  //
  4623  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4624  type GetMachineImageRequest = src.GetMachineImageRequest
  4625  
  4626  // A request message for MachineTypes.Get. See the method description for
  4627  // details.
  4628  //
  4629  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4630  type GetMachineTypeRequest = src.GetMachineTypeRequest
  4631  
  4632  // A request message for Routers.GetNatMappingInfo. See the method description
  4633  // for details.
  4634  //
  4635  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4636  type GetNatMappingInfoRoutersRequest = src.GetNatMappingInfoRoutersRequest
  4637  
  4638  // A request message for NetworkEdgeSecurityServices.Get. See the method
  4639  // description for details.
  4640  //
  4641  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4642  type GetNetworkEdgeSecurityServiceRequest = src.GetNetworkEdgeSecurityServiceRequest
  4643  
  4644  // A request message for NetworkEndpointGroups.Get. See the method description
  4645  // for details.
  4646  //
  4647  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4648  type GetNetworkEndpointGroupRequest = src.GetNetworkEndpointGroupRequest
  4649  
  4650  // A request message for NetworkFirewallPolicies.Get. See the method
  4651  // description for details.
  4652  //
  4653  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4654  type GetNetworkFirewallPolicyRequest = src.GetNetworkFirewallPolicyRequest
  4655  
  4656  // A request message for Networks.Get. See the method description for details.
  4657  //
  4658  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4659  type GetNetworkRequest = src.GetNetworkRequest
  4660  
  4661  // A request message for NodeGroups.Get. See the method description for
  4662  // details.
  4663  //
  4664  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4665  type GetNodeGroupRequest = src.GetNodeGroupRequest
  4666  
  4667  // A request message for NodeTemplates.Get. See the method description for
  4668  // details.
  4669  //
  4670  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4671  type GetNodeTemplateRequest = src.GetNodeTemplateRequest
  4672  
  4673  // A request message for NodeTypes.Get. See the method description for
  4674  // details.
  4675  //
  4676  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4677  type GetNodeTypeRequest = src.GetNodeTypeRequest
  4678  
  4679  // A request message for PacketMirrorings.Get. See the method description for
  4680  // details.
  4681  //
  4682  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4683  type GetPacketMirroringRequest = src.GetPacketMirroringRequest
  4684  
  4685  // A request message for Projects.Get. See the method description for details.
  4686  //
  4687  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4688  type GetProjectRequest = src.GetProjectRequest
  4689  
  4690  // A request message for PublicAdvertisedPrefixes.Get. See the method
  4691  // description for details.
  4692  //
  4693  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4694  type GetPublicAdvertisedPrefixeRequest = src.GetPublicAdvertisedPrefixeRequest
  4695  
  4696  // A request message for PublicDelegatedPrefixes.Get. See the method
  4697  // description for details.
  4698  //
  4699  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4700  type GetPublicDelegatedPrefixeRequest = src.GetPublicDelegatedPrefixeRequest
  4701  
  4702  // A request message for RegionAutoscalers.Get. See the method description for
  4703  // details.
  4704  //
  4705  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4706  type GetRegionAutoscalerRequest = src.GetRegionAutoscalerRequest
  4707  
  4708  // A request message for RegionBackendServices.Get. See the method description
  4709  // for details.
  4710  //
  4711  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4712  type GetRegionBackendServiceRequest = src.GetRegionBackendServiceRequest
  4713  
  4714  // A request message for RegionCommitments.Get. See the method description for
  4715  // details.
  4716  //
  4717  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4718  type GetRegionCommitmentRequest = src.GetRegionCommitmentRequest
  4719  
  4720  // A request message for RegionDisks.Get. See the method description for
  4721  // details.
  4722  //
  4723  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4724  type GetRegionDiskRequest = src.GetRegionDiskRequest
  4725  
  4726  // A request message for RegionDiskTypes.Get. See the method description for
  4727  // details.
  4728  //
  4729  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4730  type GetRegionDiskTypeRequest = src.GetRegionDiskTypeRequest
  4731  
  4732  // A request message for RegionHealthChecks.Get. See the method description
  4733  // for details.
  4734  //
  4735  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4736  type GetRegionHealthCheckRequest = src.GetRegionHealthCheckRequest
  4737  
  4738  // A request message for RegionHealthCheckServices.Get. See the method
  4739  // description for details.
  4740  //
  4741  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4742  type GetRegionHealthCheckServiceRequest = src.GetRegionHealthCheckServiceRequest
  4743  
  4744  // A request message for RegionInstanceGroupManagers.Get. See the method
  4745  // description for details.
  4746  //
  4747  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4748  type GetRegionInstanceGroupManagerRequest = src.GetRegionInstanceGroupManagerRequest
  4749  
  4750  // A request message for RegionInstanceGroups.Get. See the method description
  4751  // for details.
  4752  //
  4753  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4754  type GetRegionInstanceGroupRequest = src.GetRegionInstanceGroupRequest
  4755  
  4756  // A request message for RegionNetworkEndpointGroups.Get. See the method
  4757  // description for details.
  4758  //
  4759  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4760  type GetRegionNetworkEndpointGroupRequest = src.GetRegionNetworkEndpointGroupRequest
  4761  
  4762  // A request message for RegionNetworkFirewallPolicies.Get. See the method
  4763  // description for details.
  4764  //
  4765  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4766  type GetRegionNetworkFirewallPolicyRequest = src.GetRegionNetworkFirewallPolicyRequest
  4767  
  4768  // A request message for RegionNotificationEndpoints.Get. See the method
  4769  // description for details.
  4770  //
  4771  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4772  type GetRegionNotificationEndpointRequest = src.GetRegionNotificationEndpointRequest
  4773  
  4774  // A request message for RegionOperations.Get. See the method description for
  4775  // details.
  4776  //
  4777  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4778  type GetRegionOperationRequest = src.GetRegionOperationRequest
  4779  
  4780  // A request message for Regions.Get. See the method description for details.
  4781  //
  4782  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4783  type GetRegionRequest = src.GetRegionRequest
  4784  
  4785  // A request message for RegionSecurityPolicies.Get. See the method
  4786  // description for details.
  4787  //
  4788  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4789  type GetRegionSecurityPolicyRequest = src.GetRegionSecurityPolicyRequest
  4790  
  4791  // A request message for RegionSslCertificates.Get. See the method description
  4792  // for details.
  4793  //
  4794  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4795  type GetRegionSslCertificateRequest = src.GetRegionSslCertificateRequest
  4796  
  4797  // A request message for RegionSslPolicies.Get. See the method description for
  4798  // details.
  4799  //
  4800  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4801  type GetRegionSslPolicyRequest = src.GetRegionSslPolicyRequest
  4802  
  4803  // A request message for RegionTargetHttpProxies.Get. See the method
  4804  // description for details.
  4805  //
  4806  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4807  type GetRegionTargetHttpProxyRequest = src.GetRegionTargetHttpProxyRequest
  4808  
  4809  // A request message for RegionTargetHttpsProxies.Get. See the method
  4810  // description for details.
  4811  //
  4812  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4813  type GetRegionTargetHttpsProxyRequest = src.GetRegionTargetHttpsProxyRequest
  4814  
  4815  // A request message for RegionTargetTcpProxies.Get. See the method
  4816  // description for details.
  4817  //
  4818  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4819  type GetRegionTargetTcpProxyRequest = src.GetRegionTargetTcpProxyRequest
  4820  
  4821  // A request message for RegionUrlMaps.Get. See the method description for
  4822  // details.
  4823  //
  4824  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4825  type GetRegionUrlMapRequest = src.GetRegionUrlMapRequest
  4826  
  4827  // A request message for Reservations.Get. See the method description for
  4828  // details.
  4829  //
  4830  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4831  type GetReservationRequest = src.GetReservationRequest
  4832  
  4833  // A request message for ResourcePolicies.Get. See the method description for
  4834  // details.
  4835  //
  4836  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4837  type GetResourcePolicyRequest = src.GetResourcePolicyRequest
  4838  
  4839  // A request message for Routes.Get. See the method description for details.
  4840  //
  4841  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4842  type GetRouteRequest = src.GetRouteRequest
  4843  
  4844  // A request message for Routers.Get. See the method description for details.
  4845  //
  4846  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4847  type GetRouterRequest = src.GetRouterRequest
  4848  
  4849  // A request message for Routers.GetRouterStatus. See the method description
  4850  // for details.
  4851  //
  4852  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4853  type GetRouterStatusRouterRequest = src.GetRouterStatusRouterRequest
  4854  
  4855  // A request message for FirewallPolicies.GetRule. See the method description
  4856  // for details.
  4857  //
  4858  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4859  type GetRuleFirewallPolicyRequest = src.GetRuleFirewallPolicyRequest
  4860  
  4861  // A request message for NetworkFirewallPolicies.GetRule. See the method
  4862  // description for details.
  4863  //
  4864  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4865  type GetRuleNetworkFirewallPolicyRequest = src.GetRuleNetworkFirewallPolicyRequest
  4866  
  4867  // A request message for RegionNetworkFirewallPolicies.GetRule. See the method
  4868  // description for details.
  4869  //
  4870  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4871  type GetRuleRegionNetworkFirewallPolicyRequest = src.GetRuleRegionNetworkFirewallPolicyRequest
  4872  
  4873  // A request message for SecurityPolicies.GetRule. See the method description
  4874  // for details.
  4875  //
  4876  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4877  type GetRuleSecurityPolicyRequest = src.GetRuleSecurityPolicyRequest
  4878  
  4879  // A request message for Instances.GetScreenshot. See the method description
  4880  // for details.
  4881  //
  4882  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4883  type GetScreenshotInstanceRequest = src.GetScreenshotInstanceRequest
  4884  
  4885  // A request message for SecurityPolicies.Get. See the method description for
  4886  // details.
  4887  //
  4888  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4889  type GetSecurityPolicyRequest = src.GetSecurityPolicyRequest
  4890  
  4891  // A request message for Instances.GetSerialPortOutput. See the method
  4892  // description for details.
  4893  //
  4894  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4895  type GetSerialPortOutputInstanceRequest = src.GetSerialPortOutputInstanceRequest
  4896  
  4897  // A request message for ServiceAttachments.Get. See the method description
  4898  // for details.
  4899  //
  4900  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4901  type GetServiceAttachmentRequest = src.GetServiceAttachmentRequest
  4902  
  4903  // A request message for Instances.GetShieldedInstanceIdentity. See the method
  4904  // description for details.
  4905  //
  4906  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4907  type GetShieldedInstanceIdentityInstanceRequest = src.GetShieldedInstanceIdentityInstanceRequest
  4908  
  4909  // A request message for Snapshots.Get. See the method description for
  4910  // details.
  4911  //
  4912  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4913  type GetSnapshotRequest = src.GetSnapshotRequest
  4914  
  4915  // A request message for SslCertificates.Get. See the method description for
  4916  // details.
  4917  //
  4918  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4919  type GetSslCertificateRequest = src.GetSslCertificateRequest
  4920  
  4921  // A request message for SslPolicies.Get. See the method description for
  4922  // details.
  4923  //
  4924  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4925  type GetSslPolicyRequest = src.GetSslPolicyRequest
  4926  
  4927  // A request message for VpnGateways.GetStatus. See the method description for
  4928  // details.
  4929  //
  4930  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4931  type GetStatusVpnGatewayRequest = src.GetStatusVpnGatewayRequest
  4932  
  4933  // A request message for Subnetworks.Get. See the method description for
  4934  // details.
  4935  //
  4936  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4937  type GetSubnetworkRequest = src.GetSubnetworkRequest
  4938  
  4939  // A request message for TargetGrpcProxies.Get. See the method description for
  4940  // details.
  4941  //
  4942  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4943  type GetTargetGrpcProxyRequest = src.GetTargetGrpcProxyRequest
  4944  
  4945  // A request message for TargetHttpProxies.Get. See the method description for
  4946  // details.
  4947  //
  4948  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4949  type GetTargetHttpProxyRequest = src.GetTargetHttpProxyRequest
  4950  
  4951  // A request message for TargetHttpsProxies.Get. See the method description
  4952  // for details.
  4953  //
  4954  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4955  type GetTargetHttpsProxyRequest = src.GetTargetHttpsProxyRequest
  4956  
  4957  // A request message for TargetInstances.Get. See the method description for
  4958  // details.
  4959  //
  4960  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4961  type GetTargetInstanceRequest = src.GetTargetInstanceRequest
  4962  
  4963  // A request message for TargetPools.Get. See the method description for
  4964  // details.
  4965  //
  4966  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4967  type GetTargetPoolRequest = src.GetTargetPoolRequest
  4968  
  4969  // A request message for TargetSslProxies.Get. See the method description for
  4970  // details.
  4971  //
  4972  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4973  type GetTargetSslProxyRequest = src.GetTargetSslProxyRequest
  4974  
  4975  // A request message for TargetTcpProxies.Get. See the method description for
  4976  // details.
  4977  //
  4978  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4979  type GetTargetTcpProxyRequest = src.GetTargetTcpProxyRequest
  4980  
  4981  // A request message for TargetVpnGateways.Get. See the method description for
  4982  // details.
  4983  //
  4984  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4985  type GetTargetVpnGatewayRequest = src.GetTargetVpnGatewayRequest
  4986  
  4987  // A request message for UrlMaps.Get. See the method description for details.
  4988  //
  4989  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4990  type GetUrlMapRequest = src.GetUrlMapRequest
  4991  
  4992  // A request message for VpnGateways.Get. See the method description for
  4993  // details.
  4994  //
  4995  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  4996  type GetVpnGatewayRequest = src.GetVpnGatewayRequest
  4997  
  4998  // A request message for VpnTunnels.Get. See the method description for
  4999  // details.
  5000  //
  5001  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5002  type GetVpnTunnelRequest = src.GetVpnTunnelRequest
  5003  
  5004  // A request message for Projects.GetXpnHost. See the method description for
  5005  // details.
  5006  //
  5007  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5008  type GetXpnHostProjectRequest = src.GetXpnHostProjectRequest
  5009  
  5010  // A request message for Projects.GetXpnResources. See the method description
  5011  // for details.
  5012  //
  5013  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5014  type GetXpnResourcesProjectsRequest = src.GetXpnResourcesProjectsRequest
  5015  
  5016  // A request message for ZoneOperations.Get. See the method description for
  5017  // details.
  5018  //
  5019  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5020  type GetZoneOperationRequest = src.GetZoneOperationRequest
  5021  
  5022  // A request message for Zones.Get. See the method description for details.
  5023  //
  5024  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5025  type GetZoneRequest = src.GetZoneRequest
  5026  
  5027  // GlobalAddressesClient is the client API for GlobalAddresses service. For
  5028  // semantics around ctx use and closing/ending streaming RPCs, please refer to
  5029  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  5030  //
  5031  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5032  type GlobalAddressesClient = src.GlobalAddressesClient
  5033  
  5034  // GlobalAddressesServer is the server API for GlobalAddresses service.
  5035  //
  5036  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5037  type GlobalAddressesServer = src.GlobalAddressesServer
  5038  
  5039  // GlobalForwardingRulesClient is the client API for GlobalForwardingRules
  5040  // service. For semantics around ctx use and closing/ending streaming RPCs,
  5041  // please refer to
  5042  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  5043  //
  5044  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5045  type GlobalForwardingRulesClient = src.GlobalForwardingRulesClient
  5046  
  5047  // GlobalForwardingRulesServer is the server API for GlobalForwardingRules
  5048  // service.
  5049  //
  5050  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5051  type GlobalForwardingRulesServer = src.GlobalForwardingRulesServer
  5052  type GlobalNetworkEndpointGroupsAttachEndpointsRequest = src.GlobalNetworkEndpointGroupsAttachEndpointsRequest
  5053  
  5054  // GlobalNetworkEndpointGroupsClient is the client API for
  5055  // GlobalNetworkEndpointGroups service. For semantics around ctx use and
  5056  // closing/ending streaming RPCs, please refer to
  5057  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  5058  //
  5059  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5060  type GlobalNetworkEndpointGroupsClient = src.GlobalNetworkEndpointGroupsClient
  5061  type GlobalNetworkEndpointGroupsDetachEndpointsRequest = src.GlobalNetworkEndpointGroupsDetachEndpointsRequest
  5062  
  5063  // GlobalNetworkEndpointGroupsServer is the server API for
  5064  // GlobalNetworkEndpointGroups service.
  5065  //
  5066  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5067  type GlobalNetworkEndpointGroupsServer = src.GlobalNetworkEndpointGroupsServer
  5068  
  5069  // GlobalOperationsClient is the client API for GlobalOperations service. For
  5070  // semantics around ctx use and closing/ending streaming RPCs, please refer to
  5071  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  5072  //
  5073  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5074  type GlobalOperationsClient = src.GlobalOperationsClient
  5075  
  5076  // GlobalOperationsServer is the server API for GlobalOperations service.
  5077  //
  5078  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5079  type GlobalOperationsServer = src.GlobalOperationsServer
  5080  
  5081  // GlobalOrganizationOperationsClient is the client API for
  5082  // GlobalOrganizationOperations service. For semantics around ctx use and
  5083  // closing/ending streaming RPCs, please refer to
  5084  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  5085  //
  5086  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5087  type GlobalOrganizationOperationsClient = src.GlobalOrganizationOperationsClient
  5088  
  5089  // GlobalOrganizationOperationsServer is the server API for
  5090  // GlobalOrganizationOperations service.
  5091  //
  5092  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5093  type GlobalOrganizationOperationsServer = src.GlobalOrganizationOperationsServer
  5094  type GlobalOrganizationSetPolicyRequest = src.GlobalOrganizationSetPolicyRequest
  5095  
  5096  // GlobalPublicDelegatedPrefixesClient is the client API for
  5097  // GlobalPublicDelegatedPrefixes service. For semantics around ctx use and
  5098  // closing/ending streaming RPCs, please refer to
  5099  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  5100  //
  5101  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5102  type GlobalPublicDelegatedPrefixesClient = src.GlobalPublicDelegatedPrefixesClient
  5103  
  5104  // GlobalPublicDelegatedPrefixesServer is the server API for
  5105  // GlobalPublicDelegatedPrefixes service.
  5106  //
  5107  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5108  type GlobalPublicDelegatedPrefixesServer = src.GlobalPublicDelegatedPrefixesServer
  5109  type GlobalSetLabelsRequest = src.GlobalSetLabelsRequest
  5110  type GlobalSetPolicyRequest = src.GlobalSetPolicyRequest
  5111  
  5112  // A guest attributes entry.
  5113  //
  5114  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5115  type GuestAttributes = src.GuestAttributes
  5116  
  5117  // A guest attributes namespace/key/value entry.
  5118  //
  5119  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5120  type GuestAttributesEntry = src.GuestAttributesEntry
  5121  
  5122  // Array of guest attribute namespace/key/value tuples.
  5123  //
  5124  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5125  type GuestAttributesValue = src.GuestAttributesValue
  5126  
  5127  // Guest OS features.
  5128  //
  5129  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5130  type GuestOsFeature = src.GuestOsFeature
  5131  
  5132  // The ID of a supported feature. To add multiple values, use commas to
  5133  // separate values. Set to one or more of the following values: -
  5134  // VIRTIO_SCSI_MULTIQUEUE - WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC
  5135  // - SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE - SEV_SNP_CAPABLE For more
  5136  // information, see Enabling guest operating system features.
  5137  //
  5138  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5139  type GuestOsFeature_Type = src.GuestOsFeature_Type
  5140  type HTTP2HealthCheck = src.HTTP2HealthCheck
  5141  
  5142  // Specifies how a port is selected for health checking. Can be one of the
  5143  // following values: USE_FIXED_PORT: Specifies a port number explicitly using
  5144  // the port field in the health check. Supported by backend services for
  5145  // pass-through load balancers and backend services for proxy load balancers.
  5146  // Not supported by target pools. The health check supports all backends
  5147  // supported by the backend service provided the backend can be health checked.
  5148  // For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network
  5149  // endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported.
  5150  // USE_SERVING_PORT: Provides an indirect method of specifying the health check
  5151  // port by referring to the backend service. Only supported by backend services
  5152  // for proxy load balancers. Not supported by target pools. Not supported by
  5153  // backend services for pass-through load balancers. Supports all backends that
  5154  // can be health checked; for example, GCE_VM_IP_PORT network endpoint groups
  5155  // and instance group backends. For GCE_VM_IP_PORT network endpoint group
  5156  // backends, the health check uses the port number specified for each endpoint
  5157  // in the network endpoint group. For instance group backends, the health check
  5158  // uses the port number determined by looking up the backend service's named
  5159  // port in the instance group's list of named ports.
  5160  //
  5161  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5162  type HTTP2HealthCheck_PortSpecification = src.HTTP2HealthCheck_PortSpecification
  5163  
  5164  // Specifies the type of proxy header to append before sending data to the
  5165  // backend, either NONE or PROXY_V1. The default is NONE.
  5166  //
  5167  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5168  type HTTP2HealthCheck_ProxyHeader = src.HTTP2HealthCheck_ProxyHeader
  5169  type HTTPHealthCheck = src.HTTPHealthCheck
  5170  
  5171  // Specifies how a port is selected for health checking. Can be one of the
  5172  // following values: USE_FIXED_PORT: Specifies a port number explicitly using
  5173  // the port field in the health check. Supported by backend services for
  5174  // pass-through load balancers and backend services for proxy load balancers.
  5175  // Also supported in legacy HTTP health checks for target pools. The health
  5176  // check supports all backends supported by the backend service provided the
  5177  // backend can be health checked. For example, GCE_VM_IP network endpoint
  5178  // groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends.
  5179  // USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method
  5180  // of specifying the health check port by referring to the backend service.
  5181  // Only supported by backend services for proxy load balancers. Not supported
  5182  // by target pools. Not supported by backend services for pass-through load
  5183  // balancers. Supports all backends that can be health checked; for example,
  5184  // GCE_VM_IP_PORT network endpoint groups and instance group backends. For
  5185  // GCE_VM_IP_PORT network endpoint group backends, the health check uses the
  5186  // port number specified for each endpoint in the network endpoint group. For
  5187  // instance group backends, the health check uses the port number determined by
  5188  // looking up the backend service's named port in the instance group's list of
  5189  // named ports.
  5190  //
  5191  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5192  type HTTPHealthCheck_PortSpecification = src.HTTPHealthCheck_PortSpecification
  5193  
  5194  // Specifies the type of proxy header to append before sending data to the
  5195  // backend, either NONE or PROXY_V1. The default is NONE.
  5196  //
  5197  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5198  type HTTPHealthCheck_ProxyHeader = src.HTTPHealthCheck_ProxyHeader
  5199  type HTTPSHealthCheck = src.HTTPSHealthCheck
  5200  
  5201  // Specifies how a port is selected for health checking. Can be one of the
  5202  // following values: USE_FIXED_PORT: Specifies a port number explicitly using
  5203  // the port field in the health check. Supported by backend services for
  5204  // pass-through load balancers and backend services for proxy load balancers.
  5205  // Not supported by target pools. The health check supports all backends
  5206  // supported by the backend service provided the backend can be health checked.
  5207  // For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network
  5208  // endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported.
  5209  // USE_SERVING_PORT: Provides an indirect method of specifying the health check
  5210  // port by referring to the backend service. Only supported by backend services
  5211  // for proxy load balancers. Not supported by target pools. Not supported by
  5212  // backend services for pass-through load balancers. Supports all backends that
  5213  // can be health checked; for example, GCE_VM_IP_PORT network endpoint groups
  5214  // and instance group backends. For GCE_VM_IP_PORT network endpoint group
  5215  // backends, the health check uses the port number specified for each endpoint
  5216  // in the network endpoint group. For instance group backends, the health check
  5217  // uses the port number determined by looking up the backend service's named
  5218  // port in the instance group's list of named ports.
  5219  //
  5220  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5221  type HTTPSHealthCheck_PortSpecification = src.HTTPSHealthCheck_PortSpecification
  5222  
  5223  // Specifies the type of proxy header to append before sending data to the
  5224  // backend, either NONE or PROXY_V1. The default is NONE.
  5225  //
  5226  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5227  type HTTPSHealthCheck_ProxyHeader = src.HTTPSHealthCheck_ProxyHeader
  5228  
  5229  // Represents a Health Check resource. Google Compute Engine has two Health
  5230  // Check resources: * [Global](/compute/docs/reference/rest/v1/healthChecks) *
  5231  // [Regional](/compute/docs/reference/rest/v1/regionHealthChecks) Internal
  5232  // HTTP(S) load balancers must use regional health checks
  5233  // (`compute.v1.regionHealthChecks`). Traffic Director must use global health
  5234  // checks (`compute.v1.HealthChecks`). Internal TCP/UDP load balancers can use
  5235  // either regional or global health checks (`compute.v1.regionHealthChecks` or
  5236  // `compute.v1.HealthChecks`). External HTTP(S), TCP proxy, and SSL proxy load
  5237  // balancers as well as managed instance group auto-healing must use global
  5238  // health checks (`compute.v1.HealthChecks`). Backend service-based network
  5239  // load balancers must use regional health checks
  5240  // (`compute.v1.regionHealthChecks`). Target pool-based network load balancers
  5241  // must use legacy HTTP health checks (`compute.v1.httpHealthChecks`). For more
  5242  // information, see Health checks overview.
  5243  //
  5244  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5245  type HealthCheck = src.HealthCheck
  5246  
  5247  // Contains a list of HealthCheck resources.
  5248  //
  5249  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5250  type HealthCheckList = src.HealthCheckList
  5251  
  5252  // Configuration of logging on a health check. If logging is enabled, logs
  5253  // will be exported to Stackdriver.
  5254  //
  5255  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5256  type HealthCheckLogConfig = src.HealthCheckLogConfig
  5257  
  5258  // A full or valid partial URL to a health check. For example, the following
  5259  // are valid URLs: -
  5260  // https://www.googleapis.com/compute/beta/projects/project-id/global/httpHealthChecks/health-check
  5261  // - projects/project-id/global/httpHealthChecks/health-check -
  5262  // global/httpHealthChecks/health-check
  5263  //
  5264  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5265  type HealthCheckReference = src.HealthCheckReference
  5266  
  5267  // Represents a Health-Check as a Service resource.
  5268  //
  5269  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5270  type HealthCheckService = src.HealthCheckService
  5271  
  5272  // A full or valid partial URL to a health check service. For example, the
  5273  // following are valid URLs: -
  5274  // https://www.googleapis.com/compute/beta/projects/project-id/regions/us-west1/healthCheckServices/health-check-service
  5275  // -
  5276  // projects/project-id/regions/us-west1/healthCheckServices/health-check-service
  5277  // - regions/us-west1/healthCheckServices/health-check-service
  5278  //
  5279  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5280  type HealthCheckServiceReference = src.HealthCheckServiceReference
  5281  
  5282  // Optional. Policy for how the results from multiple health checks for the
  5283  // same endpoint are aggregated. Defaults to NO_AGGREGATION if unspecified. -
  5284  // NO_AGGREGATION. An EndpointHealth message is returned for each pair in the
  5285  // health check service. - AND. If any health check of an endpoint reports
  5286  // UNHEALTHY, then UNHEALTHY is the HealthState of the endpoint. If all health
  5287  // checks report HEALTHY, the HealthState of the endpoint is HEALTHY. .
  5288  //
  5289  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5290  type HealthCheckService_HealthStatusAggregationPolicy = src.HealthCheckService_HealthStatusAggregationPolicy
  5291  type HealthCheckServicesList = src.HealthCheckServicesList
  5292  
  5293  // Specifies the type of the healthCheck, either TCP, SSL, HTTP, HTTPS, HTTP2
  5294  // or GRPC. Exactly one of the protocol-specific health check fields must be
  5295  // specified, which must match type field.
  5296  //
  5297  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5298  type HealthCheck_Type = src.HealthCheck_Type
  5299  type HealthChecksAggregatedList = src.HealthChecksAggregatedList
  5300  
  5301  // HealthChecksClient is the client API for HealthChecks service. For
  5302  // semantics around ctx use and closing/ending streaming RPCs, please refer to
  5303  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  5304  //
  5305  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5306  type HealthChecksClient = src.HealthChecksClient
  5307  type HealthChecksScopedList = src.HealthChecksScopedList
  5308  
  5309  // HealthChecksServer is the server API for HealthChecks service.
  5310  //
  5311  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5312  type HealthChecksServer = src.HealthChecksServer
  5313  type HealthStatus = src.HealthStatus
  5314  type HealthStatusForNetworkEndpoint = src.HealthStatusForNetworkEndpoint
  5315  
  5316  // Health state of the network endpoint determined based on the health checks
  5317  // configured.
  5318  //
  5319  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5320  type HealthStatusForNetworkEndpoint_HealthState = src.HealthStatusForNetworkEndpoint_HealthState
  5321  
  5322  // Health state of the instance.
  5323  //
  5324  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5325  type HealthStatus_HealthState = src.HealthStatus_HealthState
  5326  type HealthStatus_WeightError = src.HealthStatus_WeightError
  5327  
  5328  // Provides links to documentation or for performing an out of band action.
  5329  // For example, if a quota check failed with an error indicating the calling
  5330  // project hasn't enabled the accessed service, this can contain a URL pointing
  5331  // directly to the right place in the developer console to flip the bit.
  5332  //
  5333  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5334  type Help = src.Help
  5335  
  5336  // Describes a URL link.
  5337  //
  5338  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5339  type HelpLink = src.HelpLink
  5340  
  5341  // UrlMaps A host-matching rule for a URL. If matched, will use the named
  5342  // PathMatcher to select the BackendService.
  5343  //
  5344  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5345  type HostRule = src.HostRule
  5346  
  5347  // Specification for how requests are aborted as part of fault injection.
  5348  //
  5349  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5350  type HttpFaultAbort = src.HttpFaultAbort
  5351  
  5352  // Specifies the delay introduced by the load balancer before forwarding the
  5353  // request to the backend service as part of fault injection.
  5354  //
  5355  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5356  type HttpFaultDelay = src.HttpFaultDelay
  5357  
  5358  // The specification for fault injection introduced into traffic to test the
  5359  // resiliency of clients to backend service failure. As part of fault
  5360  // injection, when clients send requests to a backend service, delays can be
  5361  // introduced by the load balancer on a percentage of requests before sending
  5362  // those request to the backend service. Similarly requests from clients can be
  5363  // aborted by the load balancer for a percentage of requests.
  5364  //
  5365  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5366  type HttpFaultInjection = src.HttpFaultInjection
  5367  
  5368  // The request and response header transformations that take effect before the
  5369  // request is passed along to the selected backendService.
  5370  //
  5371  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5372  type HttpHeaderAction = src.HttpHeaderAction
  5373  
  5374  // matchRule criteria for request header matches.
  5375  //
  5376  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5377  type HttpHeaderMatch = src.HttpHeaderMatch
  5378  
  5379  // Specification determining how headers are added to requests or responses.
  5380  //
  5381  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5382  type HttpHeaderOption = src.HttpHeaderOption
  5383  
  5384  // HttpRouteRuleMatch criteria for a request's query parameter.
  5385  //
  5386  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5387  type HttpQueryParameterMatch = src.HttpQueryParameterMatch
  5388  
  5389  // Specifies settings for an HTTP redirect.
  5390  //
  5391  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5392  type HttpRedirectAction = src.HttpRedirectAction
  5393  
  5394  // The HTTP Status code to use for this RedirectAction. Supported values are:
  5395  // - MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to
  5396  // 301. - FOUND, which corresponds to 302. - SEE_OTHER which corresponds to
  5397  // 303. - TEMPORARY_REDIRECT, which corresponds to 307. In this case, the
  5398  // request method is retained. - PERMANENT_REDIRECT, which corresponds to 308.
  5399  // In this case, the request method is retained.
  5400  //
  5401  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5402  type HttpRedirectAction_RedirectResponseCode = src.HttpRedirectAction_RedirectResponseCode
  5403  
  5404  // The retry policy associates with HttpRouteRule
  5405  //
  5406  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5407  type HttpRetryPolicy = src.HttpRetryPolicy
  5408  type HttpRouteAction = src.HttpRouteAction
  5409  
  5410  // The HttpRouteRule setting specifies how to match an HTTP request and the
  5411  // corresponding routing action that load balancing proxies perform.
  5412  //
  5413  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5414  type HttpRouteRule = src.HttpRouteRule
  5415  
  5416  // HttpRouteRuleMatch specifies a set of criteria for matching requests to an
  5417  // HttpRouteRule. All specified criteria must be satisfied for a match to
  5418  // occur.
  5419  //
  5420  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5421  type HttpRouteRuleMatch = src.HttpRouteRuleMatch
  5422  
  5423  // Represents an Image resource. You can use images to create boot disks for
  5424  // your VM instances. For more information, read Images.
  5425  //
  5426  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5427  type Image = src.Image
  5428  type ImageFamilyView = src.ImageFamilyView
  5429  
  5430  // ImageFamilyViewsClient is the client API for ImageFamilyViews service. For
  5431  // semantics around ctx use and closing/ending streaming RPCs, please refer to
  5432  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  5433  //
  5434  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5435  type ImageFamilyViewsClient = src.ImageFamilyViewsClient
  5436  
  5437  // ImageFamilyViewsServer is the server API for ImageFamilyViews service.
  5438  //
  5439  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5440  type ImageFamilyViewsServer = src.ImageFamilyViewsServer
  5441  
  5442  // Contains a list of images.
  5443  //
  5444  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5445  type ImageList = src.ImageList
  5446  
  5447  // The architecture of the image. Valid values are ARM64 or X86_64.
  5448  //
  5449  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5450  type Image_Architecture = src.Image_Architecture
  5451  
  5452  // The type of the image used to create this disk. The default and only valid
  5453  // value is RAW.
  5454  //
  5455  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5456  type Image_SourceType = src.Image_SourceType
  5457  
  5458  // [Output Only] The status of the image. An image can be used to create other
  5459  // resources, such as instances, only after the image has been successfully
  5460  // created and the status is set to READY. Possible values are FAILED, PENDING,
  5461  // or READY.
  5462  //
  5463  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5464  type Image_Status = src.Image_Status
  5465  
  5466  // ImagesClient is the client API for Images service. For semantics around ctx
  5467  // use and closing/ending streaming RPCs, please refer to
  5468  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  5469  //
  5470  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5471  type ImagesClient = src.ImagesClient
  5472  
  5473  // ImagesServer is the server API for Images service.
  5474  //
  5475  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5476  type ImagesServer = src.ImagesServer
  5477  
  5478  // Initial State for shielded instance, these are public keys which are safe
  5479  // to store in public
  5480  //
  5481  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5482  type InitialStateConfig = src.InitialStateConfig
  5483  
  5484  // A request message for Addresses.Insert. See the method description for
  5485  // details.
  5486  //
  5487  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5488  type InsertAddressRequest = src.InsertAddressRequest
  5489  
  5490  // A request message for Autoscalers.Insert. See the method description for
  5491  // details.
  5492  //
  5493  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5494  type InsertAutoscalerRequest = src.InsertAutoscalerRequest
  5495  
  5496  // A request message for BackendBuckets.Insert. See the method description for
  5497  // details.
  5498  //
  5499  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5500  type InsertBackendBucketRequest = src.InsertBackendBucketRequest
  5501  
  5502  // A request message for BackendServices.Insert. See the method description
  5503  // for details.
  5504  //
  5505  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5506  type InsertBackendServiceRequest = src.InsertBackendServiceRequest
  5507  
  5508  // A request message for Disks.Insert. See the method description for details.
  5509  //
  5510  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5511  type InsertDiskRequest = src.InsertDiskRequest
  5512  
  5513  // A request message for ExternalVpnGateways.Insert. See the method
  5514  // description for details.
  5515  //
  5516  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5517  type InsertExternalVpnGatewayRequest = src.InsertExternalVpnGatewayRequest
  5518  
  5519  // A request message for FirewallPolicies.Insert. See the method description
  5520  // for details.
  5521  //
  5522  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5523  type InsertFirewallPolicyRequest = src.InsertFirewallPolicyRequest
  5524  
  5525  // A request message for Firewalls.Insert. See the method description for
  5526  // details.
  5527  //
  5528  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5529  type InsertFirewallRequest = src.InsertFirewallRequest
  5530  
  5531  // A request message for ForwardingRules.Insert. See the method description
  5532  // for details.
  5533  //
  5534  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5535  type InsertForwardingRuleRequest = src.InsertForwardingRuleRequest
  5536  
  5537  // A request message for GlobalAddresses.Insert. See the method description
  5538  // for details.
  5539  //
  5540  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5541  type InsertGlobalAddressRequest = src.InsertGlobalAddressRequest
  5542  
  5543  // A request message for GlobalForwardingRules.Insert. See the method
  5544  // description for details.
  5545  //
  5546  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5547  type InsertGlobalForwardingRuleRequest = src.InsertGlobalForwardingRuleRequest
  5548  
  5549  // A request message for GlobalNetworkEndpointGroups.Insert. See the method
  5550  // description for details.
  5551  //
  5552  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5553  type InsertGlobalNetworkEndpointGroupRequest = src.InsertGlobalNetworkEndpointGroupRequest
  5554  
  5555  // A request message for GlobalPublicDelegatedPrefixes.Insert. See the method
  5556  // description for details.
  5557  //
  5558  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5559  type InsertGlobalPublicDelegatedPrefixeRequest = src.InsertGlobalPublicDelegatedPrefixeRequest
  5560  
  5561  // A request message for HealthChecks.Insert. See the method description for
  5562  // details.
  5563  //
  5564  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5565  type InsertHealthCheckRequest = src.InsertHealthCheckRequest
  5566  
  5567  // A request message for Images.Insert. See the method description for
  5568  // details.
  5569  //
  5570  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5571  type InsertImageRequest = src.InsertImageRequest
  5572  
  5573  // A request message for InstanceGroupManagers.Insert. See the method
  5574  // description for details.
  5575  //
  5576  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5577  type InsertInstanceGroupManagerRequest = src.InsertInstanceGroupManagerRequest
  5578  
  5579  // A request message for InstanceGroups.Insert. See the method description for
  5580  // details.
  5581  //
  5582  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5583  type InsertInstanceGroupRequest = src.InsertInstanceGroupRequest
  5584  
  5585  // A request message for Instances.Insert. See the method description for
  5586  // details.
  5587  //
  5588  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5589  type InsertInstanceRequest = src.InsertInstanceRequest
  5590  
  5591  // A request message for InstanceTemplates.Insert. See the method description
  5592  // for details.
  5593  //
  5594  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5595  type InsertInstanceTemplateRequest = src.InsertInstanceTemplateRequest
  5596  
  5597  // A request message for InterconnectAttachments.Insert. See the method
  5598  // description for details.
  5599  //
  5600  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5601  type InsertInterconnectAttachmentRequest = src.InsertInterconnectAttachmentRequest
  5602  
  5603  // A request message for Interconnects.Insert. See the method description for
  5604  // details.
  5605  //
  5606  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5607  type InsertInterconnectRequest = src.InsertInterconnectRequest
  5608  
  5609  // A request message for Licenses.Insert. See the method description for
  5610  // details.
  5611  //
  5612  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5613  type InsertLicenseRequest = src.InsertLicenseRequest
  5614  
  5615  // A request message for MachineImages.Insert. See the method description for
  5616  // details.
  5617  //
  5618  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5619  type InsertMachineImageRequest = src.InsertMachineImageRequest
  5620  
  5621  // A request message for NetworkEdgeSecurityServices.Insert. See the method
  5622  // description for details.
  5623  //
  5624  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5625  type InsertNetworkEdgeSecurityServiceRequest = src.InsertNetworkEdgeSecurityServiceRequest
  5626  
  5627  // A request message for NetworkEndpointGroups.Insert. See the method
  5628  // description for details.
  5629  //
  5630  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5631  type InsertNetworkEndpointGroupRequest = src.InsertNetworkEndpointGroupRequest
  5632  
  5633  // A request message for NetworkFirewallPolicies.Insert. See the method
  5634  // description for details.
  5635  //
  5636  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5637  type InsertNetworkFirewallPolicyRequest = src.InsertNetworkFirewallPolicyRequest
  5638  
  5639  // A request message for Networks.Insert. See the method description for
  5640  // details.
  5641  //
  5642  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5643  type InsertNetworkRequest = src.InsertNetworkRequest
  5644  
  5645  // A request message for NodeGroups.Insert. See the method description for
  5646  // details.
  5647  //
  5648  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5649  type InsertNodeGroupRequest = src.InsertNodeGroupRequest
  5650  
  5651  // A request message for NodeTemplates.Insert. See the method description for
  5652  // details.
  5653  //
  5654  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5655  type InsertNodeTemplateRequest = src.InsertNodeTemplateRequest
  5656  
  5657  // A request message for PacketMirrorings.Insert. See the method description
  5658  // for details.
  5659  //
  5660  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5661  type InsertPacketMirroringRequest = src.InsertPacketMirroringRequest
  5662  
  5663  // A request message for PublicAdvertisedPrefixes.Insert. See the method
  5664  // description for details.
  5665  //
  5666  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5667  type InsertPublicAdvertisedPrefixeRequest = src.InsertPublicAdvertisedPrefixeRequest
  5668  
  5669  // A request message for PublicDelegatedPrefixes.Insert. See the method
  5670  // description for details.
  5671  //
  5672  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5673  type InsertPublicDelegatedPrefixeRequest = src.InsertPublicDelegatedPrefixeRequest
  5674  
  5675  // A request message for RegionAutoscalers.Insert. See the method description
  5676  // for details.
  5677  //
  5678  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5679  type InsertRegionAutoscalerRequest = src.InsertRegionAutoscalerRequest
  5680  
  5681  // A request message for RegionBackendServices.Insert. See the method
  5682  // description for details.
  5683  //
  5684  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5685  type InsertRegionBackendServiceRequest = src.InsertRegionBackendServiceRequest
  5686  
  5687  // A request message for RegionCommitments.Insert. See the method description
  5688  // for details.
  5689  //
  5690  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5691  type InsertRegionCommitmentRequest = src.InsertRegionCommitmentRequest
  5692  
  5693  // A request message for RegionDisks.Insert. See the method description for
  5694  // details.
  5695  //
  5696  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5697  type InsertRegionDiskRequest = src.InsertRegionDiskRequest
  5698  
  5699  // A request message for RegionHealthChecks.Insert. See the method description
  5700  // for details.
  5701  //
  5702  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5703  type InsertRegionHealthCheckRequest = src.InsertRegionHealthCheckRequest
  5704  
  5705  // A request message for RegionHealthCheckServices.Insert. See the method
  5706  // description for details.
  5707  //
  5708  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5709  type InsertRegionHealthCheckServiceRequest = src.InsertRegionHealthCheckServiceRequest
  5710  
  5711  // A request message for RegionInstanceGroupManagers.Insert. See the method
  5712  // description for details.
  5713  //
  5714  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5715  type InsertRegionInstanceGroupManagerRequest = src.InsertRegionInstanceGroupManagerRequest
  5716  
  5717  // A request message for RegionNetworkEndpointGroups.Insert. See the method
  5718  // description for details.
  5719  //
  5720  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5721  type InsertRegionNetworkEndpointGroupRequest = src.InsertRegionNetworkEndpointGroupRequest
  5722  
  5723  // A request message for RegionNetworkFirewallPolicies.Insert. See the method
  5724  // description for details.
  5725  //
  5726  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5727  type InsertRegionNetworkFirewallPolicyRequest = src.InsertRegionNetworkFirewallPolicyRequest
  5728  
  5729  // A request message for RegionNotificationEndpoints.Insert. See the method
  5730  // description for details.
  5731  //
  5732  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5733  type InsertRegionNotificationEndpointRequest = src.InsertRegionNotificationEndpointRequest
  5734  
  5735  // A request message for RegionSecurityPolicies.Insert. See the method
  5736  // description for details.
  5737  //
  5738  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5739  type InsertRegionSecurityPolicyRequest = src.InsertRegionSecurityPolicyRequest
  5740  
  5741  // A request message for RegionSslCertificates.Insert. See the method
  5742  // description for details.
  5743  //
  5744  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5745  type InsertRegionSslCertificateRequest = src.InsertRegionSslCertificateRequest
  5746  
  5747  // A request message for RegionSslPolicies.Insert. See the method description
  5748  // for details.
  5749  //
  5750  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5751  type InsertRegionSslPolicyRequest = src.InsertRegionSslPolicyRequest
  5752  
  5753  // A request message for RegionTargetHttpProxies.Insert. See the method
  5754  // description for details.
  5755  //
  5756  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5757  type InsertRegionTargetHttpProxyRequest = src.InsertRegionTargetHttpProxyRequest
  5758  
  5759  // A request message for RegionTargetHttpsProxies.Insert. See the method
  5760  // description for details.
  5761  //
  5762  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5763  type InsertRegionTargetHttpsProxyRequest = src.InsertRegionTargetHttpsProxyRequest
  5764  
  5765  // A request message for RegionTargetTcpProxies.Insert. See the method
  5766  // description for details.
  5767  //
  5768  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5769  type InsertRegionTargetTcpProxyRequest = src.InsertRegionTargetTcpProxyRequest
  5770  
  5771  // A request message for RegionUrlMaps.Insert. See the method description for
  5772  // details.
  5773  //
  5774  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5775  type InsertRegionUrlMapRequest = src.InsertRegionUrlMapRequest
  5776  
  5777  // A request message for Reservations.Insert. See the method description for
  5778  // details.
  5779  //
  5780  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5781  type InsertReservationRequest = src.InsertReservationRequest
  5782  
  5783  // A request message for ResourcePolicies.Insert. See the method description
  5784  // for details.
  5785  //
  5786  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5787  type InsertResourcePolicyRequest = src.InsertResourcePolicyRequest
  5788  
  5789  // A request message for Routes.Insert. See the method description for
  5790  // details.
  5791  //
  5792  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5793  type InsertRouteRequest = src.InsertRouteRequest
  5794  
  5795  // A request message for Routers.Insert. See the method description for
  5796  // details.
  5797  //
  5798  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5799  type InsertRouterRequest = src.InsertRouterRequest
  5800  
  5801  // A request message for SecurityPolicies.Insert. See the method description
  5802  // for details.
  5803  //
  5804  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5805  type InsertSecurityPolicyRequest = src.InsertSecurityPolicyRequest
  5806  
  5807  // A request message for ServiceAttachments.Insert. See the method description
  5808  // for details.
  5809  //
  5810  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5811  type InsertServiceAttachmentRequest = src.InsertServiceAttachmentRequest
  5812  
  5813  // A request message for Snapshots.Insert. See the method description for
  5814  // details.
  5815  //
  5816  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5817  type InsertSnapshotRequest = src.InsertSnapshotRequest
  5818  
  5819  // A request message for SslCertificates.Insert. See the method description
  5820  // for details.
  5821  //
  5822  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5823  type InsertSslCertificateRequest = src.InsertSslCertificateRequest
  5824  
  5825  // A request message for SslPolicies.Insert. See the method description for
  5826  // details.
  5827  //
  5828  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5829  type InsertSslPolicyRequest = src.InsertSslPolicyRequest
  5830  
  5831  // A request message for Subnetworks.Insert. See the method description for
  5832  // details.
  5833  //
  5834  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5835  type InsertSubnetworkRequest = src.InsertSubnetworkRequest
  5836  
  5837  // A request message for TargetGrpcProxies.Insert. See the method description
  5838  // for details.
  5839  //
  5840  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5841  type InsertTargetGrpcProxyRequest = src.InsertTargetGrpcProxyRequest
  5842  
  5843  // A request message for TargetHttpProxies.Insert. See the method description
  5844  // for details.
  5845  //
  5846  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5847  type InsertTargetHttpProxyRequest = src.InsertTargetHttpProxyRequest
  5848  
  5849  // A request message for TargetHttpsProxies.Insert. See the method description
  5850  // for details.
  5851  //
  5852  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5853  type InsertTargetHttpsProxyRequest = src.InsertTargetHttpsProxyRequest
  5854  
  5855  // A request message for TargetInstances.Insert. See the method description
  5856  // for details.
  5857  //
  5858  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5859  type InsertTargetInstanceRequest = src.InsertTargetInstanceRequest
  5860  
  5861  // A request message for TargetPools.Insert. See the method description for
  5862  // details.
  5863  //
  5864  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5865  type InsertTargetPoolRequest = src.InsertTargetPoolRequest
  5866  
  5867  // A request message for TargetSslProxies.Insert. See the method description
  5868  // for details.
  5869  //
  5870  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5871  type InsertTargetSslProxyRequest = src.InsertTargetSslProxyRequest
  5872  
  5873  // A request message for TargetTcpProxies.Insert. See the method description
  5874  // for details.
  5875  //
  5876  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5877  type InsertTargetTcpProxyRequest = src.InsertTargetTcpProxyRequest
  5878  
  5879  // A request message for TargetVpnGateways.Insert. See the method description
  5880  // for details.
  5881  //
  5882  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5883  type InsertTargetVpnGatewayRequest = src.InsertTargetVpnGatewayRequest
  5884  
  5885  // A request message for UrlMaps.Insert. See the method description for
  5886  // details.
  5887  //
  5888  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5889  type InsertUrlMapRequest = src.InsertUrlMapRequest
  5890  
  5891  // A request message for VpnGateways.Insert. See the method description for
  5892  // details.
  5893  //
  5894  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5895  type InsertVpnGatewayRequest = src.InsertVpnGatewayRequest
  5896  
  5897  // A request message for VpnTunnels.Insert. See the method description for
  5898  // details.
  5899  //
  5900  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5901  type InsertVpnTunnelRequest = src.InsertVpnTunnelRequest
  5902  
  5903  // Represents an Instance resource. An instance is a virtual machine that is
  5904  // hosted on Google Cloud Platform. For more information, read Virtual Machine
  5905  // Instances.
  5906  //
  5907  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5908  type Instance = src.Instance
  5909  type InstanceAggregatedList = src.InstanceAggregatedList
  5910  type InstanceConsumptionData = src.InstanceConsumptionData
  5911  type InstanceConsumptionInfo = src.InstanceConsumptionInfo
  5912  
  5913  // Represents an Instance Group resource. Instance Groups can be used to
  5914  // configure a target for load balancing. Instance groups can either be managed
  5915  // or unmanaged. To create managed instance groups, use the
  5916  // instanceGroupManager or regionInstanceGroupManager resource instead. Use
  5917  // zonal unmanaged instance groups if you need to apply load balancing to
  5918  // groups of heterogeneous instances or if you need to manage the instances
  5919  // yourself. You cannot create regional unmanaged instance groups. For more
  5920  // information, read Instance groups.
  5921  //
  5922  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5923  type InstanceGroup = src.InstanceGroup
  5924  type InstanceGroupAggregatedList = src.InstanceGroupAggregatedList
  5925  
  5926  // A list of InstanceGroup resources.
  5927  //
  5928  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5929  type InstanceGroupList = src.InstanceGroupList
  5930  
  5931  // Represents a Managed Instance Group resource. An instance group is a
  5932  // collection of VM instances that you can manage as a single entity. For more
  5933  // information, read Instance groups. For zonal Managed Instance Group, use the
  5934  // instanceGroupManagers resource. For regional Managed Instance Group, use the
  5935  // regionInstanceGroupManagers resource.
  5936  //
  5937  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5938  type InstanceGroupManager = src.InstanceGroupManager
  5939  type InstanceGroupManagerActionsSummary = src.InstanceGroupManagerActionsSummary
  5940  type InstanceGroupManagerAggregatedList = src.InstanceGroupManagerAggregatedList
  5941  type InstanceGroupManagerAutoHealingPolicy = src.InstanceGroupManagerAutoHealingPolicy
  5942  
  5943  // [Output Only] A list of managed instance groups.
  5944  //
  5945  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5946  type InstanceGroupManagerList = src.InstanceGroupManagerList
  5947  type InstanceGroupManagerStatus = src.InstanceGroupManagerStatus
  5948  type InstanceGroupManagerStatusStateful = src.InstanceGroupManagerStatusStateful
  5949  type InstanceGroupManagerStatusStatefulPerInstanceConfigs = src.InstanceGroupManagerStatusStatefulPerInstanceConfigs
  5950  type InstanceGroupManagerStatusVersionTarget = src.InstanceGroupManagerStatusVersionTarget
  5951  type InstanceGroupManagerUpdatePolicy = src.InstanceGroupManagerUpdatePolicy
  5952  
  5953  // The instance redistribution policy for regional managed instance groups.
  5954  // Valid values are: - PROACTIVE (default): The group attempts to maintain an
  5955  // even distribution of VM instances across zones in the region. - NONE: For
  5956  // non-autoscaled groups, proactive redistribution is disabled. Additional
  5957  // supported values which may be not listed in the enum directly due to
  5958  // technical reasons: NONE PROACTIVE
  5959  //
  5960  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5961  type InstanceGroupManagerUpdatePolicy_InstanceRedistributionType = src.InstanceGroupManagerUpdatePolicy_InstanceRedistributionType
  5962  
  5963  // Minimal action to be taken on an instance. Use this option to minimize
  5964  // disruption as much as possible or to apply a more disruptive action than is
  5965  // necessary. - To limit disruption as much as possible, set the minimal action
  5966  // to REFRESH. If your update requires a more disruptive action, Compute Engine
  5967  // performs the necessary action to execute the update. - To apply a more
  5968  // disruptive action than is strictly necessary, set the minimal action to
  5969  // RESTART or REPLACE. For example, Compute Engine does not need to restart a
  5970  // VM to change its metadata. But if your application reads instance metadata
  5971  // only when a VM is restarted, you can set the minimal action to RESTART in
  5972  // order to pick up metadata changes. Additional supported values which may be
  5973  // not listed in the enum directly due to technical reasons: NONE REFRESH
  5974  // REPLACE RESTART
  5975  //
  5976  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5977  type InstanceGroupManagerUpdatePolicy_MinimalAction = src.InstanceGroupManagerUpdatePolicy_MinimalAction
  5978  
  5979  // Most disruptive action that is allowed to be taken on an instance. You can
  5980  // specify either NONE to forbid any actions, REFRESH to allow actions that do
  5981  // not need instance restart, RESTART to allow actions that can be applied
  5982  // without instance replacing or REPLACE to allow all possible actions. If the
  5983  // Updater determines that the minimal update action needed is more disruptive
  5984  // than most disruptive allowed action you specify it will not perform the
  5985  // update at all. Additional supported values which may be not listed in the
  5986  // enum directly due to technical reasons: NONE REFRESH REPLACE RESTART
  5987  //
  5988  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5989  type InstanceGroupManagerUpdatePolicy_MostDisruptiveAllowedAction = src.InstanceGroupManagerUpdatePolicy_MostDisruptiveAllowedAction
  5990  
  5991  // What action should be used to replace instances. See minimal_action.REPLACE
  5992  //
  5993  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  5994  type InstanceGroupManagerUpdatePolicy_ReplacementMethod = src.InstanceGroupManagerUpdatePolicy_ReplacementMethod
  5995  
  5996  // The type of update process. You can specify either PROACTIVE so that the
  5997  // instance group manager proactively executes actions in order to bring
  5998  // instances to their target versions or OPPORTUNISTIC so that no action is
  5999  // proactively executed but the update will be performed as part of other
  6000  // actions (for example, resizes or recreateInstances calls). Additional
  6001  // supported values which may be not listed in the enum directly due to
  6002  // technical reasons: PROACTIVE
  6003  //
  6004  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6005  type InstanceGroupManagerUpdatePolicy_Type = src.InstanceGroupManagerUpdatePolicy_Type
  6006  type InstanceGroupManagerVersion = src.InstanceGroupManagerVersion
  6007  
  6008  // Pagination behavior of the listManagedInstances API method for this managed
  6009  // instance group.
  6010  //
  6011  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6012  type InstanceGroupManager_ListManagedInstancesResults = src.InstanceGroupManager_ListManagedInstancesResults
  6013  type InstanceGroupManagersAbandonInstancesRequest = src.InstanceGroupManagersAbandonInstancesRequest
  6014  
  6015  // InstanceGroupManagers.applyUpdatesToInstances
  6016  //
  6017  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6018  type InstanceGroupManagersApplyUpdatesRequest = src.InstanceGroupManagersApplyUpdatesRequest
  6019  
  6020  // The minimal action that you want to perform on each instance during the
  6021  // update: - REPLACE: At minimum, delete the instance and create it again. -
  6022  // RESTART: Stop the instance and start it again. - REFRESH: Do not stop the
  6023  // instance. - NONE: Do not disrupt the instance at all. By default, the
  6024  // minimum action is NONE. If your update requires a more disruptive action
  6025  // than you set with this flag, the necessary action is performed to execute
  6026  // the update. Additional supported values which may be not listed in the enum
  6027  // directly due to technical reasons: NONE REFRESH REPLACE RESTART
  6028  //
  6029  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6030  type InstanceGroupManagersApplyUpdatesRequest_MinimalAction = src.InstanceGroupManagersApplyUpdatesRequest_MinimalAction
  6031  
  6032  // The most disruptive action that you want to perform on each instance during
  6033  // the update: - REPLACE: Delete the instance and create it again. - RESTART:
  6034  // Stop the instance and start it again. - REFRESH: Do not stop the instance. -
  6035  // NONE: Do not disrupt the instance at all. By default, the most disruptive
  6036  // allowed action is REPLACE. If your update requires a more disruptive action
  6037  // than you set with this flag, the update request will fail. Additional
  6038  // supported values which may be not listed in the enum directly due to
  6039  // technical reasons: NONE REFRESH REPLACE RESTART
  6040  //
  6041  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6042  type InstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction = src.InstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction
  6043  
  6044  // InstanceGroupManagersClient is the client API for InstanceGroupManagers
  6045  // service. For semantics around ctx use and closing/ending streaming RPCs,
  6046  // please refer to
  6047  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  6048  //
  6049  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6050  type InstanceGroupManagersClient = src.InstanceGroupManagersClient
  6051  
  6052  // InstanceGroupManagers.createInstances
  6053  //
  6054  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6055  type InstanceGroupManagersCreateInstancesRequest = src.InstanceGroupManagersCreateInstancesRequest
  6056  type InstanceGroupManagersDeleteInstancesRequest = src.InstanceGroupManagersDeleteInstancesRequest
  6057  
  6058  // InstanceGroupManagers.deletePerInstanceConfigs
  6059  //
  6060  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6061  type InstanceGroupManagersDeletePerInstanceConfigsReq = src.InstanceGroupManagersDeletePerInstanceConfigsReq
  6062  type InstanceGroupManagersListErrorsResponse = src.InstanceGroupManagersListErrorsResponse
  6063  type InstanceGroupManagersListManagedInstancesResponse = src.InstanceGroupManagersListManagedInstancesResponse
  6064  type InstanceGroupManagersListPerInstanceConfigsResp = src.InstanceGroupManagersListPerInstanceConfigsResp
  6065  
  6066  // InstanceGroupManagers.patchPerInstanceConfigs
  6067  //
  6068  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6069  type InstanceGroupManagersPatchPerInstanceConfigsReq = src.InstanceGroupManagersPatchPerInstanceConfigsReq
  6070  type InstanceGroupManagersRecreateInstancesRequest = src.InstanceGroupManagersRecreateInstancesRequest
  6071  type InstanceGroupManagersScopedList = src.InstanceGroupManagersScopedList
  6072  
  6073  // InstanceGroupManagersServer is the server API for InstanceGroupManagers
  6074  // service.
  6075  //
  6076  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6077  type InstanceGroupManagersServer = src.InstanceGroupManagersServer
  6078  type InstanceGroupManagersSetInstanceTemplateRequest = src.InstanceGroupManagersSetInstanceTemplateRequest
  6079  type InstanceGroupManagersSetTargetPoolsRequest = src.InstanceGroupManagersSetTargetPoolsRequest
  6080  
  6081  // InstanceGroupManagers.updatePerInstanceConfigs
  6082  //
  6083  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6084  type InstanceGroupManagersUpdatePerInstanceConfigsReq = src.InstanceGroupManagersUpdatePerInstanceConfigsReq
  6085  type InstanceGroupsAddInstancesRequest = src.InstanceGroupsAddInstancesRequest
  6086  
  6087  // InstanceGroupsClient is the client API for InstanceGroups service. For
  6088  // semantics around ctx use and closing/ending streaming RPCs, please refer to
  6089  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  6090  //
  6091  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6092  type InstanceGroupsClient = src.InstanceGroupsClient
  6093  type InstanceGroupsListInstances = src.InstanceGroupsListInstances
  6094  type InstanceGroupsListInstancesRequest = src.InstanceGroupsListInstancesRequest
  6095  
  6096  // A filter for the state of the instances in the instance group. Valid
  6097  // options are ALL or RUNNING. If you do not specify this parameter the list
  6098  // includes all instances regardless of their state.
  6099  //
  6100  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6101  type InstanceGroupsListInstancesRequest_InstanceState = src.InstanceGroupsListInstancesRequest_InstanceState
  6102  type InstanceGroupsRemoveInstancesRequest = src.InstanceGroupsRemoveInstancesRequest
  6103  type InstanceGroupsScopedList = src.InstanceGroupsScopedList
  6104  
  6105  // InstanceGroupsServer is the server API for InstanceGroups service.
  6106  //
  6107  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6108  type InstanceGroupsServer = src.InstanceGroupsServer
  6109  type InstanceGroupsSetNamedPortsRequest = src.InstanceGroupsSetNamedPortsRequest
  6110  
  6111  // Contains a list of instances.
  6112  //
  6113  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6114  type InstanceList = src.InstanceList
  6115  
  6116  // Contains a list of instance referrers.
  6117  //
  6118  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6119  type InstanceListReferrers = src.InstanceListReferrers
  6120  type InstanceManagedByIgmError = src.InstanceManagedByIgmError
  6121  type InstanceManagedByIgmErrorInstanceActionDetails = src.InstanceManagedByIgmErrorInstanceActionDetails
  6122  
  6123  // [Output Only] Action that managed instance group was executing on the
  6124  // instance when the error occurred. Possible values:
  6125  //
  6126  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6127  type InstanceManagedByIgmErrorInstanceActionDetails_Action = src.InstanceManagedByIgmErrorInstanceActionDetails_Action
  6128  type InstanceManagedByIgmErrorManagedInstanceError = src.InstanceManagedByIgmErrorManagedInstanceError
  6129  type InstanceMoveRequest = src.InstanceMoveRequest
  6130  
  6131  // Additional instance params.
  6132  //
  6133  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6134  type InstanceParams = src.InstanceParams
  6135  type InstanceProperties = src.InstanceProperties
  6136  
  6137  // KeyRevocationActionType of the instance. Supported options are "STOP" and
  6138  // "NONE". The default value is "NONE" if it is not specified.
  6139  //
  6140  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6141  type InstanceProperties_KeyRevocationActionType = src.InstanceProperties_KeyRevocationActionType
  6142  
  6143  // The private IPv6 google access type for VMs. If not specified, use
  6144  // INHERIT_FROM_SUBNETWORK as default. Note that for MachineImage, this is not
  6145  // supported yet.
  6146  //
  6147  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6148  type InstanceProperties_PrivateIpv6GoogleAccess = src.InstanceProperties_PrivateIpv6GoogleAccess
  6149  type InstanceReference = src.InstanceReference
  6150  
  6151  // Represents an Instance Template resource. You can use instance templates to
  6152  // create VM instances and managed instance groups. For more information, read
  6153  // Instance Templates.
  6154  //
  6155  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6156  type InstanceTemplate = src.InstanceTemplate
  6157  
  6158  // A list of instance templates.
  6159  //
  6160  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6161  type InstanceTemplateList = src.InstanceTemplateList
  6162  
  6163  // InstanceTemplatesClient is the client API for InstanceTemplates service.
  6164  // For semantics around ctx use and closing/ending streaming RPCs, please refer
  6165  // to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  6166  //
  6167  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6168  type InstanceTemplatesClient = src.InstanceTemplatesClient
  6169  
  6170  // InstanceTemplatesServer is the server API for InstanceTemplates service.
  6171  //
  6172  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6173  type InstanceTemplatesServer = src.InstanceTemplatesServer
  6174  type InstanceWithNamedPorts = src.InstanceWithNamedPorts
  6175  
  6176  // [Output Only] The status of the instance.
  6177  //
  6178  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6179  type InstanceWithNamedPorts_Status = src.InstanceWithNamedPorts_Status
  6180  
  6181  // KeyRevocationActionType of the instance. Supported options are "STOP" and
  6182  // "NONE". The default value is "NONE" if it is not specified.
  6183  //
  6184  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6185  type Instance_KeyRevocationActionType = src.Instance_KeyRevocationActionType
  6186  
  6187  // The private IPv6 google access type for the VM. If not specified, use
  6188  // INHERIT_FROM_SUBNETWORK as default.
  6189  //
  6190  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6191  type Instance_PrivateIpv6GoogleAccess = src.Instance_PrivateIpv6GoogleAccess
  6192  
  6193  // [Output Only] The status of the instance. One of the following values:
  6194  // PROVISIONING, STAGING, RUNNING, STOPPING, SUSPENDING, SUSPENDED, REPAIRING,
  6195  // and TERMINATED. For more information about the status of the instance, see
  6196  // Instance life cycle.
  6197  //
  6198  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6199  type Instance_Status = src.Instance_Status
  6200  type InstancesAddResourcePoliciesRequest = src.InstancesAddResourcePoliciesRequest
  6201  
  6202  // InstancesClient is the client API for Instances service. For semantics
  6203  // around ctx use and closing/ending streaming RPCs, please refer to
  6204  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  6205  //
  6206  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6207  type InstancesClient = src.InstancesClient
  6208  type InstancesGetEffectiveFirewallsResponse = src.InstancesGetEffectiveFirewallsResponse
  6209  type InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy = src.InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy
  6210  
  6211  // [Output Only] The type of the firewall policy. Can be one of HIERARCHY,
  6212  // NETWORK, NETWORK_REGIONAL.
  6213  //
  6214  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6215  type InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type = src.InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type
  6216  type InstancesRemoveResourcePoliciesRequest = src.InstancesRemoveResourcePoliciesRequest
  6217  type InstancesScopedList = src.InstancesScopedList
  6218  
  6219  // InstancesServer is the server API for Instances service.
  6220  //
  6221  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6222  type InstancesServer = src.InstancesServer
  6223  type InstancesSetLabelsRequest = src.InstancesSetLabelsRequest
  6224  type InstancesSetMachineResourcesRequest = src.InstancesSetMachineResourcesRequest
  6225  type InstancesSetMachineTypeRequest = src.InstancesSetMachineTypeRequest
  6226  type InstancesSetMinCpuPlatformRequest = src.InstancesSetMinCpuPlatformRequest
  6227  type InstancesSetServiceAccountRequest = src.InstancesSetServiceAccountRequest
  6228  type InstancesStartWithEncryptionKeyRequest = src.InstancesStartWithEncryptionKeyRequest
  6229  
  6230  // HttpRouteRuleMatch criteria for field values that must stay within the
  6231  // specified integer range.
  6232  //
  6233  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6234  type Int64RangeMatch = src.Int64RangeMatch
  6235  
  6236  // Represents an Interconnect resource. An Interconnect resource is a
  6237  // dedicated connection between the GCP network and your on-premises network.
  6238  // For more information, read the Dedicated Interconnect Overview.
  6239  //
  6240  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6241  type Interconnect = src.Interconnect
  6242  
  6243  // Represents an Interconnect Attachment (VLAN) resource. You can use
  6244  // Interconnect attachments (VLANS) to connect your Virtual Private Cloud
  6245  // networks to your on-premises networks through an Interconnect. For more
  6246  // information, read Creating VLAN Attachments.
  6247  //
  6248  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6249  type InterconnectAttachment = src.InterconnectAttachment
  6250  type InterconnectAttachmentAggregatedList = src.InterconnectAttachmentAggregatedList
  6251  
  6252  // Response to the list request, and contains a list of interconnect
  6253  // attachments.
  6254  //
  6255  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6256  type InterconnectAttachmentList = src.InterconnectAttachmentList
  6257  
  6258  // Informational metadata about Partner attachments from Partners to display
  6259  // to customers. These fields are propagated from PARTNER_PROVIDER attachments
  6260  // to their corresponding PARTNER attachments.
  6261  //
  6262  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6263  type InterconnectAttachmentPartnerMetadata = src.InterconnectAttachmentPartnerMetadata
  6264  
  6265  // Information for an interconnect attachment when this belongs to an
  6266  // interconnect of type DEDICATED.
  6267  //
  6268  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6269  type InterconnectAttachmentPrivateInfo = src.InterconnectAttachmentPrivateInfo
  6270  
  6271  // Provisioned bandwidth capacity for the interconnect attachment. For
  6272  // attachments of type DEDICATED, the user can set the bandwidth. For
  6273  // attachments of type PARTNER, the Google Partner that is operating the
  6274  // interconnect must set the bandwidth. Output only for PARTNER type, mutable
  6275  // for PARTNER_PROVIDER and DEDICATED, and can take one of the following
  6276  // values: - BPS_50M: 50 Mbit/s - BPS_100M: 100 Mbit/s - BPS_200M: 200 Mbit/s -
  6277  // BPS_300M: 300 Mbit/s - BPS_400M: 400 Mbit/s - BPS_500M: 500 Mbit/s - BPS_1G:
  6278  // 1 Gbit/s - BPS_2G: 2 Gbit/s - BPS_5G: 5 Gbit/s - BPS_10G: 10 Gbit/s -
  6279  // BPS_20G: 20 Gbit/s - BPS_50G: 50 Gbit/s
  6280  //
  6281  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6282  type InterconnectAttachment_Bandwidth = src.InterconnectAttachment_Bandwidth
  6283  
  6284  // Desired availability domain for the attachment. Only available for type
  6285  // PARTNER, at creation time, and can take one of the following values: -
  6286  // AVAILABILITY_DOMAIN_ANY - AVAILABILITY_DOMAIN_1 - AVAILABILITY_DOMAIN_2 For
  6287  // improved reliability, customers should configure a pair of attachments, one
  6288  // per availability domain. The selected availability domain will be provided
  6289  // to the Partner via the pairing key, so that the provisioned circuit will lie
  6290  // in the specified domain. If not specified, the value will default to
  6291  // AVAILABILITY_DOMAIN_ANY.
  6292  //
  6293  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6294  type InterconnectAttachment_EdgeAvailabilityDomain = src.InterconnectAttachment_EdgeAvailabilityDomain
  6295  
  6296  // Indicates the user-supplied encryption option of this VLAN attachment
  6297  // (interconnectAttachment). Can only be specified at attachment creation for
  6298  // PARTNER or DEDICATED attachments. Possible values are: - NONE - This is the
  6299  // default value, which means that the VLAN attachment carries unencrypted
  6300  // traffic. VMs are able to send traffic to, or receive traffic from, such a
  6301  // VLAN attachment. - IPSEC - The VLAN attachment carries only encrypted
  6302  // traffic that is encrypted by an IPsec device, such as an HA VPN gateway or
  6303  // third-party IPsec VPN. VMs cannot directly send traffic to, or receive
  6304  // traffic from, such a VLAN attachment. To use *HA VPN over Cloud
  6305  // Interconnect*, the VLAN attachment must be created with this option.
  6306  //
  6307  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6308  type InterconnectAttachment_Encryption = src.InterconnectAttachment_Encryption
  6309  
  6310  // [Output Only] The current status of whether or not this interconnect
  6311  // attachment is functional, which can take one of the following values: -
  6312  // OS_ACTIVE: The attachment has been turned up and is ready to use. -
  6313  // OS_UNPROVISIONED: The attachment is not ready to use yet, because turnup is
  6314  // not complete.
  6315  //
  6316  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6317  type InterconnectAttachment_OperationalStatus = src.InterconnectAttachment_OperationalStatus
  6318  
  6319  // The stack type for this interconnect attachment to identify whether the
  6320  // IPv6 feature is enabled or not. If not specified, IPV4_ONLY will be used.
  6321  // This field can be both set at interconnect attachments creation and update
  6322  // interconnect attachment operations.
  6323  //
  6324  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6325  type InterconnectAttachment_StackType = src.InterconnectAttachment_StackType
  6326  
  6327  // [Output Only] The current state of this attachment's functionality. Enum
  6328  // values ACTIVE and UNPROVISIONED are shared by DEDICATED/PRIVATE, PARTNER,
  6329  // and PARTNER_PROVIDER interconnect attachments, while enum values
  6330  // PENDING_PARTNER, PARTNER_REQUEST_RECEIVED, and PENDING_CUSTOMER are used for
  6331  // only PARTNER and PARTNER_PROVIDER interconnect attachments. This state can
  6332  // take one of the following values: - ACTIVE: The attachment has been turned
  6333  // up and is ready to use. - UNPROVISIONED: The attachment is not ready to use
  6334  // yet, because turnup is not complete. - PENDING_PARTNER: A newly-created
  6335  // PARTNER attachment that has not yet been configured on the Partner side. -
  6336  // PARTNER_REQUEST_RECEIVED: A PARTNER attachment is in the process of
  6337  // provisioning after a PARTNER_PROVIDER attachment was created that references
  6338  // it. - PENDING_CUSTOMER: A PARTNER or PARTNER_PROVIDER attachment that is
  6339  // waiting for a customer to activate it. - DEFUNCT: The attachment was deleted
  6340  // externally and is no longer functional. This could be because the associated
  6341  // Interconnect was removed, or because the other side of a Partner attachment
  6342  // was deleted.
  6343  //
  6344  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6345  type InterconnectAttachment_State = src.InterconnectAttachment_State
  6346  
  6347  // The type of interconnect attachment this is, which can take one of the
  6348  // following values: - DEDICATED: an attachment to a Dedicated Interconnect. -
  6349  // PARTNER: an attachment to a Partner Interconnect, created by the customer. -
  6350  // PARTNER_PROVIDER: an attachment to a Partner Interconnect, created by the
  6351  // partner.
  6352  //
  6353  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6354  type InterconnectAttachment_Type = src.InterconnectAttachment_Type
  6355  
  6356  // InterconnectAttachmentsClient is the client API for InterconnectAttachments
  6357  // service. For semantics around ctx use and closing/ending streaming RPCs,
  6358  // please refer to
  6359  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  6360  //
  6361  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6362  type InterconnectAttachmentsClient = src.InterconnectAttachmentsClient
  6363  type InterconnectAttachmentsScopedList = src.InterconnectAttachmentsScopedList
  6364  
  6365  // InterconnectAttachmentsServer is the server API for InterconnectAttachments
  6366  // service.
  6367  //
  6368  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6369  type InterconnectAttachmentsServer = src.InterconnectAttachmentsServer
  6370  
  6371  // Describes a single physical circuit between the Customer and Google.
  6372  // CircuitInfo objects are created by Google, so all fields are output only.
  6373  //
  6374  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6375  type InterconnectCircuitInfo = src.InterconnectCircuitInfo
  6376  
  6377  // Diagnostics information about interconnect, contains detailed and current
  6378  // technical information about Google's side of the connection.
  6379  //
  6380  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6381  type InterconnectDiagnostics = src.InterconnectDiagnostics
  6382  
  6383  // Describing the ARP neighbor entries seen on this link
  6384  //
  6385  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6386  type InterconnectDiagnosticsARPEntry = src.InterconnectDiagnosticsARPEntry
  6387  type InterconnectDiagnosticsLinkLACPStatus = src.InterconnectDiagnosticsLinkLACPStatus
  6388  
  6389  // The state of a LACP link, which can take one of the following values: -
  6390  // ACTIVE: The link is configured and active within the bundle. - DETACHED: The
  6391  // link is not configured within the bundle. This means that the rest of the
  6392  // object should be empty.
  6393  //
  6394  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6395  type InterconnectDiagnosticsLinkLACPStatus_State = src.InterconnectDiagnosticsLinkLACPStatus_State
  6396  type InterconnectDiagnosticsLinkOpticalPower = src.InterconnectDiagnosticsLinkOpticalPower
  6397  
  6398  // The status of the current value when compared to the warning and alarm
  6399  // levels for the receiving or transmitting transceiver. Possible states
  6400  // include: - OK: The value has not crossed a warning threshold. - LOW_WARNING:
  6401  // The value has crossed below the low warning threshold. - HIGH_WARNING: The
  6402  // value has crossed above the high warning threshold. - LOW_ALARM: The value
  6403  // has crossed below the low alarm threshold. - HIGH_ALARM: The value has
  6404  // crossed above the high alarm threshold.
  6405  //
  6406  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6407  type InterconnectDiagnosticsLinkOpticalPower_State = src.InterconnectDiagnosticsLinkOpticalPower_State
  6408  type InterconnectDiagnosticsLinkStatus = src.InterconnectDiagnosticsLinkStatus
  6409  
  6410  // Response to the list request, and contains a list of interconnects.
  6411  //
  6412  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6413  type InterconnectList = src.InterconnectList
  6414  
  6415  // Represents an Interconnect Attachment (VLAN) Location resource. You can use
  6416  // this resource to find location details about an Interconnect attachment
  6417  // (VLAN). For more information about interconnect attachments, read Creating
  6418  // VLAN Attachments.
  6419  //
  6420  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6421  type InterconnectLocation = src.InterconnectLocation
  6422  
  6423  // Response to the list request, and contains a list of interconnect
  6424  // locations.
  6425  //
  6426  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6427  type InterconnectLocationList = src.InterconnectLocationList
  6428  
  6429  // Information about any potential InterconnectAttachments between an
  6430  // Interconnect at a specific InterconnectLocation, and a specific Cloud
  6431  // Region.
  6432  //
  6433  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6434  type InterconnectLocationRegionInfo = src.InterconnectLocationRegionInfo
  6435  
  6436  // Identifies the network presence of this location.
  6437  //
  6438  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6439  type InterconnectLocationRegionInfo_LocationPresence = src.InterconnectLocationRegionInfo_LocationPresence
  6440  
  6441  // [Output Only] Continent for this location, which can take one of the
  6442  // following values: - AFRICA - ASIA_PAC - EUROPE - NORTH_AMERICA -
  6443  // SOUTH_AMERICA
  6444  //
  6445  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6446  type InterconnectLocation_Continent = src.InterconnectLocation_Continent
  6447  
  6448  // [Output Only] The status of this InterconnectLocation, which can take one
  6449  // of the following values: - CLOSED: The InterconnectLocation is closed and is
  6450  // unavailable for provisioning new Interconnects. - AVAILABLE: The
  6451  // InterconnectLocation is available for provisioning new Interconnects.
  6452  //
  6453  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6454  type InterconnectLocation_Status = src.InterconnectLocation_Status
  6455  
  6456  // InterconnectLocationsClient is the client API for InterconnectLocations
  6457  // service. For semantics around ctx use and closing/ending streaming RPCs,
  6458  // please refer to
  6459  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  6460  //
  6461  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6462  type InterconnectLocationsClient = src.InterconnectLocationsClient
  6463  
  6464  // InterconnectLocationsServer is the server API for InterconnectLocations
  6465  // service.
  6466  //
  6467  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6468  type InterconnectLocationsServer = src.InterconnectLocationsServer
  6469  
  6470  // Description of a planned outage on this Interconnect.
  6471  //
  6472  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6473  type InterconnectOutageNotification = src.InterconnectOutageNotification
  6474  
  6475  // Form this outage is expected to take, which can take one of the following
  6476  // values: - OUTAGE: The Interconnect may be completely out of service for some
  6477  // or all of the specified window. - PARTIAL_OUTAGE: Some circuits comprising
  6478  // the Interconnect as a whole should remain up, but with reduced bandwidth.
  6479  // Note that the versions of this enum prefixed with "IT_" have been deprecated
  6480  // in favor of the unprefixed values.
  6481  //
  6482  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6483  type InterconnectOutageNotification_IssueType = src.InterconnectOutageNotification_IssueType
  6484  
  6485  // The party that generated this notification, which can take the following
  6486  // value: - GOOGLE: this notification as generated by Google. Note that the
  6487  // value of NSRC_GOOGLE has been deprecated in favor of GOOGLE.
  6488  //
  6489  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6490  type InterconnectOutageNotification_Source = src.InterconnectOutageNotification_Source
  6491  
  6492  // State of this notification, which can take one of the following values: -
  6493  // ACTIVE: This outage notification is active. The event could be in the past,
  6494  // present, or future. See start_time and end_time for scheduling. - CANCELLED:
  6495  // The outage associated with this notification was cancelled before the outage
  6496  // was due to start. - COMPLETED: The outage associated with this notification
  6497  // is complete. Note that the versions of this enum prefixed with "NS_" have
  6498  // been deprecated in favor of the unprefixed values.
  6499  //
  6500  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6501  type InterconnectOutageNotification_State = src.InterconnectOutageNotification_State
  6502  
  6503  // Type of interconnect, which can take one of the following values: -
  6504  // PARTNER: A partner-managed interconnection shared between customers though a
  6505  // partner. - DEDICATED: A dedicated physical interconnection with the
  6506  // customer. Note that a value IT_PRIVATE has been deprecated in favor of
  6507  // DEDICATED.
  6508  //
  6509  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6510  type Interconnect_InterconnectType = src.Interconnect_InterconnectType
  6511  
  6512  // Type of link requested, which can take one of the following values: -
  6513  // LINK_TYPE_ETHERNET_10G_LR: A 10G Ethernet with LR optics -
  6514  // LINK_TYPE_ETHERNET_100G_LR: A 100G Ethernet with LR optics. Note that this
  6515  // field indicates the speed of each of the links in the bundle, not the speed
  6516  // of the entire bundle.
  6517  //
  6518  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6519  type Interconnect_LinkType = src.Interconnect_LinkType
  6520  
  6521  // [Output Only] The current status of this Interconnect's functionality,
  6522  // which can take one of the following values: - OS_ACTIVE: A valid
  6523  // Interconnect, which is turned up and is ready to use. Attachments may be
  6524  // provisioned on this Interconnect. - OS_UNPROVISIONED: An Interconnect that
  6525  // has not completed turnup. No attachments may be provisioned on this
  6526  // Interconnect. - OS_UNDER_MAINTENANCE: An Interconnect that is undergoing
  6527  // internal maintenance. No attachments may be provisioned or updated on this
  6528  // Interconnect.
  6529  //
  6530  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6531  type Interconnect_OperationalStatus = src.Interconnect_OperationalStatus
  6532  
  6533  // [Output Only] The current state of Interconnect functionality, which can
  6534  // take one of the following values: - ACTIVE: The Interconnect is valid,
  6535  // turned up and ready to use. Attachments may be provisioned on this
  6536  // Interconnect. - UNPROVISIONED: The Interconnect has not completed turnup. No
  6537  // attachments may be provisioned on this Interconnect. - UNDER_MAINTENANCE:
  6538  // The Interconnect is undergoing internal maintenance. No attachments may be
  6539  // provisioned or updated on this Interconnect.
  6540  //
  6541  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6542  type Interconnect_State = src.Interconnect_State
  6543  
  6544  // InterconnectsClient is the client API for Interconnects service. For
  6545  // semantics around ctx use and closing/ending streaming RPCs, please refer to
  6546  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  6547  //
  6548  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6549  type InterconnectsClient = src.InterconnectsClient
  6550  
  6551  // Response for the InterconnectsGetDiagnosticsRequest.
  6552  //
  6553  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6554  type InterconnectsGetDiagnosticsResponse = src.InterconnectsGetDiagnosticsResponse
  6555  
  6556  // InterconnectsServer is the server API for Interconnects service.
  6557  //
  6558  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6559  type InterconnectsServer = src.InterconnectsServer
  6560  
  6561  // A request message for UrlMaps.InvalidateCache. See the method description
  6562  // for details.
  6563  //
  6564  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6565  type InvalidateCacheUrlMapRequest = src.InvalidateCacheUrlMapRequest
  6566  
  6567  // Metadata
  6568  //
  6569  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6570  type Items = src.Items
  6571  
  6572  // Represents a License resource. A License represents billing and aggregate
  6573  // usage data for public and marketplace images. *Caution* This resource is
  6574  // intended for use only by third-party partners who are creating Cloud
  6575  // Marketplace images.
  6576  //
  6577  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6578  type License = src.License
  6579  
  6580  // Represents a License Code resource. A License Code is a unique identifier
  6581  // used to represent a license resource. *Caution* This resource is intended
  6582  // for use only by third-party partners who are creating Cloud Marketplace
  6583  // images.
  6584  //
  6585  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6586  type LicenseCode = src.LicenseCode
  6587  type LicenseCodeLicenseAlias = src.LicenseCodeLicenseAlias
  6588  
  6589  // [Output Only] Current state of this License Code.
  6590  //
  6591  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6592  type LicenseCode_State = src.LicenseCode_State
  6593  
  6594  // LicenseCodesClient is the client API for LicenseCodes service. For
  6595  // semantics around ctx use and closing/ending streaming RPCs, please refer to
  6596  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  6597  //
  6598  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6599  type LicenseCodesClient = src.LicenseCodesClient
  6600  
  6601  // LicenseCodesServer is the server API for LicenseCodes service.
  6602  //
  6603  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6604  type LicenseCodesServer = src.LicenseCodesServer
  6605  
  6606  // Commitment for a particular license resource.
  6607  //
  6608  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6609  type LicenseResourceCommitment = src.LicenseResourceCommitment
  6610  type LicenseResourceRequirements = src.LicenseResourceRequirements
  6611  
  6612  // LicensesClient is the client API for Licenses service. For semantics around
  6613  // ctx use and closing/ending streaming RPCs, please refer to
  6614  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  6615  //
  6616  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6617  type LicensesClient = src.LicensesClient
  6618  type LicensesListResponse = src.LicensesListResponse
  6619  
  6620  // LicensesServer is the server API for Licenses service.
  6621  //
  6622  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6623  type LicensesServer = src.LicensesServer
  6624  
  6625  // A request message for AcceleratorTypes.List. See the method description for
  6626  // details.
  6627  //
  6628  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6629  type ListAcceleratorTypesRequest = src.ListAcceleratorTypesRequest
  6630  
  6631  // A request message for Addresses.List. See the method description for
  6632  // details.
  6633  //
  6634  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6635  type ListAddressesRequest = src.ListAddressesRequest
  6636  
  6637  // A request message for FirewallPolicies.ListAssociations. See the method
  6638  // description for details.
  6639  //
  6640  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6641  type ListAssociationsFirewallPolicyRequest = src.ListAssociationsFirewallPolicyRequest
  6642  
  6643  // A request message for Autoscalers.List. See the method description for
  6644  // details.
  6645  //
  6646  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6647  type ListAutoscalersRequest = src.ListAutoscalersRequest
  6648  
  6649  // A request message for RegionSslPolicies.ListAvailableFeatures. See the
  6650  // method description for details.
  6651  //
  6652  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6653  type ListAvailableFeaturesRegionSslPoliciesRequest = src.ListAvailableFeaturesRegionSslPoliciesRequest
  6654  
  6655  // A request message for SslPolicies.ListAvailableFeatures. See the method
  6656  // description for details.
  6657  //
  6658  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6659  type ListAvailableFeaturesSslPoliciesRequest = src.ListAvailableFeaturesSslPoliciesRequest
  6660  
  6661  // A request message for BackendBuckets.List. See the method description for
  6662  // details.
  6663  //
  6664  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6665  type ListBackendBucketsRequest = src.ListBackendBucketsRequest
  6666  
  6667  // A request message for BackendServices.List. See the method description for
  6668  // details.
  6669  //
  6670  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6671  type ListBackendServicesRequest = src.ListBackendServicesRequest
  6672  
  6673  // A request message for DiskTypes.List. See the method description for
  6674  // details.
  6675  //
  6676  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6677  type ListDiskTypesRequest = src.ListDiskTypesRequest
  6678  
  6679  // A request message for Disks.List. See the method description for details.
  6680  //
  6681  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6682  type ListDisksRequest = src.ListDisksRequest
  6683  
  6684  // A request message for InstanceGroupManagers.ListErrors. See the method
  6685  // description for details.
  6686  //
  6687  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6688  type ListErrorsInstanceGroupManagersRequest = src.ListErrorsInstanceGroupManagersRequest
  6689  
  6690  // A request message for RegionInstanceGroupManagers.ListErrors. See the
  6691  // method description for details.
  6692  //
  6693  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6694  type ListErrorsRegionInstanceGroupManagersRequest = src.ListErrorsRegionInstanceGroupManagersRequest
  6695  
  6696  // A request message for ExternalVpnGateways.List. See the method description
  6697  // for details.
  6698  //
  6699  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6700  type ListExternalVpnGatewaysRequest = src.ListExternalVpnGatewaysRequest
  6701  
  6702  // A request message for FirewallPolicies.List. See the method description for
  6703  // details.
  6704  //
  6705  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6706  type ListFirewallPoliciesRequest = src.ListFirewallPoliciesRequest
  6707  
  6708  // A request message for Firewalls.List. See the method description for
  6709  // details.
  6710  //
  6711  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6712  type ListFirewallsRequest = src.ListFirewallsRequest
  6713  
  6714  // A request message for ForwardingRules.List. See the method description for
  6715  // details.
  6716  //
  6717  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6718  type ListForwardingRulesRequest = src.ListForwardingRulesRequest
  6719  
  6720  // A request message for GlobalAddresses.List. See the method description for
  6721  // details.
  6722  //
  6723  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6724  type ListGlobalAddressesRequest = src.ListGlobalAddressesRequest
  6725  
  6726  // A request message for GlobalForwardingRules.List. See the method
  6727  // description for details.
  6728  //
  6729  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6730  type ListGlobalForwardingRulesRequest = src.ListGlobalForwardingRulesRequest
  6731  
  6732  // A request message for GlobalNetworkEndpointGroups.List. See the method
  6733  // description for details.
  6734  //
  6735  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6736  type ListGlobalNetworkEndpointGroupsRequest = src.ListGlobalNetworkEndpointGroupsRequest
  6737  
  6738  // A request message for GlobalOperations.List. See the method description for
  6739  // details.
  6740  //
  6741  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6742  type ListGlobalOperationsRequest = src.ListGlobalOperationsRequest
  6743  
  6744  // A request message for GlobalOrganizationOperations.List. See the method
  6745  // description for details.
  6746  //
  6747  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6748  type ListGlobalOrganizationOperationsRequest = src.ListGlobalOrganizationOperationsRequest
  6749  
  6750  // A request message for GlobalPublicDelegatedPrefixes.List. See the method
  6751  // description for details.
  6752  //
  6753  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6754  type ListGlobalPublicDelegatedPrefixesRequest = src.ListGlobalPublicDelegatedPrefixesRequest
  6755  
  6756  // A request message for HealthChecks.List. See the method description for
  6757  // details.
  6758  //
  6759  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6760  type ListHealthChecksRequest = src.ListHealthChecksRequest
  6761  
  6762  // A request message for Images.List. See the method description for details.
  6763  //
  6764  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6765  type ListImagesRequest = src.ListImagesRequest
  6766  
  6767  // A request message for InstanceGroupManagers.List. See the method
  6768  // description for details.
  6769  //
  6770  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6771  type ListInstanceGroupManagersRequest = src.ListInstanceGroupManagersRequest
  6772  
  6773  // A request message for InstanceGroups.List. See the method description for
  6774  // details.
  6775  //
  6776  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6777  type ListInstanceGroupsRequest = src.ListInstanceGroupsRequest
  6778  
  6779  // A request message for InstanceTemplates.List. See the method description
  6780  // for details.
  6781  //
  6782  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6783  type ListInstanceTemplatesRequest = src.ListInstanceTemplatesRequest
  6784  
  6785  // A request message for InstanceGroups.ListInstances. See the method
  6786  // description for details.
  6787  //
  6788  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6789  type ListInstancesInstanceGroupsRequest = src.ListInstancesInstanceGroupsRequest
  6790  
  6791  // A request message for RegionInstanceGroups.ListInstances. See the method
  6792  // description for details.
  6793  //
  6794  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6795  type ListInstancesRegionInstanceGroupsRequest = src.ListInstancesRegionInstanceGroupsRequest
  6796  
  6797  // A request message for Instances.List. See the method description for
  6798  // details.
  6799  //
  6800  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6801  type ListInstancesRequest = src.ListInstancesRequest
  6802  
  6803  // A request message for InterconnectAttachments.List. See the method
  6804  // description for details.
  6805  //
  6806  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6807  type ListInterconnectAttachmentsRequest = src.ListInterconnectAttachmentsRequest
  6808  
  6809  // A request message for InterconnectLocations.List. See the method
  6810  // description for details.
  6811  //
  6812  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6813  type ListInterconnectLocationsRequest = src.ListInterconnectLocationsRequest
  6814  
  6815  // A request message for Interconnects.List. See the method description for
  6816  // details.
  6817  //
  6818  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6819  type ListInterconnectsRequest = src.ListInterconnectsRequest
  6820  
  6821  // A request message for Licenses.List. See the method description for
  6822  // details.
  6823  //
  6824  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6825  type ListLicensesRequest = src.ListLicensesRequest
  6826  
  6827  // A request message for MachineImages.List. See the method description for
  6828  // details.
  6829  //
  6830  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6831  type ListMachineImagesRequest = src.ListMachineImagesRequest
  6832  
  6833  // A request message for MachineTypes.List. See the method description for
  6834  // details.
  6835  //
  6836  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6837  type ListMachineTypesRequest = src.ListMachineTypesRequest
  6838  
  6839  // A request message for InstanceGroupManagers.ListManagedInstances. See the
  6840  // method description for details.
  6841  //
  6842  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6843  type ListManagedInstancesInstanceGroupManagersRequest = src.ListManagedInstancesInstanceGroupManagersRequest
  6844  
  6845  // A request message for RegionInstanceGroupManagers.ListManagedInstances. See
  6846  // the method description for details.
  6847  //
  6848  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6849  type ListManagedInstancesRegionInstanceGroupManagersRequest = src.ListManagedInstancesRegionInstanceGroupManagersRequest
  6850  
  6851  // A request message for NetworkEndpointGroups.List. See the method
  6852  // description for details.
  6853  //
  6854  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6855  type ListNetworkEndpointGroupsRequest = src.ListNetworkEndpointGroupsRequest
  6856  
  6857  // A request message for GlobalNetworkEndpointGroups.ListNetworkEndpoints. See
  6858  // the method description for details.
  6859  //
  6860  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6861  type ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest = src.ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest
  6862  
  6863  // A request message for NetworkEndpointGroups.ListNetworkEndpoints. See the
  6864  // method description for details.
  6865  //
  6866  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6867  type ListNetworkEndpointsNetworkEndpointGroupsRequest = src.ListNetworkEndpointsNetworkEndpointGroupsRequest
  6868  
  6869  // A request message for NetworkFirewallPolicies.List. See the method
  6870  // description for details.
  6871  //
  6872  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6873  type ListNetworkFirewallPoliciesRequest = src.ListNetworkFirewallPoliciesRequest
  6874  
  6875  // A request message for Networks.List. See the method description for
  6876  // details.
  6877  //
  6878  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6879  type ListNetworksRequest = src.ListNetworksRequest
  6880  
  6881  // A request message for NodeGroups.List. See the method description for
  6882  // details.
  6883  //
  6884  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6885  type ListNodeGroupsRequest = src.ListNodeGroupsRequest
  6886  
  6887  // A request message for NodeTemplates.List. See the method description for
  6888  // details.
  6889  //
  6890  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6891  type ListNodeTemplatesRequest = src.ListNodeTemplatesRequest
  6892  
  6893  // A request message for NodeTypes.List. See the method description for
  6894  // details.
  6895  //
  6896  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6897  type ListNodeTypesRequest = src.ListNodeTypesRequest
  6898  
  6899  // A request message for NodeGroups.ListNodes. See the method description for
  6900  // details.
  6901  //
  6902  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6903  type ListNodesNodeGroupsRequest = src.ListNodesNodeGroupsRequest
  6904  
  6905  // A request message for PacketMirrorings.List. See the method description for
  6906  // details.
  6907  //
  6908  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6909  type ListPacketMirroringsRequest = src.ListPacketMirroringsRequest
  6910  
  6911  // A request message for Networks.ListPeeringRoutes. See the method
  6912  // description for details.
  6913  //
  6914  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6915  type ListPeeringRoutesNetworksRequest = src.ListPeeringRoutesNetworksRequest
  6916  
  6917  // The direction of the exchanged routes.
  6918  //
  6919  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6920  type ListPeeringRoutesNetworksRequest_Direction = src.ListPeeringRoutesNetworksRequest_Direction
  6921  
  6922  // A request message for InstanceGroupManagers.ListPerInstanceConfigs. See the
  6923  // method description for details.
  6924  //
  6925  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6926  type ListPerInstanceConfigsInstanceGroupManagersRequest = src.ListPerInstanceConfigsInstanceGroupManagersRequest
  6927  
  6928  // A request message for RegionInstanceGroupManagers.ListPerInstanceConfigs.
  6929  // See the method description for details.
  6930  //
  6931  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6932  type ListPerInstanceConfigsRegionInstanceGroupManagersRequest = src.ListPerInstanceConfigsRegionInstanceGroupManagersRequest
  6933  
  6934  // A request message for SecurityPolicies.ListPreconfiguredExpressionSets. See
  6935  // the method description for details.
  6936  //
  6937  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6938  type ListPreconfiguredExpressionSetsSecurityPoliciesRequest = src.ListPreconfiguredExpressionSetsSecurityPoliciesRequest
  6939  
  6940  // A request message for PublicAdvertisedPrefixes.List. See the method
  6941  // description for details.
  6942  //
  6943  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6944  type ListPublicAdvertisedPrefixesRequest = src.ListPublicAdvertisedPrefixesRequest
  6945  
  6946  // A request message for PublicDelegatedPrefixes.List. See the method
  6947  // description for details.
  6948  //
  6949  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6950  type ListPublicDelegatedPrefixesRequest = src.ListPublicDelegatedPrefixesRequest
  6951  
  6952  // A request message for Instances.ListReferrers. See the method description
  6953  // for details.
  6954  //
  6955  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6956  type ListReferrersInstancesRequest = src.ListReferrersInstancesRequest
  6957  
  6958  // A request message for RegionAutoscalers.List. See the method description
  6959  // for details.
  6960  //
  6961  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6962  type ListRegionAutoscalersRequest = src.ListRegionAutoscalersRequest
  6963  
  6964  // A request message for RegionBackendServices.List. See the method
  6965  // description for details.
  6966  //
  6967  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6968  type ListRegionBackendServicesRequest = src.ListRegionBackendServicesRequest
  6969  
  6970  // A request message for RegionCommitments.List. See the method description
  6971  // for details.
  6972  //
  6973  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6974  type ListRegionCommitmentsRequest = src.ListRegionCommitmentsRequest
  6975  
  6976  // A request message for RegionDiskTypes.List. See the method description for
  6977  // details.
  6978  //
  6979  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6980  type ListRegionDiskTypesRequest = src.ListRegionDiskTypesRequest
  6981  
  6982  // A request message for RegionDisks.List. See the method description for
  6983  // details.
  6984  //
  6985  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6986  type ListRegionDisksRequest = src.ListRegionDisksRequest
  6987  
  6988  // A request message for RegionHealthCheckServices.List. See the method
  6989  // description for details.
  6990  //
  6991  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6992  type ListRegionHealthCheckServicesRequest = src.ListRegionHealthCheckServicesRequest
  6993  
  6994  // A request message for RegionHealthChecks.List. See the method description
  6995  // for details.
  6996  //
  6997  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  6998  type ListRegionHealthChecksRequest = src.ListRegionHealthChecksRequest
  6999  
  7000  // A request message for RegionInstanceGroupManagers.List. See the method
  7001  // description for details.
  7002  //
  7003  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7004  type ListRegionInstanceGroupManagersRequest = src.ListRegionInstanceGroupManagersRequest
  7005  
  7006  // A request message for RegionInstanceGroups.List. See the method description
  7007  // for details.
  7008  //
  7009  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7010  type ListRegionInstanceGroupsRequest = src.ListRegionInstanceGroupsRequest
  7011  
  7012  // A request message for RegionNetworkEndpointGroups.List. See the method
  7013  // description for details.
  7014  //
  7015  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7016  type ListRegionNetworkEndpointGroupsRequest = src.ListRegionNetworkEndpointGroupsRequest
  7017  
  7018  // A request message for RegionNetworkFirewallPolicies.List. See the method
  7019  // description for details.
  7020  //
  7021  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7022  type ListRegionNetworkFirewallPoliciesRequest = src.ListRegionNetworkFirewallPoliciesRequest
  7023  
  7024  // A request message for RegionNotificationEndpoints.List. See the method
  7025  // description for details.
  7026  //
  7027  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7028  type ListRegionNotificationEndpointsRequest = src.ListRegionNotificationEndpointsRequest
  7029  
  7030  // A request message for RegionOperations.List. See the method description for
  7031  // details.
  7032  //
  7033  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7034  type ListRegionOperationsRequest = src.ListRegionOperationsRequest
  7035  
  7036  // A request message for RegionSecurityPolicies.List. See the method
  7037  // description for details.
  7038  //
  7039  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7040  type ListRegionSecurityPoliciesRequest = src.ListRegionSecurityPoliciesRequest
  7041  
  7042  // A request message for RegionSslCertificates.List. See the method
  7043  // description for details.
  7044  //
  7045  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7046  type ListRegionSslCertificatesRequest = src.ListRegionSslCertificatesRequest
  7047  
  7048  // A request message for RegionSslPolicies.List. See the method description
  7049  // for details.
  7050  //
  7051  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7052  type ListRegionSslPoliciesRequest = src.ListRegionSslPoliciesRequest
  7053  
  7054  // A request message for RegionTargetHttpProxies.List. See the method
  7055  // description for details.
  7056  //
  7057  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7058  type ListRegionTargetHttpProxiesRequest = src.ListRegionTargetHttpProxiesRequest
  7059  
  7060  // A request message for RegionTargetHttpsProxies.List. See the method
  7061  // description for details.
  7062  //
  7063  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7064  type ListRegionTargetHttpsProxiesRequest = src.ListRegionTargetHttpsProxiesRequest
  7065  
  7066  // A request message for RegionTargetTcpProxies.List. See the method
  7067  // description for details.
  7068  //
  7069  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7070  type ListRegionTargetTcpProxiesRequest = src.ListRegionTargetTcpProxiesRequest
  7071  
  7072  // A request message for RegionUrlMaps.List. See the method description for
  7073  // details.
  7074  //
  7075  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7076  type ListRegionUrlMapsRequest = src.ListRegionUrlMapsRequest
  7077  
  7078  // A request message for Regions.List. See the method description for details.
  7079  //
  7080  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7081  type ListRegionsRequest = src.ListRegionsRequest
  7082  
  7083  // A request message for Reservations.List. See the method description for
  7084  // details.
  7085  //
  7086  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7087  type ListReservationsRequest = src.ListReservationsRequest
  7088  
  7089  // A request message for ResourcePolicies.List. See the method description for
  7090  // details.
  7091  //
  7092  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7093  type ListResourcePoliciesRequest = src.ListResourcePoliciesRequest
  7094  
  7095  // A request message for Routers.List. See the method description for details.
  7096  //
  7097  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7098  type ListRoutersRequest = src.ListRoutersRequest
  7099  
  7100  // A request message for Routes.List. See the method description for details.
  7101  //
  7102  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7103  type ListRoutesRequest = src.ListRoutesRequest
  7104  
  7105  // A request message for SecurityPolicies.List. See the method description for
  7106  // details.
  7107  //
  7108  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7109  type ListSecurityPoliciesRequest = src.ListSecurityPoliciesRequest
  7110  
  7111  // A request message for ServiceAttachments.List. See the method description
  7112  // for details.
  7113  //
  7114  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7115  type ListServiceAttachmentsRequest = src.ListServiceAttachmentsRequest
  7116  
  7117  // A request message for Snapshots.List. See the method description for
  7118  // details.
  7119  //
  7120  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7121  type ListSnapshotsRequest = src.ListSnapshotsRequest
  7122  
  7123  // A request message for SslCertificates.List. See the method description for
  7124  // details.
  7125  //
  7126  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7127  type ListSslCertificatesRequest = src.ListSslCertificatesRequest
  7128  
  7129  // A request message for SslPolicies.List. See the method description for
  7130  // details.
  7131  //
  7132  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7133  type ListSslPoliciesRequest = src.ListSslPoliciesRequest
  7134  
  7135  // A request message for Subnetworks.List. See the method description for
  7136  // details.
  7137  //
  7138  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7139  type ListSubnetworksRequest = src.ListSubnetworksRequest
  7140  
  7141  // A request message for TargetGrpcProxies.List. See the method description
  7142  // for details.
  7143  //
  7144  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7145  type ListTargetGrpcProxiesRequest = src.ListTargetGrpcProxiesRequest
  7146  
  7147  // A request message for TargetHttpProxies.List. See the method description
  7148  // for details.
  7149  //
  7150  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7151  type ListTargetHttpProxiesRequest = src.ListTargetHttpProxiesRequest
  7152  
  7153  // A request message for TargetHttpsProxies.List. See the method description
  7154  // for details.
  7155  //
  7156  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7157  type ListTargetHttpsProxiesRequest = src.ListTargetHttpsProxiesRequest
  7158  
  7159  // A request message for TargetInstances.List. See the method description for
  7160  // details.
  7161  //
  7162  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7163  type ListTargetInstancesRequest = src.ListTargetInstancesRequest
  7164  
  7165  // A request message for TargetPools.List. See the method description for
  7166  // details.
  7167  //
  7168  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7169  type ListTargetPoolsRequest = src.ListTargetPoolsRequest
  7170  
  7171  // A request message for TargetSslProxies.List. See the method description for
  7172  // details.
  7173  //
  7174  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7175  type ListTargetSslProxiesRequest = src.ListTargetSslProxiesRequest
  7176  
  7177  // A request message for TargetTcpProxies.List. See the method description for
  7178  // details.
  7179  //
  7180  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7181  type ListTargetTcpProxiesRequest = src.ListTargetTcpProxiesRequest
  7182  
  7183  // A request message for TargetVpnGateways.List. See the method description
  7184  // for details.
  7185  //
  7186  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7187  type ListTargetVpnGatewaysRequest = src.ListTargetVpnGatewaysRequest
  7188  
  7189  // A request message for UrlMaps.List. See the method description for details.
  7190  //
  7191  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7192  type ListUrlMapsRequest = src.ListUrlMapsRequest
  7193  
  7194  // A request message for Subnetworks.ListUsable. See the method description
  7195  // for details.
  7196  //
  7197  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7198  type ListUsableSubnetworksRequest = src.ListUsableSubnetworksRequest
  7199  
  7200  // A request message for VpnGateways.List. See the method description for
  7201  // details.
  7202  //
  7203  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7204  type ListVpnGatewaysRequest = src.ListVpnGatewaysRequest
  7205  
  7206  // A request message for VpnTunnels.List. See the method description for
  7207  // details.
  7208  //
  7209  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7210  type ListVpnTunnelsRequest = src.ListVpnTunnelsRequest
  7211  
  7212  // A request message for Projects.ListXpnHosts. See the method description for
  7213  // details.
  7214  //
  7215  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7216  type ListXpnHostsProjectsRequest = src.ListXpnHostsProjectsRequest
  7217  
  7218  // A request message for ZoneOperations.List. See the method description for
  7219  // details.
  7220  //
  7221  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7222  type ListZoneOperationsRequest = src.ListZoneOperationsRequest
  7223  
  7224  // A request message for Zones.List. See the method description for details.
  7225  //
  7226  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7227  type ListZonesRequest = src.ListZonesRequest
  7228  type LocalDisk = src.LocalDisk
  7229  
  7230  // Provides a localized error message that is safe to return to the user which
  7231  // can be attached to an RPC error.
  7232  //
  7233  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7234  type LocalizedMessage = src.LocalizedMessage
  7235  
  7236  // Configuration for location policy among multiple possible locations (e.g.
  7237  // preferences for zone selection among zones in a single region).
  7238  //
  7239  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7240  type LocationPolicy = src.LocationPolicy
  7241  type LocationPolicyLocation = src.LocationPolicyLocation
  7242  
  7243  // Per-zone constraints on location policy for this zone.
  7244  //
  7245  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7246  type LocationPolicyLocationConstraints = src.LocationPolicyLocationConstraints
  7247  
  7248  // Preference for a given location. Set to either ALLOW or DENY.
  7249  //
  7250  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7251  type LocationPolicyLocation_Preference = src.LocationPolicyLocation_Preference
  7252  
  7253  // Strategy for distributing VMs across zones in a region.
  7254  //
  7255  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7256  type LocationPolicy_TargetShape = src.LocationPolicy_TargetShape
  7257  
  7258  // This is deprecated and has no effect. Do not use.
  7259  //
  7260  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7261  type LogConfig = src.LogConfig
  7262  
  7263  // This is deprecated and has no effect. Do not use.
  7264  //
  7265  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7266  type LogConfigCloudAuditOptions = src.LogConfigCloudAuditOptions
  7267  
  7268  // This is deprecated and has no effect. Do not use.
  7269  //
  7270  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7271  type LogConfigCloudAuditOptions_LogName = src.LogConfigCloudAuditOptions_LogName
  7272  
  7273  // This is deprecated and has no effect. Do not use.
  7274  //
  7275  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7276  type LogConfigCounterOptions = src.LogConfigCounterOptions
  7277  
  7278  // This is deprecated and has no effect. Do not use.
  7279  //
  7280  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7281  type LogConfigCounterOptionsCustomField = src.LogConfigCounterOptionsCustomField
  7282  
  7283  // This is deprecated and has no effect. Do not use.
  7284  //
  7285  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7286  type LogConfigDataAccessOptions = src.LogConfigDataAccessOptions
  7287  
  7288  // This is deprecated and has no effect. Do not use.
  7289  //
  7290  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7291  type LogConfigDataAccessOptions_LogMode = src.LogConfigDataAccessOptions_LogMode
  7292  
  7293  // Represents a machine image resource. A machine image is a Compute Engine
  7294  // resource that stores all the configuration, metadata, permissions, and data
  7295  // from one or more disks required to create a Virtual machine (VM) instance.
  7296  // For more information, see Machine images.
  7297  //
  7298  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7299  type MachineImage = src.MachineImage
  7300  
  7301  // A list of machine images.
  7302  //
  7303  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7304  type MachineImageList = src.MachineImageList
  7305  
  7306  // [Output Only] The status of the machine image. One of the following values:
  7307  // INVALID, CREATING, READY, DELETING, and UPLOADING.
  7308  //
  7309  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7310  type MachineImage_Status = src.MachineImage_Status
  7311  
  7312  // MachineImagesClient is the client API for MachineImages service. For
  7313  // semantics around ctx use and closing/ending streaming RPCs, please refer to
  7314  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  7315  //
  7316  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7317  type MachineImagesClient = src.MachineImagesClient
  7318  
  7319  // MachineImagesServer is the server API for MachineImages service.
  7320  //
  7321  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7322  type MachineImagesServer = src.MachineImagesServer
  7323  
  7324  // Represents a Machine Type resource. You can use specific machine types for
  7325  // your VM instances based on performance and pricing requirements. For more
  7326  // information, read Machine Types.
  7327  //
  7328  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7329  type MachineType = src.MachineType
  7330  type MachineTypeAggregatedList = src.MachineTypeAggregatedList
  7331  
  7332  // Contains a list of machine types.
  7333  //
  7334  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7335  type MachineTypeList = src.MachineTypeList
  7336  
  7337  // MachineTypesClient is the client API for MachineTypes service. For
  7338  // semantics around ctx use and closing/ending streaming RPCs, please refer to
  7339  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  7340  //
  7341  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7342  type MachineTypesClient = src.MachineTypesClient
  7343  type MachineTypesScopedList = src.MachineTypesScopedList
  7344  
  7345  // MachineTypesServer is the server API for MachineTypes service.
  7346  //
  7347  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7348  type MachineTypesServer = src.MachineTypesServer
  7349  
  7350  // A Managed Instance resource.
  7351  //
  7352  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7353  type ManagedInstance = src.ManagedInstance
  7354  type ManagedInstanceInstanceHealth = src.ManagedInstanceInstanceHealth
  7355  
  7356  // [Output Only] The current detailed instance health state.
  7357  //
  7358  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7359  type ManagedInstanceInstanceHealth_DetailedHealthState = src.ManagedInstanceInstanceHealth_DetailedHealthState
  7360  type ManagedInstanceLastAttempt = src.ManagedInstanceLastAttempt
  7361  type ManagedInstanceVersion = src.ManagedInstanceVersion
  7362  
  7363  // [Output Only] The current action that the managed instance group has
  7364  // scheduled for the instance. Possible values: - NONE The instance is running,
  7365  // and the managed instance group does not have any scheduled actions for this
  7366  // instance. - CREATING The managed instance group is creating this instance.
  7367  // If the group fails to create this instance, it will try again until it is
  7368  // successful. - CREATING_WITHOUT_RETRIES The managed instance group is
  7369  // attempting to create this instance only once. If the group fails to create
  7370  // this instance, it does not try again and the group's targetSize value is
  7371  // decreased instead. - RECREATING The managed instance group is recreating
  7372  // this instance. - DELETING The managed instance group is permanently deleting
  7373  // this instance. - ABANDONING The managed instance group is abandoning this
  7374  // instance. The instance will be removed from the instance group and from any
  7375  // target pools that are associated with this group. - RESTARTING The managed
  7376  // instance group is restarting the instance. - REFRESHING The managed instance
  7377  // group is applying configuration changes to the instance without stopping it.
  7378  // For example, the group can update the target pool list for an instance
  7379  // without stopping that instance. - VERIFYING The managed instance group has
  7380  // created the instance and it is in the process of being verified. Additional
  7381  // supported values which may be not listed in the enum directly due to
  7382  // technical reasons: STOPPING SUSPENDING
  7383  //
  7384  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7385  type ManagedInstance_CurrentAction = src.ManagedInstance_CurrentAction
  7386  
  7387  // [Output Only] The status of the instance. This field is empty when the
  7388  // instance does not exist. Additional supported values which may be not listed
  7389  // in the enum directly due to technical reasons: STOPPING SUSPENDING
  7390  //
  7391  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7392  type ManagedInstance_InstanceStatus = src.ManagedInstance_InstanceStatus
  7393  
  7394  // A metadata key/value entry.
  7395  //
  7396  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7397  type Metadata = src.Metadata
  7398  
  7399  // Opaque filter criteria used by load balancers to restrict routing
  7400  // configuration to a limited set of load balancing proxies. Proxies and
  7401  // sidecars involved in load balancing would typically present metadata to the
  7402  // load balancers that need to match criteria specified here. If a match takes
  7403  // place, the relevant configuration is made available to those proxies. For
  7404  // each metadataFilter in this list, if its filterMatchCriteria is set to
  7405  // MATCH_ANY, at least one of the filterLabels must match the corresponding
  7406  // label provided in the metadata. If its filterMatchCriteria is set to
  7407  // MATCH_ALL, then all of its filterLabels must match with corresponding labels
  7408  // provided in the metadata. An example for using metadataFilters would be: if
  7409  // load balancing involves Envoys, they receive routing configuration when
  7410  // values in metadataFilters match values supplied in of their XDS requests to
  7411  // loadbalancers.
  7412  //
  7413  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7414  type MetadataFilter = src.MetadataFilter
  7415  
  7416  // MetadataFilter label name value pairs that are expected to match
  7417  // corresponding labels presented as metadata to the load balancer.
  7418  //
  7419  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7420  type MetadataFilterLabelMatch = src.MetadataFilterLabelMatch
  7421  
  7422  // Specifies how individual filter label matches within the list of
  7423  // filterLabels and contributes toward the overall metadataFilter match.
  7424  // Supported values are: - MATCH_ANY: at least one of the filterLabels must
  7425  // have a matching label in the provided metadata. - MATCH_ALL: all
  7426  // filterLabels must have matching labels in the provided metadata.
  7427  //
  7428  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7429  type MetadataFilter_FilterMatchCriteria = src.MetadataFilter_FilterMatchCriteria
  7430  
  7431  // A request message for Projects.MoveDisk. See the method description for
  7432  // details.
  7433  //
  7434  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7435  type MoveDiskProjectRequest = src.MoveDiskProjectRequest
  7436  
  7437  // A request message for FirewallPolicies.Move. See the method description for
  7438  // details.
  7439  //
  7440  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7441  type MoveFirewallPolicyRequest = src.MoveFirewallPolicyRequest
  7442  
  7443  // A request message for Projects.MoveInstance. See the method description for
  7444  // details.
  7445  //
  7446  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7447  type MoveInstanceProjectRequest = src.MoveInstanceProjectRequest
  7448  
  7449  // The named port. For example: <"http", 80>.
  7450  //
  7451  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7452  type NamedPort = src.NamedPort
  7453  
  7454  // Represents a VPC Network resource. Networks connect resources to each other
  7455  // and to the internet. For more information, read Virtual Private Cloud (VPC)
  7456  // Network.
  7457  //
  7458  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7459  type Network = src.Network
  7460  
  7461  // Represents a Google Cloud Armor network edge security service resource.
  7462  //
  7463  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7464  type NetworkEdgeSecurityService = src.NetworkEdgeSecurityService
  7465  type NetworkEdgeSecurityServiceAggregatedList = src.NetworkEdgeSecurityServiceAggregatedList
  7466  
  7467  // NetworkEdgeSecurityServicesClient is the client API for
  7468  // NetworkEdgeSecurityServices service. For semantics around ctx use and
  7469  // closing/ending streaming RPCs, please refer to
  7470  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  7471  //
  7472  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7473  type NetworkEdgeSecurityServicesClient = src.NetworkEdgeSecurityServicesClient
  7474  type NetworkEdgeSecurityServicesScopedList = src.NetworkEdgeSecurityServicesScopedList
  7475  
  7476  // NetworkEdgeSecurityServicesServer is the server API for
  7477  // NetworkEdgeSecurityServices service.
  7478  //
  7479  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7480  type NetworkEdgeSecurityServicesServer = src.NetworkEdgeSecurityServicesServer
  7481  
  7482  // The network endpoint.
  7483  //
  7484  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7485  type NetworkEndpoint = src.NetworkEndpoint
  7486  
  7487  // Represents a collection of network endpoints. A network endpoint group
  7488  // (NEG) defines how a set of endpoints should be reached, whether they are
  7489  // reachable, and where they are located. For more information about using
  7490  // NEGs, see Setting up external HTTP(S) Load Balancing with internet NEGs,
  7491  // Setting up zonal NEGs, or Setting up external HTTP(S) Load Balancing with
  7492  // serverless NEGs.
  7493  //
  7494  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7495  type NetworkEndpointGroup = src.NetworkEndpointGroup
  7496  type NetworkEndpointGroupAggregatedList = src.NetworkEndpointGroupAggregatedList
  7497  
  7498  // Configuration for an App Engine network endpoint group (NEG). The service
  7499  // is optional, may be provided explicitly or in the URL mask. The version is
  7500  // optional and can only be provided explicitly or in the URL mask when service
  7501  // is present. Note: App Engine service must be in the same project and located
  7502  // in the same region as the Serverless NEG.
  7503  //
  7504  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7505  type NetworkEndpointGroupAppEngine = src.NetworkEndpointGroupAppEngine
  7506  
  7507  // Configuration for a Cloud Function network endpoint group (NEG). The
  7508  // function must be provided explicitly or in the URL mask. Note: Cloud
  7509  // Function must be in the same project and located in the same region as the
  7510  // Serverless NEG.
  7511  //
  7512  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7513  type NetworkEndpointGroupCloudFunction = src.NetworkEndpointGroupCloudFunction
  7514  
  7515  // Configuration for a Cloud Run network endpoint group (NEG). The service
  7516  // must be provided explicitly or in the URL mask. The tag is optional, may be
  7517  // provided explicitly or in the URL mask. Note: Cloud Run service must be in
  7518  // the same project and located in the same region as the Serverless NEG.
  7519  //
  7520  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7521  type NetworkEndpointGroupCloudRun = src.NetworkEndpointGroupCloudRun
  7522  type NetworkEndpointGroupList = src.NetworkEndpointGroupList
  7523  
  7524  // All data that is specifically relevant to only network endpoint groups of
  7525  // type PRIVATE_SERVICE_CONNECT.
  7526  //
  7527  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7528  type NetworkEndpointGroupPscData = src.NetworkEndpointGroupPscData
  7529  
  7530  // [Output Only] The connection status of the PSC Forwarding Rule.
  7531  //
  7532  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7533  type NetworkEndpointGroupPscData_PscConnectionStatus = src.NetworkEndpointGroupPscData_PscConnectionStatus
  7534  
  7535  // Type of network endpoints in this network endpoint group. Can be one of
  7536  // GCE_VM_IP, GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT,
  7537  // INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT.
  7538  //
  7539  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7540  type NetworkEndpointGroup_NetworkEndpointType = src.NetworkEndpointGroup_NetworkEndpointType
  7541  type NetworkEndpointGroupsAttachEndpointsRequest = src.NetworkEndpointGroupsAttachEndpointsRequest
  7542  
  7543  // NetworkEndpointGroupsClient is the client API for NetworkEndpointGroups
  7544  // service. For semantics around ctx use and closing/ending streaming RPCs,
  7545  // please refer to
  7546  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  7547  //
  7548  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7549  type NetworkEndpointGroupsClient = src.NetworkEndpointGroupsClient
  7550  type NetworkEndpointGroupsDetachEndpointsRequest = src.NetworkEndpointGroupsDetachEndpointsRequest
  7551  type NetworkEndpointGroupsListEndpointsRequest = src.NetworkEndpointGroupsListEndpointsRequest
  7552  
  7553  // Optional query parameter for showing the health status of each network
  7554  // endpoint. Valid options are SKIP or SHOW. If you don't specify this
  7555  // parameter, the health status of network endpoints will not be provided.
  7556  //
  7557  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7558  type NetworkEndpointGroupsListEndpointsRequest_HealthStatus = src.NetworkEndpointGroupsListEndpointsRequest_HealthStatus
  7559  type NetworkEndpointGroupsListNetworkEndpoints = src.NetworkEndpointGroupsListNetworkEndpoints
  7560  type NetworkEndpointGroupsScopedList = src.NetworkEndpointGroupsScopedList
  7561  
  7562  // NetworkEndpointGroupsServer is the server API for NetworkEndpointGroups
  7563  // service.
  7564  //
  7565  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7566  type NetworkEndpointGroupsServer = src.NetworkEndpointGroupsServer
  7567  type NetworkEndpointWithHealthStatus = src.NetworkEndpointWithHealthStatus
  7568  
  7569  // NetworkFirewallPoliciesClient is the client API for NetworkFirewallPolicies
  7570  // service. For semantics around ctx use and closing/ending streaming RPCs,
  7571  // please refer to
  7572  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  7573  //
  7574  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7575  type NetworkFirewallPoliciesClient = src.NetworkFirewallPoliciesClient
  7576  
  7577  // NetworkFirewallPoliciesServer is the server API for NetworkFirewallPolicies
  7578  // service.
  7579  //
  7580  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7581  type NetworkFirewallPoliciesServer = src.NetworkFirewallPoliciesServer
  7582  
  7583  // A network interface resource attached to an instance.
  7584  //
  7585  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7586  type NetworkInterface = src.NetworkInterface
  7587  
  7588  // [Output Only] One of EXTERNAL, INTERNAL to indicate whether the IP can be
  7589  // accessed from the Internet. This field is always inherited from its
  7590  // subnetwork. Valid only if stackType is IPV4_IPV6.
  7591  //
  7592  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7593  type NetworkInterface_Ipv6AccessType = src.NetworkInterface_Ipv6AccessType
  7594  
  7595  // The type of vNIC to be used on this interface. This may be gVNIC or
  7596  // VirtioNet.
  7597  //
  7598  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7599  type NetworkInterface_NicType = src.NetworkInterface_NicType
  7600  
  7601  // The stack type for this network interface to identify whether the IPv6
  7602  // feature is enabled or not. If not specified, IPV4_ONLY will be used. This
  7603  // field can be both set at instance creation and update network interface
  7604  // operations.
  7605  //
  7606  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7607  type NetworkInterface_StackType = src.NetworkInterface_StackType
  7608  
  7609  // Contains a list of networks.
  7610  //
  7611  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7612  type NetworkList = src.NetworkList
  7613  
  7614  // A network peering attached to a network resource. The message includes the
  7615  // peering name, peer network, peering state, and a flag indicating whether
  7616  // Google Compute Engine should automatically create routes for the peering.
  7617  //
  7618  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7619  type NetworkPeering = src.NetworkPeering
  7620  
  7621  // Which IP version(s) of traffic and routes are allowed to be imported or
  7622  // exported between peer networks. The default value is IPV4_ONLY.
  7623  //
  7624  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7625  type NetworkPeering_StackType = src.NetworkPeering_StackType
  7626  
  7627  // [Output Only] State for the peering, either `ACTIVE` or `INACTIVE`. The
  7628  // peering is `ACTIVE` when there's a matching configuration in the peer
  7629  // network.
  7630  //
  7631  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7632  type NetworkPeering_State = src.NetworkPeering_State
  7633  type NetworkPerformanceConfig = src.NetworkPerformanceConfig
  7634  type NetworkPerformanceConfig_TotalEgressBandwidthTier = src.NetworkPerformanceConfig_TotalEgressBandwidthTier
  7635  
  7636  // A routing configuration attached to a network resource. The message
  7637  // includes the list of routers associated with the network, and a flag
  7638  // indicating the type of routing behavior to enforce network-wide.
  7639  //
  7640  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7641  type NetworkRoutingConfig = src.NetworkRoutingConfig
  7642  
  7643  // The network-wide routing mode to use. If set to REGIONAL, this network's
  7644  // Cloud Routers will only advertise routes with subnets of this network in the
  7645  // same region as the router. If set to GLOBAL, this network's Cloud Routers
  7646  // will advertise routes with all subnets of this network, across regions.
  7647  //
  7648  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7649  type NetworkRoutingConfig_RoutingMode = src.NetworkRoutingConfig_RoutingMode
  7650  
  7651  // The network firewall policy enforcement order. Can be either
  7652  // AFTER_CLASSIC_FIREWALL or BEFORE_CLASSIC_FIREWALL. Defaults to
  7653  // AFTER_CLASSIC_FIREWALL if the field is not specified.
  7654  //
  7655  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7656  type Network_NetworkFirewallPolicyEnforcementOrder = src.Network_NetworkFirewallPolicyEnforcementOrder
  7657  type NetworksAddPeeringRequest = src.NetworksAddPeeringRequest
  7658  
  7659  // NetworksClient is the client API for Networks service. For semantics around
  7660  // ctx use and closing/ending streaming RPCs, please refer to
  7661  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  7662  //
  7663  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7664  type NetworksClient = src.NetworksClient
  7665  type NetworksGetEffectiveFirewallsResponse = src.NetworksGetEffectiveFirewallsResponse
  7666  type NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy = src.NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy
  7667  
  7668  // [Output Only] The type of the firewall policy.
  7669  //
  7670  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7671  type NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type = src.NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type
  7672  type NetworksRemovePeeringRequest = src.NetworksRemovePeeringRequest
  7673  
  7674  // NetworksServer is the server API for Networks service.
  7675  //
  7676  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7677  type NetworksServer = src.NetworksServer
  7678  type NetworksUpdatePeeringRequest = src.NetworksUpdatePeeringRequest
  7679  
  7680  // Represents a sole-tenant Node Group resource. A sole-tenant node is a
  7681  // physical server that is dedicated to hosting VM instances only for your
  7682  // specific project. Use sole-tenant nodes to keep your instances physically
  7683  // separated from instances in other projects, or to group your instances
  7684  // together on the same host hardware. For more information, read Sole-tenant
  7685  // nodes.
  7686  //
  7687  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7688  type NodeGroup = src.NodeGroup
  7689  type NodeGroupAggregatedList = src.NodeGroupAggregatedList
  7690  type NodeGroupAutoscalingPolicy = src.NodeGroupAutoscalingPolicy
  7691  
  7692  // The autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more
  7693  // information, see Autoscaler modes.
  7694  //
  7695  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7696  type NodeGroupAutoscalingPolicy_Mode = src.NodeGroupAutoscalingPolicy_Mode
  7697  
  7698  // Contains a list of nodeGroups.
  7699  //
  7700  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7701  type NodeGroupList = src.NodeGroupList
  7702  
  7703  // Time window specified for daily maintenance operations. GCE's internal
  7704  // maintenance will be performed within this window.
  7705  //
  7706  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7707  type NodeGroupMaintenanceWindow = src.NodeGroupMaintenanceWindow
  7708  type NodeGroupNode = src.NodeGroupNode
  7709  
  7710  // CPU overcommit.
  7711  //
  7712  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7713  type NodeGroupNode_CpuOvercommitType = src.NodeGroupNode_CpuOvercommitType
  7714  type NodeGroupNode_Status = src.NodeGroupNode_Status
  7715  
  7716  // Specifies how to handle instances when a node in the group undergoes
  7717  // maintenance. Set to one of: DEFAULT, RESTART_IN_PLACE, or
  7718  // MIGRATE_WITHIN_NODE_GROUP. The default value is DEFAULT. For more
  7719  // information, see Maintenance policies.
  7720  //
  7721  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7722  type NodeGroup_MaintenancePolicy = src.NodeGroup_MaintenancePolicy
  7723  type NodeGroup_Status = src.NodeGroup_Status
  7724  type NodeGroupsAddNodesRequest = src.NodeGroupsAddNodesRequest
  7725  
  7726  // NodeGroupsClient is the client API for NodeGroups service. For semantics
  7727  // around ctx use and closing/ending streaming RPCs, please refer to
  7728  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  7729  //
  7730  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7731  type NodeGroupsClient = src.NodeGroupsClient
  7732  type NodeGroupsDeleteNodesRequest = src.NodeGroupsDeleteNodesRequest
  7733  type NodeGroupsListNodes = src.NodeGroupsListNodes
  7734  type NodeGroupsScopedList = src.NodeGroupsScopedList
  7735  
  7736  // NodeGroupsServer is the server API for NodeGroups service.
  7737  //
  7738  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7739  type NodeGroupsServer = src.NodeGroupsServer
  7740  type NodeGroupsSetNodeTemplateRequest = src.NodeGroupsSetNodeTemplateRequest
  7741  
  7742  // Represent a sole-tenant Node Template resource. You can use a template to
  7743  // define properties for nodes in a node group. For more information, read
  7744  // Creating node groups and instances.
  7745  //
  7746  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7747  type NodeTemplate = src.NodeTemplate
  7748  type NodeTemplateAggregatedList = src.NodeTemplateAggregatedList
  7749  
  7750  // Contains a list of node templates.
  7751  //
  7752  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7753  type NodeTemplateList = src.NodeTemplateList
  7754  type NodeTemplateNodeTypeFlexibility = src.NodeTemplateNodeTypeFlexibility
  7755  
  7756  // CPU overcommit.
  7757  //
  7758  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7759  type NodeTemplate_CpuOvercommitType = src.NodeTemplate_CpuOvercommitType
  7760  
  7761  // [Output Only] The status of the node template. One of the following values:
  7762  // CREATING, READY, and DELETING.
  7763  //
  7764  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7765  type NodeTemplate_Status = src.NodeTemplate_Status
  7766  
  7767  // NodeTemplatesClient is the client API for NodeTemplates service. For
  7768  // semantics around ctx use and closing/ending streaming RPCs, please refer to
  7769  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  7770  //
  7771  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7772  type NodeTemplatesClient = src.NodeTemplatesClient
  7773  type NodeTemplatesScopedList = src.NodeTemplatesScopedList
  7774  
  7775  // NodeTemplatesServer is the server API for NodeTemplates service.
  7776  //
  7777  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7778  type NodeTemplatesServer = src.NodeTemplatesServer
  7779  
  7780  // Represent a sole-tenant Node Type resource. Each node within a node group
  7781  // must have a node type. A node type specifies the total amount of cores and
  7782  // memory for that node. Currently, the only available node type is
  7783  // n1-node-96-624 node type that has 96 vCPUs and 624 GB of memory, available
  7784  // in multiple zones. For more information read Node types.
  7785  //
  7786  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7787  type NodeType = src.NodeType
  7788  type NodeTypeAggregatedList = src.NodeTypeAggregatedList
  7789  
  7790  // Contains a list of node types.
  7791  //
  7792  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7793  type NodeTypeList = src.NodeTypeList
  7794  
  7795  // NodeTypesClient is the client API for NodeTypes service. For semantics
  7796  // around ctx use and closing/ending streaming RPCs, please refer to
  7797  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  7798  //
  7799  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7800  type NodeTypesClient = src.NodeTypesClient
  7801  type NodeTypesScopedList = src.NodeTypesScopedList
  7802  
  7803  // NodeTypesServer is the server API for NodeTypes service.
  7804  //
  7805  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7806  type NodeTypesServer = src.NodeTypesServer
  7807  
  7808  // Represents a notification endpoint. A notification endpoint resource
  7809  // defines an endpoint to receive notifications when there are status changes
  7810  // detected by the associated health check service. For more information, see
  7811  // Health checks overview.
  7812  //
  7813  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7814  type NotificationEndpoint = src.NotificationEndpoint
  7815  
  7816  // Represents a gRPC setting that describes one gRPC notification endpoint and
  7817  // the retry duration attempting to send notification to this endpoint.
  7818  //
  7819  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7820  type NotificationEndpointGrpcSettings = src.NotificationEndpointGrpcSettings
  7821  type NotificationEndpointList = src.NotificationEndpointList
  7822  
  7823  // Represents an Operation resource. Google Compute Engine has three Operation
  7824  // resources: * [Global](/compute/docs/reference/rest/v1/globalOperations) *
  7825  // [Regional](/compute/docs/reference/rest/v1/regionOperations) *
  7826  // [Zonal](/compute/docs/reference/rest/v1/zoneOperations) You can use an
  7827  // operation resource to manage asynchronous API requests. For more
  7828  // information, read Handling API responses. Operations can be global, regional
  7829  // or zonal. - For global operations, use the `globalOperations` resource. -
  7830  // For regional operations, use the `regionOperations` resource. - For zonal
  7831  // operations, use the `zonalOperations` resource. For more information, read
  7832  // Global, Regional, and Zonal Resources.
  7833  //
  7834  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7835  type Operation = src.Operation
  7836  type OperationAggregatedList = src.OperationAggregatedList
  7837  
  7838  // Contains a list of Operation resources.
  7839  //
  7840  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7841  type OperationList = src.OperationList
  7842  
  7843  // [Output Only] The status of the operation, which can be one of the
  7844  // following: `PENDING`, `RUNNING`, or `DONE`.
  7845  //
  7846  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7847  type Operation_Status = src.Operation_Status
  7848  type OperationsScopedList = src.OperationsScopedList
  7849  
  7850  // Settings controlling the eviction of unhealthy hosts from the load
  7851  // balancing pool for the backend service.
  7852  //
  7853  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7854  type OutlierDetection = src.OutlierDetection
  7855  
  7856  // Next free: 7
  7857  //
  7858  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7859  type PacketIntervals = src.PacketIntervals
  7860  
  7861  // From how long ago in the past these intervals were observed.
  7862  //
  7863  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7864  type PacketIntervals_Duration = src.PacketIntervals_Duration
  7865  
  7866  // The type of packets for which inter-packet intervals were computed.
  7867  //
  7868  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7869  type PacketIntervals_Type = src.PacketIntervals_Type
  7870  
  7871  // Represents a Packet Mirroring resource. Packet Mirroring clones the traffic
  7872  // of specified instances in your Virtual Private Cloud (VPC) network and
  7873  // forwards it to a collector destination, such as an instance group of an
  7874  // internal TCP/UDP load balancer, for analysis or examination. For more
  7875  // information about setting up Packet Mirroring, see Using Packet Mirroring.
  7876  //
  7877  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7878  type PacketMirroring = src.PacketMirroring
  7879  
  7880  // Contains a list of packetMirrorings.
  7881  //
  7882  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7883  type PacketMirroringAggregatedList = src.PacketMirroringAggregatedList
  7884  type PacketMirroringFilter = src.PacketMirroringFilter
  7885  
  7886  // Direction of traffic to mirror, either INGRESS, EGRESS, or BOTH. The
  7887  // default is BOTH.
  7888  //
  7889  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7890  type PacketMirroringFilter_Direction = src.PacketMirroringFilter_Direction
  7891  type PacketMirroringForwardingRuleInfo = src.PacketMirroringForwardingRuleInfo
  7892  
  7893  // Contains a list of PacketMirroring resources.
  7894  //
  7895  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7896  type PacketMirroringList = src.PacketMirroringList
  7897  type PacketMirroringMirroredResourceInfo = src.PacketMirroringMirroredResourceInfo
  7898  type PacketMirroringMirroredResourceInfoInstanceInfo = src.PacketMirroringMirroredResourceInfoInstanceInfo
  7899  type PacketMirroringMirroredResourceInfoSubnetInfo = src.PacketMirroringMirroredResourceInfoSubnetInfo
  7900  type PacketMirroringNetworkInfo = src.PacketMirroringNetworkInfo
  7901  
  7902  // Indicates whether or not this packet mirroring takes effect. If set to
  7903  // FALSE, this packet mirroring policy will not be enforced on the network. The
  7904  // default is TRUE.
  7905  //
  7906  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7907  type PacketMirroring_Enable = src.PacketMirroring_Enable
  7908  
  7909  // PacketMirroringsClient is the client API for PacketMirrorings service. For
  7910  // semantics around ctx use and closing/ending streaming RPCs, please refer to
  7911  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  7912  //
  7913  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7914  type PacketMirroringsClient = src.PacketMirroringsClient
  7915  type PacketMirroringsScopedList = src.PacketMirroringsScopedList
  7916  
  7917  // PacketMirroringsServer is the server API for PacketMirrorings service.
  7918  //
  7919  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7920  type PacketMirroringsServer = src.PacketMirroringsServer
  7921  
  7922  // A request message for Autoscalers.Patch. See the method description for
  7923  // details.
  7924  //
  7925  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7926  type PatchAutoscalerRequest = src.PatchAutoscalerRequest
  7927  
  7928  // A request message for BackendBuckets.Patch. See the method description for
  7929  // details.
  7930  //
  7931  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7932  type PatchBackendBucketRequest = src.PatchBackendBucketRequest
  7933  
  7934  // A request message for BackendServices.Patch. See the method description for
  7935  // details.
  7936  //
  7937  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7938  type PatchBackendServiceRequest = src.PatchBackendServiceRequest
  7939  
  7940  // A request message for FirewallPolicies.Patch. See the method description
  7941  // for details.
  7942  //
  7943  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7944  type PatchFirewallPolicyRequest = src.PatchFirewallPolicyRequest
  7945  
  7946  // A request message for Firewalls.Patch. See the method description for
  7947  // details.
  7948  //
  7949  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7950  type PatchFirewallRequest = src.PatchFirewallRequest
  7951  
  7952  // A request message for ForwardingRules.Patch. See the method description for
  7953  // details.
  7954  //
  7955  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7956  type PatchForwardingRuleRequest = src.PatchForwardingRuleRequest
  7957  
  7958  // A request message for GlobalForwardingRules.Patch. See the method
  7959  // description for details.
  7960  //
  7961  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7962  type PatchGlobalForwardingRuleRequest = src.PatchGlobalForwardingRuleRequest
  7963  
  7964  // A request message for GlobalPublicDelegatedPrefixes.Patch. See the method
  7965  // description for details.
  7966  //
  7967  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7968  type PatchGlobalPublicDelegatedPrefixeRequest = src.PatchGlobalPublicDelegatedPrefixeRequest
  7969  
  7970  // A request message for HealthChecks.Patch. See the method description for
  7971  // details.
  7972  //
  7973  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7974  type PatchHealthCheckRequest = src.PatchHealthCheckRequest
  7975  
  7976  // A request message for Images.Patch. See the method description for details.
  7977  //
  7978  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7979  type PatchImageRequest = src.PatchImageRequest
  7980  
  7981  // A request message for InstanceGroupManagers.Patch. See the method
  7982  // description for details.
  7983  //
  7984  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7985  type PatchInstanceGroupManagerRequest = src.PatchInstanceGroupManagerRequest
  7986  
  7987  // A request message for InterconnectAttachments.Patch. See the method
  7988  // description for details.
  7989  //
  7990  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7991  type PatchInterconnectAttachmentRequest = src.PatchInterconnectAttachmentRequest
  7992  
  7993  // A request message for Interconnects.Patch. See the method description for
  7994  // details.
  7995  //
  7996  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  7997  type PatchInterconnectRequest = src.PatchInterconnectRequest
  7998  
  7999  // A request message for NetworkEdgeSecurityServices.Patch. See the method
  8000  // description for details.
  8001  //
  8002  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8003  type PatchNetworkEdgeSecurityServiceRequest = src.PatchNetworkEdgeSecurityServiceRequest
  8004  
  8005  // A request message for NetworkFirewallPolicies.Patch. See the method
  8006  // description for details.
  8007  //
  8008  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8009  type PatchNetworkFirewallPolicyRequest = src.PatchNetworkFirewallPolicyRequest
  8010  
  8011  // A request message for Networks.Patch. See the method description for
  8012  // details.
  8013  //
  8014  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8015  type PatchNetworkRequest = src.PatchNetworkRequest
  8016  
  8017  // A request message for NodeGroups.Patch. See the method description for
  8018  // details.
  8019  //
  8020  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8021  type PatchNodeGroupRequest = src.PatchNodeGroupRequest
  8022  
  8023  // A request message for PacketMirrorings.Patch. See the method description
  8024  // for details.
  8025  //
  8026  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8027  type PatchPacketMirroringRequest = src.PatchPacketMirroringRequest
  8028  
  8029  // A request message for InstanceGroupManagers.PatchPerInstanceConfigs. See
  8030  // the method description for details.
  8031  //
  8032  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8033  type PatchPerInstanceConfigsInstanceGroupManagerRequest = src.PatchPerInstanceConfigsInstanceGroupManagerRequest
  8034  
  8035  // A request message for RegionInstanceGroupManagers.PatchPerInstanceConfigs.
  8036  // See the method description for details.
  8037  //
  8038  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8039  type PatchPerInstanceConfigsRegionInstanceGroupManagerRequest = src.PatchPerInstanceConfigsRegionInstanceGroupManagerRequest
  8040  
  8041  // A request message for PublicAdvertisedPrefixes.Patch. See the method
  8042  // description for details.
  8043  //
  8044  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8045  type PatchPublicAdvertisedPrefixeRequest = src.PatchPublicAdvertisedPrefixeRequest
  8046  
  8047  // A request message for PublicDelegatedPrefixes.Patch. See the method
  8048  // description for details.
  8049  //
  8050  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8051  type PatchPublicDelegatedPrefixeRequest = src.PatchPublicDelegatedPrefixeRequest
  8052  
  8053  // A request message for RegionAutoscalers.Patch. See the method description
  8054  // for details.
  8055  //
  8056  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8057  type PatchRegionAutoscalerRequest = src.PatchRegionAutoscalerRequest
  8058  
  8059  // A request message for RegionBackendServices.Patch. See the method
  8060  // description for details.
  8061  //
  8062  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8063  type PatchRegionBackendServiceRequest = src.PatchRegionBackendServiceRequest
  8064  
  8065  // A request message for RegionHealthChecks.Patch. See the method description
  8066  // for details.
  8067  //
  8068  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8069  type PatchRegionHealthCheckRequest = src.PatchRegionHealthCheckRequest
  8070  
  8071  // A request message for RegionHealthCheckServices.Patch. See the method
  8072  // description for details.
  8073  //
  8074  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8075  type PatchRegionHealthCheckServiceRequest = src.PatchRegionHealthCheckServiceRequest
  8076  
  8077  // A request message for RegionInstanceGroupManagers.Patch. See the method
  8078  // description for details.
  8079  //
  8080  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8081  type PatchRegionInstanceGroupManagerRequest = src.PatchRegionInstanceGroupManagerRequest
  8082  
  8083  // A request message for RegionNetworkFirewallPolicies.Patch. See the method
  8084  // description for details.
  8085  //
  8086  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8087  type PatchRegionNetworkFirewallPolicyRequest = src.PatchRegionNetworkFirewallPolicyRequest
  8088  
  8089  // A request message for RegionSecurityPolicies.Patch. See the method
  8090  // description for details.
  8091  //
  8092  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8093  type PatchRegionSecurityPolicyRequest = src.PatchRegionSecurityPolicyRequest
  8094  
  8095  // A request message for RegionSslPolicies.Patch. See the method description
  8096  // for details.
  8097  //
  8098  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8099  type PatchRegionSslPolicyRequest = src.PatchRegionSslPolicyRequest
  8100  
  8101  // A request message for RegionTargetHttpsProxies.Patch. See the method
  8102  // description for details.
  8103  //
  8104  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8105  type PatchRegionTargetHttpsProxyRequest = src.PatchRegionTargetHttpsProxyRequest
  8106  
  8107  // A request message for RegionUrlMaps.Patch. See the method description for
  8108  // details.
  8109  //
  8110  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8111  type PatchRegionUrlMapRequest = src.PatchRegionUrlMapRequest
  8112  
  8113  // A request message for Routers.Patch. See the method description for
  8114  // details.
  8115  //
  8116  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8117  type PatchRouterRequest = src.PatchRouterRequest
  8118  
  8119  // A request message for FirewallPolicies.PatchRule. See the method
  8120  // description for details.
  8121  //
  8122  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8123  type PatchRuleFirewallPolicyRequest = src.PatchRuleFirewallPolicyRequest
  8124  
  8125  // A request message for NetworkFirewallPolicies.PatchRule. See the method
  8126  // description for details.
  8127  //
  8128  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8129  type PatchRuleNetworkFirewallPolicyRequest = src.PatchRuleNetworkFirewallPolicyRequest
  8130  
  8131  // A request message for RegionNetworkFirewallPolicies.PatchRule. See the
  8132  // method description for details.
  8133  //
  8134  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8135  type PatchRuleRegionNetworkFirewallPolicyRequest = src.PatchRuleRegionNetworkFirewallPolicyRequest
  8136  
  8137  // A request message for SecurityPolicies.PatchRule. See the method
  8138  // description for details.
  8139  //
  8140  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8141  type PatchRuleSecurityPolicyRequest = src.PatchRuleSecurityPolicyRequest
  8142  
  8143  // A request message for SecurityPolicies.Patch. See the method description
  8144  // for details.
  8145  //
  8146  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8147  type PatchSecurityPolicyRequest = src.PatchSecurityPolicyRequest
  8148  
  8149  // A request message for ServiceAttachments.Patch. See the method description
  8150  // for details.
  8151  //
  8152  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8153  type PatchServiceAttachmentRequest = src.PatchServiceAttachmentRequest
  8154  
  8155  // A request message for SslPolicies.Patch. See the method description for
  8156  // details.
  8157  //
  8158  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8159  type PatchSslPolicyRequest = src.PatchSslPolicyRequest
  8160  
  8161  // A request message for Subnetworks.Patch. See the method description for
  8162  // details.
  8163  //
  8164  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8165  type PatchSubnetworkRequest = src.PatchSubnetworkRequest
  8166  
  8167  // A request message for TargetGrpcProxies.Patch. See the method description
  8168  // for details.
  8169  //
  8170  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8171  type PatchTargetGrpcProxyRequest = src.PatchTargetGrpcProxyRequest
  8172  
  8173  // A request message for TargetHttpProxies.Patch. See the method description
  8174  // for details.
  8175  //
  8176  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8177  type PatchTargetHttpProxyRequest = src.PatchTargetHttpProxyRequest
  8178  
  8179  // A request message for TargetHttpsProxies.Patch. See the method description
  8180  // for details.
  8181  //
  8182  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8183  type PatchTargetHttpsProxyRequest = src.PatchTargetHttpsProxyRequest
  8184  
  8185  // A request message for UrlMaps.Patch. See the method description for
  8186  // details.
  8187  //
  8188  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8189  type PatchUrlMapRequest = src.PatchUrlMapRequest
  8190  
  8191  // A matcher for the path portion of the URL. The BackendService from the
  8192  // longest-matched rule will serve the URL. If no rule was matched, the default
  8193  // service is used.
  8194  //
  8195  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8196  type PathMatcher = src.PathMatcher
  8197  
  8198  // A path-matching rule for a URL. If matched, will use the specified
  8199  // BackendService to handle the traffic arriving at this URL.
  8200  //
  8201  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8202  type PathRule = src.PathRule
  8203  type PerInstanceConfig = src.PerInstanceConfig
  8204  
  8205  // The status of applying this per-instance configuration on the corresponding
  8206  // managed instance.
  8207  //
  8208  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8209  type PerInstanceConfig_Status = src.PerInstanceConfig_Status
  8210  
  8211  // An Identity and Access Management (IAM) policy, which specifies access
  8212  // controls for Google Cloud resources. A `Policy` is a collection of
  8213  // `bindings`. A `binding` binds one or more `members`, or principals, to a
  8214  // single `role`. Principals can be user accounts, service accounts, Google
  8215  // groups, and domains (such as G Suite). A `role` is a named list of
  8216  // permissions; each `role` can be an IAM predefined role or a user-created
  8217  // custom role. For some types of Google Cloud resources, a `binding` can also
  8218  // specify a `condition`, which is a logical expression that allows access to a
  8219  // resource only if the expression evaluates to `true`. A condition can add
  8220  // constraints based on attributes of the request, the resource, or both. To
  8221  // learn which resources support conditions in their IAM policies, see the [IAM
  8222  // documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
  8223  // **JSON example:** { "bindings": [ { "role":
  8224  // "roles/resourcemanager.organizationAdmin", "members": [
  8225  // "user:mike@example.com", "group:admins@example.com", "domain:google.com",
  8226  // "serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, { "role":
  8227  // "roles/resourcemanager.organizationViewer", "members": [
  8228  // "user:eve@example.com" ], "condition": { "title": "expirable access",
  8229  // "description": "Does not grant access after Sep 2020", "expression":
  8230  // "request.time < timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag":
  8231  // "BwWWja0YfJA=", "version": 3 } **YAML example:** bindings: - members: -
  8232  // user:mike@example.com - group:admins@example.com - domain:google.com -
  8233  // serviceAccount:my-project-id@appspot.gserviceaccount.com role:
  8234  // roles/resourcemanager.organizationAdmin - members: - user:eve@example.com
  8235  // role: roles/resourcemanager.organizationViewer condition: title: expirable
  8236  // access description: Does not grant access after Sep 2020 expression:
  8237  // request.time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA=
  8238  // version: 3 For a description of IAM and its features, see the [IAM
  8239  // documentation](https://cloud.google.com/iam/docs/).
  8240  //
  8241  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8242  type Policy = src.Policy
  8243  type PreconfiguredWafSet = src.PreconfiguredWafSet
  8244  
  8245  // Preserved state for a given instance.
  8246  //
  8247  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8248  type PreservedState = src.PreservedState
  8249  type PreservedStatePreservedDisk = src.PreservedStatePreservedDisk
  8250  
  8251  // These stateful disks will never be deleted during autohealing, update,
  8252  // instance recreate operations. This flag is used to configure if the disk
  8253  // should be deleted after it is no longer used by the group, e.g. when the
  8254  // given instance or the whole MIG is deleted. Note: disks attached in
  8255  // READ_ONLY mode cannot be auto-deleted.
  8256  //
  8257  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8258  type PreservedStatePreservedDisk_AutoDelete = src.PreservedStatePreservedDisk_AutoDelete
  8259  
  8260  // The mode in which to attach this disk, either READ_WRITE or READ_ONLY. If
  8261  // not specified, the default is to attach the disk in READ_WRITE mode.
  8262  //
  8263  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8264  type PreservedStatePreservedDisk_Mode = src.PreservedStatePreservedDisk_Mode
  8265  
  8266  // A request message for Routers.Preview. See the method description for
  8267  // details.
  8268  //
  8269  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8270  type PreviewRouterRequest = src.PreviewRouterRequest
  8271  
  8272  // Represents a Project resource. A project is used to organize resources in a
  8273  // Google Cloud Platform environment. For more information, read about the
  8274  // Resource Hierarchy.
  8275  //
  8276  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8277  type Project = src.Project
  8278  
  8279  // This signifies the default network tier used for configuring resources of
  8280  // the project and can only take the following values: PREMIUM, STANDARD.
  8281  // Initially the default network tier is PREMIUM.
  8282  //
  8283  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8284  type Project_DefaultNetworkTier = src.Project_DefaultNetworkTier
  8285  
  8286  // [Output Only] The role this project has in a shared VPC configuration.
  8287  // Currently, only projects with the host role, which is specified by the value
  8288  // HOST, are differentiated.
  8289  //
  8290  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8291  type Project_XpnProjectStatus = src.Project_XpnProjectStatus
  8292  
  8293  // ProjectsClient is the client API for Projects service. For semantics around
  8294  // ctx use and closing/ending streaming RPCs, please refer to
  8295  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  8296  //
  8297  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8298  type ProjectsClient = src.ProjectsClient
  8299  type ProjectsDisableXpnResourceRequest = src.ProjectsDisableXpnResourceRequest
  8300  type ProjectsEnableXpnResourceRequest = src.ProjectsEnableXpnResourceRequest
  8301  type ProjectsGetXpnResources = src.ProjectsGetXpnResources
  8302  type ProjectsListXpnHostsRequest = src.ProjectsListXpnHostsRequest
  8303  
  8304  // ProjectsServer is the server API for Projects service.
  8305  //
  8306  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8307  type ProjectsServer = src.ProjectsServer
  8308  type ProjectsSetDefaultNetworkTierRequest = src.ProjectsSetDefaultNetworkTierRequest
  8309  
  8310  // Default network tier to be set.
  8311  //
  8312  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8313  type ProjectsSetDefaultNetworkTierRequest_NetworkTier = src.ProjectsSetDefaultNetworkTierRequest_NetworkTier
  8314  
  8315  // A public advertised prefix represents an aggregated IP prefix or netblock
  8316  // which customers bring to cloud. The IP prefix is a single unit of route
  8317  // advertisement and is announced globally to the internet.
  8318  //
  8319  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8320  type PublicAdvertisedPrefix = src.PublicAdvertisedPrefix
  8321  type PublicAdvertisedPrefixList = src.PublicAdvertisedPrefixList
  8322  
  8323  // Represents a CIDR range which can be used to assign addresses.
  8324  //
  8325  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8326  type PublicAdvertisedPrefixPublicDelegatedPrefix = src.PublicAdvertisedPrefixPublicDelegatedPrefix
  8327  
  8328  // The status of the public advertised prefix. Possible values include: -
  8329  // `INITIAL`: RPKI validation is complete. - `PTR_CONFIGURED`: User has
  8330  // configured the PTR. - `VALIDATED`: Reverse DNS lookup is successful. -
  8331  // `REVERSE_DNS_LOOKUP_FAILED`: Reverse DNS lookup failed. -
  8332  // `PREFIX_CONFIGURATION_IN_PROGRESS`: The prefix is being configured. -
  8333  // `PREFIX_CONFIGURATION_COMPLETE`: The prefix is fully configured. -
  8334  // `PREFIX_REMOVAL_IN_PROGRESS`: The prefix is being removed.
  8335  //
  8336  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8337  type PublicAdvertisedPrefix_Status = src.PublicAdvertisedPrefix_Status
  8338  
  8339  // PublicAdvertisedPrefixesClient is the client API for
  8340  // PublicAdvertisedPrefixes service. For semantics around ctx use and
  8341  // closing/ending streaming RPCs, please refer to
  8342  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  8343  //
  8344  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8345  type PublicAdvertisedPrefixesClient = src.PublicAdvertisedPrefixesClient
  8346  
  8347  // PublicAdvertisedPrefixesServer is the server API for
  8348  // PublicAdvertisedPrefixes service.
  8349  //
  8350  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8351  type PublicAdvertisedPrefixesServer = src.PublicAdvertisedPrefixesServer
  8352  
  8353  // A PublicDelegatedPrefix resource represents an IP block within a
  8354  // PublicAdvertisedPrefix that is configured within a single cloud scope
  8355  // (global or region). IPs in the block can be allocated to resources within
  8356  // that scope. Public delegated prefixes may be further broken up into smaller
  8357  // IP blocks in the same scope as the parent block.
  8358  //
  8359  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8360  type PublicDelegatedPrefix = src.PublicDelegatedPrefix
  8361  type PublicDelegatedPrefixAggregatedList = src.PublicDelegatedPrefixAggregatedList
  8362  type PublicDelegatedPrefixList = src.PublicDelegatedPrefixList
  8363  
  8364  // Represents a sub PublicDelegatedPrefix.
  8365  //
  8366  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8367  type PublicDelegatedPrefixPublicDelegatedSubPrefix = src.PublicDelegatedPrefixPublicDelegatedSubPrefix
  8368  
  8369  // [Output Only] The status of the sub public delegated prefix.
  8370  //
  8371  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8372  type PublicDelegatedPrefixPublicDelegatedSubPrefix_Status = src.PublicDelegatedPrefixPublicDelegatedSubPrefix_Status
  8373  
  8374  // [Output Only] The status of the public delegated prefix, which can be one
  8375  // of following values: - `INITIALIZING` The public delegated prefix is being
  8376  // initialized and addresses cannot be created yet. - `READY_TO_ANNOUNCE` The
  8377  // public delegated prefix is a live migration prefix and is active. -
  8378  // `ANNOUNCED` The public delegated prefix is active. - `DELETING` The public
  8379  // delegated prefix is being deprovsioned.
  8380  //
  8381  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8382  type PublicDelegatedPrefix_Status = src.PublicDelegatedPrefix_Status
  8383  
  8384  // PublicDelegatedPrefixesClient is the client API for PublicDelegatedPrefixes
  8385  // service. For semantics around ctx use and closing/ending streaming RPCs,
  8386  // please refer to
  8387  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  8388  //
  8389  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8390  type PublicDelegatedPrefixesClient = src.PublicDelegatedPrefixesClient
  8391  type PublicDelegatedPrefixesScopedList = src.PublicDelegatedPrefixesScopedList
  8392  
  8393  // PublicDelegatedPrefixesServer is the server API for PublicDelegatedPrefixes
  8394  // service.
  8395  //
  8396  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8397  type PublicDelegatedPrefixesServer = src.PublicDelegatedPrefixesServer
  8398  
  8399  // A quotas entry.
  8400  //
  8401  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8402  type Quota = src.Quota
  8403  
  8404  // Additional details for quota exceeded error for resource quota.
  8405  //
  8406  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8407  type QuotaExceededInfo = src.QuotaExceededInfo
  8408  
  8409  // [Output Only] Name of the quota metric.
  8410  //
  8411  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8412  type Quota_Metric = src.Quota_Metric
  8413  
  8414  // The parameters of the raw disk image.
  8415  //
  8416  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8417  type RawDisk = src.RawDisk
  8418  
  8419  // The format used to encode and transmit the block device, which should be
  8420  // TAR. This is just a container and transmission format and not a runtime
  8421  // format. Provided by the client when the disk image is created.
  8422  //
  8423  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8424  type RawDisk_ContainerType = src.RawDisk_ContainerType
  8425  
  8426  // A request message for InstanceGroupManagers.RecreateInstances. See the
  8427  // method description for details.
  8428  //
  8429  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8430  type RecreateInstancesInstanceGroupManagerRequest = src.RecreateInstancesInstanceGroupManagerRequest
  8431  
  8432  // A request message for RegionInstanceGroupManagers.RecreateInstances. See
  8433  // the method description for details.
  8434  //
  8435  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8436  type RecreateInstancesRegionInstanceGroupManagerRequest = src.RecreateInstancesRegionInstanceGroupManagerRequest
  8437  
  8438  // Represents a reference to a resource.
  8439  //
  8440  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8441  type Reference = src.Reference
  8442  
  8443  // Represents a Region resource. A region is a geographical area where a
  8444  // resource is located. For more information, read Regions and Zones.
  8445  //
  8446  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8447  type Region = src.Region
  8448  
  8449  // Contains a list of autoscalers.
  8450  //
  8451  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8452  type RegionAutoscalerList = src.RegionAutoscalerList
  8453  
  8454  // RegionAutoscalersClient is the client API for RegionAutoscalers service.
  8455  // For semantics around ctx use and closing/ending streaming RPCs, please refer
  8456  // to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  8457  //
  8458  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8459  type RegionAutoscalersClient = src.RegionAutoscalersClient
  8460  
  8461  // RegionAutoscalersServer is the server API for RegionAutoscalers service.
  8462  //
  8463  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8464  type RegionAutoscalersServer = src.RegionAutoscalersServer
  8465  
  8466  // RegionBackendServicesClient is the client API for RegionBackendServices
  8467  // service. For semantics around ctx use and closing/ending streaming RPCs,
  8468  // please refer to
  8469  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  8470  //
  8471  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8472  type RegionBackendServicesClient = src.RegionBackendServicesClient
  8473  
  8474  // RegionBackendServicesServer is the server API for RegionBackendServices
  8475  // service.
  8476  //
  8477  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8478  type RegionBackendServicesServer = src.RegionBackendServicesServer
  8479  
  8480  // RegionCommitmentsClient is the client API for RegionCommitments service.
  8481  // For semantics around ctx use and closing/ending streaming RPCs, please refer
  8482  // to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  8483  //
  8484  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8485  type RegionCommitmentsClient = src.RegionCommitmentsClient
  8486  
  8487  // RegionCommitmentsServer is the server API for RegionCommitments service.
  8488  //
  8489  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8490  type RegionCommitmentsServer = src.RegionCommitmentsServer
  8491  type RegionDiskTypeList = src.RegionDiskTypeList
  8492  
  8493  // RegionDiskTypesClient is the client API for RegionDiskTypes service. For
  8494  // semantics around ctx use and closing/ending streaming RPCs, please refer to
  8495  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  8496  //
  8497  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8498  type RegionDiskTypesClient = src.RegionDiskTypesClient
  8499  
  8500  // RegionDiskTypesServer is the server API for RegionDiskTypes service.
  8501  //
  8502  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8503  type RegionDiskTypesServer = src.RegionDiskTypesServer
  8504  type RegionDisksAddResourcePoliciesRequest = src.RegionDisksAddResourcePoliciesRequest
  8505  
  8506  // RegionDisksClient is the client API for RegionDisks service. For semantics
  8507  // around ctx use and closing/ending streaming RPCs, please refer to
  8508  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  8509  //
  8510  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8511  type RegionDisksClient = src.RegionDisksClient
  8512  type RegionDisksRemoveResourcePoliciesRequest = src.RegionDisksRemoveResourcePoliciesRequest
  8513  type RegionDisksResizeRequest = src.RegionDisksResizeRequest
  8514  
  8515  // RegionDisksServer is the server API for RegionDisks service.
  8516  //
  8517  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8518  type RegionDisksServer = src.RegionDisksServer
  8519  
  8520  // RegionHealthCheckServicesClient is the client API for
  8521  // RegionHealthCheckServices service. For semantics around ctx use and
  8522  // closing/ending streaming RPCs, please refer to
  8523  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  8524  //
  8525  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8526  type RegionHealthCheckServicesClient = src.RegionHealthCheckServicesClient
  8527  
  8528  // RegionHealthCheckServicesServer is the server API for
  8529  // RegionHealthCheckServices service.
  8530  //
  8531  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8532  type RegionHealthCheckServicesServer = src.RegionHealthCheckServicesServer
  8533  
  8534  // RegionHealthChecksClient is the client API for RegionHealthChecks service.
  8535  // For semantics around ctx use and closing/ending streaming RPCs, please refer
  8536  // to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  8537  //
  8538  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8539  type RegionHealthChecksClient = src.RegionHealthChecksClient
  8540  
  8541  // RegionHealthChecksServer is the server API for RegionHealthChecks service.
  8542  //
  8543  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8544  type RegionHealthChecksServer = src.RegionHealthChecksServer
  8545  
  8546  // Contains a list of InstanceGroup resources.
  8547  //
  8548  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8549  type RegionInstanceGroupList = src.RegionInstanceGroupList
  8550  
  8551  // RegionInstanceGroupManagers.deletePerInstanceConfigs
  8552  //
  8553  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8554  type RegionInstanceGroupManagerDeleteInstanceConfigReq = src.RegionInstanceGroupManagerDeleteInstanceConfigReq
  8555  
  8556  // Contains a list of managed instance groups.
  8557  //
  8558  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8559  type RegionInstanceGroupManagerList = src.RegionInstanceGroupManagerList
  8560  
  8561  // RegionInstanceGroupManagers.patchPerInstanceConfigs
  8562  //
  8563  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8564  type RegionInstanceGroupManagerPatchInstanceConfigReq = src.RegionInstanceGroupManagerPatchInstanceConfigReq
  8565  
  8566  // RegionInstanceGroupManagers.updatePerInstanceConfigs
  8567  //
  8568  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8569  type RegionInstanceGroupManagerUpdateInstanceConfigReq = src.RegionInstanceGroupManagerUpdateInstanceConfigReq
  8570  type RegionInstanceGroupManagersAbandonInstancesRequest = src.RegionInstanceGroupManagersAbandonInstancesRequest
  8571  
  8572  // RegionInstanceGroupManagers.applyUpdatesToInstances
  8573  //
  8574  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8575  type RegionInstanceGroupManagersApplyUpdatesRequest = src.RegionInstanceGroupManagersApplyUpdatesRequest
  8576  
  8577  // The minimal action that you want to perform on each instance during the
  8578  // update: - REPLACE: At minimum, delete the instance and create it again. -
  8579  // RESTART: Stop the instance and start it again. - REFRESH: Do not stop the
  8580  // instance. - NONE: Do not disrupt the instance at all. By default, the
  8581  // minimum action is NONE. If your update requires a more disruptive action
  8582  // than you set with this flag, the necessary action is performed to execute
  8583  // the update. Additional supported values which may be not listed in the enum
  8584  // directly due to technical reasons: NONE REFRESH REPLACE RESTART
  8585  //
  8586  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8587  type RegionInstanceGroupManagersApplyUpdatesRequest_MinimalAction = src.RegionInstanceGroupManagersApplyUpdatesRequest_MinimalAction
  8588  
  8589  // The most disruptive action that you want to perform on each instance during
  8590  // the update: - REPLACE: Delete the instance and create it again. - RESTART:
  8591  // Stop the instance and start it again. - REFRESH: Do not stop the instance. -
  8592  // NONE: Do not disrupt the instance at all. By default, the most disruptive
  8593  // allowed action is REPLACE. If your update requires a more disruptive action
  8594  // than you set with this flag, the update request will fail. Additional
  8595  // supported values which may be not listed in the enum directly due to
  8596  // technical reasons: NONE REFRESH REPLACE RESTART
  8597  //
  8598  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8599  type RegionInstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction = src.RegionInstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction
  8600  
  8601  // RegionInstanceGroupManagersClient is the client API for
  8602  // RegionInstanceGroupManagers service. For semantics around ctx use and
  8603  // closing/ending streaming RPCs, please refer to
  8604  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  8605  //
  8606  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8607  type RegionInstanceGroupManagersClient = src.RegionInstanceGroupManagersClient
  8608  
  8609  // RegionInstanceGroupManagers.createInstances
  8610  //
  8611  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8612  type RegionInstanceGroupManagersCreateInstancesRequest = src.RegionInstanceGroupManagersCreateInstancesRequest
  8613  type RegionInstanceGroupManagersDeleteInstancesRequest = src.RegionInstanceGroupManagersDeleteInstancesRequest
  8614  type RegionInstanceGroupManagersListErrorsResponse = src.RegionInstanceGroupManagersListErrorsResponse
  8615  type RegionInstanceGroupManagersListInstanceConfigsResp = src.RegionInstanceGroupManagersListInstanceConfigsResp
  8616  type RegionInstanceGroupManagersListInstancesResponse = src.RegionInstanceGroupManagersListInstancesResponse
  8617  type RegionInstanceGroupManagersRecreateRequest = src.RegionInstanceGroupManagersRecreateRequest
  8618  
  8619  // RegionInstanceGroupManagersServer is the server API for
  8620  // RegionInstanceGroupManagers service.
  8621  //
  8622  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8623  type RegionInstanceGroupManagersServer = src.RegionInstanceGroupManagersServer
  8624  type RegionInstanceGroupManagersSetTargetPoolsRequest = src.RegionInstanceGroupManagersSetTargetPoolsRequest
  8625  type RegionInstanceGroupManagersSetTemplateRequest = src.RegionInstanceGroupManagersSetTemplateRequest
  8626  
  8627  // RegionInstanceGroupsClient is the client API for RegionInstanceGroups
  8628  // service. For semantics around ctx use and closing/ending streaming RPCs,
  8629  // please refer to
  8630  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  8631  //
  8632  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8633  type RegionInstanceGroupsClient = src.RegionInstanceGroupsClient
  8634  type RegionInstanceGroupsListInstances = src.RegionInstanceGroupsListInstances
  8635  type RegionInstanceGroupsListInstancesRequest = src.RegionInstanceGroupsListInstancesRequest
  8636  
  8637  // Instances in which state should be returned. Valid options are: 'ALL',
  8638  // 'RUNNING'. By default, it lists all instances.
  8639  //
  8640  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8641  type RegionInstanceGroupsListInstancesRequest_InstanceState = src.RegionInstanceGroupsListInstancesRequest_InstanceState
  8642  
  8643  // RegionInstanceGroupsServer is the server API for RegionInstanceGroups
  8644  // service.
  8645  //
  8646  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8647  type RegionInstanceGroupsServer = src.RegionInstanceGroupsServer
  8648  type RegionInstanceGroupsSetNamedPortsRequest = src.RegionInstanceGroupsSetNamedPortsRequest
  8649  
  8650  // RegionInstancesClient is the client API for RegionInstances service. For
  8651  // semantics around ctx use and closing/ending streaming RPCs, please refer to
  8652  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  8653  //
  8654  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8655  type RegionInstancesClient = src.RegionInstancesClient
  8656  
  8657  // RegionInstancesServer is the server API for RegionInstances service.
  8658  //
  8659  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8660  type RegionInstancesServer = src.RegionInstancesServer
  8661  
  8662  // Contains a list of region resources.
  8663  //
  8664  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8665  type RegionList = src.RegionList
  8666  
  8667  // RegionNetworkEndpointGroupsClient is the client API for
  8668  // RegionNetworkEndpointGroups service. For semantics around ctx use and
  8669  // closing/ending streaming RPCs, please refer to
  8670  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  8671  //
  8672  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8673  type RegionNetworkEndpointGroupsClient = src.RegionNetworkEndpointGroupsClient
  8674  
  8675  // RegionNetworkEndpointGroupsServer is the server API for
  8676  // RegionNetworkEndpointGroups service.
  8677  //
  8678  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8679  type RegionNetworkEndpointGroupsServer = src.RegionNetworkEndpointGroupsServer
  8680  
  8681  // RegionNetworkFirewallPoliciesClient is the client API for
  8682  // RegionNetworkFirewallPolicies service. For semantics around ctx use and
  8683  // closing/ending streaming RPCs, please refer to
  8684  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  8685  //
  8686  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8687  type RegionNetworkFirewallPoliciesClient = src.RegionNetworkFirewallPoliciesClient
  8688  type RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse = src.RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse
  8689  type RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy = src.RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy
  8690  
  8691  // [Output Only] The type of the firewall policy. Can be one of HIERARCHY,
  8692  // NETWORK, NETWORK_REGIONAL.
  8693  //
  8694  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8695  type RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type = src.RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type
  8696  
  8697  // RegionNetworkFirewallPoliciesServer is the server API for
  8698  // RegionNetworkFirewallPolicies service.
  8699  //
  8700  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8701  type RegionNetworkFirewallPoliciesServer = src.RegionNetworkFirewallPoliciesServer
  8702  
  8703  // RegionNotificationEndpointsClient is the client API for
  8704  // RegionNotificationEndpoints service. For semantics around ctx use and
  8705  // closing/ending streaming RPCs, please refer to
  8706  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  8707  //
  8708  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8709  type RegionNotificationEndpointsClient = src.RegionNotificationEndpointsClient
  8710  
  8711  // RegionNotificationEndpointsServer is the server API for
  8712  // RegionNotificationEndpoints service.
  8713  //
  8714  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8715  type RegionNotificationEndpointsServer = src.RegionNotificationEndpointsServer
  8716  
  8717  // RegionOperationsClient is the client API for RegionOperations service. For
  8718  // semantics around ctx use and closing/ending streaming RPCs, please refer to
  8719  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  8720  //
  8721  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8722  type RegionOperationsClient = src.RegionOperationsClient
  8723  
  8724  // RegionOperationsServer is the server API for RegionOperations service.
  8725  //
  8726  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8727  type RegionOperationsServer = src.RegionOperationsServer
  8728  
  8729  // RegionSecurityPoliciesClient is the client API for RegionSecurityPolicies
  8730  // service. For semantics around ctx use and closing/ending streaming RPCs,
  8731  // please refer to
  8732  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  8733  //
  8734  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8735  type RegionSecurityPoliciesClient = src.RegionSecurityPoliciesClient
  8736  
  8737  // RegionSecurityPoliciesServer is the server API for RegionSecurityPolicies
  8738  // service.
  8739  //
  8740  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8741  type RegionSecurityPoliciesServer = src.RegionSecurityPoliciesServer
  8742  type RegionSetLabelsRequest = src.RegionSetLabelsRequest
  8743  type RegionSetPolicyRequest = src.RegionSetPolicyRequest
  8744  
  8745  // RegionSslCertificatesClient is the client API for RegionSslCertificates
  8746  // service. For semantics around ctx use and closing/ending streaming RPCs,
  8747  // please refer to
  8748  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  8749  //
  8750  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8751  type RegionSslCertificatesClient = src.RegionSslCertificatesClient
  8752  
  8753  // RegionSslCertificatesServer is the server API for RegionSslCertificates
  8754  // service.
  8755  //
  8756  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8757  type RegionSslCertificatesServer = src.RegionSslCertificatesServer
  8758  
  8759  // RegionSslPoliciesClient is the client API for RegionSslPolicies service.
  8760  // For semantics around ctx use and closing/ending streaming RPCs, please refer
  8761  // to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  8762  //
  8763  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8764  type RegionSslPoliciesClient = src.RegionSslPoliciesClient
  8765  
  8766  // RegionSslPoliciesServer is the server API for RegionSslPolicies service.
  8767  //
  8768  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8769  type RegionSslPoliciesServer = src.RegionSslPoliciesServer
  8770  
  8771  // RegionTargetHttpProxiesClient is the client API for RegionTargetHttpProxies
  8772  // service. For semantics around ctx use and closing/ending streaming RPCs,
  8773  // please refer to
  8774  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  8775  //
  8776  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8777  type RegionTargetHttpProxiesClient = src.RegionTargetHttpProxiesClient
  8778  
  8779  // RegionTargetHttpProxiesServer is the server API for RegionTargetHttpProxies
  8780  // service.
  8781  //
  8782  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8783  type RegionTargetHttpProxiesServer = src.RegionTargetHttpProxiesServer
  8784  
  8785  // RegionTargetHttpsProxiesClient is the client API for
  8786  // RegionTargetHttpsProxies service. For semantics around ctx use and
  8787  // closing/ending streaming RPCs, please refer to
  8788  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  8789  //
  8790  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8791  type RegionTargetHttpsProxiesClient = src.RegionTargetHttpsProxiesClient
  8792  
  8793  // RegionTargetHttpsProxiesServer is the server API for
  8794  // RegionTargetHttpsProxies service.
  8795  //
  8796  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8797  type RegionTargetHttpsProxiesServer = src.RegionTargetHttpsProxiesServer
  8798  type RegionTargetHttpsProxiesSetSslCertificatesRequest = src.RegionTargetHttpsProxiesSetSslCertificatesRequest
  8799  
  8800  // RegionTargetTcpProxiesClient is the client API for RegionTargetTcpProxies
  8801  // service. For semantics around ctx use and closing/ending streaming RPCs,
  8802  // please refer to
  8803  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  8804  //
  8805  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8806  type RegionTargetTcpProxiesClient = src.RegionTargetTcpProxiesClient
  8807  
  8808  // RegionTargetTcpProxiesServer is the server API for RegionTargetTcpProxies
  8809  // service.
  8810  //
  8811  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8812  type RegionTargetTcpProxiesServer = src.RegionTargetTcpProxiesServer
  8813  
  8814  // RegionUrlMapsClient is the client API for RegionUrlMaps service. For
  8815  // semantics around ctx use and closing/ending streaming RPCs, please refer to
  8816  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  8817  //
  8818  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8819  type RegionUrlMapsClient = src.RegionUrlMapsClient
  8820  
  8821  // RegionUrlMapsServer is the server API for RegionUrlMaps service.
  8822  //
  8823  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8824  type RegionUrlMapsServer = src.RegionUrlMapsServer
  8825  type RegionUrlMapsValidateRequest = src.RegionUrlMapsValidateRequest
  8826  
  8827  // [Output Only] Status of the region, either UP or DOWN.
  8828  //
  8829  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8830  type Region_Status = src.Region_Status
  8831  
  8832  // RegionsClient is the client API for Regions service. For semantics around
  8833  // ctx use and closing/ending streaming RPCs, please refer to
  8834  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  8835  //
  8836  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8837  type RegionsClient = src.RegionsClient
  8838  
  8839  // RegionsServer is the server API for Regions service.
  8840  //
  8841  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8842  type RegionsServer = src.RegionsServer
  8843  
  8844  // A request message for FirewallPolicies.RemoveAssociation. See the method
  8845  // description for details.
  8846  //
  8847  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8848  type RemoveAssociationFirewallPolicyRequest = src.RemoveAssociationFirewallPolicyRequest
  8849  
  8850  // A request message for NetworkFirewallPolicies.RemoveAssociation. See the
  8851  // method description for details.
  8852  //
  8853  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8854  type RemoveAssociationNetworkFirewallPolicyRequest = src.RemoveAssociationNetworkFirewallPolicyRequest
  8855  
  8856  // A request message for RegionNetworkFirewallPolicies.RemoveAssociation. See
  8857  // the method description for details.
  8858  //
  8859  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8860  type RemoveAssociationRegionNetworkFirewallPolicyRequest = src.RemoveAssociationRegionNetworkFirewallPolicyRequest
  8861  
  8862  // A request message for TargetPools.RemoveHealthCheck. See the method
  8863  // description for details.
  8864  //
  8865  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8866  type RemoveHealthCheckTargetPoolRequest = src.RemoveHealthCheckTargetPoolRequest
  8867  
  8868  // A request message for TargetPools.RemoveInstance. See the method
  8869  // description for details.
  8870  //
  8871  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8872  type RemoveInstanceTargetPoolRequest = src.RemoveInstanceTargetPoolRequest
  8873  
  8874  // A request message for InstanceGroups.RemoveInstances. See the method
  8875  // description for details.
  8876  //
  8877  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8878  type RemoveInstancesInstanceGroupRequest = src.RemoveInstancesInstanceGroupRequest
  8879  
  8880  // A request message for Networks.RemovePeering. See the method description
  8881  // for details.
  8882  //
  8883  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8884  type RemovePeeringNetworkRequest = src.RemovePeeringNetworkRequest
  8885  
  8886  // A request message for Disks.RemoveResourcePolicies. See the method
  8887  // description for details.
  8888  //
  8889  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8890  type RemoveResourcePoliciesDiskRequest = src.RemoveResourcePoliciesDiskRequest
  8891  
  8892  // A request message for Instances.RemoveResourcePolicies. See the method
  8893  // description for details.
  8894  //
  8895  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8896  type RemoveResourcePoliciesInstanceRequest = src.RemoveResourcePoliciesInstanceRequest
  8897  
  8898  // A request message for RegionDisks.RemoveResourcePolicies. See the method
  8899  // description for details.
  8900  //
  8901  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8902  type RemoveResourcePoliciesRegionDiskRequest = src.RemoveResourcePoliciesRegionDiskRequest
  8903  
  8904  // A request message for FirewallPolicies.RemoveRule. See the method
  8905  // description for details.
  8906  //
  8907  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8908  type RemoveRuleFirewallPolicyRequest = src.RemoveRuleFirewallPolicyRequest
  8909  
  8910  // A request message for NetworkFirewallPolicies.RemoveRule. See the method
  8911  // description for details.
  8912  //
  8913  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8914  type RemoveRuleNetworkFirewallPolicyRequest = src.RemoveRuleNetworkFirewallPolicyRequest
  8915  
  8916  // A request message for RegionNetworkFirewallPolicies.RemoveRule. See the
  8917  // method description for details.
  8918  //
  8919  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8920  type RemoveRuleRegionNetworkFirewallPolicyRequest = src.RemoveRuleRegionNetworkFirewallPolicyRequest
  8921  
  8922  // A request message for SecurityPolicies.RemoveRule. See the method
  8923  // description for details.
  8924  //
  8925  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8926  type RemoveRuleSecurityPolicyRequest = src.RemoveRuleSecurityPolicyRequest
  8927  
  8928  // A policy that specifies how requests intended for the route's backends are
  8929  // shadowed to a separate mirrored backend service. The load balancer doesn't
  8930  // wait for responses from the shadow service. Before sending traffic to the
  8931  // shadow service, the host or authority header is suffixed with -shadow.
  8932  //
  8933  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8934  type RequestMirrorPolicy = src.RequestMirrorPolicy
  8935  
  8936  // Represents a reservation resource. A reservation ensures that capacity is
  8937  // held in a specific zone even if the reserved VMs are not running. For more
  8938  // information, read Reserving zonal resources.
  8939  //
  8940  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8941  type Reservation = src.Reservation
  8942  
  8943  // Specifies the reservations that this instance can consume from.
  8944  //
  8945  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8946  type ReservationAffinity = src.ReservationAffinity
  8947  
  8948  // Specifies the type of reservation from which this instance can consume
  8949  // resources: ANY_RESERVATION (default), SPECIFIC_RESERVATION, or
  8950  // NO_RESERVATION. See Consuming reserved instances for examples.
  8951  //
  8952  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8953  type ReservationAffinity_ConsumeReservationType = src.ReservationAffinity_ConsumeReservationType
  8954  
  8955  // Contains a list of reservations.
  8956  //
  8957  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8958  type ReservationAggregatedList = src.ReservationAggregatedList
  8959  type ReservationList = src.ReservationList
  8960  
  8961  // [Output Only] The status of the reservation.
  8962  //
  8963  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8964  type Reservation_Status = src.Reservation_Status
  8965  
  8966  // ReservationsClient is the client API for Reservations service. For
  8967  // semantics around ctx use and closing/ending streaming RPCs, please refer to
  8968  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  8969  //
  8970  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8971  type ReservationsClient = src.ReservationsClient
  8972  type ReservationsResizeRequest = src.ReservationsResizeRequest
  8973  type ReservationsScopedList = src.ReservationsScopedList
  8974  
  8975  // ReservationsServer is the server API for Reservations service.
  8976  //
  8977  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8978  type ReservationsServer = src.ReservationsServer
  8979  
  8980  // A request message for Instances.Reset. See the method description for
  8981  // details.
  8982  //
  8983  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8984  type ResetInstanceRequest = src.ResetInstanceRequest
  8985  
  8986  // A request message for Disks.Resize. See the method description for details.
  8987  //
  8988  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8989  type ResizeDiskRequest = src.ResizeDiskRequest
  8990  
  8991  // A request message for InstanceGroupManagers.Resize. See the method
  8992  // description for details.
  8993  //
  8994  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  8995  type ResizeInstanceGroupManagerRequest = src.ResizeInstanceGroupManagerRequest
  8996  
  8997  // A request message for RegionDisks.Resize. See the method description for
  8998  // details.
  8999  //
  9000  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9001  type ResizeRegionDiskRequest = src.ResizeRegionDiskRequest
  9002  
  9003  // A request message for RegionInstanceGroupManagers.Resize. See the method
  9004  // description for details.
  9005  //
  9006  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9007  type ResizeRegionInstanceGroupManagerRequest = src.ResizeRegionInstanceGroupManagerRequest
  9008  
  9009  // A request message for Reservations.Resize. See the method description for
  9010  // details.
  9011  //
  9012  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9013  type ResizeReservationRequest = src.ResizeReservationRequest
  9014  
  9015  // Commitment for a particular resource (a Commitment is composed of one or
  9016  // more of these).
  9017  //
  9018  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9019  type ResourceCommitment = src.ResourceCommitment
  9020  
  9021  // Type of resource for which this commitment applies. Possible values are
  9022  // VCPU and MEMORY
  9023  //
  9024  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9025  type ResourceCommitment_Type = src.ResourceCommitment_Type
  9026  type ResourceGroupReference = src.ResourceGroupReference
  9027  
  9028  // ResourcePoliciesClient is the client API for ResourcePolicies service. For
  9029  // semantics around ctx use and closing/ending streaming RPCs, please refer to
  9030  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  9031  //
  9032  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9033  type ResourcePoliciesClient = src.ResourcePoliciesClient
  9034  type ResourcePoliciesScopedList = src.ResourcePoliciesScopedList
  9035  
  9036  // ResourcePoliciesServer is the server API for ResourcePolicies service.
  9037  //
  9038  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9039  type ResourcePoliciesServer = src.ResourcePoliciesServer
  9040  
  9041  // Represents a Resource Policy resource. You can use resource policies to
  9042  // schedule actions for some Compute Engine resources. For example, you can use
  9043  // them to schedule persistent disk snapshots.
  9044  //
  9045  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9046  type ResourcePolicy = src.ResourcePolicy
  9047  
  9048  // Contains a list of resourcePolicies.
  9049  //
  9050  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9051  type ResourcePolicyAggregatedList = src.ResourcePolicyAggregatedList
  9052  
  9053  // Time window specified for daily operations.
  9054  //
  9055  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9056  type ResourcePolicyDailyCycle = src.ResourcePolicyDailyCycle
  9057  
  9058  // A GroupPlacementPolicy specifies resource placement configuration. It
  9059  // specifies the failure bucket separation as well as network locality
  9060  //
  9061  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9062  type ResourcePolicyGroupPlacementPolicy = src.ResourcePolicyGroupPlacementPolicy
  9063  
  9064  // Specifies network collocation
  9065  //
  9066  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9067  type ResourcePolicyGroupPlacementPolicy_Collocation = src.ResourcePolicyGroupPlacementPolicy_Collocation
  9068  
  9069  // Time window specified for hourly operations.
  9070  //
  9071  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9072  type ResourcePolicyHourlyCycle = src.ResourcePolicyHourlyCycle
  9073  
  9074  // An InstanceSchedulePolicy specifies when and how frequent certain
  9075  // operations are performed on the instance.
  9076  //
  9077  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9078  type ResourcePolicyInstanceSchedulePolicy = src.ResourcePolicyInstanceSchedulePolicy
  9079  
  9080  // Schedule for an instance operation.
  9081  //
  9082  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9083  type ResourcePolicyInstanceSchedulePolicySchedule = src.ResourcePolicyInstanceSchedulePolicySchedule
  9084  type ResourcePolicyList = src.ResourcePolicyList
  9085  
  9086  // Contains output only fields. Use this sub-message for all output fields set
  9087  // on ResourcePolicy. The internal structure of this "status" field should
  9088  // mimic the structure of ResourcePolicy proto specification.
  9089  //
  9090  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9091  type ResourcePolicyResourceStatus = src.ResourcePolicyResourceStatus
  9092  type ResourcePolicyResourceStatusInstanceSchedulePolicyStatus = src.ResourcePolicyResourceStatusInstanceSchedulePolicyStatus
  9093  
  9094  // A snapshot schedule policy specifies when and how frequently snapshots are
  9095  // to be created for the target disk. Also specifies how many and how long
  9096  // these scheduled snapshots should be retained.
  9097  //
  9098  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9099  type ResourcePolicySnapshotSchedulePolicy = src.ResourcePolicySnapshotSchedulePolicy
  9100  
  9101  // Policy for retention of scheduled snapshots.
  9102  //
  9103  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9104  type ResourcePolicySnapshotSchedulePolicyRetentionPolicy = src.ResourcePolicySnapshotSchedulePolicyRetentionPolicy
  9105  
  9106  // Specifies the behavior to apply to scheduled snapshots when the source disk
  9107  // is deleted.
  9108  //
  9109  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9110  type ResourcePolicySnapshotSchedulePolicyRetentionPolicy_OnSourceDiskDelete = src.ResourcePolicySnapshotSchedulePolicyRetentionPolicy_OnSourceDiskDelete
  9111  
  9112  // A schedule for disks where the schedueled operations are performed.
  9113  //
  9114  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9115  type ResourcePolicySnapshotSchedulePolicySchedule = src.ResourcePolicySnapshotSchedulePolicySchedule
  9116  
  9117  // Specified snapshot properties for scheduled snapshots created by this
  9118  // policy.
  9119  //
  9120  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9121  type ResourcePolicySnapshotSchedulePolicySnapshotProperties = src.ResourcePolicySnapshotSchedulePolicySnapshotProperties
  9122  
  9123  // Time window specified for weekly operations.
  9124  //
  9125  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9126  type ResourcePolicyWeeklyCycle = src.ResourcePolicyWeeklyCycle
  9127  type ResourcePolicyWeeklyCycleDayOfWeek = src.ResourcePolicyWeeklyCycleDayOfWeek
  9128  
  9129  // Defines a schedule that runs on specific days of the week. Specify one or
  9130  // more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY,
  9131  // THURSDAY, FRIDAY, SATURDAY, SUNDAY.
  9132  //
  9133  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9134  type ResourcePolicyWeeklyCycleDayOfWeek_Day = src.ResourcePolicyWeeklyCycleDayOfWeek_Day
  9135  
  9136  // [Output Only] The status of resource policy creation.
  9137  //
  9138  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9139  type ResourcePolicy_Status = src.ResourcePolicy_Status
  9140  
  9141  // Contains output only fields. Use this sub-message for actual values set on
  9142  // Instance attributes as compared to the value requested by the user (intent)
  9143  // in their instance CRUD calls.
  9144  //
  9145  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9146  type ResourceStatus = src.ResourceStatus
  9147  
  9148  // A request message for Instances.Resume. See the method description for
  9149  // details.
  9150  //
  9151  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9152  type ResumeInstanceRequest = src.ResumeInstanceRequest
  9153  
  9154  // Represents a Route resource. A route defines a path from VM instances in
  9155  // the VPC network to a specific destination. This destination can be inside or
  9156  // outside the VPC network. For more information, read the Routes overview.
  9157  //
  9158  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9159  type Route = src.Route
  9160  type RouteAsPath = src.RouteAsPath
  9161  
  9162  // [Output Only] The type of the AS Path, which can be one of the following
  9163  // values: - 'AS_SET': unordered set of autonomous systems that the route in
  9164  // has traversed - 'AS_SEQUENCE': ordered set of autonomous systems that the
  9165  // route has traversed - 'AS_CONFED_SEQUENCE': ordered set of Member Autonomous
  9166  // Systems in the local confederation that the route has traversed -
  9167  // 'AS_CONFED_SET': unordered set of Member Autonomous Systems in the local
  9168  // confederation that the route has traversed
  9169  //
  9170  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9171  type RouteAsPath_PathSegmentType = src.RouteAsPath_PathSegmentType
  9172  
  9173  // Contains a list of Route resources.
  9174  //
  9175  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9176  type RouteList = src.RouteList
  9177  
  9178  // [Output only] The status of the route.
  9179  //
  9180  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9181  type Route_RouteStatus = src.Route_RouteStatus
  9182  
  9183  // [Output Only] The type of this route, which can be one of the following
  9184  // values: - 'TRANSIT' for a transit route that this router learned from
  9185  // another Cloud Router and will readvertise to one of its BGP peers - 'SUBNET'
  9186  // for a route from a subnet of the VPC - 'BGP' for a route learned from a BGP
  9187  // peer of this router - 'STATIC' for a static route
  9188  //
  9189  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9190  type Route_RouteType = src.Route_RouteType
  9191  
  9192  // Represents a Cloud Router resource. For more information about Cloud
  9193  // Router, read the Cloud Router overview.
  9194  //
  9195  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9196  type Router = src.Router
  9197  
  9198  // Description-tagged IP ranges for the router to advertise.
  9199  //
  9200  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9201  type RouterAdvertisedIpRange = src.RouterAdvertisedIpRange
  9202  
  9203  // Contains a list of routers.
  9204  //
  9205  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9206  type RouterAggregatedList = src.RouterAggregatedList
  9207  type RouterBgp = src.RouterBgp
  9208  type RouterBgpPeer = src.RouterBgpPeer
  9209  type RouterBgpPeerBfd = src.RouterBgpPeerBfd
  9210  
  9211  // The BFD session initialization mode for this BGP peer. If set to ACTIVE,
  9212  // the Cloud Router will initiate the BFD session for this BGP peer. If set to
  9213  // PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD
  9214  // session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP
  9215  // peer. The default is DISABLED.
  9216  //
  9217  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9218  type RouterBgpPeerBfd_SessionInitializationMode = src.RouterBgpPeerBfd_SessionInitializationMode
  9219  
  9220  // User-specified flag to indicate which mode to use for advertisement.
  9221  //
  9222  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9223  type RouterBgpPeer_AdvertiseMode = src.RouterBgpPeer_AdvertiseMode
  9224  type RouterBgpPeer_AdvertisedGroups = src.RouterBgpPeer_AdvertisedGroups
  9225  
  9226  // The status of the BGP peer connection. If set to FALSE, any active session
  9227  // with the peer is terminated and all associated routing information is
  9228  // removed. If set to TRUE, the peer connection can be established with routing
  9229  // information. The default is TRUE.
  9230  //
  9231  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9232  type RouterBgpPeer_Enable = src.RouterBgpPeer_Enable
  9233  
  9234  // [Output Only] The resource that configures and manages this BGP peer. -
  9235  // MANAGED_BY_USER is the default value and can be managed by you or other
  9236  // users - MANAGED_BY_ATTACHMENT is a BGP peer that is configured and managed
  9237  // by Cloud Interconnect, specifically by an InterconnectAttachment of type
  9238  // PARTNER. Google automatically creates, updates, and deletes this type of BGP
  9239  // peer when the PARTNER InterconnectAttachment is created, updated, or
  9240  // deleted.
  9241  //
  9242  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9243  type RouterBgpPeer_ManagementType = src.RouterBgpPeer_ManagementType
  9244  
  9245  // User-specified flag to indicate which mode to use for advertisement. The
  9246  // options are DEFAULT or CUSTOM.
  9247  //
  9248  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9249  type RouterBgp_AdvertiseMode = src.RouterBgp_AdvertiseMode
  9250  type RouterBgp_AdvertisedGroups = src.RouterBgp_AdvertisedGroups
  9251  type RouterInterface = src.RouterInterface
  9252  
  9253  // [Output Only] The resource that configures and manages this interface. -
  9254  // MANAGED_BY_USER is the default value and can be managed directly by users. -
  9255  // MANAGED_BY_ATTACHMENT is an interface that is configured and managed by
  9256  // Cloud Interconnect, specifically, by an InterconnectAttachment of type
  9257  // PARTNER. Google automatically creates, updates, and deletes this type of
  9258  // interface when the PARTNER InterconnectAttachment is created, updated, or
  9259  // deleted.
  9260  //
  9261  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9262  type RouterInterface_ManagementType = src.RouterInterface_ManagementType
  9263  
  9264  // Contains a list of Router resources.
  9265  //
  9266  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9267  type RouterList = src.RouterList
  9268  type RouterMd5AuthenticationKey = src.RouterMd5AuthenticationKey
  9269  
  9270  // Represents a Nat resource. It enables the VMs within the specified
  9271  // subnetworks to access Internet without external IP addresses. It specifies a
  9272  // list of subnetworks (and the ranges within) that want to use NAT. Customers
  9273  // can also provide the external IPs that would be used for NAT. GCP would
  9274  // auto-allocate ephemeral IPs if no external IPs are provided.
  9275  //
  9276  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9277  type RouterNat = src.RouterNat
  9278  
  9279  // Configuration of logging on a NAT.
  9280  //
  9281  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9282  type RouterNatLogConfig = src.RouterNatLogConfig
  9283  
  9284  // Specify the desired filtering of logs on this NAT. If unspecified, logs are
  9285  // exported for all connections handled by this NAT. This option can take one
  9286  // of the following values: - ERRORS_ONLY: Export logs only for connection
  9287  // failures. - TRANSLATIONS_ONLY: Export logs only for successful connections.
  9288  // - ALL: Export logs for all connections, successful and unsuccessful.
  9289  //
  9290  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9291  type RouterNatLogConfig_Filter = src.RouterNatLogConfig_Filter
  9292  type RouterNatRule = src.RouterNatRule
  9293  type RouterNatRuleAction = src.RouterNatRuleAction
  9294  
  9295  // Defines the IP ranges that want to use NAT for a subnetwork.
  9296  //
  9297  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9298  type RouterNatSubnetworkToNat = src.RouterNatSubnetworkToNat
  9299  type RouterNatSubnetworkToNat_SourceIpRangesToNat = src.RouterNatSubnetworkToNat_SourceIpRangesToNat
  9300  type RouterNat_EndpointTypes = src.RouterNat_EndpointTypes
  9301  
  9302  // Specify the NatIpAllocateOption, which can take one of the following
  9303  // values: - MANUAL_ONLY: Uses only Nat IP addresses provided by customers.
  9304  // When there are not enough specified Nat IPs, the Nat service fails for new
  9305  // VMs. - AUTO_ONLY: Nat IPs are allocated by Google Cloud Platform; customers
  9306  // can't specify any Nat IPs. When choosing AUTO_ONLY, then nat_ip should be
  9307  // empty.
  9308  //
  9309  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9310  type RouterNat_NatIpAllocateOption = src.RouterNat_NatIpAllocateOption
  9311  
  9312  // Specify the Nat option, which can take one of the following values: -
  9313  // ALL_SUBNETWORKS_ALL_IP_RANGES: All of the IP ranges in every Subnetwork are
  9314  // allowed to Nat. - ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES: All of the primary
  9315  // IP ranges in every Subnetwork are allowed to Nat. - LIST_OF_SUBNETWORKS: A
  9316  // list of Subnetworks are allowed to Nat (specified in the field subnetwork
  9317  // below) The default is SUBNETWORK_IP_RANGE_TO_NAT_OPTION_UNSPECIFIED. Note
  9318  // that if this field contains ALL_SUBNETWORKS_ALL_IP_RANGES or
  9319  // ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES, then there should not be any other
  9320  // Router.Nat section in any Router for this network in this region.
  9321  //
  9322  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9323  type RouterNat_SourceSubnetworkIpRangesToNat = src.RouterNat_SourceSubnetworkIpRangesToNat
  9324  type RouterStatus = src.RouterStatus
  9325  type RouterStatusBgpPeerStatus = src.RouterStatusBgpPeerStatus
  9326  
  9327  // Status of the BGP peer: {UP, DOWN}
  9328  //
  9329  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9330  type RouterStatusBgpPeerStatus_Status = src.RouterStatusBgpPeerStatus_Status
  9331  
  9332  // Indicates why particular status was returned.
  9333  //
  9334  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9335  type RouterStatusBgpPeerStatus_StatusReason = src.RouterStatusBgpPeerStatus_StatusReason
  9336  
  9337  // Status of a NAT contained in this router.
  9338  //
  9339  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9340  type RouterStatusNatStatus = src.RouterStatusNatStatus
  9341  
  9342  // Status of a NAT Rule contained in this NAT.
  9343  //
  9344  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9345  type RouterStatusNatStatusNatRuleStatus = src.RouterStatusNatStatusNatRuleStatus
  9346  type RouterStatusResponse = src.RouterStatusResponse
  9347  
  9348  // RoutersClient is the client API for Routers service. For semantics around
  9349  // ctx use and closing/ending streaming RPCs, please refer to
  9350  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  9351  //
  9352  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9353  type RoutersClient = src.RoutersClient
  9354  type RoutersPreviewResponse = src.RoutersPreviewResponse
  9355  type RoutersScopedList = src.RoutersScopedList
  9356  
  9357  // RoutersServer is the server API for Routers service.
  9358  //
  9359  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9360  type RoutersServer = src.RoutersServer
  9361  
  9362  // RoutesClient is the client API for Routes service. For semantics around ctx
  9363  // use and closing/ending streaming RPCs, please refer to
  9364  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  9365  //
  9366  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9367  type RoutesClient = src.RoutesClient
  9368  
  9369  // RoutesServer is the server API for Routes service.
  9370  //
  9371  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9372  type RoutesServer = src.RoutesServer
  9373  
  9374  // This is deprecated and has no effect. Do not use.
  9375  //
  9376  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9377  type Rule = src.Rule
  9378  
  9379  // This is deprecated and has no effect. Do not use.
  9380  //
  9381  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9382  type Rule_Action = src.Rule_Action
  9383  type SSLHealthCheck = src.SSLHealthCheck
  9384  
  9385  // Specifies how a port is selected for health checking. Can be one of the
  9386  // following values: USE_FIXED_PORT: Specifies a port number explicitly using
  9387  // the port field in the health check. Supported by backend services for
  9388  // pass-through load balancers and backend services for proxy load balancers.
  9389  // Not supported by target pools. The health check supports all backends
  9390  // supported by the backend service provided the backend can be health checked.
  9391  // For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network
  9392  // endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported.
  9393  // USE_SERVING_PORT: Provides an indirect method of specifying the health check
  9394  // port by referring to the backend service. Only supported by backend services
  9395  // for proxy load balancers. Not supported by target pools. Not supported by
  9396  // backend services for pass-through load balancers. Supports all backends that
  9397  // can be health checked; for example, GCE_VM_IP_PORT network endpoint groups
  9398  // and instance group backends. For GCE_VM_IP_PORT network endpoint group
  9399  // backends, the health check uses the port number specified for each endpoint
  9400  // in the network endpoint group. For instance group backends, the health check
  9401  // uses the port number determined by looking up the backend service's named
  9402  // port in the instance group's list of named ports.
  9403  //
  9404  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9405  type SSLHealthCheck_PortSpecification = src.SSLHealthCheck_PortSpecification
  9406  
  9407  // Specifies the type of proxy header to append before sending data to the
  9408  // backend, either NONE or PROXY_V1. The default is NONE.
  9409  //
  9410  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9411  type SSLHealthCheck_ProxyHeader = src.SSLHealthCheck_ProxyHeader
  9412  
  9413  // DEPRECATED: Please use compute#savedDisk instead. An instance-attached disk
  9414  // resource.
  9415  //
  9416  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9417  type SavedAttachedDisk = src.SavedAttachedDisk
  9418  
  9419  // Specifies the disk interface to use for attaching this disk, which is
  9420  // either SCSI or NVME.
  9421  //
  9422  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9423  type SavedAttachedDisk_Interface = src.SavedAttachedDisk_Interface
  9424  
  9425  // The mode in which this disk is attached to the source instance, either
  9426  // READ_WRITE or READ_ONLY.
  9427  //
  9428  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9429  type SavedAttachedDisk_Mode = src.SavedAttachedDisk_Mode
  9430  
  9431  // [Output Only] An indicator whether storageBytes is in a stable state or it
  9432  // is being adjusted as a result of shared storage reallocation. This status
  9433  // can either be UPDATING, meaning the size of the snapshot is being updated,
  9434  // or UP_TO_DATE, meaning the size of the snapshot is up-to-date.
  9435  //
  9436  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9437  type SavedAttachedDisk_StorageBytesStatus = src.SavedAttachedDisk_StorageBytesStatus
  9438  
  9439  // Specifies the type of the attached disk, either SCRATCH or PERSISTENT.
  9440  //
  9441  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9442  type SavedAttachedDisk_Type = src.SavedAttachedDisk_Type
  9443  
  9444  // An instance-attached disk resource.
  9445  //
  9446  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9447  type SavedDisk = src.SavedDisk
  9448  
  9449  // [Output Only] The architecture of the attached disk.
  9450  //
  9451  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9452  type SavedDisk_Architecture = src.SavedDisk_Architecture
  9453  
  9454  // [Output Only] An indicator whether storageBytes is in a stable state or it
  9455  // is being adjusted as a result of shared storage reallocation. This status
  9456  // can either be UPDATING, meaning the size of the snapshot is being updated,
  9457  // or UP_TO_DATE, meaning the size of the snapshot is up-to-date.
  9458  //
  9459  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9460  type SavedDisk_StorageBytesStatus = src.SavedDisk_StorageBytesStatus
  9461  type ScalingScheduleStatus = src.ScalingScheduleStatus
  9462  
  9463  // [Output Only] The current state of a scaling schedule.
  9464  //
  9465  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9466  type ScalingScheduleStatus_State = src.ScalingScheduleStatus_State
  9467  
  9468  // Sets the scheduling options for an Instance.
  9469  //
  9470  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9471  type Scheduling = src.Scheduling
  9472  
  9473  // Node Affinity: the configuration of desired nodes onto which this Instance
  9474  // could be scheduled.
  9475  //
  9476  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9477  type SchedulingNodeAffinity = src.SchedulingNodeAffinity
  9478  
  9479  // Defines the operation of node selection. Valid operators are IN for
  9480  // affinity and NOT_IN for anti-affinity.
  9481  //
  9482  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9483  type SchedulingNodeAffinity_Operator = src.SchedulingNodeAffinity_Operator
  9484  
  9485  // Specifies the termination action for the instance.
  9486  //
  9487  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9488  type Scheduling_InstanceTerminationAction = src.Scheduling_InstanceTerminationAction
  9489  
  9490  // Defines the maintenance behavior for this instance. For standard instances,
  9491  // the default behavior is MIGRATE. For preemptible instances, the default and
  9492  // only possible behavior is TERMINATE. For more information, see Set VM host
  9493  // maintenance policy.
  9494  //
  9495  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9496  type Scheduling_OnHostMaintenance = src.Scheduling_OnHostMaintenance
  9497  
  9498  // Specifies the provisioning model of the instance.
  9499  //
  9500  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9501  type Scheduling_ProvisioningModel = src.Scheduling_ProvisioningModel
  9502  type ScratchDisks = src.ScratchDisks
  9503  
  9504  // An instance's screenshot.
  9505  //
  9506  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9507  type Screenshot = src.Screenshot
  9508  type SecurityPoliciesAggregatedList = src.SecurityPoliciesAggregatedList
  9509  
  9510  // SecurityPoliciesClient is the client API for SecurityPolicies service. For
  9511  // semantics around ctx use and closing/ending streaming RPCs, please refer to
  9512  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  9513  //
  9514  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9515  type SecurityPoliciesClient = src.SecurityPoliciesClient
  9516  type SecurityPoliciesListPreconfiguredExpressionSetsResponse = src.SecurityPoliciesListPreconfiguredExpressionSetsResponse
  9517  type SecurityPoliciesScopedList = src.SecurityPoliciesScopedList
  9518  
  9519  // SecurityPoliciesServer is the server API for SecurityPolicies service.
  9520  //
  9521  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9522  type SecurityPoliciesServer = src.SecurityPoliciesServer
  9523  type SecurityPoliciesWafConfig = src.SecurityPoliciesWafConfig
  9524  
  9525  // Represents a Google Cloud Armor security policy resource. Only external
  9526  // backend services that use load balancers can reference a security policy.
  9527  // For more information, see Google Cloud Armor security policy overview.
  9528  //
  9529  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9530  type SecurityPolicy = src.SecurityPolicy
  9531  
  9532  // Configuration options for Cloud Armor Adaptive Protection (CAAP).
  9533  //
  9534  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9535  type SecurityPolicyAdaptiveProtectionConfig = src.SecurityPolicyAdaptiveProtectionConfig
  9536  
  9537  // Configuration options for L7 DDoS detection.
  9538  //
  9539  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9540  type SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig = src.SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig
  9541  
  9542  // Rule visibility can be one of the following: STANDARD - opaque rules.
  9543  // (default) PREMIUM - transparent rules.
  9544  //
  9545  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9546  type SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_RuleVisibility = src.SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_RuleVisibility
  9547  type SecurityPolicyAdvancedOptionsConfig = src.SecurityPolicyAdvancedOptionsConfig
  9548  type SecurityPolicyAdvancedOptionsConfigJsonCustomConfig = src.SecurityPolicyAdvancedOptionsConfigJsonCustomConfig
  9549  type SecurityPolicyAdvancedOptionsConfig_JsonParsing = src.SecurityPolicyAdvancedOptionsConfig_JsonParsing
  9550  type SecurityPolicyAdvancedOptionsConfig_LogLevel = src.SecurityPolicyAdvancedOptionsConfig_LogLevel
  9551  type SecurityPolicyDdosProtectionConfig = src.SecurityPolicyDdosProtectionConfig
  9552  type SecurityPolicyDdosProtectionConfig_DdosProtection = src.SecurityPolicyDdosProtectionConfig_DdosProtection
  9553  type SecurityPolicyList = src.SecurityPolicyList
  9554  type SecurityPolicyRecaptchaOptionsConfig = src.SecurityPolicyRecaptchaOptionsConfig
  9555  type SecurityPolicyReference = src.SecurityPolicyReference
  9556  
  9557  // Represents a rule that describes one or more match conditions along with
  9558  // the action to be taken when traffic matches this condition (allow or deny).
  9559  //
  9560  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9561  type SecurityPolicyRule = src.SecurityPolicyRule
  9562  type SecurityPolicyRuleHttpHeaderAction = src.SecurityPolicyRuleHttpHeaderAction
  9563  type SecurityPolicyRuleHttpHeaderActionHttpHeaderOption = src.SecurityPolicyRuleHttpHeaderActionHttpHeaderOption
  9564  
  9565  // Represents a match condition that incoming traffic is evaluated against.
  9566  // Exactly one field must be specified.
  9567  //
  9568  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9569  type SecurityPolicyRuleMatcher = src.SecurityPolicyRuleMatcher
  9570  type SecurityPolicyRuleMatcherConfig = src.SecurityPolicyRuleMatcherConfig
  9571  
  9572  // Preconfigured versioned expression. If this field is specified, config must
  9573  // also be specified. Available preconfigured expressions along with their
  9574  // requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range
  9575  // field in config.
  9576  //
  9577  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9578  type SecurityPolicyRuleMatcher_VersionedExpr = src.SecurityPolicyRuleMatcher_VersionedExpr
  9579  type SecurityPolicyRuleRateLimitOptions = src.SecurityPolicyRuleRateLimitOptions
  9580  type SecurityPolicyRuleRateLimitOptionsThreshold = src.SecurityPolicyRuleRateLimitOptionsThreshold
  9581  
  9582  // Determines the key to enforce the rate_limit_threshold on. Possible values
  9583  // are: - ALL: A single rate limit threshold is applied to all the requests
  9584  // matching this rule. This is the default value if "enforceOnKey" is not
  9585  // configured. - IP: The source IP address of the request is the key. Each IP
  9586  // has this limit enforced separately. - HTTP_HEADER: The value of the HTTP
  9587  // header whose name is configured under "enforceOnKeyName". The key value is
  9588  // truncated to the first 128 bytes of the header value. If no such header is
  9589  // present in the request, the key type defaults to ALL. - XFF_IP: The first IP
  9590  // address (i.e. the originating client IP address) specified in the list of
  9591  // IPs under X-Forwarded-For HTTP header. If no such header is present or the
  9592  // value is not a valid IP, the key defaults to the source IP address of the
  9593  // request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose
  9594  // name is configured under "enforceOnKeyName". The key value is truncated to
  9595  // the first 128 bytes of the cookie value. If no such cookie is present in the
  9596  // request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP
  9597  // request. The key value is truncated to the first 128 bytes. - SNI: Server
  9598  // name indication in the TLS session of the HTTPS request. The key value is
  9599  // truncated to the first 128 bytes. The key type defaults to ALL on a HTTP
  9600  // session. - REGION_CODE: The country/region from which the request
  9601  // originates.
  9602  //
  9603  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9604  type SecurityPolicyRuleRateLimitOptions_EnforceOnKey = src.SecurityPolicyRuleRateLimitOptions_EnforceOnKey
  9605  type SecurityPolicyRuleRedirectOptions = src.SecurityPolicyRuleRedirectOptions
  9606  
  9607  // Type of the redirect action.
  9608  //
  9609  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9610  type SecurityPolicyRuleRedirectOptions_Type = src.SecurityPolicyRuleRedirectOptions_Type
  9611  
  9612  // The type indicates the intended use of the security policy. - CLOUD_ARMOR:
  9613  // Cloud Armor backend security policies can be configured to filter incoming
  9614  // HTTP requests targeting backend services. They filter requests before they
  9615  // hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security
  9616  // policies can be configured to filter incoming HTTP requests targeting
  9617  // backend services (including Cloud CDN-enabled) as well as backend buckets
  9618  // (Cloud Storage). They filter requests before the request is served from
  9619  // Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service
  9620  // policies can be configured to filter HTTP requests targeting services
  9621  // managed by Traffic Director in a service mesh. They filter requests before
  9622  // the request is served from the application. This field can be set only at
  9623  // resource creation time.
  9624  //
  9625  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9626  type SecurityPolicy_Type = src.SecurityPolicy_Type
  9627  
  9628  // The authentication and authorization settings for a BackendService.
  9629  //
  9630  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9631  type SecuritySettings = src.SecuritySettings
  9632  
  9633  // A request message for Instances.SendDiagnosticInterrupt. See the method
  9634  // description for details.
  9635  //
  9636  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9637  type SendDiagnosticInterruptInstanceRequest = src.SendDiagnosticInterruptInstanceRequest
  9638  
  9639  // A response message for Instances.SendDiagnosticInterrupt. See the method
  9640  // description for details.
  9641  //
  9642  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9643  type SendDiagnosticInterruptInstanceResponse = src.SendDiagnosticInterruptInstanceResponse
  9644  
  9645  // An instance serial console output.
  9646  //
  9647  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9648  type SerialPortOutput = src.SerialPortOutput
  9649  type ServerBinding = src.ServerBinding
  9650  type ServerBinding_Type = src.ServerBinding_Type
  9651  
  9652  // A service account.
  9653  //
  9654  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9655  type ServiceAccount = src.ServiceAccount
  9656  
  9657  // Represents a ServiceAttachment resource. A service attachment represents a
  9658  // service that a producer has exposed. It encapsulates the load balancer which
  9659  // fronts the service runs and a list of NAT IP ranges that the producers uses
  9660  // to represent the consumers connecting to the service. next tag = 20
  9661  //
  9662  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9663  type ServiceAttachment = src.ServiceAttachment
  9664  
  9665  // Contains a list of ServiceAttachmentsScopedList.
  9666  //
  9667  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9668  type ServiceAttachmentAggregatedList = src.ServiceAttachmentAggregatedList
  9669  
  9670  // [Output Only] A connection connected to this service attachment.
  9671  //
  9672  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9673  type ServiceAttachmentConnectedEndpoint = src.ServiceAttachmentConnectedEndpoint
  9674  
  9675  // The status of a connected endpoint to this service attachment.
  9676  //
  9677  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9678  type ServiceAttachmentConnectedEndpoint_Status = src.ServiceAttachmentConnectedEndpoint_Status
  9679  type ServiceAttachmentConsumerProjectLimit = src.ServiceAttachmentConsumerProjectLimit
  9680  type ServiceAttachmentList = src.ServiceAttachmentList
  9681  
  9682  // The connection preference of service attachment. The value can be set to
  9683  // ACCEPT_AUTOMATIC. An ACCEPT_AUTOMATIC service attachment is one that always
  9684  // accepts the connection from consumer forwarding rules.
  9685  //
  9686  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9687  type ServiceAttachment_ConnectionPreference = src.ServiceAttachment_ConnectionPreference
  9688  
  9689  // ServiceAttachmentsClient is the client API for ServiceAttachments service.
  9690  // For semantics around ctx use and closing/ending streaming RPCs, please refer
  9691  // to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  9692  //
  9693  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9694  type ServiceAttachmentsClient = src.ServiceAttachmentsClient
  9695  type ServiceAttachmentsScopedList = src.ServiceAttachmentsScopedList
  9696  
  9697  // ServiceAttachmentsServer is the server API for ServiceAttachments service.
  9698  //
  9699  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9700  type ServiceAttachmentsServer = src.ServiceAttachmentsServer
  9701  
  9702  // A request message for TargetSslProxies.SetBackendService. See the method
  9703  // description for details.
  9704  //
  9705  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9706  type SetBackendServiceTargetSslProxyRequest = src.SetBackendServiceTargetSslProxyRequest
  9707  
  9708  // A request message for TargetTcpProxies.SetBackendService. See the method
  9709  // description for details.
  9710  //
  9711  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9712  type SetBackendServiceTargetTcpProxyRequest = src.SetBackendServiceTargetTcpProxyRequest
  9713  
  9714  // A request message for TargetPools.SetBackup. See the method description for
  9715  // details.
  9716  //
  9717  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9718  type SetBackupTargetPoolRequest = src.SetBackupTargetPoolRequest
  9719  
  9720  // A request message for TargetHttpsProxies.SetCertificateMap. See the method
  9721  // description for details.
  9722  //
  9723  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9724  type SetCertificateMapTargetHttpsProxyRequest = src.SetCertificateMapTargetHttpsProxyRequest
  9725  
  9726  // A request message for TargetSslProxies.SetCertificateMap. See the method
  9727  // description for details.
  9728  //
  9729  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9730  type SetCertificateMapTargetSslProxyRequest = src.SetCertificateMapTargetSslProxyRequest
  9731  
  9732  // A request message for Projects.SetCommonInstanceMetadata. See the method
  9733  // description for details.
  9734  //
  9735  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9736  type SetCommonInstanceMetadataProjectRequest = src.SetCommonInstanceMetadataProjectRequest
  9737  
  9738  // A request message for Projects.SetDefaultNetworkTier. See the method
  9739  // description for details.
  9740  //
  9741  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9742  type SetDefaultNetworkTierProjectRequest = src.SetDefaultNetworkTierProjectRequest
  9743  
  9744  // A request message for Instances.SetDeletionProtection. See the method
  9745  // description for details.
  9746  //
  9747  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9748  type SetDeletionProtectionInstanceRequest = src.SetDeletionProtectionInstanceRequest
  9749  
  9750  // A request message for Instances.SetDiskAutoDelete. See the method
  9751  // description for details.
  9752  //
  9753  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9754  type SetDiskAutoDeleteInstanceRequest = src.SetDiskAutoDeleteInstanceRequest
  9755  
  9756  // A request message for BackendBuckets.SetEdgeSecurityPolicy. See the method
  9757  // description for details.
  9758  //
  9759  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9760  type SetEdgeSecurityPolicyBackendBucketRequest = src.SetEdgeSecurityPolicyBackendBucketRequest
  9761  
  9762  // A request message for BackendServices.SetEdgeSecurityPolicy. See the method
  9763  // description for details.
  9764  //
  9765  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9766  type SetEdgeSecurityPolicyBackendServiceRequest = src.SetEdgeSecurityPolicyBackendServiceRequest
  9767  
  9768  // A request message for BackendServices.SetIamPolicy. See the method
  9769  // description for details.
  9770  //
  9771  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9772  type SetIamPolicyBackendServiceRequest = src.SetIamPolicyBackendServiceRequest
  9773  
  9774  // A request message for Disks.SetIamPolicy. See the method description for
  9775  // details.
  9776  //
  9777  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9778  type SetIamPolicyDiskRequest = src.SetIamPolicyDiskRequest
  9779  
  9780  // A request message for FirewallPolicies.SetIamPolicy. See the method
  9781  // description for details.
  9782  //
  9783  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9784  type SetIamPolicyFirewallPolicyRequest = src.SetIamPolicyFirewallPolicyRequest
  9785  
  9786  // A request message for Images.SetIamPolicy. See the method description for
  9787  // details.
  9788  //
  9789  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9790  type SetIamPolicyImageRequest = src.SetIamPolicyImageRequest
  9791  
  9792  // A request message for Instances.SetIamPolicy. See the method description
  9793  // for details.
  9794  //
  9795  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9796  type SetIamPolicyInstanceRequest = src.SetIamPolicyInstanceRequest
  9797  
  9798  // A request message for InstanceTemplates.SetIamPolicy. See the method
  9799  // description for details.
  9800  //
  9801  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9802  type SetIamPolicyInstanceTemplateRequest = src.SetIamPolicyInstanceTemplateRequest
  9803  
  9804  // A request message for Licenses.SetIamPolicy. See the method description for
  9805  // details.
  9806  //
  9807  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9808  type SetIamPolicyLicenseRequest = src.SetIamPolicyLicenseRequest
  9809  
  9810  // A request message for MachineImages.SetIamPolicy. See the method
  9811  // description for details.
  9812  //
  9813  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9814  type SetIamPolicyMachineImageRequest = src.SetIamPolicyMachineImageRequest
  9815  
  9816  // A request message for NetworkFirewallPolicies.SetIamPolicy. See the method
  9817  // description for details.
  9818  //
  9819  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9820  type SetIamPolicyNetworkFirewallPolicyRequest = src.SetIamPolicyNetworkFirewallPolicyRequest
  9821  
  9822  // A request message for NodeGroups.SetIamPolicy. See the method description
  9823  // for details.
  9824  //
  9825  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9826  type SetIamPolicyNodeGroupRequest = src.SetIamPolicyNodeGroupRequest
  9827  
  9828  // A request message for NodeTemplates.SetIamPolicy. See the method
  9829  // description for details.
  9830  //
  9831  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9832  type SetIamPolicyNodeTemplateRequest = src.SetIamPolicyNodeTemplateRequest
  9833  
  9834  // A request message for RegionBackendServices.SetIamPolicy. See the method
  9835  // description for details.
  9836  //
  9837  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9838  type SetIamPolicyRegionBackendServiceRequest = src.SetIamPolicyRegionBackendServiceRequest
  9839  
  9840  // A request message for RegionDisks.SetIamPolicy. See the method description
  9841  // for details.
  9842  //
  9843  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9844  type SetIamPolicyRegionDiskRequest = src.SetIamPolicyRegionDiskRequest
  9845  
  9846  // A request message for RegionNetworkFirewallPolicies.SetIamPolicy. See the
  9847  // method description for details.
  9848  //
  9849  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9850  type SetIamPolicyRegionNetworkFirewallPolicyRequest = src.SetIamPolicyRegionNetworkFirewallPolicyRequest
  9851  
  9852  // A request message for Reservations.SetIamPolicy. See the method description
  9853  // for details.
  9854  //
  9855  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9856  type SetIamPolicyReservationRequest = src.SetIamPolicyReservationRequest
  9857  
  9858  // A request message for ResourcePolicies.SetIamPolicy. See the method
  9859  // description for details.
  9860  //
  9861  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9862  type SetIamPolicyResourcePolicyRequest = src.SetIamPolicyResourcePolicyRequest
  9863  
  9864  // A request message for ServiceAttachments.SetIamPolicy. See the method
  9865  // description for details.
  9866  //
  9867  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9868  type SetIamPolicyServiceAttachmentRequest = src.SetIamPolicyServiceAttachmentRequest
  9869  
  9870  // A request message for Snapshots.SetIamPolicy. See the method description
  9871  // for details.
  9872  //
  9873  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9874  type SetIamPolicySnapshotRequest = src.SetIamPolicySnapshotRequest
  9875  
  9876  // A request message for Subnetworks.SetIamPolicy. See the method description
  9877  // for details.
  9878  //
  9879  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9880  type SetIamPolicySubnetworkRequest = src.SetIamPolicySubnetworkRequest
  9881  
  9882  // A request message for InstanceGroupManagers.SetInstanceTemplate. See the
  9883  // method description for details.
  9884  //
  9885  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9886  type SetInstanceTemplateInstanceGroupManagerRequest = src.SetInstanceTemplateInstanceGroupManagerRequest
  9887  
  9888  // A request message for RegionInstanceGroupManagers.SetInstanceTemplate. See
  9889  // the method description for details.
  9890  //
  9891  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9892  type SetInstanceTemplateRegionInstanceGroupManagerRequest = src.SetInstanceTemplateRegionInstanceGroupManagerRequest
  9893  
  9894  // A request message for Addresses.SetLabels. See the method description for
  9895  // details.
  9896  //
  9897  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9898  type SetLabelsAddressRequest = src.SetLabelsAddressRequest
  9899  
  9900  // A request message for Disks.SetLabels. See the method description for
  9901  // details.
  9902  //
  9903  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9904  type SetLabelsDiskRequest = src.SetLabelsDiskRequest
  9905  
  9906  // A request message for ExternalVpnGateways.SetLabels. See the method
  9907  // description for details.
  9908  //
  9909  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9910  type SetLabelsExternalVpnGatewayRequest = src.SetLabelsExternalVpnGatewayRequest
  9911  
  9912  // A request message for ForwardingRules.SetLabels. See the method description
  9913  // for details.
  9914  //
  9915  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9916  type SetLabelsForwardingRuleRequest = src.SetLabelsForwardingRuleRequest
  9917  
  9918  // A request message for GlobalAddresses.SetLabels. See the method description
  9919  // for details.
  9920  //
  9921  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9922  type SetLabelsGlobalAddressRequest = src.SetLabelsGlobalAddressRequest
  9923  
  9924  // A request message for GlobalForwardingRules.SetLabels. See the method
  9925  // description for details.
  9926  //
  9927  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9928  type SetLabelsGlobalForwardingRuleRequest = src.SetLabelsGlobalForwardingRuleRequest
  9929  
  9930  // A request message for Images.SetLabels. See the method description for
  9931  // details.
  9932  //
  9933  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9934  type SetLabelsImageRequest = src.SetLabelsImageRequest
  9935  
  9936  // A request message for Instances.SetLabels. See the method description for
  9937  // details.
  9938  //
  9939  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9940  type SetLabelsInstanceRequest = src.SetLabelsInstanceRequest
  9941  
  9942  // A request message for InterconnectAttachments.SetLabels. See the method
  9943  // description for details.
  9944  //
  9945  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9946  type SetLabelsInterconnectAttachmentRequest = src.SetLabelsInterconnectAttachmentRequest
  9947  
  9948  // A request message for Interconnects.SetLabels. See the method description
  9949  // for details.
  9950  //
  9951  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9952  type SetLabelsInterconnectRequest = src.SetLabelsInterconnectRequest
  9953  
  9954  // A request message for RegionDisks.SetLabels. See the method description for
  9955  // details.
  9956  //
  9957  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9958  type SetLabelsRegionDiskRequest = src.SetLabelsRegionDiskRequest
  9959  
  9960  // A request message for SecurityPolicies.SetLabels. See the method
  9961  // description for details.
  9962  //
  9963  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9964  type SetLabelsSecurityPolicyRequest = src.SetLabelsSecurityPolicyRequest
  9965  
  9966  // A request message for Snapshots.SetLabels. See the method description for
  9967  // details.
  9968  //
  9969  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9970  type SetLabelsSnapshotRequest = src.SetLabelsSnapshotRequest
  9971  
  9972  // A request message for TargetVpnGateways.SetLabels. See the method
  9973  // description for details.
  9974  //
  9975  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9976  type SetLabelsTargetVpnGatewayRequest = src.SetLabelsTargetVpnGatewayRequest
  9977  
  9978  // A request message for VpnGateways.SetLabels. See the method description for
  9979  // details.
  9980  //
  9981  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9982  type SetLabelsVpnGatewayRequest = src.SetLabelsVpnGatewayRequest
  9983  
  9984  // A request message for VpnTunnels.SetLabels. See the method description for
  9985  // details.
  9986  //
  9987  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9988  type SetLabelsVpnTunnelRequest = src.SetLabelsVpnTunnelRequest
  9989  
  9990  // A request message for Instances.SetMachineResources. See the method
  9991  // description for details.
  9992  //
  9993  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
  9994  type SetMachineResourcesInstanceRequest = src.SetMachineResourcesInstanceRequest
  9995  
  9996  // A request message for Instances.SetMachineType. See the method description
  9997  // for details.
  9998  //
  9999  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10000  type SetMachineTypeInstanceRequest = src.SetMachineTypeInstanceRequest
 10001  
 10002  // A request message for Instances.SetMetadata. See the method description for
 10003  // details.
 10004  //
 10005  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10006  type SetMetadataInstanceRequest = src.SetMetadataInstanceRequest
 10007  
 10008  // A request message for Instances.SetMinCpuPlatform. See the method
 10009  // description for details.
 10010  //
 10011  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10012  type SetMinCpuPlatformInstanceRequest = src.SetMinCpuPlatformInstanceRequest
 10013  
 10014  // A request message for InstanceGroups.SetNamedPorts. See the method
 10015  // description for details.
 10016  //
 10017  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10018  type SetNamedPortsInstanceGroupRequest = src.SetNamedPortsInstanceGroupRequest
 10019  
 10020  // A request message for RegionInstanceGroups.SetNamedPorts. See the method
 10021  // description for details.
 10022  //
 10023  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10024  type SetNamedPortsRegionInstanceGroupRequest = src.SetNamedPortsRegionInstanceGroupRequest
 10025  
 10026  // A request message for NodeGroups.SetNodeTemplate. See the method
 10027  // description for details.
 10028  //
 10029  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10030  type SetNodeTemplateNodeGroupRequest = src.SetNodeTemplateNodeGroupRequest
 10031  
 10032  // A request message for Subnetworks.SetPrivateIpGoogleAccess. See the method
 10033  // description for details.
 10034  //
 10035  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10036  type SetPrivateIpGoogleAccessSubnetworkRequest = src.SetPrivateIpGoogleAccessSubnetworkRequest
 10037  
 10038  // A request message for TargetSslProxies.SetProxyHeader. See the method
 10039  // description for details.
 10040  //
 10041  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10042  type SetProxyHeaderTargetSslProxyRequest = src.SetProxyHeaderTargetSslProxyRequest
 10043  
 10044  // A request message for TargetTcpProxies.SetProxyHeader. See the method
 10045  // description for details.
 10046  //
 10047  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10048  type SetProxyHeaderTargetTcpProxyRequest = src.SetProxyHeaderTargetTcpProxyRequest
 10049  
 10050  // A request message for TargetHttpsProxies.SetQuicOverride. See the method
 10051  // description for details.
 10052  //
 10053  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10054  type SetQuicOverrideTargetHttpsProxyRequest = src.SetQuicOverrideTargetHttpsProxyRequest
 10055  
 10056  // A request message for Instances.SetScheduling. See the method description
 10057  // for details.
 10058  //
 10059  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10060  type SetSchedulingInstanceRequest = src.SetSchedulingInstanceRequest
 10061  
 10062  // A request message for BackendServices.SetSecurityPolicy. See the method
 10063  // description for details.
 10064  //
 10065  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10066  type SetSecurityPolicyBackendServiceRequest = src.SetSecurityPolicyBackendServiceRequest
 10067  
 10068  // A request message for Instances.SetServiceAccount. See the method
 10069  // description for details.
 10070  //
 10071  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10072  type SetServiceAccountInstanceRequest = src.SetServiceAccountInstanceRequest
 10073  
 10074  // A request message for Instances.SetShieldedInstanceIntegrityPolicy. See the
 10075  // method description for details.
 10076  //
 10077  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10078  type SetShieldedInstanceIntegrityPolicyInstanceRequest = src.SetShieldedInstanceIntegrityPolicyInstanceRequest
 10079  
 10080  // A request message for RegionTargetHttpsProxies.SetSslCertificates. See the
 10081  // method description for details.
 10082  //
 10083  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10084  type SetSslCertificatesRegionTargetHttpsProxyRequest = src.SetSslCertificatesRegionTargetHttpsProxyRequest
 10085  
 10086  // A request message for TargetHttpsProxies.SetSslCertificates. See the method
 10087  // description for details.
 10088  //
 10089  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10090  type SetSslCertificatesTargetHttpsProxyRequest = src.SetSslCertificatesTargetHttpsProxyRequest
 10091  
 10092  // A request message for TargetSslProxies.SetSslCertificates. See the method
 10093  // description for details.
 10094  //
 10095  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10096  type SetSslCertificatesTargetSslProxyRequest = src.SetSslCertificatesTargetSslProxyRequest
 10097  
 10098  // A request message for TargetHttpsProxies.SetSslPolicy. See the method
 10099  // description for details.
 10100  //
 10101  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10102  type SetSslPolicyTargetHttpsProxyRequest = src.SetSslPolicyTargetHttpsProxyRequest
 10103  
 10104  // A request message for TargetSslProxies.SetSslPolicy. See the method
 10105  // description for details.
 10106  //
 10107  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10108  type SetSslPolicyTargetSslProxyRequest = src.SetSslPolicyTargetSslProxyRequest
 10109  
 10110  // A request message for Instances.SetTags. See the method description for
 10111  // details.
 10112  //
 10113  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10114  type SetTagsInstanceRequest = src.SetTagsInstanceRequest
 10115  
 10116  // A request message for ForwardingRules.SetTarget. See the method description
 10117  // for details.
 10118  //
 10119  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10120  type SetTargetForwardingRuleRequest = src.SetTargetForwardingRuleRequest
 10121  
 10122  // A request message for GlobalForwardingRules.SetTarget. See the method
 10123  // description for details.
 10124  //
 10125  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10126  type SetTargetGlobalForwardingRuleRequest = src.SetTargetGlobalForwardingRuleRequest
 10127  
 10128  // A request message for InstanceGroupManagers.SetTargetPools. See the method
 10129  // description for details.
 10130  //
 10131  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10132  type SetTargetPoolsInstanceGroupManagerRequest = src.SetTargetPoolsInstanceGroupManagerRequest
 10133  
 10134  // A request message for RegionInstanceGroupManagers.SetTargetPools. See the
 10135  // method description for details.
 10136  //
 10137  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10138  type SetTargetPoolsRegionInstanceGroupManagerRequest = src.SetTargetPoolsRegionInstanceGroupManagerRequest
 10139  
 10140  // A request message for RegionTargetHttpProxies.SetUrlMap. See the method
 10141  // description for details.
 10142  //
 10143  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10144  type SetUrlMapRegionTargetHttpProxyRequest = src.SetUrlMapRegionTargetHttpProxyRequest
 10145  
 10146  // A request message for RegionTargetHttpsProxies.SetUrlMap. See the method
 10147  // description for details.
 10148  //
 10149  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10150  type SetUrlMapRegionTargetHttpsProxyRequest = src.SetUrlMapRegionTargetHttpsProxyRequest
 10151  
 10152  // A request message for TargetHttpProxies.SetUrlMap. See the method
 10153  // description for details.
 10154  //
 10155  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10156  type SetUrlMapTargetHttpProxyRequest = src.SetUrlMapTargetHttpProxyRequest
 10157  
 10158  // A request message for TargetHttpsProxies.SetUrlMap. See the method
 10159  // description for details.
 10160  //
 10161  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10162  type SetUrlMapTargetHttpsProxyRequest = src.SetUrlMapTargetHttpsProxyRequest
 10163  
 10164  // A request message for Projects.SetUsageExportBucket. See the method
 10165  // description for details.
 10166  //
 10167  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10168  type SetUsageExportBucketProjectRequest = src.SetUsageExportBucketProjectRequest
 10169  
 10170  // The share setting for reservations and sole tenancy node groups.
 10171  //
 10172  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10173  type ShareSettings = src.ShareSettings
 10174  
 10175  // Config for each project in the share settings.
 10176  //
 10177  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10178  type ShareSettingsProjectConfig = src.ShareSettingsProjectConfig
 10179  
 10180  // Type of sharing for this shared-reservation
 10181  //
 10182  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10183  type ShareSettings_ShareType = src.ShareSettings_ShareType
 10184  
 10185  // A set of Shielded Instance options.
 10186  //
 10187  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10188  type ShieldedInstanceConfig = src.ShieldedInstanceConfig
 10189  
 10190  // A Shielded Instance Identity.
 10191  //
 10192  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10193  type ShieldedInstanceIdentity = src.ShieldedInstanceIdentity
 10194  
 10195  // A Shielded Instance Identity Entry.
 10196  //
 10197  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10198  type ShieldedInstanceIdentityEntry = src.ShieldedInstanceIdentityEntry
 10199  
 10200  // The policy describes the baseline against which Instance boot integrity is
 10201  // measured.
 10202  //
 10203  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10204  type ShieldedInstanceIntegrityPolicy = src.ShieldedInstanceIntegrityPolicy
 10205  
 10206  // Represents a customer-supplied Signing Key used by Cloud CDN Signed URLs
 10207  //
 10208  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10209  type SignedUrlKey = src.SignedUrlKey
 10210  
 10211  // A request message for Instances.SimulateMaintenanceEvent. See the method
 10212  // description for details.
 10213  //
 10214  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10215  type SimulateMaintenanceEventInstanceRequest = src.SimulateMaintenanceEventInstanceRequest
 10216  
 10217  // Represents a Persistent Disk Snapshot resource. You can use snapshots to
 10218  // back up data on a regular interval. For more information, read Creating
 10219  // persistent disk snapshots.
 10220  //
 10221  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10222  type Snapshot = src.Snapshot
 10223  
 10224  // Contains a list of Snapshot resources.
 10225  //
 10226  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10227  type SnapshotList = src.SnapshotList
 10228  
 10229  // [Output Only] The architecture of the snapshot. Valid values are ARM64 or
 10230  // X86_64.
 10231  //
 10232  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10233  type Snapshot_Architecture = src.Snapshot_Architecture
 10234  
 10235  // Indicates the type of the snapshot.
 10236  //
 10237  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10238  type Snapshot_SnapshotType = src.Snapshot_SnapshotType
 10239  
 10240  // [Output Only] The status of the snapshot. This can be CREATING, DELETING,
 10241  // FAILED, READY, or UPLOADING.
 10242  //
 10243  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10244  type Snapshot_Status = src.Snapshot_Status
 10245  
 10246  // [Output Only] An indicator whether storageBytes is in a stable state or it
 10247  // is being adjusted as a result of shared storage reallocation. This status
 10248  // can either be UPDATING, meaning the size of the snapshot is being updated,
 10249  // or UP_TO_DATE, meaning the size of the snapshot is up-to-date.
 10250  //
 10251  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10252  type Snapshot_StorageBytesStatus = src.Snapshot_StorageBytesStatus
 10253  
 10254  // SnapshotsClient is the client API for Snapshots service. For semantics
 10255  // around ctx use and closing/ending streaming RPCs, please refer to
 10256  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
 10257  //
 10258  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10259  type SnapshotsClient = src.SnapshotsClient
 10260  
 10261  // SnapshotsServer is the server API for Snapshots service.
 10262  //
 10263  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10264  type SnapshotsServer = src.SnapshotsServer
 10265  type SourceDiskEncryptionKey = src.SourceDiskEncryptionKey
 10266  
 10267  // A specification of the parameters to use when creating the instance
 10268  // template from a source instance.
 10269  //
 10270  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10271  type SourceInstanceParams = src.SourceInstanceParams
 10272  
 10273  // DEPRECATED: Please use compute#instanceProperties instead. New properties
 10274  // will not be added to this field.
 10275  //
 10276  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10277  type SourceInstanceProperties = src.SourceInstanceProperties
 10278  
 10279  // KeyRevocationActionType of the instance. Supported options are "STOP" and
 10280  // "NONE". The default value is "NONE" if it is not specified.
 10281  //
 10282  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10283  type SourceInstanceProperties_KeyRevocationActionType = src.SourceInstanceProperties_KeyRevocationActionType
 10284  
 10285  // Represents an SSL Certificate resource. Google Compute Engine has two SSL
 10286  // Certificate resources: *
 10287  // [Global](/compute/docs/reference/rest/v1/sslCertificates) *
 10288  // [Regional](/compute/docs/reference/rest/v1/regionSslCertificates) The
 10289  // sslCertificates are used by: - external HTTPS load balancers - SSL proxy
 10290  // load balancers The regionSslCertificates are used by internal HTTPS load
 10291  // balancers. Optionally, certificate file contents that you upload can contain
 10292  // a set of up to five PEM-encoded certificates. The API call creates an object
 10293  // (sslCertificate) that holds this data. You can use SSL keys and certificates
 10294  // to secure connections to a load balancer. For more information, read
 10295  // Creating and using SSL certificates, SSL certificates quotas and limits, and
 10296  // Troubleshooting SSL certificates.
 10297  //
 10298  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10299  type SslCertificate = src.SslCertificate
 10300  type SslCertificateAggregatedList = src.SslCertificateAggregatedList
 10301  
 10302  // Contains a list of SslCertificate resources.
 10303  //
 10304  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10305  type SslCertificateList = src.SslCertificateList
 10306  
 10307  // Configuration and status of a managed SSL certificate.
 10308  //
 10309  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10310  type SslCertificateManagedSslCertificate = src.SslCertificateManagedSslCertificate
 10311  
 10312  // [Output only] Status of the managed certificate resource.
 10313  //
 10314  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10315  type SslCertificateManagedSslCertificate_Status = src.SslCertificateManagedSslCertificate_Status
 10316  
 10317  // Configuration and status of a self-managed SSL certificate.
 10318  //
 10319  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10320  type SslCertificateSelfManagedSslCertificate = src.SslCertificateSelfManagedSslCertificate
 10321  
 10322  // (Optional) Specifies the type of SSL certificate, either "SELF_MANAGED" or
 10323  // "MANAGED". If not specified, the certificate is self-managed and the fields
 10324  // certificate and private_key are used.
 10325  //
 10326  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10327  type SslCertificate_Type = src.SslCertificate_Type
 10328  
 10329  // SslCertificatesClient is the client API for SslCertificates service. For
 10330  // semantics around ctx use and closing/ending streaming RPCs, please refer to
 10331  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
 10332  //
 10333  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10334  type SslCertificatesClient = src.SslCertificatesClient
 10335  type SslCertificatesScopedList = src.SslCertificatesScopedList
 10336  
 10337  // SslCertificatesServer is the server API for SslCertificates service.
 10338  //
 10339  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10340  type SslCertificatesServer = src.SslCertificatesServer
 10341  type SslPoliciesAggregatedList = src.SslPoliciesAggregatedList
 10342  
 10343  // SslPoliciesClient is the client API for SslPolicies service. For semantics
 10344  // around ctx use and closing/ending streaming RPCs, please refer to
 10345  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
 10346  //
 10347  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10348  type SslPoliciesClient = src.SslPoliciesClient
 10349  type SslPoliciesList = src.SslPoliciesList
 10350  type SslPoliciesListAvailableFeaturesResponse = src.SslPoliciesListAvailableFeaturesResponse
 10351  type SslPoliciesScopedList = src.SslPoliciesScopedList
 10352  
 10353  // SslPoliciesServer is the server API for SslPolicies service.
 10354  //
 10355  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10356  type SslPoliciesServer = src.SslPoliciesServer
 10357  
 10358  // Represents an SSL Policy resource. Use SSL policies to control the SSL
 10359  // features, such as versions and cipher suites, offered by an HTTPS or SSL
 10360  // Proxy load balancer. For more information, read SSL Policy Concepts.
 10361  //
 10362  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10363  type SslPolicy = src.SslPolicy
 10364  type SslPolicyReference = src.SslPolicyReference
 10365  
 10366  // The minimum version of SSL protocol that can be used by the clients to
 10367  // establish a connection with the load balancer. This can be one of TLS_1_0,
 10368  // TLS_1_1, TLS_1_2.
 10369  //
 10370  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10371  type SslPolicy_MinTlsVersion = src.SslPolicy_MinTlsVersion
 10372  
 10373  // Profile specifies the set of SSL features that can be used by the load
 10374  // balancer when negotiating SSL with clients. This can be one of COMPATIBLE,
 10375  // MODERN, RESTRICTED, or CUSTOM. If using CUSTOM, the set of SSL features to
 10376  // enable must be specified in the customFeatures field.
 10377  //
 10378  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10379  type SslPolicy_Profile = src.SslPolicy_Profile
 10380  
 10381  // A request message for Instances.Start. See the method description for
 10382  // details.
 10383  //
 10384  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10385  type StartInstanceRequest = src.StartInstanceRequest
 10386  
 10387  // A request message for Instances.StartWithEncryptionKey. See the method
 10388  // description for details.
 10389  //
 10390  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10391  type StartWithEncryptionKeyInstanceRequest = src.StartWithEncryptionKeyInstanceRequest
 10392  type StatefulPolicy = src.StatefulPolicy
 10393  
 10394  // Configuration of preserved resources.
 10395  //
 10396  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10397  type StatefulPolicyPreservedState = src.StatefulPolicyPreservedState
 10398  type StatefulPolicyPreservedStateDiskDevice = src.StatefulPolicyPreservedStateDiskDevice
 10399  
 10400  // These stateful disks will never be deleted during autohealing, update or VM
 10401  // instance recreate operations. This flag is used to configure if the disk
 10402  // should be deleted after it is no longer used by the group, e.g. when the
 10403  // given instance or the whole group is deleted. Note: disks attached in
 10404  // READ_ONLY mode cannot be auto-deleted.
 10405  //
 10406  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10407  type StatefulPolicyPreservedStateDiskDevice_AutoDelete = src.StatefulPolicyPreservedStateDiskDevice_AutoDelete
 10408  
 10409  // A request message for Instances.Stop. See the method description for
 10410  // details.
 10411  //
 10412  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10413  type StopInstanceRequest = src.StopInstanceRequest
 10414  
 10415  // Represents a Subnetwork resource. A subnetwork (also known as a subnet) is
 10416  // a logical partition of a Virtual Private Cloud network with one primary IP
 10417  // range and zero or more secondary IP ranges. For more information, read
 10418  // Virtual Private Cloud (VPC) Network.
 10419  //
 10420  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10421  type Subnetwork = src.Subnetwork
 10422  type SubnetworkAggregatedList = src.SubnetworkAggregatedList
 10423  
 10424  // Contains a list of Subnetwork resources.
 10425  //
 10426  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10427  type SubnetworkList = src.SubnetworkList
 10428  
 10429  // The available logging options for this subnetwork.
 10430  //
 10431  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10432  type SubnetworkLogConfig = src.SubnetworkLogConfig
 10433  
 10434  // Can only be specified if VPC flow logging for this subnetwork is enabled.
 10435  // Toggles the aggregation interval for collecting flow logs. Increasing the
 10436  // interval time will reduce the amount of generated flow logs for long lasting
 10437  // connections. Default is an interval of 5 seconds per connection.
 10438  //
 10439  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10440  type SubnetworkLogConfig_AggregationInterval = src.SubnetworkLogConfig_AggregationInterval
 10441  
 10442  // Can only be specified if VPC flow logs for this subnetwork is enabled.
 10443  // Configures whether all, none or a subset of metadata fields should be added
 10444  // to the reported VPC flow logs. Default is EXCLUDE_ALL_METADATA.
 10445  //
 10446  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10447  type SubnetworkLogConfig_Metadata = src.SubnetworkLogConfig_Metadata
 10448  
 10449  // Represents a secondary IP range of a subnetwork.
 10450  //
 10451  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10452  type SubnetworkSecondaryRange = src.SubnetworkSecondaryRange
 10453  
 10454  // The access type of IPv6 address this subnet holds. It's immutable and can
 10455  // only be specified during creation or the first time the subnet is updated
 10456  // into IPV4_IPV6 dual stack.
 10457  //
 10458  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10459  type Subnetwork_Ipv6AccessType = src.Subnetwork_Ipv6AccessType
 10460  
 10461  // This field is for internal use. This field can be both set at resource
 10462  // creation time and updated using patch.
 10463  //
 10464  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10465  type Subnetwork_PrivateIpv6GoogleAccess = src.Subnetwork_PrivateIpv6GoogleAccess
 10466  
 10467  // The purpose of the resource. This field can be either PRIVATE_RFC_1918 or
 10468  // INTERNAL_HTTPS_LOAD_BALANCER. A subnetwork with purpose set to
 10469  // INTERNAL_HTTPS_LOAD_BALANCER is a user-created subnetwork that is reserved
 10470  // for Internal HTTP(S) Load Balancing. If unspecified, the purpose defaults to
 10471  // PRIVATE_RFC_1918. The enableFlowLogs field isn't supported with the purpose
 10472  // field set to INTERNAL_HTTPS_LOAD_BALANCER.
 10473  //
 10474  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10475  type Subnetwork_Purpose = src.Subnetwork_Purpose
 10476  
 10477  // The role of subnetwork. Currently, this field is only used when purpose =
 10478  // INTERNAL_HTTPS_LOAD_BALANCER. The value can be set to ACTIVE or BACKUP. An
 10479  // ACTIVE subnetwork is one that is currently being used for Internal HTTP(S)
 10480  // Load Balancing. A BACKUP subnetwork is one that is ready to be promoted to
 10481  // ACTIVE or is currently draining. This field can be updated with a patch
 10482  // request.
 10483  //
 10484  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10485  type Subnetwork_Role = src.Subnetwork_Role
 10486  
 10487  // The stack type for the subnet. If set to IPV4_ONLY, new VMs in the subnet
 10488  // are assigned IPv4 addresses only. If set to IPV4_IPV6, new VMs in the subnet
 10489  // can be assigned both IPv4 and IPv6 addresses. If not specified, IPV4_ONLY is
 10490  // used. This field can be both set at resource creation time and updated using
 10491  // patch.
 10492  //
 10493  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10494  type Subnetwork_StackType = src.Subnetwork_StackType
 10495  
 10496  // [Output Only] The state of the subnetwork, which can be one of the
 10497  // following values: READY: Subnetwork is created and ready to use DRAINING:
 10498  // only applicable to subnetworks that have the purpose set to
 10499  // INTERNAL_HTTPS_LOAD_BALANCER and indicates that connections to the load
 10500  // balancer are being drained. A subnetwork that is draining cannot be used or
 10501  // modified until it reaches a status of READY
 10502  //
 10503  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10504  type Subnetwork_State = src.Subnetwork_State
 10505  
 10506  // SubnetworksClient is the client API for Subnetworks service. For semantics
 10507  // around ctx use and closing/ending streaming RPCs, please refer to
 10508  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
 10509  //
 10510  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10511  type SubnetworksClient = src.SubnetworksClient
 10512  type SubnetworksExpandIpCidrRangeRequest = src.SubnetworksExpandIpCidrRangeRequest
 10513  type SubnetworksScopedList = src.SubnetworksScopedList
 10514  
 10515  // SubnetworksServer is the server API for Subnetworks service.
 10516  //
 10517  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10518  type SubnetworksServer = src.SubnetworksServer
 10519  type SubnetworksSetPrivateIpGoogleAccessRequest = src.SubnetworksSetPrivateIpGoogleAccessRequest
 10520  
 10521  // Subsetting configuration for this BackendService. Currently this is
 10522  // applicable only for Internal TCP/UDP load balancing, Internal HTTP(S) load
 10523  // balancing and Traffic Director.
 10524  //
 10525  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10526  type Subsetting = src.Subsetting
 10527  type Subsetting_Policy = src.Subsetting_Policy
 10528  
 10529  // A request message for Instances.Suspend. See the method description for
 10530  // details.
 10531  //
 10532  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10533  type SuspendInstanceRequest = src.SuspendInstanceRequest
 10534  
 10535  // A request message for Networks.SwitchToCustomMode. See the method
 10536  // description for details.
 10537  //
 10538  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10539  type SwitchToCustomModeNetworkRequest = src.SwitchToCustomModeNetworkRequest
 10540  type TCPHealthCheck = src.TCPHealthCheck
 10541  
 10542  // Specifies how a port is selected for health checking. Can be one of the
 10543  // following values: USE_FIXED_PORT: Specifies a port number explicitly using
 10544  // the port field in the health check. Supported by backend services for
 10545  // pass-through load balancers and backend services for proxy load balancers.
 10546  // Not supported by target pools. The health check supports all backends
 10547  // supported by the backend service provided the backend can be health checked.
 10548  // For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network
 10549  // endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported.
 10550  // USE_SERVING_PORT: Provides an indirect method of specifying the health check
 10551  // port by referring to the backend service. Only supported by backend services
 10552  // for proxy load balancers. Not supported by target pools. Not supported by
 10553  // backend services for pass-through load balancers. Supports all backends that
 10554  // can be health checked; for example, GCE_VM_IP_PORT network endpoint groups
 10555  // and instance group backends. For GCE_VM_IP_PORT network endpoint group
 10556  // backends, the health check uses the port number specified for each endpoint
 10557  // in the network endpoint group. For instance group backends, the health check
 10558  // uses the port number determined by looking up the backend service's named
 10559  // port in the instance group's list of named ports.
 10560  //
 10561  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10562  type TCPHealthCheck_PortSpecification = src.TCPHealthCheck_PortSpecification
 10563  
 10564  // Specifies the type of proxy header to append before sending data to the
 10565  // backend, either NONE or PROXY_V1. The default is NONE.
 10566  //
 10567  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10568  type TCPHealthCheck_ProxyHeader = src.TCPHealthCheck_ProxyHeader
 10569  
 10570  // A set of instance tags.
 10571  //
 10572  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10573  type Tags = src.Tags
 10574  
 10575  // TargetGrpcProxiesClient is the client API for TargetGrpcProxies service.
 10576  // For semantics around ctx use and closing/ending streaming RPCs, please refer
 10577  // to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
 10578  //
 10579  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10580  type TargetGrpcProxiesClient = src.TargetGrpcProxiesClient
 10581  
 10582  // TargetGrpcProxiesServer is the server API for TargetGrpcProxies service.
 10583  //
 10584  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10585  type TargetGrpcProxiesServer = src.TargetGrpcProxiesServer
 10586  
 10587  // Represents a Target gRPC Proxy resource. A target gRPC proxy is a component
 10588  // of load balancers intended for load balancing gRPC traffic. Only global
 10589  // forwarding rules with load balancing scheme INTERNAL_SELF_MANAGED can
 10590  // reference a target gRPC proxy. The target gRPC Proxy references a URL map
 10591  // that specifies how traffic is routed to gRPC backend services.
 10592  //
 10593  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10594  type TargetGrpcProxy = src.TargetGrpcProxy
 10595  type TargetGrpcProxyList = src.TargetGrpcProxyList
 10596  
 10597  // TargetHttpProxiesClient is the client API for TargetHttpProxies service.
 10598  // For semantics around ctx use and closing/ending streaming RPCs, please refer
 10599  // to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
 10600  //
 10601  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10602  type TargetHttpProxiesClient = src.TargetHttpProxiesClient
 10603  type TargetHttpProxiesScopedList = src.TargetHttpProxiesScopedList
 10604  
 10605  // TargetHttpProxiesServer is the server API for TargetHttpProxies service.
 10606  //
 10607  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10608  type TargetHttpProxiesServer = src.TargetHttpProxiesServer
 10609  
 10610  // Represents a Target HTTP Proxy resource. Google Compute Engine has two
 10611  // Target HTTP Proxy resources: *
 10612  // [Global](/compute/docs/reference/rest/v1/targetHttpProxies) *
 10613  // [Regional](/compute/docs/reference/rest/v1/regionTargetHttpProxies) A target
 10614  // HTTP proxy is a component of GCP HTTP load balancers. * targetHttpProxies
 10615  // are used by external HTTP load balancers and Traffic Director. *
 10616  // regionTargetHttpProxies are used by internal HTTP load balancers. Forwarding
 10617  // rules reference a target HTTP proxy, and the target proxy then references a
 10618  // URL map. For more information, read Using Target Proxies and Forwarding rule
 10619  // concepts.
 10620  //
 10621  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10622  type TargetHttpProxy = src.TargetHttpProxy
 10623  type TargetHttpProxyAggregatedList = src.TargetHttpProxyAggregatedList
 10624  
 10625  // A list of TargetHttpProxy resources.
 10626  //
 10627  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10628  type TargetHttpProxyList = src.TargetHttpProxyList
 10629  
 10630  // TargetHttpsProxiesClient is the client API for TargetHttpsProxies service.
 10631  // For semantics around ctx use and closing/ending streaming RPCs, please refer
 10632  // to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
 10633  //
 10634  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10635  type TargetHttpsProxiesClient = src.TargetHttpsProxiesClient
 10636  type TargetHttpsProxiesScopedList = src.TargetHttpsProxiesScopedList
 10637  
 10638  // TargetHttpsProxiesServer is the server API for TargetHttpsProxies service.
 10639  //
 10640  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10641  type TargetHttpsProxiesServer = src.TargetHttpsProxiesServer
 10642  type TargetHttpsProxiesSetCertificateMapRequest = src.TargetHttpsProxiesSetCertificateMapRequest
 10643  type TargetHttpsProxiesSetQuicOverrideRequest = src.TargetHttpsProxiesSetQuicOverrideRequest
 10644  
 10645  // QUIC policy for the TargetHttpsProxy resource.
 10646  //
 10647  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10648  type TargetHttpsProxiesSetQuicOverrideRequest_QuicOverride = src.TargetHttpsProxiesSetQuicOverrideRequest_QuicOverride
 10649  type TargetHttpsProxiesSetSslCertificatesRequest = src.TargetHttpsProxiesSetSslCertificatesRequest
 10650  
 10651  // Represents a Target HTTPS Proxy resource. Google Compute Engine has two
 10652  // Target HTTPS Proxy resources: *
 10653  // [Global](/compute/docs/reference/rest/v1/targetHttpsProxies) *
 10654  // [Regional](/compute/docs/reference/rest/v1/regionTargetHttpsProxies) A
 10655  // target HTTPS proxy is a component of GCP HTTPS load balancers. *
 10656  // targetHttpsProxies are used by external HTTPS load balancers. *
 10657  // regionTargetHttpsProxies are used by internal HTTPS load balancers.
 10658  // Forwarding rules reference a target HTTPS proxy, and the target proxy then
 10659  // references a URL map. For more information, read Using Target Proxies and
 10660  // Forwarding rule concepts.
 10661  //
 10662  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10663  type TargetHttpsProxy = src.TargetHttpsProxy
 10664  type TargetHttpsProxyAggregatedList = src.TargetHttpsProxyAggregatedList
 10665  
 10666  // Contains a list of TargetHttpsProxy resources.
 10667  //
 10668  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10669  type TargetHttpsProxyList = src.TargetHttpsProxyList
 10670  
 10671  // Specifies the QUIC override policy for this TargetHttpsProxy resource. This
 10672  // setting determines whether the load balancer attempts to negotiate QUIC with
 10673  // clients. You can specify NONE, ENABLE, or DISABLE. - When quic-override is
 10674  // set to NONE, Google manages whether QUIC is used. - When quic-override is
 10675  // set to ENABLE, the load balancer uses QUIC when possible. - When
 10676  // quic-override is set to DISABLE, the load balancer doesn't use QUIC. - If
 10677  // the quic-override flag is not specified, NONE is implied.
 10678  //
 10679  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10680  type TargetHttpsProxy_QuicOverride = src.TargetHttpsProxy_QuicOverride
 10681  
 10682  // Represents a Target Instance resource. You can use a target instance to
 10683  // handle traffic for one or more forwarding rules, which is ideal for
 10684  // forwarding protocol traffic that is managed by a single source. For example,
 10685  // ESP, AH, TCP, or UDP. For more information, read Target instances.
 10686  //
 10687  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10688  type TargetInstance = src.TargetInstance
 10689  type TargetInstanceAggregatedList = src.TargetInstanceAggregatedList
 10690  
 10691  // Contains a list of TargetInstance resources.
 10692  //
 10693  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10694  type TargetInstanceList = src.TargetInstanceList
 10695  
 10696  // Must have a value of NO_NAT. Protocol forwarding delivers packets while
 10697  // preserving the destination IP address of the forwarding rule referencing the
 10698  // target instance.
 10699  //
 10700  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10701  type TargetInstance_NatPolicy = src.TargetInstance_NatPolicy
 10702  
 10703  // TargetInstancesClient is the client API for TargetInstances service. For
 10704  // semantics around ctx use and closing/ending streaming RPCs, please refer to
 10705  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
 10706  //
 10707  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10708  type TargetInstancesClient = src.TargetInstancesClient
 10709  type TargetInstancesScopedList = src.TargetInstancesScopedList
 10710  
 10711  // TargetInstancesServer is the server API for TargetInstances service.
 10712  //
 10713  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10714  type TargetInstancesServer = src.TargetInstancesServer
 10715  
 10716  // Represents a Target Pool resource. Target pools are used for network
 10717  // TCP/UDP load balancing. A target pool references member instances, an
 10718  // associated legacy HttpHealthCheck resource, and, optionally, a backup target
 10719  // pool. For more information, read Using target pools.
 10720  //
 10721  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10722  type TargetPool = src.TargetPool
 10723  type TargetPoolAggregatedList = src.TargetPoolAggregatedList
 10724  type TargetPoolInstanceHealth = src.TargetPoolInstanceHealth
 10725  
 10726  // Contains a list of TargetPool resources.
 10727  //
 10728  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10729  type TargetPoolList = src.TargetPoolList
 10730  
 10731  // Session affinity option, must be one of the following values: NONE:
 10732  // Connections from the same client IP may go to any instance in the pool.
 10733  // CLIENT_IP: Connections from the same client IP will go to the same instance
 10734  // in the pool while that instance remains healthy. CLIENT_IP_PROTO:
 10735  // Connections from the same client IP with the same IP protocol will go to the
 10736  // same instance in the pool while that instance remains healthy.
 10737  //
 10738  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10739  type TargetPool_SessionAffinity = src.TargetPool_SessionAffinity
 10740  type TargetPoolsAddHealthCheckRequest = src.TargetPoolsAddHealthCheckRequest
 10741  type TargetPoolsAddInstanceRequest = src.TargetPoolsAddInstanceRequest
 10742  
 10743  // TargetPoolsClient is the client API for TargetPools service. For semantics
 10744  // around ctx use and closing/ending streaming RPCs, please refer to
 10745  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
 10746  //
 10747  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10748  type TargetPoolsClient = src.TargetPoolsClient
 10749  type TargetPoolsRemoveHealthCheckRequest = src.TargetPoolsRemoveHealthCheckRequest
 10750  type TargetPoolsRemoveInstanceRequest = src.TargetPoolsRemoveInstanceRequest
 10751  type TargetPoolsScopedList = src.TargetPoolsScopedList
 10752  
 10753  // TargetPoolsServer is the server API for TargetPools service.
 10754  //
 10755  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10756  type TargetPoolsServer = src.TargetPoolsServer
 10757  type TargetReference = src.TargetReference
 10758  
 10759  // TargetSslProxiesClient is the client API for TargetSslProxies service. For
 10760  // semantics around ctx use and closing/ending streaming RPCs, please refer to
 10761  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
 10762  //
 10763  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10764  type TargetSslProxiesClient = src.TargetSslProxiesClient
 10765  
 10766  // TargetSslProxiesServer is the server API for TargetSslProxies service.
 10767  //
 10768  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10769  type TargetSslProxiesServer = src.TargetSslProxiesServer
 10770  type TargetSslProxiesSetBackendServiceRequest = src.TargetSslProxiesSetBackendServiceRequest
 10771  type TargetSslProxiesSetCertificateMapRequest = src.TargetSslProxiesSetCertificateMapRequest
 10772  type TargetSslProxiesSetProxyHeaderRequest = src.TargetSslProxiesSetProxyHeaderRequest
 10773  
 10774  // The new type of proxy header to append before sending data to the backend.
 10775  // NONE or PROXY_V1 are allowed.
 10776  //
 10777  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10778  type TargetSslProxiesSetProxyHeaderRequest_ProxyHeader = src.TargetSslProxiesSetProxyHeaderRequest_ProxyHeader
 10779  type TargetSslProxiesSetSslCertificatesRequest = src.TargetSslProxiesSetSslCertificatesRequest
 10780  
 10781  // Represents a Target SSL Proxy resource. A target SSL proxy is a component
 10782  // of a SSL Proxy load balancer. Global forwarding rules reference a target SSL
 10783  // proxy, and the target proxy then references an external backend service. For
 10784  // more information, read Using Target Proxies.
 10785  //
 10786  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10787  type TargetSslProxy = src.TargetSslProxy
 10788  
 10789  // Contains a list of TargetSslProxy resources.
 10790  //
 10791  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10792  type TargetSslProxyList = src.TargetSslProxyList
 10793  
 10794  // Specifies the type of proxy header to append before sending data to the
 10795  // backend, either NONE or PROXY_V1. The default is NONE.
 10796  //
 10797  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10798  type TargetSslProxy_ProxyHeader = src.TargetSslProxy_ProxyHeader
 10799  
 10800  // TargetTcpProxiesClient is the client API for TargetTcpProxies service. For
 10801  // semantics around ctx use and closing/ending streaming RPCs, please refer to
 10802  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
 10803  //
 10804  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10805  type TargetTcpProxiesClient = src.TargetTcpProxiesClient
 10806  type TargetTcpProxiesScopedList = src.TargetTcpProxiesScopedList
 10807  
 10808  // TargetTcpProxiesServer is the server API for TargetTcpProxies service.
 10809  //
 10810  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10811  type TargetTcpProxiesServer = src.TargetTcpProxiesServer
 10812  type TargetTcpProxiesSetBackendServiceRequest = src.TargetTcpProxiesSetBackendServiceRequest
 10813  type TargetTcpProxiesSetProxyHeaderRequest = src.TargetTcpProxiesSetProxyHeaderRequest
 10814  
 10815  // The new type of proxy header to append before sending data to the backend.
 10816  // NONE or PROXY_V1 are allowed.
 10817  //
 10818  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10819  type TargetTcpProxiesSetProxyHeaderRequest_ProxyHeader = src.TargetTcpProxiesSetProxyHeaderRequest_ProxyHeader
 10820  
 10821  // Represents a Target TCP Proxy resource. A target TCP proxy is a component
 10822  // of a TCP Proxy load balancer. Global forwarding rules reference target TCP
 10823  // proxy, and the target proxy then references an external backend service. For
 10824  // more information, read TCP Proxy Load Balancing overview.
 10825  //
 10826  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10827  type TargetTcpProxy = src.TargetTcpProxy
 10828  type TargetTcpProxyAggregatedList = src.TargetTcpProxyAggregatedList
 10829  
 10830  // Contains a list of TargetTcpProxy resources.
 10831  //
 10832  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10833  type TargetTcpProxyList = src.TargetTcpProxyList
 10834  
 10835  // Specifies the type of proxy header to append before sending data to the
 10836  // backend, either NONE or PROXY_V1. The default is NONE.
 10837  //
 10838  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10839  type TargetTcpProxy_ProxyHeader = src.TargetTcpProxy_ProxyHeader
 10840  
 10841  // Represents a Target VPN Gateway resource. The target VPN gateway resource
 10842  // represents a Classic Cloud VPN gateway. For more information, read the the
 10843  // Cloud VPN Overview.
 10844  //
 10845  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10846  type TargetVpnGateway = src.TargetVpnGateway
 10847  type TargetVpnGatewayAggregatedList = src.TargetVpnGatewayAggregatedList
 10848  
 10849  // Contains a list of TargetVpnGateway resources.
 10850  //
 10851  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10852  type TargetVpnGatewayList = src.TargetVpnGatewayList
 10853  
 10854  // [Output Only] The status of the VPN gateway, which can be one of the
 10855  // following: CREATING, READY, FAILED, or DELETING.
 10856  //
 10857  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10858  type TargetVpnGateway_Status = src.TargetVpnGateway_Status
 10859  
 10860  // TargetVpnGatewaysClient is the client API for TargetVpnGateways service.
 10861  // For semantics around ctx use and closing/ending streaming RPCs, please refer
 10862  // to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
 10863  //
 10864  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10865  type TargetVpnGatewaysClient = src.TargetVpnGatewaysClient
 10866  type TargetVpnGatewaysScopedList = src.TargetVpnGatewaysScopedList
 10867  
 10868  // TargetVpnGatewaysServer is the server API for TargetVpnGateways service.
 10869  //
 10870  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10871  type TargetVpnGatewaysServer = src.TargetVpnGatewaysServer
 10872  type TestFailure = src.TestFailure
 10873  
 10874  // A request message for Disks.TestIamPermissions. See the method description
 10875  // for details.
 10876  //
 10877  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10878  type TestIamPermissionsDiskRequest = src.TestIamPermissionsDiskRequest
 10879  
 10880  // A request message for ExternalVpnGateways.TestIamPermissions. See the
 10881  // method description for details.
 10882  //
 10883  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10884  type TestIamPermissionsExternalVpnGatewayRequest = src.TestIamPermissionsExternalVpnGatewayRequest
 10885  
 10886  // A request message for FirewallPolicies.TestIamPermissions. See the method
 10887  // description for details.
 10888  //
 10889  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10890  type TestIamPermissionsFirewallPolicyRequest = src.TestIamPermissionsFirewallPolicyRequest
 10891  
 10892  // A request message for Images.TestIamPermissions. See the method description
 10893  // for details.
 10894  //
 10895  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10896  type TestIamPermissionsImageRequest = src.TestIamPermissionsImageRequest
 10897  
 10898  // A request message for Instances.TestIamPermissions. See the method
 10899  // description for details.
 10900  //
 10901  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10902  type TestIamPermissionsInstanceRequest = src.TestIamPermissionsInstanceRequest
 10903  
 10904  // A request message for InstanceTemplates.TestIamPermissions. See the method
 10905  // description for details.
 10906  //
 10907  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10908  type TestIamPermissionsInstanceTemplateRequest = src.TestIamPermissionsInstanceTemplateRequest
 10909  
 10910  // A request message for LicenseCodes.TestIamPermissions. See the method
 10911  // description for details.
 10912  //
 10913  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10914  type TestIamPermissionsLicenseCodeRequest = src.TestIamPermissionsLicenseCodeRequest
 10915  
 10916  // A request message for Licenses.TestIamPermissions. See the method
 10917  // description for details.
 10918  //
 10919  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10920  type TestIamPermissionsLicenseRequest = src.TestIamPermissionsLicenseRequest
 10921  
 10922  // A request message for MachineImages.TestIamPermissions. See the method
 10923  // description for details.
 10924  //
 10925  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10926  type TestIamPermissionsMachineImageRequest = src.TestIamPermissionsMachineImageRequest
 10927  
 10928  // A request message for NetworkEndpointGroups.TestIamPermissions. See the
 10929  // method description for details.
 10930  //
 10931  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10932  type TestIamPermissionsNetworkEndpointGroupRequest = src.TestIamPermissionsNetworkEndpointGroupRequest
 10933  
 10934  // A request message for NetworkFirewallPolicies.TestIamPermissions. See the
 10935  // method description for details.
 10936  //
 10937  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10938  type TestIamPermissionsNetworkFirewallPolicyRequest = src.TestIamPermissionsNetworkFirewallPolicyRequest
 10939  
 10940  // A request message for NodeGroups.TestIamPermissions. See the method
 10941  // description for details.
 10942  //
 10943  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10944  type TestIamPermissionsNodeGroupRequest = src.TestIamPermissionsNodeGroupRequest
 10945  
 10946  // A request message for NodeTemplates.TestIamPermissions. See the method
 10947  // description for details.
 10948  //
 10949  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10950  type TestIamPermissionsNodeTemplateRequest = src.TestIamPermissionsNodeTemplateRequest
 10951  
 10952  // A request message for PacketMirrorings.TestIamPermissions. See the method
 10953  // description for details.
 10954  //
 10955  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10956  type TestIamPermissionsPacketMirroringRequest = src.TestIamPermissionsPacketMirroringRequest
 10957  
 10958  // A request message for RegionDisks.TestIamPermissions. See the method
 10959  // description for details.
 10960  //
 10961  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10962  type TestIamPermissionsRegionDiskRequest = src.TestIamPermissionsRegionDiskRequest
 10963  
 10964  // A request message for RegionNetworkFirewallPolicies.TestIamPermissions. See
 10965  // the method description for details.
 10966  //
 10967  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10968  type TestIamPermissionsRegionNetworkFirewallPolicyRequest = src.TestIamPermissionsRegionNetworkFirewallPolicyRequest
 10969  
 10970  // A request message for Reservations.TestIamPermissions. See the method
 10971  // description for details.
 10972  //
 10973  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10974  type TestIamPermissionsReservationRequest = src.TestIamPermissionsReservationRequest
 10975  
 10976  // A request message for ResourcePolicies.TestIamPermissions. See the method
 10977  // description for details.
 10978  //
 10979  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10980  type TestIamPermissionsResourcePolicyRequest = src.TestIamPermissionsResourcePolicyRequest
 10981  
 10982  // A request message for ServiceAttachments.TestIamPermissions. See the method
 10983  // description for details.
 10984  //
 10985  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10986  type TestIamPermissionsServiceAttachmentRequest = src.TestIamPermissionsServiceAttachmentRequest
 10987  
 10988  // A request message for Snapshots.TestIamPermissions. See the method
 10989  // description for details.
 10990  //
 10991  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10992  type TestIamPermissionsSnapshotRequest = src.TestIamPermissionsSnapshotRequest
 10993  
 10994  // A request message for Subnetworks.TestIamPermissions. See the method
 10995  // description for details.
 10996  //
 10997  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 10998  type TestIamPermissionsSubnetworkRequest = src.TestIamPermissionsSubnetworkRequest
 10999  
 11000  // A request message for VpnGateways.TestIamPermissions. See the method
 11001  // description for details.
 11002  //
 11003  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11004  type TestIamPermissionsVpnGatewayRequest = src.TestIamPermissionsVpnGatewayRequest
 11005  type TestPermissionsRequest = src.TestPermissionsRequest
 11006  type TestPermissionsResponse = src.TestPermissionsResponse
 11007  type Uint128 = src.Uint128
 11008  
 11009  // UnimplementedAcceleratorTypesServer can be embedded to have forward
 11010  // compatible implementations.
 11011  //
 11012  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11013  type UnimplementedAcceleratorTypesServer = src.UnimplementedAcceleratorTypesServer
 11014  
 11015  // UnimplementedAddressesServer can be embedded to have forward compatible
 11016  // implementations.
 11017  //
 11018  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11019  type UnimplementedAddressesServer = src.UnimplementedAddressesServer
 11020  
 11021  // UnimplementedAutoscalersServer can be embedded to have forward compatible
 11022  // implementations.
 11023  //
 11024  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11025  type UnimplementedAutoscalersServer = src.UnimplementedAutoscalersServer
 11026  
 11027  // UnimplementedBackendBucketsServer can be embedded to have forward
 11028  // compatible implementations.
 11029  //
 11030  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11031  type UnimplementedBackendBucketsServer = src.UnimplementedBackendBucketsServer
 11032  
 11033  // UnimplementedBackendServicesServer can be embedded to have forward
 11034  // compatible implementations.
 11035  //
 11036  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11037  type UnimplementedBackendServicesServer = src.UnimplementedBackendServicesServer
 11038  
 11039  // UnimplementedDiskTypesServer can be embedded to have forward compatible
 11040  // implementations.
 11041  //
 11042  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11043  type UnimplementedDiskTypesServer = src.UnimplementedDiskTypesServer
 11044  
 11045  // UnimplementedDisksServer can be embedded to have forward compatible
 11046  // implementations.
 11047  //
 11048  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11049  type UnimplementedDisksServer = src.UnimplementedDisksServer
 11050  
 11051  // UnimplementedExternalVpnGatewaysServer can be embedded to have forward
 11052  // compatible implementations.
 11053  //
 11054  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11055  type UnimplementedExternalVpnGatewaysServer = src.UnimplementedExternalVpnGatewaysServer
 11056  
 11057  // UnimplementedFirewallPoliciesServer can be embedded to have forward
 11058  // compatible implementations.
 11059  //
 11060  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11061  type UnimplementedFirewallPoliciesServer = src.UnimplementedFirewallPoliciesServer
 11062  
 11063  // UnimplementedFirewallsServer can be embedded to have forward compatible
 11064  // implementations.
 11065  //
 11066  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11067  type UnimplementedFirewallsServer = src.UnimplementedFirewallsServer
 11068  
 11069  // UnimplementedForwardingRulesServer can be embedded to have forward
 11070  // compatible implementations.
 11071  //
 11072  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11073  type UnimplementedForwardingRulesServer = src.UnimplementedForwardingRulesServer
 11074  
 11075  // UnimplementedGlobalAddressesServer can be embedded to have forward
 11076  // compatible implementations.
 11077  //
 11078  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11079  type UnimplementedGlobalAddressesServer = src.UnimplementedGlobalAddressesServer
 11080  
 11081  // UnimplementedGlobalForwardingRulesServer can be embedded to have forward
 11082  // compatible implementations.
 11083  //
 11084  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11085  type UnimplementedGlobalForwardingRulesServer = src.UnimplementedGlobalForwardingRulesServer
 11086  
 11087  // UnimplementedGlobalNetworkEndpointGroupsServer can be embedded to have
 11088  // forward compatible implementations.
 11089  //
 11090  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11091  type UnimplementedGlobalNetworkEndpointGroupsServer = src.UnimplementedGlobalNetworkEndpointGroupsServer
 11092  
 11093  // UnimplementedGlobalOperationsServer can be embedded to have forward
 11094  // compatible implementations.
 11095  //
 11096  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11097  type UnimplementedGlobalOperationsServer = src.UnimplementedGlobalOperationsServer
 11098  
 11099  // UnimplementedGlobalOrganizationOperationsServer can be embedded to have
 11100  // forward compatible implementations.
 11101  //
 11102  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11103  type UnimplementedGlobalOrganizationOperationsServer = src.UnimplementedGlobalOrganizationOperationsServer
 11104  
 11105  // UnimplementedGlobalPublicDelegatedPrefixesServer can be embedded to have
 11106  // forward compatible implementations.
 11107  //
 11108  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11109  type UnimplementedGlobalPublicDelegatedPrefixesServer = src.UnimplementedGlobalPublicDelegatedPrefixesServer
 11110  
 11111  // UnimplementedHealthChecksServer can be embedded to have forward compatible
 11112  // implementations.
 11113  //
 11114  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11115  type UnimplementedHealthChecksServer = src.UnimplementedHealthChecksServer
 11116  
 11117  // UnimplementedImageFamilyViewsServer can be embedded to have forward
 11118  // compatible implementations.
 11119  //
 11120  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11121  type UnimplementedImageFamilyViewsServer = src.UnimplementedImageFamilyViewsServer
 11122  
 11123  // UnimplementedImagesServer can be embedded to have forward compatible
 11124  // implementations.
 11125  //
 11126  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11127  type UnimplementedImagesServer = src.UnimplementedImagesServer
 11128  
 11129  // UnimplementedInstanceGroupManagersServer can be embedded to have forward
 11130  // compatible implementations.
 11131  //
 11132  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11133  type UnimplementedInstanceGroupManagersServer = src.UnimplementedInstanceGroupManagersServer
 11134  
 11135  // UnimplementedInstanceGroupsServer can be embedded to have forward
 11136  // compatible implementations.
 11137  //
 11138  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11139  type UnimplementedInstanceGroupsServer = src.UnimplementedInstanceGroupsServer
 11140  
 11141  // UnimplementedInstanceTemplatesServer can be embedded to have forward
 11142  // compatible implementations.
 11143  //
 11144  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11145  type UnimplementedInstanceTemplatesServer = src.UnimplementedInstanceTemplatesServer
 11146  
 11147  // UnimplementedInstancesServer can be embedded to have forward compatible
 11148  // implementations.
 11149  //
 11150  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11151  type UnimplementedInstancesServer = src.UnimplementedInstancesServer
 11152  
 11153  // UnimplementedInterconnectAttachmentsServer can be embedded to have forward
 11154  // compatible implementations.
 11155  //
 11156  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11157  type UnimplementedInterconnectAttachmentsServer = src.UnimplementedInterconnectAttachmentsServer
 11158  
 11159  // UnimplementedInterconnectLocationsServer can be embedded to have forward
 11160  // compatible implementations.
 11161  //
 11162  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11163  type UnimplementedInterconnectLocationsServer = src.UnimplementedInterconnectLocationsServer
 11164  
 11165  // UnimplementedInterconnectsServer can be embedded to have forward compatible
 11166  // implementations.
 11167  //
 11168  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11169  type UnimplementedInterconnectsServer = src.UnimplementedInterconnectsServer
 11170  
 11171  // UnimplementedLicenseCodesServer can be embedded to have forward compatible
 11172  // implementations.
 11173  //
 11174  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11175  type UnimplementedLicenseCodesServer = src.UnimplementedLicenseCodesServer
 11176  
 11177  // UnimplementedLicensesServer can be embedded to have forward compatible
 11178  // implementations.
 11179  //
 11180  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11181  type UnimplementedLicensesServer = src.UnimplementedLicensesServer
 11182  
 11183  // UnimplementedMachineImagesServer can be embedded to have forward compatible
 11184  // implementations.
 11185  //
 11186  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11187  type UnimplementedMachineImagesServer = src.UnimplementedMachineImagesServer
 11188  
 11189  // UnimplementedMachineTypesServer can be embedded to have forward compatible
 11190  // implementations.
 11191  //
 11192  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11193  type UnimplementedMachineTypesServer = src.UnimplementedMachineTypesServer
 11194  
 11195  // UnimplementedNetworkEdgeSecurityServicesServer can be embedded to have
 11196  // forward compatible implementations.
 11197  //
 11198  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11199  type UnimplementedNetworkEdgeSecurityServicesServer = src.UnimplementedNetworkEdgeSecurityServicesServer
 11200  
 11201  // UnimplementedNetworkEndpointGroupsServer can be embedded to have forward
 11202  // compatible implementations.
 11203  //
 11204  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11205  type UnimplementedNetworkEndpointGroupsServer = src.UnimplementedNetworkEndpointGroupsServer
 11206  
 11207  // UnimplementedNetworkFirewallPoliciesServer can be embedded to have forward
 11208  // compatible implementations.
 11209  //
 11210  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11211  type UnimplementedNetworkFirewallPoliciesServer = src.UnimplementedNetworkFirewallPoliciesServer
 11212  
 11213  // UnimplementedNetworksServer can be embedded to have forward compatible
 11214  // implementations.
 11215  //
 11216  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11217  type UnimplementedNetworksServer = src.UnimplementedNetworksServer
 11218  
 11219  // UnimplementedNodeGroupsServer can be embedded to have forward compatible
 11220  // implementations.
 11221  //
 11222  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11223  type UnimplementedNodeGroupsServer = src.UnimplementedNodeGroupsServer
 11224  
 11225  // UnimplementedNodeTemplatesServer can be embedded to have forward compatible
 11226  // implementations.
 11227  //
 11228  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11229  type UnimplementedNodeTemplatesServer = src.UnimplementedNodeTemplatesServer
 11230  
 11231  // UnimplementedNodeTypesServer can be embedded to have forward compatible
 11232  // implementations.
 11233  //
 11234  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11235  type UnimplementedNodeTypesServer = src.UnimplementedNodeTypesServer
 11236  
 11237  // UnimplementedPacketMirroringsServer can be embedded to have forward
 11238  // compatible implementations.
 11239  //
 11240  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11241  type UnimplementedPacketMirroringsServer = src.UnimplementedPacketMirroringsServer
 11242  
 11243  // UnimplementedProjectsServer can be embedded to have forward compatible
 11244  // implementations.
 11245  //
 11246  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11247  type UnimplementedProjectsServer = src.UnimplementedProjectsServer
 11248  
 11249  // UnimplementedPublicAdvertisedPrefixesServer can be embedded to have forward
 11250  // compatible implementations.
 11251  //
 11252  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11253  type UnimplementedPublicAdvertisedPrefixesServer = src.UnimplementedPublicAdvertisedPrefixesServer
 11254  
 11255  // UnimplementedPublicDelegatedPrefixesServer can be embedded to have forward
 11256  // compatible implementations.
 11257  //
 11258  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11259  type UnimplementedPublicDelegatedPrefixesServer = src.UnimplementedPublicDelegatedPrefixesServer
 11260  
 11261  // UnimplementedRegionAutoscalersServer can be embedded to have forward
 11262  // compatible implementations.
 11263  //
 11264  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11265  type UnimplementedRegionAutoscalersServer = src.UnimplementedRegionAutoscalersServer
 11266  
 11267  // UnimplementedRegionBackendServicesServer can be embedded to have forward
 11268  // compatible implementations.
 11269  //
 11270  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11271  type UnimplementedRegionBackendServicesServer = src.UnimplementedRegionBackendServicesServer
 11272  
 11273  // UnimplementedRegionCommitmentsServer can be embedded to have forward
 11274  // compatible implementations.
 11275  //
 11276  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11277  type UnimplementedRegionCommitmentsServer = src.UnimplementedRegionCommitmentsServer
 11278  
 11279  // UnimplementedRegionDiskTypesServer can be embedded to have forward
 11280  // compatible implementations.
 11281  //
 11282  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11283  type UnimplementedRegionDiskTypesServer = src.UnimplementedRegionDiskTypesServer
 11284  
 11285  // UnimplementedRegionDisksServer can be embedded to have forward compatible
 11286  // implementations.
 11287  //
 11288  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11289  type UnimplementedRegionDisksServer = src.UnimplementedRegionDisksServer
 11290  
 11291  // UnimplementedRegionHealthCheckServicesServer can be embedded to have
 11292  // forward compatible implementations.
 11293  //
 11294  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11295  type UnimplementedRegionHealthCheckServicesServer = src.UnimplementedRegionHealthCheckServicesServer
 11296  
 11297  // UnimplementedRegionHealthChecksServer can be embedded to have forward
 11298  // compatible implementations.
 11299  //
 11300  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11301  type UnimplementedRegionHealthChecksServer = src.UnimplementedRegionHealthChecksServer
 11302  
 11303  // UnimplementedRegionInstanceGroupManagersServer can be embedded to have
 11304  // forward compatible implementations.
 11305  //
 11306  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11307  type UnimplementedRegionInstanceGroupManagersServer = src.UnimplementedRegionInstanceGroupManagersServer
 11308  
 11309  // UnimplementedRegionInstanceGroupsServer can be embedded to have forward
 11310  // compatible implementations.
 11311  //
 11312  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11313  type UnimplementedRegionInstanceGroupsServer = src.UnimplementedRegionInstanceGroupsServer
 11314  
 11315  // UnimplementedRegionInstancesServer can be embedded to have forward
 11316  // compatible implementations.
 11317  //
 11318  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11319  type UnimplementedRegionInstancesServer = src.UnimplementedRegionInstancesServer
 11320  
 11321  // UnimplementedRegionNetworkEndpointGroupsServer can be embedded to have
 11322  // forward compatible implementations.
 11323  //
 11324  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11325  type UnimplementedRegionNetworkEndpointGroupsServer = src.UnimplementedRegionNetworkEndpointGroupsServer
 11326  
 11327  // UnimplementedRegionNetworkFirewallPoliciesServer can be embedded to have
 11328  // forward compatible implementations.
 11329  //
 11330  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11331  type UnimplementedRegionNetworkFirewallPoliciesServer = src.UnimplementedRegionNetworkFirewallPoliciesServer
 11332  
 11333  // UnimplementedRegionNotificationEndpointsServer can be embedded to have
 11334  // forward compatible implementations.
 11335  //
 11336  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11337  type UnimplementedRegionNotificationEndpointsServer = src.UnimplementedRegionNotificationEndpointsServer
 11338  
 11339  // UnimplementedRegionOperationsServer can be embedded to have forward
 11340  // compatible implementations.
 11341  //
 11342  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11343  type UnimplementedRegionOperationsServer = src.UnimplementedRegionOperationsServer
 11344  
 11345  // UnimplementedRegionSecurityPoliciesServer can be embedded to have forward
 11346  // compatible implementations.
 11347  //
 11348  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11349  type UnimplementedRegionSecurityPoliciesServer = src.UnimplementedRegionSecurityPoliciesServer
 11350  
 11351  // UnimplementedRegionSslCertificatesServer can be embedded to have forward
 11352  // compatible implementations.
 11353  //
 11354  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11355  type UnimplementedRegionSslCertificatesServer = src.UnimplementedRegionSslCertificatesServer
 11356  
 11357  // UnimplementedRegionSslPoliciesServer can be embedded to have forward
 11358  // compatible implementations.
 11359  //
 11360  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11361  type UnimplementedRegionSslPoliciesServer = src.UnimplementedRegionSslPoliciesServer
 11362  
 11363  // UnimplementedRegionTargetHttpProxiesServer can be embedded to have forward
 11364  // compatible implementations.
 11365  //
 11366  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11367  type UnimplementedRegionTargetHttpProxiesServer = src.UnimplementedRegionTargetHttpProxiesServer
 11368  
 11369  // UnimplementedRegionTargetHttpsProxiesServer can be embedded to have forward
 11370  // compatible implementations.
 11371  //
 11372  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11373  type UnimplementedRegionTargetHttpsProxiesServer = src.UnimplementedRegionTargetHttpsProxiesServer
 11374  
 11375  // UnimplementedRegionTargetTcpProxiesServer can be embedded to have forward
 11376  // compatible implementations.
 11377  //
 11378  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11379  type UnimplementedRegionTargetTcpProxiesServer = src.UnimplementedRegionTargetTcpProxiesServer
 11380  
 11381  // UnimplementedRegionUrlMapsServer can be embedded to have forward compatible
 11382  // implementations.
 11383  //
 11384  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11385  type UnimplementedRegionUrlMapsServer = src.UnimplementedRegionUrlMapsServer
 11386  
 11387  // UnimplementedRegionsServer can be embedded to have forward compatible
 11388  // implementations.
 11389  //
 11390  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11391  type UnimplementedRegionsServer = src.UnimplementedRegionsServer
 11392  
 11393  // UnimplementedReservationsServer can be embedded to have forward compatible
 11394  // implementations.
 11395  //
 11396  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11397  type UnimplementedReservationsServer = src.UnimplementedReservationsServer
 11398  
 11399  // UnimplementedResourcePoliciesServer can be embedded to have forward
 11400  // compatible implementations.
 11401  //
 11402  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11403  type UnimplementedResourcePoliciesServer = src.UnimplementedResourcePoliciesServer
 11404  
 11405  // UnimplementedRoutersServer can be embedded to have forward compatible
 11406  // implementations.
 11407  //
 11408  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11409  type UnimplementedRoutersServer = src.UnimplementedRoutersServer
 11410  
 11411  // UnimplementedRoutesServer can be embedded to have forward compatible
 11412  // implementations.
 11413  //
 11414  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11415  type UnimplementedRoutesServer = src.UnimplementedRoutesServer
 11416  
 11417  // UnimplementedSecurityPoliciesServer can be embedded to have forward
 11418  // compatible implementations.
 11419  //
 11420  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11421  type UnimplementedSecurityPoliciesServer = src.UnimplementedSecurityPoliciesServer
 11422  
 11423  // UnimplementedServiceAttachmentsServer can be embedded to have forward
 11424  // compatible implementations.
 11425  //
 11426  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11427  type UnimplementedServiceAttachmentsServer = src.UnimplementedServiceAttachmentsServer
 11428  
 11429  // UnimplementedSnapshotsServer can be embedded to have forward compatible
 11430  // implementations.
 11431  //
 11432  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11433  type UnimplementedSnapshotsServer = src.UnimplementedSnapshotsServer
 11434  
 11435  // UnimplementedSslCertificatesServer can be embedded to have forward
 11436  // compatible implementations.
 11437  //
 11438  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11439  type UnimplementedSslCertificatesServer = src.UnimplementedSslCertificatesServer
 11440  
 11441  // UnimplementedSslPoliciesServer can be embedded to have forward compatible
 11442  // implementations.
 11443  //
 11444  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11445  type UnimplementedSslPoliciesServer = src.UnimplementedSslPoliciesServer
 11446  
 11447  // UnimplementedSubnetworksServer can be embedded to have forward compatible
 11448  // implementations.
 11449  //
 11450  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11451  type UnimplementedSubnetworksServer = src.UnimplementedSubnetworksServer
 11452  
 11453  // UnimplementedTargetGrpcProxiesServer can be embedded to have forward
 11454  // compatible implementations.
 11455  //
 11456  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11457  type UnimplementedTargetGrpcProxiesServer = src.UnimplementedTargetGrpcProxiesServer
 11458  
 11459  // UnimplementedTargetHttpProxiesServer can be embedded to have forward
 11460  // compatible implementations.
 11461  //
 11462  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11463  type UnimplementedTargetHttpProxiesServer = src.UnimplementedTargetHttpProxiesServer
 11464  
 11465  // UnimplementedTargetHttpsProxiesServer can be embedded to have forward
 11466  // compatible implementations.
 11467  //
 11468  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11469  type UnimplementedTargetHttpsProxiesServer = src.UnimplementedTargetHttpsProxiesServer
 11470  
 11471  // UnimplementedTargetInstancesServer can be embedded to have forward
 11472  // compatible implementations.
 11473  //
 11474  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11475  type UnimplementedTargetInstancesServer = src.UnimplementedTargetInstancesServer
 11476  
 11477  // UnimplementedTargetPoolsServer can be embedded to have forward compatible
 11478  // implementations.
 11479  //
 11480  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11481  type UnimplementedTargetPoolsServer = src.UnimplementedTargetPoolsServer
 11482  
 11483  // UnimplementedTargetSslProxiesServer can be embedded to have forward
 11484  // compatible implementations.
 11485  //
 11486  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11487  type UnimplementedTargetSslProxiesServer = src.UnimplementedTargetSslProxiesServer
 11488  
 11489  // UnimplementedTargetTcpProxiesServer can be embedded to have forward
 11490  // compatible implementations.
 11491  //
 11492  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11493  type UnimplementedTargetTcpProxiesServer = src.UnimplementedTargetTcpProxiesServer
 11494  
 11495  // UnimplementedTargetVpnGatewaysServer can be embedded to have forward
 11496  // compatible implementations.
 11497  //
 11498  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11499  type UnimplementedTargetVpnGatewaysServer = src.UnimplementedTargetVpnGatewaysServer
 11500  
 11501  // UnimplementedUrlMapsServer can be embedded to have forward compatible
 11502  // implementations.
 11503  //
 11504  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11505  type UnimplementedUrlMapsServer = src.UnimplementedUrlMapsServer
 11506  
 11507  // UnimplementedVpnGatewaysServer can be embedded to have forward compatible
 11508  // implementations.
 11509  //
 11510  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11511  type UnimplementedVpnGatewaysServer = src.UnimplementedVpnGatewaysServer
 11512  
 11513  // UnimplementedVpnTunnelsServer can be embedded to have forward compatible
 11514  // implementations.
 11515  //
 11516  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11517  type UnimplementedVpnTunnelsServer = src.UnimplementedVpnTunnelsServer
 11518  
 11519  // UnimplementedZoneOperationsServer can be embedded to have forward
 11520  // compatible implementations.
 11521  //
 11522  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11523  type UnimplementedZoneOperationsServer = src.UnimplementedZoneOperationsServer
 11524  
 11525  // UnimplementedZonesServer can be embedded to have forward compatible
 11526  // implementations.
 11527  //
 11528  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11529  type UnimplementedZonesServer = src.UnimplementedZonesServer
 11530  
 11531  // A request message for Instances.UpdateAccessConfig. See the method
 11532  // description for details.
 11533  //
 11534  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11535  type UpdateAccessConfigInstanceRequest = src.UpdateAccessConfigInstanceRequest
 11536  
 11537  // A request message for Autoscalers.Update. See the method description for
 11538  // details.
 11539  //
 11540  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11541  type UpdateAutoscalerRequest = src.UpdateAutoscalerRequest
 11542  
 11543  // A request message for BackendBuckets.Update. See the method description for
 11544  // details.
 11545  //
 11546  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11547  type UpdateBackendBucketRequest = src.UpdateBackendBucketRequest
 11548  
 11549  // A request message for BackendServices.Update. See the method description
 11550  // for details.
 11551  //
 11552  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11553  type UpdateBackendServiceRequest = src.UpdateBackendServiceRequest
 11554  
 11555  // A request message for Instances.UpdateDisplayDevice. See the method
 11556  // description for details.
 11557  //
 11558  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11559  type UpdateDisplayDeviceInstanceRequest = src.UpdateDisplayDeviceInstanceRequest
 11560  
 11561  // A request message for Firewalls.Update. See the method description for
 11562  // details.
 11563  //
 11564  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11565  type UpdateFirewallRequest = src.UpdateFirewallRequest
 11566  
 11567  // A request message for HealthChecks.Update. See the method description for
 11568  // details.
 11569  //
 11570  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11571  type UpdateHealthCheckRequest = src.UpdateHealthCheckRequest
 11572  
 11573  // A request message for Instances.Update. See the method description for
 11574  // details.
 11575  //
 11576  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11577  type UpdateInstanceRequest = src.UpdateInstanceRequest
 11578  
 11579  // Specifies the action to take when updating an instance even if the updated
 11580  // properties do not require it. If not specified, then Compute Engine acts
 11581  // based on the minimum action that the updated properties require. Additional
 11582  // supported values which may be not listed in the enum directly due to
 11583  // technical reasons: INVALID NO_EFFECT REFRESH RESTART
 11584  //
 11585  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11586  type UpdateInstanceRequest_MinimalAction = src.UpdateInstanceRequest_MinimalAction
 11587  
 11588  // Specifies the most disruptive action that can be taken on the instance as
 11589  // part of the update. Compute Engine returns an error if the instance
 11590  // properties require a more disruptive action as part of the instance update.
 11591  // Valid options from lowest to highest are NO_EFFECT, REFRESH, and RESTART.
 11592  // Additional supported values which may be not listed in the enum directly due
 11593  // to technical reasons: INVALID NO_EFFECT REFRESH RESTART
 11594  //
 11595  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11596  type UpdateInstanceRequest_MostDisruptiveAllowedAction = src.UpdateInstanceRequest_MostDisruptiveAllowedAction
 11597  
 11598  // A request message for Instances.UpdateNetworkInterface. See the method
 11599  // description for details.
 11600  //
 11601  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11602  type UpdateNetworkInterfaceInstanceRequest = src.UpdateNetworkInterfaceInstanceRequest
 11603  
 11604  // A request message for Networks.UpdatePeering. See the method description
 11605  // for details.
 11606  //
 11607  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11608  type UpdatePeeringNetworkRequest = src.UpdatePeeringNetworkRequest
 11609  
 11610  // A request message for InstanceGroupManagers.UpdatePerInstanceConfigs. See
 11611  // the method description for details.
 11612  //
 11613  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11614  type UpdatePerInstanceConfigsInstanceGroupManagerRequest = src.UpdatePerInstanceConfigsInstanceGroupManagerRequest
 11615  
 11616  // A request message for RegionInstanceGroupManagers.UpdatePerInstanceConfigs.
 11617  // See the method description for details.
 11618  //
 11619  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11620  type UpdatePerInstanceConfigsRegionInstanceGroupManagerRequest = src.UpdatePerInstanceConfigsRegionInstanceGroupManagerRequest
 11621  
 11622  // A request message for RegionAutoscalers.Update. See the method description
 11623  // for details.
 11624  //
 11625  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11626  type UpdateRegionAutoscalerRequest = src.UpdateRegionAutoscalerRequest
 11627  
 11628  // A request message for RegionBackendServices.Update. See the method
 11629  // description for details.
 11630  //
 11631  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11632  type UpdateRegionBackendServiceRequest = src.UpdateRegionBackendServiceRequest
 11633  
 11634  // A request message for RegionCommitments.Update. See the method description
 11635  // for details.
 11636  //
 11637  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11638  type UpdateRegionCommitmentRequest = src.UpdateRegionCommitmentRequest
 11639  
 11640  // A request message for RegionHealthChecks.Update. See the method description
 11641  // for details.
 11642  //
 11643  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11644  type UpdateRegionHealthCheckRequest = src.UpdateRegionHealthCheckRequest
 11645  
 11646  // A request message for RegionUrlMaps.Update. See the method description for
 11647  // details.
 11648  //
 11649  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11650  type UpdateRegionUrlMapRequest = src.UpdateRegionUrlMapRequest
 11651  
 11652  // A request message for Reservations.Update. See the method description for
 11653  // details.
 11654  //
 11655  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11656  type UpdateReservationRequest = src.UpdateReservationRequest
 11657  
 11658  // A request message for Routers.Update. See the method description for
 11659  // details.
 11660  //
 11661  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11662  type UpdateRouterRequest = src.UpdateRouterRequest
 11663  
 11664  // A request message for Instances.UpdateShieldedInstanceConfig. See the
 11665  // method description for details.
 11666  //
 11667  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11668  type UpdateShieldedInstanceConfigInstanceRequest = src.UpdateShieldedInstanceConfigInstanceRequest
 11669  
 11670  // A request message for UrlMaps.Update. See the method description for
 11671  // details.
 11672  //
 11673  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11674  type UpdateUrlMapRequest = src.UpdateUrlMapRequest
 11675  
 11676  // Represents a URL Map resource. Compute Engine has two URL Map resources: *
 11677  // [Global](/compute/docs/reference/rest/v1/urlMaps) *
 11678  // [Regional](/compute/docs/reference/rest/v1/regionUrlMaps) A URL map resource
 11679  // is a component of certain types of cloud load balancers and Traffic
 11680  // Director: * urlMaps are used by external HTTP(S) load balancers and Traffic
 11681  // Director. * regionUrlMaps are used by internal HTTP(S) load balancers. For a
 11682  // list of supported URL map features by the load balancer type, see the Load
 11683  // balancing features: Routing and traffic management table. For a list of
 11684  // supported URL map features for Traffic Director, see the Traffic Director
 11685  // features: Routing and traffic management table. This resource defines
 11686  // mappings from hostnames and URL paths to either a backend service or a
 11687  // backend bucket. To use the global urlMaps resource, the backend service must
 11688  // have a loadBalancingScheme of either EXTERNAL or INTERNAL_SELF_MANAGED. To
 11689  // use the regionUrlMaps resource, the backend service must have a
 11690  // loadBalancingScheme of INTERNAL_MANAGED. For more information, read URL Map
 11691  // Concepts.
 11692  //
 11693  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11694  type UrlMap = src.UrlMap
 11695  
 11696  // Contains a list of UrlMap resources.
 11697  //
 11698  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11699  type UrlMapList = src.UrlMapList
 11700  type UrlMapReference = src.UrlMapReference
 11701  
 11702  // Message for the expected URL mappings.
 11703  //
 11704  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11705  type UrlMapTest = src.UrlMapTest
 11706  
 11707  // HTTP headers used in UrlMapTests.
 11708  //
 11709  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11710  type UrlMapTestHeader = src.UrlMapTestHeader
 11711  
 11712  // Message representing the validation result for a UrlMap.
 11713  //
 11714  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11715  type UrlMapValidationResult = src.UrlMapValidationResult
 11716  type UrlMapsAggregatedList = src.UrlMapsAggregatedList
 11717  
 11718  // UrlMapsClient is the client API for UrlMaps service. For semantics around
 11719  // ctx use and closing/ending streaming RPCs, please refer to
 11720  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
 11721  //
 11722  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11723  type UrlMapsClient = src.UrlMapsClient
 11724  type UrlMapsScopedList = src.UrlMapsScopedList
 11725  
 11726  // UrlMapsServer is the server API for UrlMaps service.
 11727  //
 11728  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11729  type UrlMapsServer = src.UrlMapsServer
 11730  type UrlMapsValidateRequest = src.UrlMapsValidateRequest
 11731  type UrlMapsValidateRequest_LoadBalancingSchemes = src.UrlMapsValidateRequest_LoadBalancingSchemes
 11732  type UrlMapsValidateResponse = src.UrlMapsValidateResponse
 11733  
 11734  // The spec for modifying the path before sending the request to the matched
 11735  // backend service.
 11736  //
 11737  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11738  type UrlRewrite = src.UrlRewrite
 11739  
 11740  // Subnetwork which the current user has compute.subnetworks.use permission
 11741  // on.
 11742  //
 11743  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11744  type UsableSubnetwork = src.UsableSubnetwork
 11745  
 11746  // Secondary IP range of a usable subnetwork.
 11747  //
 11748  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11749  type UsableSubnetworkSecondaryRange = src.UsableSubnetworkSecondaryRange
 11750  
 11751  // The access type of IPv6 address this subnet holds. It's immutable and can
 11752  // only be specified during creation or the first time the subnet is updated
 11753  // into IPV4_IPV6 dual stack.
 11754  //
 11755  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11756  type UsableSubnetwork_Ipv6AccessType = src.UsableSubnetwork_Ipv6AccessType
 11757  
 11758  // The purpose of the resource. This field can be either PRIVATE_RFC_1918 or
 11759  // INTERNAL_HTTPS_LOAD_BALANCER. A subnetwork with purpose set to
 11760  // INTERNAL_HTTPS_LOAD_BALANCER is a user-created subnetwork that is reserved
 11761  // for Internal HTTP(S) Load Balancing. If unspecified, the purpose defaults to
 11762  // PRIVATE_RFC_1918. The enableFlowLogs field isn't supported with the purpose
 11763  // field set to INTERNAL_HTTPS_LOAD_BALANCER.
 11764  //
 11765  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11766  type UsableSubnetwork_Purpose = src.UsableSubnetwork_Purpose
 11767  
 11768  // The role of subnetwork. Currently, this field is only used when purpose =
 11769  // INTERNAL_HTTPS_LOAD_BALANCER. The value can be set to ACTIVE or BACKUP. An
 11770  // ACTIVE subnetwork is one that is currently being used for Internal HTTP(S)
 11771  // Load Balancing. A BACKUP subnetwork is one that is ready to be promoted to
 11772  // ACTIVE or is currently draining. This field can be updated with a patch
 11773  // request.
 11774  //
 11775  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11776  type UsableSubnetwork_Role = src.UsableSubnetwork_Role
 11777  
 11778  // The stack type for the subnet. If set to IPV4_ONLY, new VMs in the subnet
 11779  // are assigned IPv4 addresses only. If set to IPV4_IPV6, new VMs in the subnet
 11780  // can be assigned both IPv4 and IPv6 addresses. If not specified, IPV4_ONLY is
 11781  // used. This field can be both set at resource creation time and updated using
 11782  // patch.
 11783  //
 11784  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11785  type UsableSubnetwork_StackType = src.UsableSubnetwork_StackType
 11786  type UsableSubnetworksAggregatedList = src.UsableSubnetworksAggregatedList
 11787  
 11788  // The location in Cloud Storage and naming method of the daily usage report.
 11789  // Contains bucket_name and report_name prefix.
 11790  //
 11791  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11792  type UsageExportLocation = src.UsageExportLocation
 11793  
 11794  // A request message for RegionUrlMaps.Validate. See the method description
 11795  // for details.
 11796  //
 11797  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11798  type ValidateRegionUrlMapRequest = src.ValidateRegionUrlMapRequest
 11799  
 11800  // A request message for UrlMaps.Validate. See the method description for
 11801  // details.
 11802  //
 11803  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11804  type ValidateUrlMapRequest = src.ValidateUrlMapRequest
 11805  
 11806  // Contain information of Nat mapping for a VM endpoint (i.e., NIC).
 11807  //
 11808  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11809  type VmEndpointNatMappings = src.VmEndpointNatMappings
 11810  
 11811  // Contain information of Nat mapping for an interface of this endpoint.
 11812  //
 11813  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11814  type VmEndpointNatMappingsInterfaceNatMappings = src.VmEndpointNatMappingsInterfaceNatMappings
 11815  
 11816  // Contains information of NAT Mappings provided by a NAT Rule.
 11817  //
 11818  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11819  type VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings = src.VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings
 11820  
 11821  // Contains a list of VmEndpointNatMappings.
 11822  //
 11823  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11824  type VmEndpointNatMappingsList = src.VmEndpointNatMappingsList
 11825  
 11826  // Represents a HA VPN gateway. HA VPN is a high-availability (HA) Cloud VPN
 11827  // solution that lets you securely connect your on-premises network to your
 11828  // Google Cloud Virtual Private Cloud network through an IPsec VPN connection
 11829  // in a single region. For more information about Cloud HA VPN solutions, see
 11830  // Cloud VPN topologies .
 11831  //
 11832  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11833  type VpnGateway = src.VpnGateway
 11834  type VpnGatewayAggregatedList = src.VpnGatewayAggregatedList
 11835  
 11836  // Contains a list of VpnGateway resources.
 11837  //
 11838  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11839  type VpnGatewayList = src.VpnGatewayList
 11840  type VpnGatewayStatus = src.VpnGatewayStatus
 11841  
 11842  // Describes the high availability requirement state for the VPN connection
 11843  // between this Cloud VPN gateway and a peer gateway.
 11844  //
 11845  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11846  type VpnGatewayStatusHighAvailabilityRequirementState = src.VpnGatewayStatusHighAvailabilityRequirementState
 11847  
 11848  // Indicates the high availability requirement state for the VPN connection.
 11849  // Valid values are CONNECTION_REDUNDANCY_MET, CONNECTION_REDUNDANCY_NOT_MET.
 11850  //
 11851  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11852  type VpnGatewayStatusHighAvailabilityRequirementState_State = src.VpnGatewayStatusHighAvailabilityRequirementState_State
 11853  
 11854  // Indicates the reason why the VPN connection does not meet the high
 11855  // availability redundancy criteria/requirement. Valid values is
 11856  // INCOMPLETE_TUNNELS_COVERAGE.
 11857  //
 11858  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11859  type VpnGatewayStatusHighAvailabilityRequirementState_UnsatisfiedReason = src.VpnGatewayStatusHighAvailabilityRequirementState_UnsatisfiedReason
 11860  
 11861  // Contains some information about a VPN tunnel.
 11862  //
 11863  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11864  type VpnGatewayStatusTunnel = src.VpnGatewayStatusTunnel
 11865  
 11866  // A VPN connection contains all VPN tunnels connected from this VpnGateway to
 11867  // the same peer gateway. The peer gateway could either be a external VPN
 11868  // gateway or GCP VPN gateway.
 11869  //
 11870  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11871  type VpnGatewayStatusVpnConnection = src.VpnGatewayStatusVpnConnection
 11872  
 11873  // A VPN gateway interface.
 11874  //
 11875  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11876  type VpnGatewayVpnGatewayInterface = src.VpnGatewayVpnGatewayInterface
 11877  
 11878  // The stack type for this VPN gateway to identify the IP protocols that are
 11879  // enabled. Possible values are: IPV4_ONLY, IPV4_IPV6. If not specified,
 11880  // IPV4_ONLY will be used.
 11881  //
 11882  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11883  type VpnGateway_StackType = src.VpnGateway_StackType
 11884  
 11885  // VpnGatewaysClient is the client API for VpnGateways service. For semantics
 11886  // around ctx use and closing/ending streaming RPCs, please refer to
 11887  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
 11888  //
 11889  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11890  type VpnGatewaysClient = src.VpnGatewaysClient
 11891  type VpnGatewaysGetStatusResponse = src.VpnGatewaysGetStatusResponse
 11892  type VpnGatewaysScopedList = src.VpnGatewaysScopedList
 11893  
 11894  // VpnGatewaysServer is the server API for VpnGateways service.
 11895  //
 11896  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11897  type VpnGatewaysServer = src.VpnGatewaysServer
 11898  
 11899  // Represents a Cloud VPN Tunnel resource. For more information about VPN,
 11900  // read the the Cloud VPN Overview.
 11901  //
 11902  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11903  type VpnTunnel = src.VpnTunnel
 11904  type VpnTunnelAggregatedList = src.VpnTunnelAggregatedList
 11905  
 11906  // Contains a list of VpnTunnel resources.
 11907  //
 11908  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11909  type VpnTunnelList = src.VpnTunnelList
 11910  
 11911  // [Output Only] The status of the VPN tunnel, which can be one of the
 11912  // following: - PROVISIONING: Resource is being allocated for the VPN tunnel. -
 11913  // WAITING_FOR_FULL_CONFIG: Waiting to receive all VPN-related configs from the
 11914  // user. Network, TargetVpnGateway, VpnTunnel, ForwardingRule, and Route
 11915  // resources are needed to setup the VPN tunnel. - FIRST_HANDSHAKE: Successful
 11916  // first handshake with the peer VPN. - ESTABLISHED: Secure session is
 11917  // successfully established with the peer VPN. - NETWORK_ERROR: Deprecated,
 11918  // replaced by NO_INCOMING_PACKETS - AUTHORIZATION_ERROR: Auth error (for
 11919  // example, bad shared secret). - NEGOTIATION_FAILURE: Handshake failed. -
 11920  // DEPROVISIONING: Resources are being deallocated for the VPN tunnel. -
 11921  // FAILED: Tunnel creation has failed and the tunnel is not ready to be used. -
 11922  // NO_INCOMING_PACKETS: No incoming packets from peer. - REJECTED: Tunnel
 11923  // configuration was rejected, can be result of being denied access. -
 11924  // ALLOCATING_RESOURCES: Cloud VPN is in the process of allocating all required
 11925  // resources. - STOPPED: Tunnel is stopped due to its Forwarding Rules being
 11926  // deleted for Classic VPN tunnels or the project is in frozen state. -
 11927  // PEER_IDENTITY_MISMATCH: Peer identity does not match peer IP, probably
 11928  // behind NAT. - TS_NARROWING_NOT_ALLOWED: Traffic selector narrowing not
 11929  // allowed for an HA-VPN tunnel.
 11930  //
 11931  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11932  type VpnTunnel_Status = src.VpnTunnel_Status
 11933  
 11934  // VpnTunnelsClient is the client API for VpnTunnels service. For semantics
 11935  // around ctx use and closing/ending streaming RPCs, please refer to
 11936  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
 11937  //
 11938  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11939  type VpnTunnelsClient = src.VpnTunnelsClient
 11940  type VpnTunnelsScopedList = src.VpnTunnelsScopedList
 11941  
 11942  // VpnTunnelsServer is the server API for VpnTunnels service.
 11943  //
 11944  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11945  type VpnTunnelsServer = src.VpnTunnelsServer
 11946  type WafExpressionSet = src.WafExpressionSet
 11947  type WafExpressionSetExpression = src.WafExpressionSetExpression
 11948  
 11949  // A request message for GlobalOperations.Wait. See the method description for
 11950  // details.
 11951  //
 11952  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11953  type WaitGlobalOperationRequest = src.WaitGlobalOperationRequest
 11954  
 11955  // A request message for RegionOperations.Wait. See the method description for
 11956  // details.
 11957  //
 11958  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11959  type WaitRegionOperationRequest = src.WaitRegionOperationRequest
 11960  
 11961  // A request message for ZoneOperations.Wait. See the method description for
 11962  // details.
 11963  //
 11964  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11965  type WaitZoneOperationRequest = src.WaitZoneOperationRequest
 11966  
 11967  // [Output Only] Informational warning message.
 11968  //
 11969  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11970  type Warning = src.Warning
 11971  
 11972  // [Output Only] A warning code, if applicable. For example, Compute Engine
 11973  // returns NO_RESULTS_ON_PAGE if there are no results in the response.
 11974  //
 11975  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11976  type Warning_Code = src.Warning_Code
 11977  type Warnings = src.Warnings
 11978  
 11979  // [Output Only] A warning code, if applicable. For example, Compute Engine
 11980  // returns NO_RESULTS_ON_PAGE if there are no results in the response.
 11981  //
 11982  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11983  type Warnings_Code = src.Warnings_Code
 11984  
 11985  // In contrast to a single BackendService in HttpRouteAction to which all
 11986  // matching traffic is directed to, WeightedBackendService allows traffic to be
 11987  // split across multiple backend services. The volume of traffic for each
 11988  // backend service is proportional to the weight specified in each
 11989  // WeightedBackendService
 11990  //
 11991  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11992  type WeightedBackendService = src.WeightedBackendService
 11993  type XpnHostList = src.XpnHostList
 11994  
 11995  // Service resource (a.k.a service project) ID.
 11996  //
 11997  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 11998  type XpnResourceId = src.XpnResourceId
 11999  
 12000  // The type of the service resource.
 12001  //
 12002  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 12003  type XpnResourceId_Type = src.XpnResourceId_Type
 12004  
 12005  // Represents a Zone resource. A zone is a deployment area. These deployment
 12006  // areas are subsets of a region. For example the zone us-east1-a is located in
 12007  // the us-east1 region. For more information, read Regions and Zones.
 12008  //
 12009  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 12010  type Zone = src.Zone
 12011  
 12012  // Contains a list of zone resources.
 12013  //
 12014  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 12015  type ZoneList = src.ZoneList
 12016  
 12017  // ZoneOperationsClient is the client API for ZoneOperations service. For
 12018  // semantics around ctx use and closing/ending streaming RPCs, please refer to
 12019  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
 12020  //
 12021  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 12022  type ZoneOperationsClient = src.ZoneOperationsClient
 12023  
 12024  // ZoneOperationsServer is the server API for ZoneOperations service.
 12025  //
 12026  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 12027  type ZoneOperationsServer = src.ZoneOperationsServer
 12028  type ZoneSetLabelsRequest = src.ZoneSetLabelsRequest
 12029  type ZoneSetPolicyRequest = src.ZoneSetPolicyRequest
 12030  
 12031  // [Output Only] Status of the zone, either UP or DOWN.
 12032  //
 12033  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 12034  type Zone_Status = src.Zone_Status
 12035  
 12036  // ZonesClient is the client API for Zones service. For semantics around ctx
 12037  // use and closing/ending streaming RPCs, please refer to
 12038  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
 12039  //
 12040  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 12041  type ZonesClient = src.ZonesClient
 12042  
 12043  // ZonesServer is the server API for Zones service.
 12044  //
 12045  // Deprecated: Please use types in: cloud.google.com/go/compute/apiv1/computepb
 12046  type ZonesServer = src.ZonesServer
 12047  
 12048  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12049  func NewAcceleratorTypesClient(cc grpc.ClientConnInterface) AcceleratorTypesClient {
 12050  	return src.NewAcceleratorTypesClient(cc)
 12051  }
 12052  
 12053  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12054  func NewAddressesClient(cc grpc.ClientConnInterface) AddressesClient {
 12055  	return src.NewAddressesClient(cc)
 12056  }
 12057  
 12058  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12059  func NewAutoscalersClient(cc grpc.ClientConnInterface) AutoscalersClient {
 12060  	return src.NewAutoscalersClient(cc)
 12061  }
 12062  
 12063  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12064  func NewBackendBucketsClient(cc grpc.ClientConnInterface) BackendBucketsClient {
 12065  	return src.NewBackendBucketsClient(cc)
 12066  }
 12067  
 12068  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12069  func NewBackendServicesClient(cc grpc.ClientConnInterface) BackendServicesClient {
 12070  	return src.NewBackendServicesClient(cc)
 12071  }
 12072  
 12073  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12074  func NewDiskTypesClient(cc grpc.ClientConnInterface) DiskTypesClient {
 12075  	return src.NewDiskTypesClient(cc)
 12076  }
 12077  
 12078  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12079  func NewDisksClient(cc grpc.ClientConnInterface) DisksClient { return src.NewDisksClient(cc) }
 12080  
 12081  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12082  func NewExternalVpnGatewaysClient(cc grpc.ClientConnInterface) ExternalVpnGatewaysClient {
 12083  	return src.NewExternalVpnGatewaysClient(cc)
 12084  }
 12085  
 12086  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12087  func NewFirewallPoliciesClient(cc grpc.ClientConnInterface) FirewallPoliciesClient {
 12088  	return src.NewFirewallPoliciesClient(cc)
 12089  }
 12090  
 12091  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12092  func NewFirewallsClient(cc grpc.ClientConnInterface) FirewallsClient {
 12093  	return src.NewFirewallsClient(cc)
 12094  }
 12095  
 12096  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12097  func NewForwardingRulesClient(cc grpc.ClientConnInterface) ForwardingRulesClient {
 12098  	return src.NewForwardingRulesClient(cc)
 12099  }
 12100  
 12101  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12102  func NewGlobalAddressesClient(cc grpc.ClientConnInterface) GlobalAddressesClient {
 12103  	return src.NewGlobalAddressesClient(cc)
 12104  }
 12105  
 12106  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12107  func NewGlobalForwardingRulesClient(cc grpc.ClientConnInterface) GlobalForwardingRulesClient {
 12108  	return src.NewGlobalForwardingRulesClient(cc)
 12109  }
 12110  
 12111  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12112  func NewGlobalNetworkEndpointGroupsClient(cc grpc.ClientConnInterface) GlobalNetworkEndpointGroupsClient {
 12113  	return src.NewGlobalNetworkEndpointGroupsClient(cc)
 12114  }
 12115  
 12116  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12117  func NewGlobalOperationsClient(cc grpc.ClientConnInterface) GlobalOperationsClient {
 12118  	return src.NewGlobalOperationsClient(cc)
 12119  }
 12120  
 12121  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12122  func NewGlobalOrganizationOperationsClient(cc grpc.ClientConnInterface) GlobalOrganizationOperationsClient {
 12123  	return src.NewGlobalOrganizationOperationsClient(cc)
 12124  }
 12125  
 12126  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12127  func NewGlobalPublicDelegatedPrefixesClient(cc grpc.ClientConnInterface) GlobalPublicDelegatedPrefixesClient {
 12128  	return src.NewGlobalPublicDelegatedPrefixesClient(cc)
 12129  }
 12130  
 12131  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12132  func NewHealthChecksClient(cc grpc.ClientConnInterface) HealthChecksClient {
 12133  	return src.NewHealthChecksClient(cc)
 12134  }
 12135  
 12136  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12137  func NewImageFamilyViewsClient(cc grpc.ClientConnInterface) ImageFamilyViewsClient {
 12138  	return src.NewImageFamilyViewsClient(cc)
 12139  }
 12140  
 12141  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12142  func NewImagesClient(cc grpc.ClientConnInterface) ImagesClient { return src.NewImagesClient(cc) }
 12143  
 12144  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12145  func NewInstanceGroupManagersClient(cc grpc.ClientConnInterface) InstanceGroupManagersClient {
 12146  	return src.NewInstanceGroupManagersClient(cc)
 12147  }
 12148  
 12149  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12150  func NewInstanceGroupsClient(cc grpc.ClientConnInterface) InstanceGroupsClient {
 12151  	return src.NewInstanceGroupsClient(cc)
 12152  }
 12153  
 12154  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12155  func NewInstanceTemplatesClient(cc grpc.ClientConnInterface) InstanceTemplatesClient {
 12156  	return src.NewInstanceTemplatesClient(cc)
 12157  }
 12158  
 12159  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12160  func NewInstancesClient(cc grpc.ClientConnInterface) InstancesClient {
 12161  	return src.NewInstancesClient(cc)
 12162  }
 12163  
 12164  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12165  func NewInterconnectAttachmentsClient(cc grpc.ClientConnInterface) InterconnectAttachmentsClient {
 12166  	return src.NewInterconnectAttachmentsClient(cc)
 12167  }
 12168  
 12169  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12170  func NewInterconnectLocationsClient(cc grpc.ClientConnInterface) InterconnectLocationsClient {
 12171  	return src.NewInterconnectLocationsClient(cc)
 12172  }
 12173  
 12174  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12175  func NewInterconnectsClient(cc grpc.ClientConnInterface) InterconnectsClient {
 12176  	return src.NewInterconnectsClient(cc)
 12177  }
 12178  
 12179  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12180  func NewLicenseCodesClient(cc grpc.ClientConnInterface) LicenseCodesClient {
 12181  	return src.NewLicenseCodesClient(cc)
 12182  }
 12183  
 12184  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12185  func NewLicensesClient(cc grpc.ClientConnInterface) LicensesClient { return src.NewLicensesClient(cc) }
 12186  
 12187  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12188  func NewMachineImagesClient(cc grpc.ClientConnInterface) MachineImagesClient {
 12189  	return src.NewMachineImagesClient(cc)
 12190  }
 12191  
 12192  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12193  func NewMachineTypesClient(cc grpc.ClientConnInterface) MachineTypesClient {
 12194  	return src.NewMachineTypesClient(cc)
 12195  }
 12196  
 12197  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12198  func NewNetworkEdgeSecurityServicesClient(cc grpc.ClientConnInterface) NetworkEdgeSecurityServicesClient {
 12199  	return src.NewNetworkEdgeSecurityServicesClient(cc)
 12200  }
 12201  
 12202  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12203  func NewNetworkEndpointGroupsClient(cc grpc.ClientConnInterface) NetworkEndpointGroupsClient {
 12204  	return src.NewNetworkEndpointGroupsClient(cc)
 12205  }
 12206  
 12207  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12208  func NewNetworkFirewallPoliciesClient(cc grpc.ClientConnInterface) NetworkFirewallPoliciesClient {
 12209  	return src.NewNetworkFirewallPoliciesClient(cc)
 12210  }
 12211  
 12212  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12213  func NewNetworksClient(cc grpc.ClientConnInterface) NetworksClient { return src.NewNetworksClient(cc) }
 12214  
 12215  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12216  func NewNodeGroupsClient(cc grpc.ClientConnInterface) NodeGroupsClient {
 12217  	return src.NewNodeGroupsClient(cc)
 12218  }
 12219  
 12220  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12221  func NewNodeTemplatesClient(cc grpc.ClientConnInterface) NodeTemplatesClient {
 12222  	return src.NewNodeTemplatesClient(cc)
 12223  }
 12224  
 12225  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12226  func NewNodeTypesClient(cc grpc.ClientConnInterface) NodeTypesClient {
 12227  	return src.NewNodeTypesClient(cc)
 12228  }
 12229  
 12230  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12231  func NewPacketMirroringsClient(cc grpc.ClientConnInterface) PacketMirroringsClient {
 12232  	return src.NewPacketMirroringsClient(cc)
 12233  }
 12234  
 12235  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12236  func NewProjectsClient(cc grpc.ClientConnInterface) ProjectsClient { return src.NewProjectsClient(cc) }
 12237  
 12238  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12239  func NewPublicAdvertisedPrefixesClient(cc grpc.ClientConnInterface) PublicAdvertisedPrefixesClient {
 12240  	return src.NewPublicAdvertisedPrefixesClient(cc)
 12241  }
 12242  
 12243  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12244  func NewPublicDelegatedPrefixesClient(cc grpc.ClientConnInterface) PublicDelegatedPrefixesClient {
 12245  	return src.NewPublicDelegatedPrefixesClient(cc)
 12246  }
 12247  
 12248  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12249  func NewRegionAutoscalersClient(cc grpc.ClientConnInterface) RegionAutoscalersClient {
 12250  	return src.NewRegionAutoscalersClient(cc)
 12251  }
 12252  
 12253  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12254  func NewRegionBackendServicesClient(cc grpc.ClientConnInterface) RegionBackendServicesClient {
 12255  	return src.NewRegionBackendServicesClient(cc)
 12256  }
 12257  
 12258  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12259  func NewRegionCommitmentsClient(cc grpc.ClientConnInterface) RegionCommitmentsClient {
 12260  	return src.NewRegionCommitmentsClient(cc)
 12261  }
 12262  
 12263  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12264  func NewRegionDiskTypesClient(cc grpc.ClientConnInterface) RegionDiskTypesClient {
 12265  	return src.NewRegionDiskTypesClient(cc)
 12266  }
 12267  
 12268  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12269  func NewRegionDisksClient(cc grpc.ClientConnInterface) RegionDisksClient {
 12270  	return src.NewRegionDisksClient(cc)
 12271  }
 12272  
 12273  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12274  func NewRegionHealthCheckServicesClient(cc grpc.ClientConnInterface) RegionHealthCheckServicesClient {
 12275  	return src.NewRegionHealthCheckServicesClient(cc)
 12276  }
 12277  
 12278  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12279  func NewRegionHealthChecksClient(cc grpc.ClientConnInterface) RegionHealthChecksClient {
 12280  	return src.NewRegionHealthChecksClient(cc)
 12281  }
 12282  
 12283  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12284  func NewRegionInstanceGroupManagersClient(cc grpc.ClientConnInterface) RegionInstanceGroupManagersClient {
 12285  	return src.NewRegionInstanceGroupManagersClient(cc)
 12286  }
 12287  
 12288  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12289  func NewRegionInstanceGroupsClient(cc grpc.ClientConnInterface) RegionInstanceGroupsClient {
 12290  	return src.NewRegionInstanceGroupsClient(cc)
 12291  }
 12292  
 12293  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12294  func NewRegionInstancesClient(cc grpc.ClientConnInterface) RegionInstancesClient {
 12295  	return src.NewRegionInstancesClient(cc)
 12296  }
 12297  
 12298  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12299  func NewRegionNetworkEndpointGroupsClient(cc grpc.ClientConnInterface) RegionNetworkEndpointGroupsClient {
 12300  	return src.NewRegionNetworkEndpointGroupsClient(cc)
 12301  }
 12302  
 12303  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12304  func NewRegionNetworkFirewallPoliciesClient(cc grpc.ClientConnInterface) RegionNetworkFirewallPoliciesClient {
 12305  	return src.NewRegionNetworkFirewallPoliciesClient(cc)
 12306  }
 12307  
 12308  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12309  func NewRegionNotificationEndpointsClient(cc grpc.ClientConnInterface) RegionNotificationEndpointsClient {
 12310  	return src.NewRegionNotificationEndpointsClient(cc)
 12311  }
 12312  
 12313  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12314  func NewRegionOperationsClient(cc grpc.ClientConnInterface) RegionOperationsClient {
 12315  	return src.NewRegionOperationsClient(cc)
 12316  }
 12317  
 12318  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12319  func NewRegionSecurityPoliciesClient(cc grpc.ClientConnInterface) RegionSecurityPoliciesClient {
 12320  	return src.NewRegionSecurityPoliciesClient(cc)
 12321  }
 12322  
 12323  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12324  func NewRegionSslCertificatesClient(cc grpc.ClientConnInterface) RegionSslCertificatesClient {
 12325  	return src.NewRegionSslCertificatesClient(cc)
 12326  }
 12327  
 12328  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12329  func NewRegionSslPoliciesClient(cc grpc.ClientConnInterface) RegionSslPoliciesClient {
 12330  	return src.NewRegionSslPoliciesClient(cc)
 12331  }
 12332  
 12333  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12334  func NewRegionTargetHttpProxiesClient(cc grpc.ClientConnInterface) RegionTargetHttpProxiesClient {
 12335  	return src.NewRegionTargetHttpProxiesClient(cc)
 12336  }
 12337  
 12338  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12339  func NewRegionTargetHttpsProxiesClient(cc grpc.ClientConnInterface) RegionTargetHttpsProxiesClient {
 12340  	return src.NewRegionTargetHttpsProxiesClient(cc)
 12341  }
 12342  
 12343  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12344  func NewRegionTargetTcpProxiesClient(cc grpc.ClientConnInterface) RegionTargetTcpProxiesClient {
 12345  	return src.NewRegionTargetTcpProxiesClient(cc)
 12346  }
 12347  
 12348  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12349  func NewRegionUrlMapsClient(cc grpc.ClientConnInterface) RegionUrlMapsClient {
 12350  	return src.NewRegionUrlMapsClient(cc)
 12351  }
 12352  
 12353  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12354  func NewRegionsClient(cc grpc.ClientConnInterface) RegionsClient { return src.NewRegionsClient(cc) }
 12355  
 12356  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12357  func NewReservationsClient(cc grpc.ClientConnInterface) ReservationsClient {
 12358  	return src.NewReservationsClient(cc)
 12359  }
 12360  
 12361  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12362  func NewResourcePoliciesClient(cc grpc.ClientConnInterface) ResourcePoliciesClient {
 12363  	return src.NewResourcePoliciesClient(cc)
 12364  }
 12365  
 12366  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12367  func NewRoutersClient(cc grpc.ClientConnInterface) RoutersClient { return src.NewRoutersClient(cc) }
 12368  
 12369  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12370  func NewRoutesClient(cc grpc.ClientConnInterface) RoutesClient { return src.NewRoutesClient(cc) }
 12371  
 12372  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12373  func NewSecurityPoliciesClient(cc grpc.ClientConnInterface) SecurityPoliciesClient {
 12374  	return src.NewSecurityPoliciesClient(cc)
 12375  }
 12376  
 12377  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12378  func NewServiceAttachmentsClient(cc grpc.ClientConnInterface) ServiceAttachmentsClient {
 12379  	return src.NewServiceAttachmentsClient(cc)
 12380  }
 12381  
 12382  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12383  func NewSnapshotsClient(cc grpc.ClientConnInterface) SnapshotsClient {
 12384  	return src.NewSnapshotsClient(cc)
 12385  }
 12386  
 12387  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12388  func NewSslCertificatesClient(cc grpc.ClientConnInterface) SslCertificatesClient {
 12389  	return src.NewSslCertificatesClient(cc)
 12390  }
 12391  
 12392  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12393  func NewSslPoliciesClient(cc grpc.ClientConnInterface) SslPoliciesClient {
 12394  	return src.NewSslPoliciesClient(cc)
 12395  }
 12396  
 12397  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12398  func NewSubnetworksClient(cc grpc.ClientConnInterface) SubnetworksClient {
 12399  	return src.NewSubnetworksClient(cc)
 12400  }
 12401  
 12402  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12403  func NewTargetGrpcProxiesClient(cc grpc.ClientConnInterface) TargetGrpcProxiesClient {
 12404  	return src.NewTargetGrpcProxiesClient(cc)
 12405  }
 12406  
 12407  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12408  func NewTargetHttpProxiesClient(cc grpc.ClientConnInterface) TargetHttpProxiesClient {
 12409  	return src.NewTargetHttpProxiesClient(cc)
 12410  }
 12411  
 12412  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12413  func NewTargetHttpsProxiesClient(cc grpc.ClientConnInterface) TargetHttpsProxiesClient {
 12414  	return src.NewTargetHttpsProxiesClient(cc)
 12415  }
 12416  
 12417  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12418  func NewTargetInstancesClient(cc grpc.ClientConnInterface) TargetInstancesClient {
 12419  	return src.NewTargetInstancesClient(cc)
 12420  }
 12421  
 12422  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12423  func NewTargetPoolsClient(cc grpc.ClientConnInterface) TargetPoolsClient {
 12424  	return src.NewTargetPoolsClient(cc)
 12425  }
 12426  
 12427  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12428  func NewTargetSslProxiesClient(cc grpc.ClientConnInterface) TargetSslProxiesClient {
 12429  	return src.NewTargetSslProxiesClient(cc)
 12430  }
 12431  
 12432  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12433  func NewTargetTcpProxiesClient(cc grpc.ClientConnInterface) TargetTcpProxiesClient {
 12434  	return src.NewTargetTcpProxiesClient(cc)
 12435  }
 12436  
 12437  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12438  func NewTargetVpnGatewaysClient(cc grpc.ClientConnInterface) TargetVpnGatewaysClient {
 12439  	return src.NewTargetVpnGatewaysClient(cc)
 12440  }
 12441  
 12442  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12443  func NewUrlMapsClient(cc grpc.ClientConnInterface) UrlMapsClient { return src.NewUrlMapsClient(cc) }
 12444  
 12445  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12446  func NewVpnGatewaysClient(cc grpc.ClientConnInterface) VpnGatewaysClient {
 12447  	return src.NewVpnGatewaysClient(cc)
 12448  }
 12449  
 12450  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12451  func NewVpnTunnelsClient(cc grpc.ClientConnInterface) VpnTunnelsClient {
 12452  	return src.NewVpnTunnelsClient(cc)
 12453  }
 12454  
 12455  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12456  func NewZoneOperationsClient(cc grpc.ClientConnInterface) ZoneOperationsClient {
 12457  	return src.NewZoneOperationsClient(cc)
 12458  }
 12459  
 12460  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12461  func NewZonesClient(cc grpc.ClientConnInterface) ZonesClient { return src.NewZonesClient(cc) }
 12462  
 12463  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12464  func RegisterAcceleratorTypesServer(s *grpc.Server, srv AcceleratorTypesServer) {
 12465  	src.RegisterAcceleratorTypesServer(s, srv)
 12466  }
 12467  
 12468  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12469  func RegisterAddressesServer(s *grpc.Server, srv AddressesServer) {
 12470  	src.RegisterAddressesServer(s, srv)
 12471  }
 12472  
 12473  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12474  func RegisterAutoscalersServer(s *grpc.Server, srv AutoscalersServer) {
 12475  	src.RegisterAutoscalersServer(s, srv)
 12476  }
 12477  
 12478  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12479  func RegisterBackendBucketsServer(s *grpc.Server, srv BackendBucketsServer) {
 12480  	src.RegisterBackendBucketsServer(s, srv)
 12481  }
 12482  
 12483  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12484  func RegisterBackendServicesServer(s *grpc.Server, srv BackendServicesServer) {
 12485  	src.RegisterBackendServicesServer(s, srv)
 12486  }
 12487  
 12488  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12489  func RegisterDiskTypesServer(s *grpc.Server, srv DiskTypesServer) {
 12490  	src.RegisterDiskTypesServer(s, srv)
 12491  }
 12492  
 12493  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12494  func RegisterDisksServer(s *grpc.Server, srv DisksServer) { src.RegisterDisksServer(s, srv) }
 12495  
 12496  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12497  func RegisterExternalVpnGatewaysServer(s *grpc.Server, srv ExternalVpnGatewaysServer) {
 12498  	src.RegisterExternalVpnGatewaysServer(s, srv)
 12499  }
 12500  
 12501  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12502  func RegisterFirewallPoliciesServer(s *grpc.Server, srv FirewallPoliciesServer) {
 12503  	src.RegisterFirewallPoliciesServer(s, srv)
 12504  }
 12505  
 12506  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12507  func RegisterFirewallsServer(s *grpc.Server, srv FirewallsServer) {
 12508  	src.RegisterFirewallsServer(s, srv)
 12509  }
 12510  
 12511  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12512  func RegisterForwardingRulesServer(s *grpc.Server, srv ForwardingRulesServer) {
 12513  	src.RegisterForwardingRulesServer(s, srv)
 12514  }
 12515  
 12516  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12517  func RegisterGlobalAddressesServer(s *grpc.Server, srv GlobalAddressesServer) {
 12518  	src.RegisterGlobalAddressesServer(s, srv)
 12519  }
 12520  
 12521  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12522  func RegisterGlobalForwardingRulesServer(s *grpc.Server, srv GlobalForwardingRulesServer) {
 12523  	src.RegisterGlobalForwardingRulesServer(s, srv)
 12524  }
 12525  
 12526  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12527  func RegisterGlobalNetworkEndpointGroupsServer(s *grpc.Server, srv GlobalNetworkEndpointGroupsServer) {
 12528  	src.RegisterGlobalNetworkEndpointGroupsServer(s, srv)
 12529  }
 12530  
 12531  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12532  func RegisterGlobalOperationsServer(s *grpc.Server, srv GlobalOperationsServer) {
 12533  	src.RegisterGlobalOperationsServer(s, srv)
 12534  }
 12535  
 12536  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12537  func RegisterGlobalOrganizationOperationsServer(s *grpc.Server, srv GlobalOrganizationOperationsServer) {
 12538  	src.RegisterGlobalOrganizationOperationsServer(s, srv)
 12539  }
 12540  
 12541  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12542  func RegisterGlobalPublicDelegatedPrefixesServer(s *grpc.Server, srv GlobalPublicDelegatedPrefixesServer) {
 12543  	src.RegisterGlobalPublicDelegatedPrefixesServer(s, srv)
 12544  }
 12545  
 12546  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12547  func RegisterHealthChecksServer(s *grpc.Server, srv HealthChecksServer) {
 12548  	src.RegisterHealthChecksServer(s, srv)
 12549  }
 12550  
 12551  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12552  func RegisterImageFamilyViewsServer(s *grpc.Server, srv ImageFamilyViewsServer) {
 12553  	src.RegisterImageFamilyViewsServer(s, srv)
 12554  }
 12555  
 12556  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12557  func RegisterImagesServer(s *grpc.Server, srv ImagesServer) { src.RegisterImagesServer(s, srv) }
 12558  
 12559  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12560  func RegisterInstanceGroupManagersServer(s *grpc.Server, srv InstanceGroupManagersServer) {
 12561  	src.RegisterInstanceGroupManagersServer(s, srv)
 12562  }
 12563  
 12564  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12565  func RegisterInstanceGroupsServer(s *grpc.Server, srv InstanceGroupsServer) {
 12566  	src.RegisterInstanceGroupsServer(s, srv)
 12567  }
 12568  
 12569  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12570  func RegisterInstanceTemplatesServer(s *grpc.Server, srv InstanceTemplatesServer) {
 12571  	src.RegisterInstanceTemplatesServer(s, srv)
 12572  }
 12573  
 12574  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12575  func RegisterInstancesServer(s *grpc.Server, srv InstancesServer) {
 12576  	src.RegisterInstancesServer(s, srv)
 12577  }
 12578  
 12579  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12580  func RegisterInterconnectAttachmentsServer(s *grpc.Server, srv InterconnectAttachmentsServer) {
 12581  	src.RegisterInterconnectAttachmentsServer(s, srv)
 12582  }
 12583  
 12584  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12585  func RegisterInterconnectLocationsServer(s *grpc.Server, srv InterconnectLocationsServer) {
 12586  	src.RegisterInterconnectLocationsServer(s, srv)
 12587  }
 12588  
 12589  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12590  func RegisterInterconnectsServer(s *grpc.Server, srv InterconnectsServer) {
 12591  	src.RegisterInterconnectsServer(s, srv)
 12592  }
 12593  
 12594  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12595  func RegisterLicenseCodesServer(s *grpc.Server, srv LicenseCodesServer) {
 12596  	src.RegisterLicenseCodesServer(s, srv)
 12597  }
 12598  
 12599  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12600  func RegisterLicensesServer(s *grpc.Server, srv LicensesServer) { src.RegisterLicensesServer(s, srv) }
 12601  
 12602  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12603  func RegisterMachineImagesServer(s *grpc.Server, srv MachineImagesServer) {
 12604  	src.RegisterMachineImagesServer(s, srv)
 12605  }
 12606  
 12607  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12608  func RegisterMachineTypesServer(s *grpc.Server, srv MachineTypesServer) {
 12609  	src.RegisterMachineTypesServer(s, srv)
 12610  }
 12611  
 12612  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12613  func RegisterNetworkEdgeSecurityServicesServer(s *grpc.Server, srv NetworkEdgeSecurityServicesServer) {
 12614  	src.RegisterNetworkEdgeSecurityServicesServer(s, srv)
 12615  }
 12616  
 12617  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12618  func RegisterNetworkEndpointGroupsServer(s *grpc.Server, srv NetworkEndpointGroupsServer) {
 12619  	src.RegisterNetworkEndpointGroupsServer(s, srv)
 12620  }
 12621  
 12622  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12623  func RegisterNetworkFirewallPoliciesServer(s *grpc.Server, srv NetworkFirewallPoliciesServer) {
 12624  	src.RegisterNetworkFirewallPoliciesServer(s, srv)
 12625  }
 12626  
 12627  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12628  func RegisterNetworksServer(s *grpc.Server, srv NetworksServer) { src.RegisterNetworksServer(s, srv) }
 12629  
 12630  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12631  func RegisterNodeGroupsServer(s *grpc.Server, srv NodeGroupsServer) {
 12632  	src.RegisterNodeGroupsServer(s, srv)
 12633  }
 12634  
 12635  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12636  func RegisterNodeTemplatesServer(s *grpc.Server, srv NodeTemplatesServer) {
 12637  	src.RegisterNodeTemplatesServer(s, srv)
 12638  }
 12639  
 12640  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12641  func RegisterNodeTypesServer(s *grpc.Server, srv NodeTypesServer) {
 12642  	src.RegisterNodeTypesServer(s, srv)
 12643  }
 12644  
 12645  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12646  func RegisterPacketMirroringsServer(s *grpc.Server, srv PacketMirroringsServer) {
 12647  	src.RegisterPacketMirroringsServer(s, srv)
 12648  }
 12649  
 12650  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12651  func RegisterProjectsServer(s *grpc.Server, srv ProjectsServer) { src.RegisterProjectsServer(s, srv) }
 12652  
 12653  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12654  func RegisterPublicAdvertisedPrefixesServer(s *grpc.Server, srv PublicAdvertisedPrefixesServer) {
 12655  	src.RegisterPublicAdvertisedPrefixesServer(s, srv)
 12656  }
 12657  
 12658  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12659  func RegisterPublicDelegatedPrefixesServer(s *grpc.Server, srv PublicDelegatedPrefixesServer) {
 12660  	src.RegisterPublicDelegatedPrefixesServer(s, srv)
 12661  }
 12662  
 12663  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12664  func RegisterRegionAutoscalersServer(s *grpc.Server, srv RegionAutoscalersServer) {
 12665  	src.RegisterRegionAutoscalersServer(s, srv)
 12666  }
 12667  
 12668  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12669  func RegisterRegionBackendServicesServer(s *grpc.Server, srv RegionBackendServicesServer) {
 12670  	src.RegisterRegionBackendServicesServer(s, srv)
 12671  }
 12672  
 12673  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12674  func RegisterRegionCommitmentsServer(s *grpc.Server, srv RegionCommitmentsServer) {
 12675  	src.RegisterRegionCommitmentsServer(s, srv)
 12676  }
 12677  
 12678  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12679  func RegisterRegionDiskTypesServer(s *grpc.Server, srv RegionDiskTypesServer) {
 12680  	src.RegisterRegionDiskTypesServer(s, srv)
 12681  }
 12682  
 12683  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12684  func RegisterRegionDisksServer(s *grpc.Server, srv RegionDisksServer) {
 12685  	src.RegisterRegionDisksServer(s, srv)
 12686  }
 12687  
 12688  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12689  func RegisterRegionHealthCheckServicesServer(s *grpc.Server, srv RegionHealthCheckServicesServer) {
 12690  	src.RegisterRegionHealthCheckServicesServer(s, srv)
 12691  }
 12692  
 12693  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12694  func RegisterRegionHealthChecksServer(s *grpc.Server, srv RegionHealthChecksServer) {
 12695  	src.RegisterRegionHealthChecksServer(s, srv)
 12696  }
 12697  
 12698  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12699  func RegisterRegionInstanceGroupManagersServer(s *grpc.Server, srv RegionInstanceGroupManagersServer) {
 12700  	src.RegisterRegionInstanceGroupManagersServer(s, srv)
 12701  }
 12702  
 12703  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12704  func RegisterRegionInstanceGroupsServer(s *grpc.Server, srv RegionInstanceGroupsServer) {
 12705  	src.RegisterRegionInstanceGroupsServer(s, srv)
 12706  }
 12707  
 12708  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12709  func RegisterRegionInstancesServer(s *grpc.Server, srv RegionInstancesServer) {
 12710  	src.RegisterRegionInstancesServer(s, srv)
 12711  }
 12712  
 12713  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12714  func RegisterRegionNetworkEndpointGroupsServer(s *grpc.Server, srv RegionNetworkEndpointGroupsServer) {
 12715  	src.RegisterRegionNetworkEndpointGroupsServer(s, srv)
 12716  }
 12717  
 12718  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12719  func RegisterRegionNetworkFirewallPoliciesServer(s *grpc.Server, srv RegionNetworkFirewallPoliciesServer) {
 12720  	src.RegisterRegionNetworkFirewallPoliciesServer(s, srv)
 12721  }
 12722  
 12723  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12724  func RegisterRegionNotificationEndpointsServer(s *grpc.Server, srv RegionNotificationEndpointsServer) {
 12725  	src.RegisterRegionNotificationEndpointsServer(s, srv)
 12726  }
 12727  
 12728  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12729  func RegisterRegionOperationsServer(s *grpc.Server, srv RegionOperationsServer) {
 12730  	src.RegisterRegionOperationsServer(s, srv)
 12731  }
 12732  
 12733  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12734  func RegisterRegionSecurityPoliciesServer(s *grpc.Server, srv RegionSecurityPoliciesServer) {
 12735  	src.RegisterRegionSecurityPoliciesServer(s, srv)
 12736  }
 12737  
 12738  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12739  func RegisterRegionSslCertificatesServer(s *grpc.Server, srv RegionSslCertificatesServer) {
 12740  	src.RegisterRegionSslCertificatesServer(s, srv)
 12741  }
 12742  
 12743  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12744  func RegisterRegionSslPoliciesServer(s *grpc.Server, srv RegionSslPoliciesServer) {
 12745  	src.RegisterRegionSslPoliciesServer(s, srv)
 12746  }
 12747  
 12748  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12749  func RegisterRegionTargetHttpProxiesServer(s *grpc.Server, srv RegionTargetHttpProxiesServer) {
 12750  	src.RegisterRegionTargetHttpProxiesServer(s, srv)
 12751  }
 12752  
 12753  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12754  func RegisterRegionTargetHttpsProxiesServer(s *grpc.Server, srv RegionTargetHttpsProxiesServer) {
 12755  	src.RegisterRegionTargetHttpsProxiesServer(s, srv)
 12756  }
 12757  
 12758  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12759  func RegisterRegionTargetTcpProxiesServer(s *grpc.Server, srv RegionTargetTcpProxiesServer) {
 12760  	src.RegisterRegionTargetTcpProxiesServer(s, srv)
 12761  }
 12762  
 12763  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12764  func RegisterRegionUrlMapsServer(s *grpc.Server, srv RegionUrlMapsServer) {
 12765  	src.RegisterRegionUrlMapsServer(s, srv)
 12766  }
 12767  
 12768  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12769  func RegisterRegionsServer(s *grpc.Server, srv RegionsServer) { src.RegisterRegionsServer(s, srv) }
 12770  
 12771  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12772  func RegisterReservationsServer(s *grpc.Server, srv ReservationsServer) {
 12773  	src.RegisterReservationsServer(s, srv)
 12774  }
 12775  
 12776  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12777  func RegisterResourcePoliciesServer(s *grpc.Server, srv ResourcePoliciesServer) {
 12778  	src.RegisterResourcePoliciesServer(s, srv)
 12779  }
 12780  
 12781  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12782  func RegisterRoutersServer(s *grpc.Server, srv RoutersServer) { src.RegisterRoutersServer(s, srv) }
 12783  
 12784  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12785  func RegisterRoutesServer(s *grpc.Server, srv RoutesServer) { src.RegisterRoutesServer(s, srv) }
 12786  
 12787  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12788  func RegisterSecurityPoliciesServer(s *grpc.Server, srv SecurityPoliciesServer) {
 12789  	src.RegisterSecurityPoliciesServer(s, srv)
 12790  }
 12791  
 12792  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12793  func RegisterServiceAttachmentsServer(s *grpc.Server, srv ServiceAttachmentsServer) {
 12794  	src.RegisterServiceAttachmentsServer(s, srv)
 12795  }
 12796  
 12797  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12798  func RegisterSnapshotsServer(s *grpc.Server, srv SnapshotsServer) {
 12799  	src.RegisterSnapshotsServer(s, srv)
 12800  }
 12801  
 12802  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12803  func RegisterSslCertificatesServer(s *grpc.Server, srv SslCertificatesServer) {
 12804  	src.RegisterSslCertificatesServer(s, srv)
 12805  }
 12806  
 12807  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12808  func RegisterSslPoliciesServer(s *grpc.Server, srv SslPoliciesServer) {
 12809  	src.RegisterSslPoliciesServer(s, srv)
 12810  }
 12811  
 12812  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12813  func RegisterSubnetworksServer(s *grpc.Server, srv SubnetworksServer) {
 12814  	src.RegisterSubnetworksServer(s, srv)
 12815  }
 12816  
 12817  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12818  func RegisterTargetGrpcProxiesServer(s *grpc.Server, srv TargetGrpcProxiesServer) {
 12819  	src.RegisterTargetGrpcProxiesServer(s, srv)
 12820  }
 12821  
 12822  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12823  func RegisterTargetHttpProxiesServer(s *grpc.Server, srv TargetHttpProxiesServer) {
 12824  	src.RegisterTargetHttpProxiesServer(s, srv)
 12825  }
 12826  
 12827  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12828  func RegisterTargetHttpsProxiesServer(s *grpc.Server, srv TargetHttpsProxiesServer) {
 12829  	src.RegisterTargetHttpsProxiesServer(s, srv)
 12830  }
 12831  
 12832  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12833  func RegisterTargetInstancesServer(s *grpc.Server, srv TargetInstancesServer) {
 12834  	src.RegisterTargetInstancesServer(s, srv)
 12835  }
 12836  
 12837  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12838  func RegisterTargetPoolsServer(s *grpc.Server, srv TargetPoolsServer) {
 12839  	src.RegisterTargetPoolsServer(s, srv)
 12840  }
 12841  
 12842  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12843  func RegisterTargetSslProxiesServer(s *grpc.Server, srv TargetSslProxiesServer) {
 12844  	src.RegisterTargetSslProxiesServer(s, srv)
 12845  }
 12846  
 12847  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12848  func RegisterTargetTcpProxiesServer(s *grpc.Server, srv TargetTcpProxiesServer) {
 12849  	src.RegisterTargetTcpProxiesServer(s, srv)
 12850  }
 12851  
 12852  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12853  func RegisterTargetVpnGatewaysServer(s *grpc.Server, srv TargetVpnGatewaysServer) {
 12854  	src.RegisterTargetVpnGatewaysServer(s, srv)
 12855  }
 12856  
 12857  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12858  func RegisterUrlMapsServer(s *grpc.Server, srv UrlMapsServer) { src.RegisterUrlMapsServer(s, srv) }
 12859  
 12860  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12861  func RegisterVpnGatewaysServer(s *grpc.Server, srv VpnGatewaysServer) {
 12862  	src.RegisterVpnGatewaysServer(s, srv)
 12863  }
 12864  
 12865  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12866  func RegisterVpnTunnelsServer(s *grpc.Server, srv VpnTunnelsServer) {
 12867  	src.RegisterVpnTunnelsServer(s, srv)
 12868  }
 12869  
 12870  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12871  func RegisterZoneOperationsServer(s *grpc.Server, srv ZoneOperationsServer) {
 12872  	src.RegisterZoneOperationsServer(s, srv)
 12873  }
 12874  
 12875  // Deprecated: Please use funcs in: cloud.google.com/go/compute/apiv1/computepb
 12876  func RegisterZonesServer(s *grpc.Server, srv ZonesServer) { src.RegisterZonesServer(s, srv) }
 12877  

View as plain text