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 appengine aliases all exported identifiers in package 18 // "cloud.google.com/go/appengine/apiv1/appenginepb". 19 // 20 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb. 21 // Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md 22 // for more details. 23 package appengine 24 25 import ( 26 src "cloud.google.com/go/appengine/apiv1/appenginepb" 27 grpc "google.golang.org/grpc" 28 ) 29 30 // Deprecated: Please use consts in: cloud.google.com/go/appengine/apiv1/appenginepb 31 const ( 32 Application_CLOUD_DATASTORE = src.Application_CLOUD_DATASTORE 33 Application_CLOUD_DATASTORE_COMPATIBILITY = src.Application_CLOUD_DATASTORE_COMPATIBILITY 34 Application_CLOUD_FIRESTORE = src.Application_CLOUD_FIRESTORE 35 Application_DATABASE_TYPE_UNSPECIFIED = src.Application_DATABASE_TYPE_UNSPECIFIED 36 Application_SERVING = src.Application_SERVING 37 Application_SYSTEM_DISABLED = src.Application_SYSTEM_DISABLED 38 Application_UNSPECIFIED = src.Application_UNSPECIFIED 39 Application_USER_DISABLED = src.Application_USER_DISABLED 40 AuthFailAction_AUTH_FAIL_ACTION_REDIRECT = src.AuthFailAction_AUTH_FAIL_ACTION_REDIRECT 41 AuthFailAction_AUTH_FAIL_ACTION_UNAUTHORIZED = src.AuthFailAction_AUTH_FAIL_ACTION_UNAUTHORIZED 42 AuthFailAction_AUTH_FAIL_ACTION_UNSPECIFIED = src.AuthFailAction_AUTH_FAIL_ACTION_UNSPECIFIED 43 AuthorizedCertificateView_BASIC_CERTIFICATE = src.AuthorizedCertificateView_BASIC_CERTIFICATE 44 AuthorizedCertificateView_FULL_CERTIFICATE = src.AuthorizedCertificateView_FULL_CERTIFICATE 45 DomainOverrideStrategy_OVERRIDE = src.DomainOverrideStrategy_OVERRIDE 46 DomainOverrideStrategy_STRICT = src.DomainOverrideStrategy_STRICT 47 DomainOverrideStrategy_UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY = src.DomainOverrideStrategy_UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY 48 EndpointsApiService_FIXED = src.EndpointsApiService_FIXED 49 EndpointsApiService_MANAGED = src.EndpointsApiService_MANAGED 50 EndpointsApiService_UNSPECIFIED_ROLLOUT_STRATEGY = src.EndpointsApiService_UNSPECIFIED_ROLLOUT_STRATEGY 51 ErrorHandler_ERROR_CODE_DEFAULT = src.ErrorHandler_ERROR_CODE_DEFAULT 52 ErrorHandler_ERROR_CODE_DOS_API_DENIAL = src.ErrorHandler_ERROR_CODE_DOS_API_DENIAL 53 ErrorHandler_ERROR_CODE_OVER_QUOTA = src.ErrorHandler_ERROR_CODE_OVER_QUOTA 54 ErrorHandler_ERROR_CODE_TIMEOUT = src.ErrorHandler_ERROR_CODE_TIMEOUT 55 ErrorHandler_ERROR_CODE_UNSPECIFIED = src.ErrorHandler_ERROR_CODE_UNSPECIFIED 56 FirewallRule_ALLOW = src.FirewallRule_ALLOW 57 FirewallRule_DENY = src.FirewallRule_DENY 58 FirewallRule_UNSPECIFIED_ACTION = src.FirewallRule_UNSPECIFIED_ACTION 59 InboundServiceType_INBOUND_SERVICE_CHANNEL_PRESENCE = src.InboundServiceType_INBOUND_SERVICE_CHANNEL_PRESENCE 60 InboundServiceType_INBOUND_SERVICE_MAIL = src.InboundServiceType_INBOUND_SERVICE_MAIL 61 InboundServiceType_INBOUND_SERVICE_MAIL_BOUNCE = src.InboundServiceType_INBOUND_SERVICE_MAIL_BOUNCE 62 InboundServiceType_INBOUND_SERVICE_UNSPECIFIED = src.InboundServiceType_INBOUND_SERVICE_UNSPECIFIED 63 InboundServiceType_INBOUND_SERVICE_WARMUP = src.InboundServiceType_INBOUND_SERVICE_WARMUP 64 InboundServiceType_INBOUND_SERVICE_XMPP_ERROR = src.InboundServiceType_INBOUND_SERVICE_XMPP_ERROR 65 InboundServiceType_INBOUND_SERVICE_XMPP_MESSAGE = src.InboundServiceType_INBOUND_SERVICE_XMPP_MESSAGE 66 InboundServiceType_INBOUND_SERVICE_XMPP_PRESENCE = src.InboundServiceType_INBOUND_SERVICE_XMPP_PRESENCE 67 InboundServiceType_INBOUND_SERVICE_XMPP_SUBSCRIBE = src.InboundServiceType_INBOUND_SERVICE_XMPP_SUBSCRIBE 68 Instance_DYNAMIC = src.Instance_DYNAMIC 69 Instance_Liveness_DRAINING = src.Instance_Liveness_DRAINING 70 Instance_Liveness_HEALTHY = src.Instance_Liveness_HEALTHY 71 Instance_Liveness_LIVENESS_STATE_UNSPECIFIED = src.Instance_Liveness_LIVENESS_STATE_UNSPECIFIED 72 Instance_Liveness_TIMEOUT = src.Instance_Liveness_TIMEOUT 73 Instance_Liveness_UNHEALTHY = src.Instance_Liveness_UNHEALTHY 74 Instance_Liveness_UNKNOWN = src.Instance_Liveness_UNKNOWN 75 Instance_RESIDENT = src.Instance_RESIDENT 76 Instance_UNSPECIFIED = src.Instance_UNSPECIFIED 77 LoginRequirement_LOGIN_ADMIN = src.LoginRequirement_LOGIN_ADMIN 78 LoginRequirement_LOGIN_OPTIONAL = src.LoginRequirement_LOGIN_OPTIONAL 79 LoginRequirement_LOGIN_REQUIRED = src.LoginRequirement_LOGIN_REQUIRED 80 LoginRequirement_LOGIN_UNSPECIFIED = src.LoginRequirement_LOGIN_UNSPECIFIED 81 ManagementStatus_FAILED_PERMANENT = src.ManagementStatus_FAILED_PERMANENT 82 ManagementStatus_FAILED_RETRYING_CAA_CHECKING = src.ManagementStatus_FAILED_RETRYING_CAA_CHECKING 83 ManagementStatus_FAILED_RETRYING_CAA_FORBIDDEN = src.ManagementStatus_FAILED_RETRYING_CAA_FORBIDDEN 84 ManagementStatus_FAILED_RETRYING_NOT_VISIBLE = src.ManagementStatus_FAILED_RETRYING_NOT_VISIBLE 85 ManagementStatus_MANAGEMENT_STATUS_UNSPECIFIED = src.ManagementStatus_MANAGEMENT_STATUS_UNSPECIFIED 86 ManagementStatus_OK = src.ManagementStatus_OK 87 ManagementStatus_PENDING = src.ManagementStatus_PENDING 88 NetworkSettings_INGRESS_TRAFFIC_ALLOWED_ALL = src.NetworkSettings_INGRESS_TRAFFIC_ALLOWED_ALL 89 NetworkSettings_INGRESS_TRAFFIC_ALLOWED_INTERNAL_AND_LB = src.NetworkSettings_INGRESS_TRAFFIC_ALLOWED_INTERNAL_AND_LB 90 NetworkSettings_INGRESS_TRAFFIC_ALLOWED_INTERNAL_ONLY = src.NetworkSettings_INGRESS_TRAFFIC_ALLOWED_INTERNAL_ONLY 91 NetworkSettings_INGRESS_TRAFFIC_ALLOWED_UNSPECIFIED = src.NetworkSettings_INGRESS_TRAFFIC_ALLOWED_UNSPECIFIED 92 ResourceRecord_A = src.ResourceRecord_A 93 ResourceRecord_AAAA = src.ResourceRecord_AAAA 94 ResourceRecord_CNAME = src.ResourceRecord_CNAME 95 ResourceRecord_RECORD_TYPE_UNSPECIFIED = src.ResourceRecord_RECORD_TYPE_UNSPECIFIED 96 SecurityLevel_SECURE_ALWAYS = src.SecurityLevel_SECURE_ALWAYS 97 SecurityLevel_SECURE_DEFAULT = src.SecurityLevel_SECURE_DEFAULT 98 SecurityLevel_SECURE_NEVER = src.SecurityLevel_SECURE_NEVER 99 SecurityLevel_SECURE_OPTIONAL = src.SecurityLevel_SECURE_OPTIONAL 100 SecurityLevel_SECURE_UNSPECIFIED = src.SecurityLevel_SECURE_UNSPECIFIED 101 ServingStatus_SERVING = src.ServingStatus_SERVING 102 ServingStatus_SERVING_STATUS_UNSPECIFIED = src.ServingStatus_SERVING_STATUS_UNSPECIFIED 103 ServingStatus_STOPPED = src.ServingStatus_STOPPED 104 SslSettings_AUTOMATIC = src.SslSettings_AUTOMATIC 105 SslSettings_MANUAL = src.SslSettings_MANUAL 106 SslSettings_SSL_MANAGEMENT_TYPE_UNSPECIFIED = src.SslSettings_SSL_MANAGEMENT_TYPE_UNSPECIFIED 107 TrafficSplit_COOKIE = src.TrafficSplit_COOKIE 108 TrafficSplit_IP = src.TrafficSplit_IP 109 TrafficSplit_RANDOM = src.TrafficSplit_RANDOM 110 TrafficSplit_UNSPECIFIED = src.TrafficSplit_UNSPECIFIED 111 UrlMap_REDIRECT_HTTP_RESPONSE_CODE_301 = src.UrlMap_REDIRECT_HTTP_RESPONSE_CODE_301 112 UrlMap_REDIRECT_HTTP_RESPONSE_CODE_302 = src.UrlMap_REDIRECT_HTTP_RESPONSE_CODE_302 113 UrlMap_REDIRECT_HTTP_RESPONSE_CODE_303 = src.UrlMap_REDIRECT_HTTP_RESPONSE_CODE_303 114 UrlMap_REDIRECT_HTTP_RESPONSE_CODE_307 = src.UrlMap_REDIRECT_HTTP_RESPONSE_CODE_307 115 UrlMap_REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED = src.UrlMap_REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED 116 VersionView_BASIC = src.VersionView_BASIC 117 VersionView_FULL = src.VersionView_FULL 118 VpcAccessConnector_ALL_TRAFFIC = src.VpcAccessConnector_ALL_TRAFFIC 119 VpcAccessConnector_EGRESS_SETTING_UNSPECIFIED = src.VpcAccessConnector_EGRESS_SETTING_UNSPECIFIED 120 VpcAccessConnector_PRIVATE_IP_RANGES = src.VpcAccessConnector_PRIVATE_IP_RANGES 121 ) 122 123 // Deprecated: Please use vars in: cloud.google.com/go/appengine/apiv1/appenginepb 124 var ( 125 Application_DatabaseType_name = src.Application_DatabaseType_name 126 Application_DatabaseType_value = src.Application_DatabaseType_value 127 Application_ServingStatus_name = src.Application_ServingStatus_name 128 Application_ServingStatus_value = src.Application_ServingStatus_value 129 AuthFailAction_name = src.AuthFailAction_name 130 AuthFailAction_value = src.AuthFailAction_value 131 AuthorizedCertificateView_name = src.AuthorizedCertificateView_name 132 AuthorizedCertificateView_value = src.AuthorizedCertificateView_value 133 DomainOverrideStrategy_name = src.DomainOverrideStrategy_name 134 DomainOverrideStrategy_value = src.DomainOverrideStrategy_value 135 EndpointsApiService_RolloutStrategy_name = src.EndpointsApiService_RolloutStrategy_name 136 EndpointsApiService_RolloutStrategy_value = src.EndpointsApiService_RolloutStrategy_value 137 ErrorHandler_ErrorCode_name = src.ErrorHandler_ErrorCode_name 138 ErrorHandler_ErrorCode_value = src.ErrorHandler_ErrorCode_value 139 File_google_appengine_v1_app_yaml_proto = src.File_google_appengine_v1_app_yaml_proto 140 File_google_appengine_v1_appengine_proto = src.File_google_appengine_v1_appengine_proto 141 File_google_appengine_v1_application_proto = src.File_google_appengine_v1_application_proto 142 File_google_appengine_v1_audit_data_proto = src.File_google_appengine_v1_audit_data_proto 143 File_google_appengine_v1_certificate_proto = src.File_google_appengine_v1_certificate_proto 144 File_google_appengine_v1_deploy_proto = src.File_google_appengine_v1_deploy_proto 145 File_google_appengine_v1_deployed_files_proto = src.File_google_appengine_v1_deployed_files_proto 146 File_google_appengine_v1_domain_mapping_proto = src.File_google_appengine_v1_domain_mapping_proto 147 File_google_appengine_v1_domain_proto = src.File_google_appengine_v1_domain_proto 148 File_google_appengine_v1_firewall_proto = src.File_google_appengine_v1_firewall_proto 149 File_google_appengine_v1_instance_proto = src.File_google_appengine_v1_instance_proto 150 File_google_appengine_v1_location_proto = src.File_google_appengine_v1_location_proto 151 File_google_appengine_v1_network_settings_proto = src.File_google_appengine_v1_network_settings_proto 152 File_google_appengine_v1_operation_proto = src.File_google_appengine_v1_operation_proto 153 File_google_appengine_v1_service_proto = src.File_google_appengine_v1_service_proto 154 File_google_appengine_v1_version_proto = src.File_google_appengine_v1_version_proto 155 FirewallRule_Action_name = src.FirewallRule_Action_name 156 FirewallRule_Action_value = src.FirewallRule_Action_value 157 InboundServiceType_name = src.InboundServiceType_name 158 InboundServiceType_value = src.InboundServiceType_value 159 Instance_Availability_name = src.Instance_Availability_name 160 Instance_Availability_value = src.Instance_Availability_value 161 Instance_Liveness_LivenessState_name = src.Instance_Liveness_LivenessState_name 162 Instance_Liveness_LivenessState_value = src.Instance_Liveness_LivenessState_value 163 LoginRequirement_name = src.LoginRequirement_name 164 LoginRequirement_value = src.LoginRequirement_value 165 ManagementStatus_name = src.ManagementStatus_name 166 ManagementStatus_value = src.ManagementStatus_value 167 NetworkSettings_IngressTrafficAllowed_name = src.NetworkSettings_IngressTrafficAllowed_name 168 NetworkSettings_IngressTrafficAllowed_value = src.NetworkSettings_IngressTrafficAllowed_value 169 ResourceRecord_RecordType_name = src.ResourceRecord_RecordType_name 170 ResourceRecord_RecordType_value = src.ResourceRecord_RecordType_value 171 SecurityLevel_name = src.SecurityLevel_name 172 SecurityLevel_value = src.SecurityLevel_value 173 ServingStatus_name = src.ServingStatus_name 174 ServingStatus_value = src.ServingStatus_value 175 SslSettings_SslManagementType_name = src.SslSettings_SslManagementType_name 176 SslSettings_SslManagementType_value = src.SslSettings_SslManagementType_value 177 TrafficSplit_ShardBy_name = src.TrafficSplit_ShardBy_name 178 TrafficSplit_ShardBy_value = src.TrafficSplit_ShardBy_value 179 UrlMap_RedirectHttpResponseCode_name = src.UrlMap_RedirectHttpResponseCode_name 180 UrlMap_RedirectHttpResponseCode_value = src.UrlMap_RedirectHttpResponseCode_value 181 VersionView_name = src.VersionView_name 182 VersionView_value = src.VersionView_value 183 VpcAccessConnector_EgressSetting_name = src.VpcAccessConnector_EgressSetting_name 184 VpcAccessConnector_EgressSetting_value = src.VpcAccessConnector_EgressSetting_value 185 ) 186 187 // [Google Cloud 188 // Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/) 189 // configuration for API handlers. 190 // 191 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 192 type ApiConfigHandler = src.ApiConfigHandler 193 194 // Uses Google Cloud Endpoints to handle requests. 195 // 196 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 197 type ApiEndpointHandler = src.ApiEndpointHandler 198 199 // An Application resource contains the top-level configuration of an App 200 // Engine application. 201 // 202 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 203 type Application = src.Application 204 type Application_DatabaseType = src.Application_DatabaseType 205 206 // The feature specific settings to be used in the application. These define 207 // behaviors that are user configurable. 208 // 209 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 210 type Application_FeatureSettings = src.Application_FeatureSettings 211 212 // Identity-Aware Proxy 213 // 214 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 215 type Application_IdentityAwareProxy = src.Application_IdentityAwareProxy 216 type Application_ServingStatus = src.Application_ServingStatus 217 218 // ApplicationsClient is the client API for Applications service. For 219 // semantics around ctx use and closing/ending streaming RPCs, please refer to 220 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 221 // 222 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 223 type ApplicationsClient = src.ApplicationsClient 224 225 // ApplicationsServer is the server API for Applications service. 226 // 227 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 228 type ApplicationsServer = src.ApplicationsServer 229 230 // App Engine admin service audit log. 231 // 232 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 233 type AuditData = src.AuditData 234 type AuditData_CreateVersion = src.AuditData_CreateVersion 235 type AuditData_UpdateService = src.AuditData_UpdateService 236 237 // Actions to take when the user is not logged in. 238 // 239 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 240 type AuthFailAction = src.AuthFailAction 241 242 // An SSL certificate that a user has been authorized to administer. A user is 243 // authorized to administer any certificate that applies to one of their 244 // authorized domains. 245 // 246 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 247 type AuthorizedCertificate = src.AuthorizedCertificate 248 249 // Fields that should be returned when an AuthorizedCertificate resource is 250 // retrieved. 251 // 252 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 253 type AuthorizedCertificateView = src.AuthorizedCertificateView 254 255 // AuthorizedCertificatesClient is the client API for AuthorizedCertificates 256 // service. For semantics around ctx use and closing/ending streaming RPCs, 257 // please refer to 258 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 259 // 260 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 261 type AuthorizedCertificatesClient = src.AuthorizedCertificatesClient 262 263 // AuthorizedCertificatesServer is the server API for AuthorizedCertificates 264 // service. 265 // 266 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 267 type AuthorizedCertificatesServer = src.AuthorizedCertificatesServer 268 269 // A domain that a user has been authorized to administer. To authorize use of 270 // a domain, verify ownership via [Webmaster 271 // Central](https://www.google.com/webmasters/verification/home). 272 // 273 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 274 type AuthorizedDomain = src.AuthorizedDomain 275 276 // AuthorizedDomainsClient is the client API for AuthorizedDomains service. 277 // For semantics around ctx use and closing/ending streaming RPCs, please refer 278 // to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 279 // 280 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 281 type AuthorizedDomainsClient = src.AuthorizedDomainsClient 282 283 // AuthorizedDomainsServer is the server API for AuthorizedDomains service. 284 // 285 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 286 type AuthorizedDomainsServer = src.AuthorizedDomainsServer 287 288 // Automatic scaling is based on request rate, response latencies, and other 289 // application metrics. 290 // 291 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 292 type AutomaticScaling = src.AutomaticScaling 293 294 // A service with basic scaling will create an instance when the application 295 // receives a request. The instance will be turned down when the app becomes 296 // idle. Basic scaling is ideal for work that is intermittent or driven by user 297 // activity. 298 // 299 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 300 type BasicScaling = src.BasicScaling 301 302 // Request message for `Firewall.BatchUpdateIngressRules`. 303 // 304 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 305 type BatchUpdateIngressRulesRequest = src.BatchUpdateIngressRulesRequest 306 307 // Response message for `Firewall.UpdateAllIngressRules`. 308 // 309 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 310 type BatchUpdateIngressRulesResponse = src.BatchUpdateIngressRulesResponse 311 312 // An SSL certificate obtained from a certificate authority. 313 // 314 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 315 type CertificateRawData = src.CertificateRawData 316 317 // Options for the build operations performed as a part of the version 318 // deployment. Only applicable for App Engine flexible environment when 319 // creating a version using source code directly. 320 // 321 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 322 type CloudBuildOptions = src.CloudBuildOptions 323 324 // Docker image that is used to create a container and start a VM instance for 325 // the version that you deploy. Only applicable for instances running in the 326 // App Engine flexible environment. 327 // 328 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 329 type ContainerInfo = src.ContainerInfo 330 331 // Target scaling by CPU usage. 332 // 333 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 334 type CpuUtilization = src.CpuUtilization 335 336 // Request message for `Applications.CreateApplication`. 337 // 338 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 339 type CreateApplicationRequest = src.CreateApplicationRequest 340 341 // Request message for `AuthorizedCertificates.CreateAuthorizedCertificate`. 342 // 343 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 344 type CreateAuthorizedCertificateRequest = src.CreateAuthorizedCertificateRequest 345 346 // Request message for `DomainMappings.CreateDomainMapping`. 347 // 348 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 349 type CreateDomainMappingRequest = src.CreateDomainMappingRequest 350 351 // Request message for `Firewall.CreateIngressRule`. 352 // 353 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 354 type CreateIngressRuleRequest = src.CreateIngressRuleRequest 355 356 // Metadata for the given 357 // [google.longrunning.Operation][google.longrunning.Operation] during a 358 // [google.appengine.v1.CreateVersionRequest][google.appengine.v1.CreateVersionRequest]. 359 // 360 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 361 type CreateVersionMetadataV1 = src.CreateVersionMetadataV1 362 363 // Detailed information about CreateVersion call. 364 // 365 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 366 type CreateVersionMethod = src.CreateVersionMethod 367 368 // Request message for `Versions.CreateVersion`. 369 // 370 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 371 type CreateVersionRequest = src.CreateVersionRequest 372 373 // Request message for `Instances.DebugInstance`. 374 // 375 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 376 type DebugInstanceRequest = src.DebugInstanceRequest 377 378 // Request message for `AuthorizedCertificates.DeleteAuthorizedCertificate`. 379 // 380 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 381 type DeleteAuthorizedCertificateRequest = src.DeleteAuthorizedCertificateRequest 382 383 // Request message for `DomainMappings.DeleteDomainMapping`. 384 // 385 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 386 type DeleteDomainMappingRequest = src.DeleteDomainMappingRequest 387 388 // Request message for `Firewall.DeleteIngressRule`. 389 // 390 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 391 type DeleteIngressRuleRequest = src.DeleteIngressRuleRequest 392 393 // Request message for `Instances.DeleteInstance`. 394 // 395 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 396 type DeleteInstanceRequest = src.DeleteInstanceRequest 397 398 // Request message for `Services.DeleteService`. 399 // 400 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 401 type DeleteServiceRequest = src.DeleteServiceRequest 402 403 // Request message for `Versions.DeleteVersion`. 404 // 405 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 406 type DeleteVersionRequest = src.DeleteVersionRequest 407 408 // Code and application artifacts used to deploy a version to App Engine. 409 // 410 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 411 type Deployment = src.Deployment 412 413 // Target scaling by disk usage. Only applicable in the App Engine flexible 414 // environment. 415 // 416 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 417 type DiskUtilization = src.DiskUtilization 418 419 // A domain serving an App Engine application. 420 // 421 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 422 type DomainMapping = src.DomainMapping 423 424 // DomainMappingsClient is the client API for DomainMappings service. For 425 // semantics around ctx use and closing/ending streaming RPCs, please refer to 426 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 427 // 428 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 429 type DomainMappingsClient = src.DomainMappingsClient 430 431 // DomainMappingsServer is the server API for DomainMappings service. 432 // 433 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 434 type DomainMappingsServer = src.DomainMappingsServer 435 436 // Override strategy for mutating an existing mapping. 437 // 438 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 439 type DomainOverrideStrategy = src.DomainOverrideStrategy 440 441 // [Cloud Endpoints](https://cloud.google.com/endpoints) configuration. The 442 // Endpoints API Service provides tooling for serving Open API and gRPC 443 // endpoints via an NGINX proxy. Only valid for App Engine Flexible environment 444 // deployments. The fields here refer to the name and configuration ID of a 445 // "service" resource in the [Service Management 446 // API](https://cloud.google.com/service-management/overview). 447 // 448 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 449 type EndpointsApiService = src.EndpointsApiService 450 451 // Available rollout strategies. 452 // 453 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 454 type EndpointsApiService_RolloutStrategy = src.EndpointsApiService_RolloutStrategy 455 456 // The entrypoint for the application. 457 // 458 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 459 type Entrypoint = src.Entrypoint 460 type Entrypoint_Shell = src.Entrypoint_Shell 461 462 // Custom static error page to be served when an error occurs. 463 // 464 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 465 type ErrorHandler = src.ErrorHandler 466 467 // Error codes. 468 // 469 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 470 type ErrorHandler_ErrorCode = src.ErrorHandler_ErrorCode 471 472 // Single source file that is part of the version to be deployed. Each source 473 // file that is deployed must be specified separately. 474 // 475 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 476 type FileInfo = src.FileInfo 477 478 // FirewallClient is the client API for Firewall service. For semantics around 479 // ctx use and closing/ending streaming RPCs, please refer to 480 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 481 // 482 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 483 type FirewallClient = src.FirewallClient 484 485 // A single firewall rule that is evaluated against incoming traffic and 486 // provides an action to take on matched requests. 487 // 488 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 489 type FirewallRule = src.FirewallRule 490 491 // Available actions to take on matching requests. 492 // 493 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 494 type FirewallRule_Action = src.FirewallRule_Action 495 496 // FirewallServer is the server API for Firewall service. 497 // 498 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 499 type FirewallServer = src.FirewallServer 500 501 // Request message for `Applications.GetApplication`. 502 // 503 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 504 type GetApplicationRequest = src.GetApplicationRequest 505 506 // Request message for `AuthorizedCertificates.GetAuthorizedCertificate`. 507 // 508 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 509 type GetAuthorizedCertificateRequest = src.GetAuthorizedCertificateRequest 510 511 // Request message for `DomainMappings.GetDomainMapping`. 512 // 513 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 514 type GetDomainMappingRequest = src.GetDomainMappingRequest 515 516 // Request message for `Firewall.GetIngressRule`. 517 // 518 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 519 type GetIngressRuleRequest = src.GetIngressRuleRequest 520 521 // Request message for `Instances.GetInstance`. 522 // 523 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 524 type GetInstanceRequest = src.GetInstanceRequest 525 526 // Request message for `Services.GetService`. 527 // 528 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 529 type GetServiceRequest = src.GetServiceRequest 530 531 // Request message for `Versions.GetVersion`. 532 // 533 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 534 type GetVersionRequest = src.GetVersionRequest 535 536 // Health checking configuration for VM instances. Unhealthy instances are 537 // killed and replaced with new instances. Only applicable for instances in App 538 // Engine flexible environment. 539 // 540 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 541 type HealthCheck = src.HealthCheck 542 543 // Available inbound services. 544 // 545 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 546 type InboundServiceType = src.InboundServiceType 547 548 // An Instance resource is the computing unit that App Engine uses to 549 // automatically scale an application. 550 // 551 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 552 type Instance = src.Instance 553 554 // Availability of the instance. 555 // 556 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 557 type Instance_Availability = src.Instance_Availability 558 559 // Wrapper for LivenessState enum. 560 // 561 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 562 type Instance_Liveness = src.Instance_Liveness 563 564 // Liveness health check status for Flex instances. 565 // 566 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 567 type Instance_Liveness_LivenessState = src.Instance_Liveness_LivenessState 568 569 // InstancesClient is the client API for Instances service. For semantics 570 // around ctx use and closing/ending streaming RPCs, please refer to 571 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 572 // 573 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 574 type InstancesClient = src.InstancesClient 575 576 // InstancesServer is the server API for Instances service. 577 // 578 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 579 type InstancesServer = src.InstancesServer 580 581 // Third-party Python runtime library that is required by the application. 582 // 583 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 584 type Library = src.Library 585 586 // Request message for `AuthorizedCertificates.ListAuthorizedCertificates`. 587 // 588 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 589 type ListAuthorizedCertificatesRequest = src.ListAuthorizedCertificatesRequest 590 591 // Response message for `AuthorizedCertificates.ListAuthorizedCertificates`. 592 // 593 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 594 type ListAuthorizedCertificatesResponse = src.ListAuthorizedCertificatesResponse 595 596 // Request message for `AuthorizedDomains.ListAuthorizedDomains`. 597 // 598 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 599 type ListAuthorizedDomainsRequest = src.ListAuthorizedDomainsRequest 600 601 // Response message for `AuthorizedDomains.ListAuthorizedDomains`. 602 // 603 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 604 type ListAuthorizedDomainsResponse = src.ListAuthorizedDomainsResponse 605 606 // Request message for `DomainMappings.ListDomainMappings`. 607 // 608 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 609 type ListDomainMappingsRequest = src.ListDomainMappingsRequest 610 611 // Response message for `DomainMappings.ListDomainMappings`. 612 // 613 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 614 type ListDomainMappingsResponse = src.ListDomainMappingsResponse 615 616 // Request message for `Firewall.ListIngressRules`. 617 // 618 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 619 type ListIngressRulesRequest = src.ListIngressRulesRequest 620 621 // Response message for `Firewall.ListIngressRules`. 622 // 623 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 624 type ListIngressRulesResponse = src.ListIngressRulesResponse 625 626 // Request message for `Instances.ListInstances`. 627 // 628 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 629 type ListInstancesRequest = src.ListInstancesRequest 630 631 // Response message for `Instances.ListInstances`. 632 // 633 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 634 type ListInstancesResponse = src.ListInstancesResponse 635 636 // Request message for `Services.ListServices`. 637 // 638 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 639 type ListServicesRequest = src.ListServicesRequest 640 641 // Response message for `Services.ListServices`. 642 // 643 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 644 type ListServicesResponse = src.ListServicesResponse 645 646 // Request message for `Versions.ListVersions`. 647 // 648 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 649 type ListVersionsRequest = src.ListVersionsRequest 650 651 // Response message for `Versions.ListVersions`. 652 // 653 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 654 type ListVersionsResponse = src.ListVersionsResponse 655 656 // Health checking configuration for VM instances. Unhealthy instances are 657 // killed and replaced with new instances. 658 // 659 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 660 type LivenessCheck = src.LivenessCheck 661 662 // Metadata for the given 663 // [google.cloud.location.Location][google.cloud.location.Location]. 664 // 665 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 666 type LocationMetadata = src.LocationMetadata 667 668 // Methods to restrict access to a URL based on login status. 669 // 670 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 671 type LoginRequirement = src.LoginRequirement 672 673 // A certificate managed by App Engine. 674 // 675 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 676 type ManagedCertificate = src.ManagedCertificate 677 678 // State of certificate management. Refers to the most recent certificate 679 // acquisition or renewal attempt. 680 // 681 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 682 type ManagementStatus = src.ManagementStatus 683 684 // A service with manual scaling runs continuously, allowing you to perform 685 // complex initialization and rely on the state of its memory over time. 686 // 687 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 688 type ManualScaling = src.ManualScaling 689 690 // Extra network settings. Only applicable in the App Engine flexible 691 // environment. 692 // 693 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 694 type Network = src.Network 695 696 // A NetworkSettings resource is a container for ingress settings for a 697 // version or service. 698 // 699 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 700 type NetworkSettings = src.NetworkSettings 701 702 // If unspecified, INGRESS_TRAFFIC_ALLOWED_ALL will be used. 703 // 704 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 705 type NetworkSettings_IngressTrafficAllowed = src.NetworkSettings_IngressTrafficAllowed 706 707 // Target scaling by network usage. Only applicable in the App Engine flexible 708 // environment. 709 // 710 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 711 type NetworkUtilization = src.NetworkUtilization 712 713 // Metadata for the given 714 // [google.longrunning.Operation][google.longrunning.Operation]. 715 // 716 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 717 type OperationMetadataV1 = src.OperationMetadataV1 718 type OperationMetadataV1_CreateVersionMetadata = src.OperationMetadataV1_CreateVersionMetadata 719 720 // Readiness checking configuration for VM instances. Unhealthy instances are 721 // removed from traffic rotation. 722 // 723 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 724 type ReadinessCheck = src.ReadinessCheck 725 726 // Request message for 'Applications.RepairApplication'. 727 // 728 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 729 type RepairApplicationRequest = src.RepairApplicationRequest 730 731 // Target scaling by request utilization. Only applicable in the App Engine 732 // flexible environment. 733 // 734 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 735 type RequestUtilization = src.RequestUtilization 736 737 // A DNS resource record. 738 // 739 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 740 type ResourceRecord = src.ResourceRecord 741 742 // A resource record type. 743 // 744 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 745 type ResourceRecord_RecordType = src.ResourceRecord_RecordType 746 747 // Machine resources for a version. 748 // 749 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 750 type Resources = src.Resources 751 752 // Executes a script to handle the request that matches the URL pattern. 753 // 754 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 755 type ScriptHandler = src.ScriptHandler 756 757 // Methods to enforce security (HTTPS) on a URL. 758 // 759 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 760 type SecurityLevel = src.SecurityLevel 761 762 // A Service resource is a logical component of an application that can share 763 // state and communicate in a secure fashion with other services. For example, 764 // an application that handles customer requests might include separate 765 // services to handle tasks such as backend data analysis or API requests from 766 // mobile devices. Each service has a collection of versions that define a 767 // specific set of code used to implement the functionality of that service. 768 // 769 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 770 type Service = src.Service 771 772 // ServicesClient is the client API for Services service. For semantics around 773 // ctx use and closing/ending streaming RPCs, please refer to 774 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 775 // 776 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 777 type ServicesClient = src.ServicesClient 778 779 // ServicesServer is the server API for Services service. 780 // 781 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 782 type ServicesServer = src.ServicesServer 783 784 // Run states of a version. 785 // 786 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 787 type ServingStatus = src.ServingStatus 788 789 // SSL configuration for a `DomainMapping` resource. 790 // 791 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 792 type SslSettings = src.SslSettings 793 794 // The SSL management type for this domain. 795 // 796 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 797 type SslSettings_SslManagementType = src.SslSettings_SslManagementType 798 799 // Scheduler settings for standard environment. 800 // 801 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 802 type StandardSchedulerSettings = src.StandardSchedulerSettings 803 804 // Files served directly to the user for a given URL, such as images, CSS 805 // stylesheets, or JavaScript source files. Static file handlers describe which 806 // files in the application directory are static files, and which URLs serve 807 // them. 808 // 809 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 810 type StaticFilesHandler = src.StaticFilesHandler 811 812 // Traffic routing configuration for versions within a single service. Traffic 813 // splits define how traffic directed to the service is assigned to versions. 814 // 815 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 816 type TrafficSplit = src.TrafficSplit 817 818 // Available sharding mechanisms. 819 // 820 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 821 type TrafficSplit_ShardBy = src.TrafficSplit_ShardBy 822 823 // UnimplementedApplicationsServer can be embedded to have forward compatible 824 // implementations. 825 // 826 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 827 type UnimplementedApplicationsServer = src.UnimplementedApplicationsServer 828 829 // UnimplementedAuthorizedCertificatesServer can be embedded to have forward 830 // compatible implementations. 831 // 832 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 833 type UnimplementedAuthorizedCertificatesServer = src.UnimplementedAuthorizedCertificatesServer 834 835 // UnimplementedAuthorizedDomainsServer can be embedded to have forward 836 // compatible implementations. 837 // 838 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 839 type UnimplementedAuthorizedDomainsServer = src.UnimplementedAuthorizedDomainsServer 840 841 // UnimplementedDomainMappingsServer can be embedded to have forward 842 // compatible implementations. 843 // 844 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 845 type UnimplementedDomainMappingsServer = src.UnimplementedDomainMappingsServer 846 847 // UnimplementedFirewallServer can be embedded to have forward compatible 848 // implementations. 849 // 850 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 851 type UnimplementedFirewallServer = src.UnimplementedFirewallServer 852 853 // UnimplementedInstancesServer can be embedded to have forward compatible 854 // implementations. 855 // 856 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 857 type UnimplementedInstancesServer = src.UnimplementedInstancesServer 858 859 // UnimplementedServicesServer can be embedded to have forward compatible 860 // implementations. 861 // 862 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 863 type UnimplementedServicesServer = src.UnimplementedServicesServer 864 865 // UnimplementedVersionsServer can be embedded to have forward compatible 866 // implementations. 867 // 868 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 869 type UnimplementedVersionsServer = src.UnimplementedVersionsServer 870 871 // Request message for `Applications.UpdateApplication`. 872 // 873 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 874 type UpdateApplicationRequest = src.UpdateApplicationRequest 875 876 // Request message for `AuthorizedCertificates.UpdateAuthorizedCertificate`. 877 // 878 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 879 type UpdateAuthorizedCertificateRequest = src.UpdateAuthorizedCertificateRequest 880 881 // Request message for `DomainMappings.UpdateDomainMapping`. 882 // 883 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 884 type UpdateDomainMappingRequest = src.UpdateDomainMappingRequest 885 886 // Request message for `Firewall.UpdateIngressRule`. 887 // 888 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 889 type UpdateIngressRuleRequest = src.UpdateIngressRuleRequest 890 891 // Detailed information about UpdateService call. 892 // 893 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 894 type UpdateServiceMethod = src.UpdateServiceMethod 895 896 // Request message for `Services.UpdateService`. 897 // 898 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 899 type UpdateServiceRequest = src.UpdateServiceRequest 900 901 // Request message for `Versions.UpdateVersion`. 902 // 903 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 904 type UpdateVersionRequest = src.UpdateVersionRequest 905 906 // Rules to match an HTTP request and dispatch that request to a service. 907 // 908 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 909 type UrlDispatchRule = src.UrlDispatchRule 910 911 // URL pattern and description of how the URL should be handled. App Engine 912 // can handle URLs by executing application code or by serving static files 913 // uploaded with the version, such as images, CSS, or JavaScript. 914 // 915 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 916 type UrlMap = src.UrlMap 917 type UrlMap_ApiEndpoint = src.UrlMap_ApiEndpoint 918 919 // Redirect codes. 920 // 921 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 922 type UrlMap_RedirectHttpResponseCode = src.UrlMap_RedirectHttpResponseCode 923 type UrlMap_Script = src.UrlMap_Script 924 type UrlMap_StaticFiles = src.UrlMap_StaticFiles 925 926 // A Version resource is a specific set of source code and configuration files 927 // that are deployed into a service. 928 // 929 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 930 type Version = src.Version 931 932 // Fields that should be returned when [Version][google.appengine.v1.Version] 933 // resources are retrieved. 934 // 935 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 936 type VersionView = src.VersionView 937 type Version_AutomaticScaling = src.Version_AutomaticScaling 938 type Version_BasicScaling = src.Version_BasicScaling 939 type Version_ManualScaling = src.Version_ManualScaling 940 941 // VersionsClient is the client API for Versions service. For semantics around 942 // ctx use and closing/ending streaming RPCs, please refer to 943 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 944 // 945 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 946 type VersionsClient = src.VersionsClient 947 948 // VersionsServer is the server API for Versions service. 949 // 950 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 951 type VersionsServer = src.VersionsServer 952 953 // Volumes mounted within the app container. Only applicable in the App Engine 954 // flexible environment. 955 // 956 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 957 type Volume = src.Volume 958 959 // VPC access connector specification. 960 // 961 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 962 type VpcAccessConnector = src.VpcAccessConnector 963 964 // Available egress settings. This controls what traffic is diverted through 965 // the VPC Access Connector resource. By default PRIVATE_IP_RANGES will be 966 // used. 967 // 968 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 969 type VpcAccessConnector_EgressSetting = src.VpcAccessConnector_EgressSetting 970 971 // The zip file information for a zip deployment. 972 // 973 // Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb 974 type ZipInfo = src.ZipInfo 975 976 // Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb 977 func NewApplicationsClient(cc grpc.ClientConnInterface) ApplicationsClient { 978 return src.NewApplicationsClient(cc) 979 } 980 981 // Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb 982 func NewAuthorizedCertificatesClient(cc grpc.ClientConnInterface) AuthorizedCertificatesClient { 983 return src.NewAuthorizedCertificatesClient(cc) 984 } 985 986 // Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb 987 func NewAuthorizedDomainsClient(cc grpc.ClientConnInterface) AuthorizedDomainsClient { 988 return src.NewAuthorizedDomainsClient(cc) 989 } 990 991 // Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb 992 func NewDomainMappingsClient(cc grpc.ClientConnInterface) DomainMappingsClient { 993 return src.NewDomainMappingsClient(cc) 994 } 995 996 // Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb 997 func NewFirewallClient(cc grpc.ClientConnInterface) FirewallClient { return src.NewFirewallClient(cc) } 998 999 // Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb 1000 func NewInstancesClient(cc grpc.ClientConnInterface) InstancesClient { 1001 return src.NewInstancesClient(cc) 1002 } 1003 1004 // Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb 1005 func NewServicesClient(cc grpc.ClientConnInterface) ServicesClient { return src.NewServicesClient(cc) } 1006 1007 // Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb 1008 func NewVersionsClient(cc grpc.ClientConnInterface) VersionsClient { return src.NewVersionsClient(cc) } 1009 1010 // Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb 1011 func RegisterApplicationsServer(s *grpc.Server, srv ApplicationsServer) { 1012 src.RegisterApplicationsServer(s, srv) 1013 } 1014 1015 // Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb 1016 func RegisterAuthorizedCertificatesServer(s *grpc.Server, srv AuthorizedCertificatesServer) { 1017 src.RegisterAuthorizedCertificatesServer(s, srv) 1018 } 1019 1020 // Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb 1021 func RegisterAuthorizedDomainsServer(s *grpc.Server, srv AuthorizedDomainsServer) { 1022 src.RegisterAuthorizedDomainsServer(s, srv) 1023 } 1024 1025 // Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb 1026 func RegisterDomainMappingsServer(s *grpc.Server, srv DomainMappingsServer) { 1027 src.RegisterDomainMappingsServer(s, srv) 1028 } 1029 1030 // Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb 1031 func RegisterFirewallServer(s *grpc.Server, srv FirewallServer) { src.RegisterFirewallServer(s, srv) } 1032 1033 // Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb 1034 func RegisterInstancesServer(s *grpc.Server, srv InstancesServer) { 1035 src.RegisterInstancesServer(s, srv) 1036 } 1037 1038 // Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb 1039 func RegisterServicesServer(s *grpc.Server, srv ServicesServer) { src.RegisterServicesServer(s, srv) } 1040 1041 // Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb 1042 func RegisterVersionsServer(s *grpc.Server, srv VersionsServer) { src.RegisterVersionsServer(s, srv) } 1043