...

Package appengine

import "google.golang.org/genproto/googleapis/appengine/v1"
Overview
Index

Overview ▾

Package appengine aliases all exported identifiers in package "cloud.google.com/go/appengine/apiv1/appenginepb".

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.

Index ▾

Constants
Variables
func RegisterApplicationsServer(s *grpc.Server, srv ApplicationsServer)
func RegisterAuthorizedCertificatesServer(s *grpc.Server, srv AuthorizedCertificatesServer)
func RegisterAuthorizedDomainsServer(s *grpc.Server, srv AuthorizedDomainsServer)
func RegisterDomainMappingsServer(s *grpc.Server, srv DomainMappingsServer)
func RegisterFirewallServer(s *grpc.Server, srv FirewallServer)
func RegisterInstancesServer(s *grpc.Server, srv InstancesServer)
func RegisterServicesServer(s *grpc.Server, srv ServicesServer)
func RegisterVersionsServer(s *grpc.Server, srv VersionsServer)
type ApiConfigHandler
type ApiEndpointHandler
type Application
type Application_DatabaseType
type Application_FeatureSettings
type Application_IdentityAwareProxy
type Application_ServingStatus
type ApplicationsClient
    func NewApplicationsClient(cc grpc.ClientConnInterface) ApplicationsClient
type ApplicationsServer
type AuditData
type AuditData_CreateVersion
type AuditData_UpdateService
type AuthFailAction
type AuthorizedCertificate
type AuthorizedCertificateView
type AuthorizedCertificatesClient
    func NewAuthorizedCertificatesClient(cc grpc.ClientConnInterface) AuthorizedCertificatesClient
type AuthorizedCertificatesServer
type AuthorizedDomain
type AuthorizedDomainsClient
    func NewAuthorizedDomainsClient(cc grpc.ClientConnInterface) AuthorizedDomainsClient
type AuthorizedDomainsServer
type AutomaticScaling
type BasicScaling
type BatchUpdateIngressRulesRequest
type BatchUpdateIngressRulesResponse
type CertificateRawData
type CloudBuildOptions
type ContainerInfo
type CpuUtilization
type CreateApplicationRequest
type CreateAuthorizedCertificateRequest
type CreateDomainMappingRequest
type CreateIngressRuleRequest
type CreateVersionMetadataV1
type CreateVersionMethod
type CreateVersionRequest
type DebugInstanceRequest
type DeleteAuthorizedCertificateRequest
type DeleteDomainMappingRequest
type DeleteIngressRuleRequest
type DeleteInstanceRequest
type DeleteServiceRequest
type DeleteVersionRequest
type Deployment
type DiskUtilization
type DomainMapping
type DomainMappingsClient
    func NewDomainMappingsClient(cc grpc.ClientConnInterface) DomainMappingsClient
type DomainMappingsServer
type DomainOverrideStrategy
type EndpointsApiService
type EndpointsApiService_RolloutStrategy
type Entrypoint
type Entrypoint_Shell
type ErrorHandler
type ErrorHandler_ErrorCode
type FileInfo
type FirewallClient
    func NewFirewallClient(cc grpc.ClientConnInterface) FirewallClient
type FirewallRule
type FirewallRule_Action
type FirewallServer
type GetApplicationRequest
type GetAuthorizedCertificateRequest
type GetDomainMappingRequest
type GetIngressRuleRequest
type GetInstanceRequest
type GetServiceRequest
type GetVersionRequest
type HealthCheck
type InboundServiceType
type Instance
type Instance_Availability
type Instance_Liveness
type Instance_Liveness_LivenessState
type InstancesClient
    func NewInstancesClient(cc grpc.ClientConnInterface) InstancesClient
type InstancesServer
type Library
type ListAuthorizedCertificatesRequest
type ListAuthorizedCertificatesResponse
type ListAuthorizedDomainsRequest
type ListAuthorizedDomainsResponse
type ListDomainMappingsRequest
type ListDomainMappingsResponse
type ListIngressRulesRequest
type ListIngressRulesResponse
type ListInstancesRequest
type ListInstancesResponse
type ListServicesRequest
type ListServicesResponse
type ListVersionsRequest
type ListVersionsResponse
type LivenessCheck
type LocationMetadata
type LoginRequirement
type ManagedCertificate
type ManagementStatus
type ManualScaling
type Network
type NetworkSettings
type NetworkSettings_IngressTrafficAllowed
type NetworkUtilization
type OperationMetadataV1
type OperationMetadataV1_CreateVersionMetadata
type ReadinessCheck
type RepairApplicationRequest
type RequestUtilization
type ResourceRecord
type ResourceRecord_RecordType
type Resources
type ScriptHandler
type SecurityLevel
type Service
type ServicesClient
    func NewServicesClient(cc grpc.ClientConnInterface) ServicesClient
type ServicesServer
type ServingStatus
type SslSettings
type SslSettings_SslManagementType
type StandardSchedulerSettings
type StaticFilesHandler
type TrafficSplit
type TrafficSplit_ShardBy
type UnimplementedApplicationsServer
type UnimplementedAuthorizedCertificatesServer
type UnimplementedAuthorizedDomainsServer
type UnimplementedDomainMappingsServer
type UnimplementedFirewallServer
type UnimplementedInstancesServer
type UnimplementedServicesServer
type UnimplementedVersionsServer
type UpdateApplicationRequest
type UpdateAuthorizedCertificateRequest
type UpdateDomainMappingRequest
type UpdateIngressRuleRequest
type UpdateServiceMethod
type UpdateServiceRequest
type UpdateVersionRequest
type UrlDispatchRule
type UrlMap
type UrlMap_ApiEndpoint
type UrlMap_RedirectHttpResponseCode
type UrlMap_Script
type UrlMap_StaticFiles
type Version
type VersionView
type Version_AutomaticScaling
type Version_BasicScaling
type Version_ManualScaling
type VersionsClient
    func NewVersionsClient(cc grpc.ClientConnInterface) VersionsClient
type VersionsServer
type Volume
type VpcAccessConnector
type VpcAccessConnector_EgressSetting
type ZipInfo

Package files

alias.go

Constants

Deprecated: Please use consts in: cloud.google.com/go/appengine/apiv1/appenginepb

const (
    Application_CLOUD_DATASTORE                                 = src.Application_CLOUD_DATASTORE
    Application_CLOUD_DATASTORE_COMPATIBILITY                   = src.Application_CLOUD_DATASTORE_COMPATIBILITY
    Application_CLOUD_FIRESTORE                                 = src.Application_CLOUD_FIRESTORE
    Application_DATABASE_TYPE_UNSPECIFIED                       = src.Application_DATABASE_TYPE_UNSPECIFIED
    Application_SERVING                                         = src.Application_SERVING
    Application_SYSTEM_DISABLED                                 = src.Application_SYSTEM_DISABLED
    Application_UNSPECIFIED                                     = src.Application_UNSPECIFIED
    Application_USER_DISABLED                                   = src.Application_USER_DISABLED
    AuthFailAction_AUTH_FAIL_ACTION_REDIRECT                    = src.AuthFailAction_AUTH_FAIL_ACTION_REDIRECT
    AuthFailAction_AUTH_FAIL_ACTION_UNAUTHORIZED                = src.AuthFailAction_AUTH_FAIL_ACTION_UNAUTHORIZED
    AuthFailAction_AUTH_FAIL_ACTION_UNSPECIFIED                 = src.AuthFailAction_AUTH_FAIL_ACTION_UNSPECIFIED
    AuthorizedCertificateView_BASIC_CERTIFICATE                 = src.AuthorizedCertificateView_BASIC_CERTIFICATE
    AuthorizedCertificateView_FULL_CERTIFICATE                  = src.AuthorizedCertificateView_FULL_CERTIFICATE
    DomainOverrideStrategy_OVERRIDE                             = src.DomainOverrideStrategy_OVERRIDE
    DomainOverrideStrategy_STRICT                               = src.DomainOverrideStrategy_STRICT
    DomainOverrideStrategy_UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY = src.DomainOverrideStrategy_UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY
    EndpointsApiService_FIXED                                   = src.EndpointsApiService_FIXED
    EndpointsApiService_MANAGED                                 = src.EndpointsApiService_MANAGED
    EndpointsApiService_UNSPECIFIED_ROLLOUT_STRATEGY            = src.EndpointsApiService_UNSPECIFIED_ROLLOUT_STRATEGY
    ErrorHandler_ERROR_CODE_DEFAULT                             = src.ErrorHandler_ERROR_CODE_DEFAULT
    ErrorHandler_ERROR_CODE_DOS_API_DENIAL                      = src.ErrorHandler_ERROR_CODE_DOS_API_DENIAL
    ErrorHandler_ERROR_CODE_OVER_QUOTA                          = src.ErrorHandler_ERROR_CODE_OVER_QUOTA
    ErrorHandler_ERROR_CODE_TIMEOUT                             = src.ErrorHandler_ERROR_CODE_TIMEOUT
    ErrorHandler_ERROR_CODE_UNSPECIFIED                         = src.ErrorHandler_ERROR_CODE_UNSPECIFIED
    FirewallRule_ALLOW                                          = src.FirewallRule_ALLOW
    FirewallRule_DENY                                           = src.FirewallRule_DENY
    FirewallRule_UNSPECIFIED_ACTION                             = src.FirewallRule_UNSPECIFIED_ACTION
    InboundServiceType_INBOUND_SERVICE_CHANNEL_PRESENCE         = src.InboundServiceType_INBOUND_SERVICE_CHANNEL_PRESENCE
    InboundServiceType_INBOUND_SERVICE_MAIL                     = src.InboundServiceType_INBOUND_SERVICE_MAIL
    InboundServiceType_INBOUND_SERVICE_MAIL_BOUNCE              = src.InboundServiceType_INBOUND_SERVICE_MAIL_BOUNCE
    InboundServiceType_INBOUND_SERVICE_UNSPECIFIED              = src.InboundServiceType_INBOUND_SERVICE_UNSPECIFIED
    InboundServiceType_INBOUND_SERVICE_WARMUP                   = src.InboundServiceType_INBOUND_SERVICE_WARMUP
    InboundServiceType_INBOUND_SERVICE_XMPP_ERROR               = src.InboundServiceType_INBOUND_SERVICE_XMPP_ERROR
    InboundServiceType_INBOUND_SERVICE_XMPP_MESSAGE             = src.InboundServiceType_INBOUND_SERVICE_XMPP_MESSAGE
    InboundServiceType_INBOUND_SERVICE_XMPP_PRESENCE            = src.InboundServiceType_INBOUND_SERVICE_XMPP_PRESENCE
    InboundServiceType_INBOUND_SERVICE_XMPP_SUBSCRIBE           = src.InboundServiceType_INBOUND_SERVICE_XMPP_SUBSCRIBE
    Instance_DYNAMIC                                            = src.Instance_DYNAMIC
    Instance_Liveness_DRAINING                                  = src.Instance_Liveness_DRAINING
    Instance_Liveness_HEALTHY                                   = src.Instance_Liveness_HEALTHY
    Instance_Liveness_LIVENESS_STATE_UNSPECIFIED                = src.Instance_Liveness_LIVENESS_STATE_UNSPECIFIED
    Instance_Liveness_TIMEOUT                                   = src.Instance_Liveness_TIMEOUT
    Instance_Liveness_UNHEALTHY                                 = src.Instance_Liveness_UNHEALTHY
    Instance_Liveness_UNKNOWN                                   = src.Instance_Liveness_UNKNOWN
    Instance_RESIDENT                                           = src.Instance_RESIDENT
    Instance_UNSPECIFIED                                        = src.Instance_UNSPECIFIED
    LoginRequirement_LOGIN_ADMIN                                = src.LoginRequirement_LOGIN_ADMIN
    LoginRequirement_LOGIN_OPTIONAL                             = src.LoginRequirement_LOGIN_OPTIONAL
    LoginRequirement_LOGIN_REQUIRED                             = src.LoginRequirement_LOGIN_REQUIRED
    LoginRequirement_LOGIN_UNSPECIFIED                          = src.LoginRequirement_LOGIN_UNSPECIFIED
    ManagementStatus_FAILED_PERMANENT                           = src.ManagementStatus_FAILED_PERMANENT
    ManagementStatus_FAILED_RETRYING_CAA_CHECKING               = src.ManagementStatus_FAILED_RETRYING_CAA_CHECKING
    ManagementStatus_FAILED_RETRYING_CAA_FORBIDDEN              = src.ManagementStatus_FAILED_RETRYING_CAA_FORBIDDEN
    ManagementStatus_FAILED_RETRYING_NOT_VISIBLE                = src.ManagementStatus_FAILED_RETRYING_NOT_VISIBLE
    ManagementStatus_MANAGEMENT_STATUS_UNSPECIFIED              = src.ManagementStatus_MANAGEMENT_STATUS_UNSPECIFIED
    ManagementStatus_OK                                         = src.ManagementStatus_OK
    ManagementStatus_PENDING                                    = src.ManagementStatus_PENDING
    NetworkSettings_INGRESS_TRAFFIC_ALLOWED_ALL                 = src.NetworkSettings_INGRESS_TRAFFIC_ALLOWED_ALL
    NetworkSettings_INGRESS_TRAFFIC_ALLOWED_INTERNAL_AND_LB     = src.NetworkSettings_INGRESS_TRAFFIC_ALLOWED_INTERNAL_AND_LB
    NetworkSettings_INGRESS_TRAFFIC_ALLOWED_INTERNAL_ONLY       = src.NetworkSettings_INGRESS_TRAFFIC_ALLOWED_INTERNAL_ONLY
    NetworkSettings_INGRESS_TRAFFIC_ALLOWED_UNSPECIFIED         = src.NetworkSettings_INGRESS_TRAFFIC_ALLOWED_UNSPECIFIED
    ResourceRecord_A                                            = src.ResourceRecord_A
    ResourceRecord_AAAA                                         = src.ResourceRecord_AAAA
    ResourceRecord_CNAME                                        = src.ResourceRecord_CNAME
    ResourceRecord_RECORD_TYPE_UNSPECIFIED                      = src.ResourceRecord_RECORD_TYPE_UNSPECIFIED
    SecurityLevel_SECURE_ALWAYS                                 = src.SecurityLevel_SECURE_ALWAYS
    SecurityLevel_SECURE_DEFAULT                                = src.SecurityLevel_SECURE_DEFAULT
    SecurityLevel_SECURE_NEVER                                  = src.SecurityLevel_SECURE_NEVER
    SecurityLevel_SECURE_OPTIONAL                               = src.SecurityLevel_SECURE_OPTIONAL
    SecurityLevel_SECURE_UNSPECIFIED                            = src.SecurityLevel_SECURE_UNSPECIFIED
    ServingStatus_SERVING                                       = src.ServingStatus_SERVING
    ServingStatus_SERVING_STATUS_UNSPECIFIED                    = src.ServingStatus_SERVING_STATUS_UNSPECIFIED
    ServingStatus_STOPPED                                       = src.ServingStatus_STOPPED
    SslSettings_AUTOMATIC                                       = src.SslSettings_AUTOMATIC
    SslSettings_MANUAL                                          = src.SslSettings_MANUAL
    SslSettings_SSL_MANAGEMENT_TYPE_UNSPECIFIED                 = src.SslSettings_SSL_MANAGEMENT_TYPE_UNSPECIFIED
    TrafficSplit_COOKIE                                         = src.TrafficSplit_COOKIE
    TrafficSplit_IP                                             = src.TrafficSplit_IP
    TrafficSplit_RANDOM                                         = src.TrafficSplit_RANDOM
    TrafficSplit_UNSPECIFIED                                    = src.TrafficSplit_UNSPECIFIED
    UrlMap_REDIRECT_HTTP_RESPONSE_CODE_301                      = src.UrlMap_REDIRECT_HTTP_RESPONSE_CODE_301
    UrlMap_REDIRECT_HTTP_RESPONSE_CODE_302                      = src.UrlMap_REDIRECT_HTTP_RESPONSE_CODE_302
    UrlMap_REDIRECT_HTTP_RESPONSE_CODE_303                      = src.UrlMap_REDIRECT_HTTP_RESPONSE_CODE_303
    UrlMap_REDIRECT_HTTP_RESPONSE_CODE_307                      = src.UrlMap_REDIRECT_HTTP_RESPONSE_CODE_307
    UrlMap_REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED              = src.UrlMap_REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED
    VersionView_BASIC                                           = src.VersionView_BASIC
    VersionView_FULL                                            = src.VersionView_FULL
    VpcAccessConnector_ALL_TRAFFIC                              = src.VpcAccessConnector_ALL_TRAFFIC
    VpcAccessConnector_EGRESS_SETTING_UNSPECIFIED               = src.VpcAccessConnector_EGRESS_SETTING_UNSPECIFIED
    VpcAccessConnector_PRIVATE_IP_RANGES                        = src.VpcAccessConnector_PRIVATE_IP_RANGES
)

Variables

Deprecated: Please use vars in: cloud.google.com/go/appengine/apiv1/appenginepb

var (
    Application_DatabaseType_name                   = src.Application_DatabaseType_name
    Application_DatabaseType_value                  = src.Application_DatabaseType_value
    Application_ServingStatus_name                  = src.Application_ServingStatus_name
    Application_ServingStatus_value                 = src.Application_ServingStatus_value
    AuthFailAction_name                             = src.AuthFailAction_name
    AuthFailAction_value                            = src.AuthFailAction_value
    AuthorizedCertificateView_name                  = src.AuthorizedCertificateView_name
    AuthorizedCertificateView_value                 = src.AuthorizedCertificateView_value
    DomainOverrideStrategy_name                     = src.DomainOverrideStrategy_name
    DomainOverrideStrategy_value                    = src.DomainOverrideStrategy_value
    EndpointsApiService_RolloutStrategy_name        = src.EndpointsApiService_RolloutStrategy_name
    EndpointsApiService_RolloutStrategy_value       = src.EndpointsApiService_RolloutStrategy_value
    ErrorHandler_ErrorCode_name                     = src.ErrorHandler_ErrorCode_name
    ErrorHandler_ErrorCode_value                    = src.ErrorHandler_ErrorCode_value
    File_google_appengine_v1_app_yaml_proto         = src.File_google_appengine_v1_app_yaml_proto
    File_google_appengine_v1_appengine_proto        = src.File_google_appengine_v1_appengine_proto
    File_google_appengine_v1_application_proto      = src.File_google_appengine_v1_application_proto
    File_google_appengine_v1_audit_data_proto       = src.File_google_appengine_v1_audit_data_proto
    File_google_appengine_v1_certificate_proto      = src.File_google_appengine_v1_certificate_proto
    File_google_appengine_v1_deploy_proto           = src.File_google_appengine_v1_deploy_proto
    File_google_appengine_v1_deployed_files_proto   = src.File_google_appengine_v1_deployed_files_proto
    File_google_appengine_v1_domain_mapping_proto   = src.File_google_appengine_v1_domain_mapping_proto
    File_google_appengine_v1_domain_proto           = src.File_google_appengine_v1_domain_proto
    File_google_appengine_v1_firewall_proto         = src.File_google_appengine_v1_firewall_proto
    File_google_appengine_v1_instance_proto         = src.File_google_appengine_v1_instance_proto
    File_google_appengine_v1_location_proto         = src.File_google_appengine_v1_location_proto
    File_google_appengine_v1_network_settings_proto = src.File_google_appengine_v1_network_settings_proto
    File_google_appengine_v1_operation_proto        = src.File_google_appengine_v1_operation_proto
    File_google_appengine_v1_service_proto          = src.File_google_appengine_v1_service_proto
    File_google_appengine_v1_version_proto          = src.File_google_appengine_v1_version_proto
    FirewallRule_Action_name                        = src.FirewallRule_Action_name
    FirewallRule_Action_value                       = src.FirewallRule_Action_value
    InboundServiceType_name                         = src.InboundServiceType_name
    InboundServiceType_value                        = src.InboundServiceType_value
    Instance_Availability_name                      = src.Instance_Availability_name
    Instance_Availability_value                     = src.Instance_Availability_value
    Instance_Liveness_LivenessState_name            = src.Instance_Liveness_LivenessState_name
    Instance_Liveness_LivenessState_value           = src.Instance_Liveness_LivenessState_value
    LoginRequirement_name                           = src.LoginRequirement_name
    LoginRequirement_value                          = src.LoginRequirement_value
    ManagementStatus_name                           = src.ManagementStatus_name
    ManagementStatus_value                          = src.ManagementStatus_value
    NetworkSettings_IngressTrafficAllowed_name      = src.NetworkSettings_IngressTrafficAllowed_name
    NetworkSettings_IngressTrafficAllowed_value     = src.NetworkSettings_IngressTrafficAllowed_value
    ResourceRecord_RecordType_name                  = src.ResourceRecord_RecordType_name
    ResourceRecord_RecordType_value                 = src.ResourceRecord_RecordType_value
    SecurityLevel_name                              = src.SecurityLevel_name
    SecurityLevel_value                             = src.SecurityLevel_value
    ServingStatus_name                              = src.ServingStatus_name
    ServingStatus_value                             = src.ServingStatus_value
    SslSettings_SslManagementType_name              = src.SslSettings_SslManagementType_name
    SslSettings_SslManagementType_value             = src.SslSettings_SslManagementType_value
    TrafficSplit_ShardBy_name                       = src.TrafficSplit_ShardBy_name
    TrafficSplit_ShardBy_value                      = src.TrafficSplit_ShardBy_value
    UrlMap_RedirectHttpResponseCode_name            = src.UrlMap_RedirectHttpResponseCode_name
    UrlMap_RedirectHttpResponseCode_value           = src.UrlMap_RedirectHttpResponseCode_value
    VersionView_name                                = src.VersionView_name
    VersionView_value                               = src.VersionView_value
    VpcAccessConnector_EgressSetting_name           = src.VpcAccessConnector_EgressSetting_name
    VpcAccessConnector_EgressSetting_value          = src.VpcAccessConnector_EgressSetting_value
)

func RegisterApplicationsServer

func RegisterApplicationsServer(s *grpc.Server, srv ApplicationsServer)

Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb

func RegisterAuthorizedCertificatesServer

func RegisterAuthorizedCertificatesServer(s *grpc.Server, srv AuthorizedCertificatesServer)

Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb

func RegisterAuthorizedDomainsServer

func RegisterAuthorizedDomainsServer(s *grpc.Server, srv AuthorizedDomainsServer)

Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb

func RegisterDomainMappingsServer

func RegisterDomainMappingsServer(s *grpc.Server, srv DomainMappingsServer)

Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb

func RegisterFirewallServer

func RegisterFirewallServer(s *grpc.Server, srv FirewallServer)

Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb

func RegisterInstancesServer

func RegisterInstancesServer(s *grpc.Server, srv InstancesServer)

Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb

func RegisterServicesServer

func RegisterServicesServer(s *grpc.Server, srv ServicesServer)

Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb

func RegisterVersionsServer

func RegisterVersionsServer(s *grpc.Server, srv VersionsServer)

Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb

type ApiConfigHandler

[Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/) configuration for API handlers.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ApiConfigHandler = src.ApiConfigHandler

type ApiEndpointHandler

Uses Google Cloud Endpoints to handle requests.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ApiEndpointHandler = src.ApiEndpointHandler

type Application

An Application resource contains the top-level configuration of an App Engine application.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type Application = src.Application

type Application_DatabaseType

type Application_DatabaseType = src.Application_DatabaseType

type Application_FeatureSettings

The feature specific settings to be used in the application. These define behaviors that are user configurable.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type Application_FeatureSettings = src.Application_FeatureSettings

type Application_IdentityAwareProxy

Identity-Aware Proxy

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type Application_IdentityAwareProxy = src.Application_IdentityAwareProxy

type Application_ServingStatus

type Application_ServingStatus = src.Application_ServingStatus

type ApplicationsClient

ApplicationsClient is the client API for Applications service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ApplicationsClient = src.ApplicationsClient

func NewApplicationsClient

func NewApplicationsClient(cc grpc.ClientConnInterface) ApplicationsClient

Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb

type ApplicationsServer

ApplicationsServer is the server API for Applications service.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ApplicationsServer = src.ApplicationsServer

type AuditData

App Engine admin service audit log.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type AuditData = src.AuditData

type AuditData_CreateVersion

type AuditData_CreateVersion = src.AuditData_CreateVersion

type AuditData_UpdateService

type AuditData_UpdateService = src.AuditData_UpdateService

type AuthFailAction

Actions to take when the user is not logged in.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type AuthFailAction = src.AuthFailAction

type AuthorizedCertificate

An SSL certificate that a user has been authorized to administer. A user is authorized to administer any certificate that applies to one of their authorized domains.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type AuthorizedCertificate = src.AuthorizedCertificate

type AuthorizedCertificateView

Fields that should be returned when an AuthorizedCertificate resource is retrieved.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type AuthorizedCertificateView = src.AuthorizedCertificateView

type AuthorizedCertificatesClient

AuthorizedCertificatesClient is the client API for AuthorizedCertificates service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type AuthorizedCertificatesClient = src.AuthorizedCertificatesClient

func NewAuthorizedCertificatesClient

func NewAuthorizedCertificatesClient(cc grpc.ClientConnInterface) AuthorizedCertificatesClient

Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb

type AuthorizedCertificatesServer

AuthorizedCertificatesServer is the server API for AuthorizedCertificates service.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type AuthorizedCertificatesServer = src.AuthorizedCertificatesServer

type AuthorizedDomain

A domain that a user has been authorized to administer. To authorize use of a domain, verify ownership via [Webmaster Central](https://www.google.com/webmasters/verification/home).

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type AuthorizedDomain = src.AuthorizedDomain

type AuthorizedDomainsClient

AuthorizedDomainsClient is the client API for AuthorizedDomains service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type AuthorizedDomainsClient = src.AuthorizedDomainsClient

func NewAuthorizedDomainsClient

func NewAuthorizedDomainsClient(cc grpc.ClientConnInterface) AuthorizedDomainsClient

Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb

type AuthorizedDomainsServer

AuthorizedDomainsServer is the server API for AuthorizedDomains service.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type AuthorizedDomainsServer = src.AuthorizedDomainsServer

type AutomaticScaling

Automatic scaling is based on request rate, response latencies, and other application metrics.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type AutomaticScaling = src.AutomaticScaling

type BasicScaling

A service with basic scaling will create an instance when the application receives a request. The instance will be turned down when the app becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type BasicScaling = src.BasicScaling

type BatchUpdateIngressRulesRequest

Request message for `Firewall.BatchUpdateIngressRules`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type BatchUpdateIngressRulesRequest = src.BatchUpdateIngressRulesRequest

type BatchUpdateIngressRulesResponse

Response message for `Firewall.UpdateAllIngressRules`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type BatchUpdateIngressRulesResponse = src.BatchUpdateIngressRulesResponse

type CertificateRawData

An SSL certificate obtained from a certificate authority.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type CertificateRawData = src.CertificateRawData

type CloudBuildOptions

Options for the build operations performed as a part of the version deployment. Only applicable for App Engine flexible environment when creating a version using source code directly.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type CloudBuildOptions = src.CloudBuildOptions

type ContainerInfo

Docker image that is used to create a container and start a VM instance for the version that you deploy. Only applicable for instances running in the App Engine flexible environment.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ContainerInfo = src.ContainerInfo

type CpuUtilization

Target scaling by CPU usage.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type CpuUtilization = src.CpuUtilization

type CreateApplicationRequest

Request message for `Applications.CreateApplication`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type CreateApplicationRequest = src.CreateApplicationRequest

type CreateAuthorizedCertificateRequest

Request message for `AuthorizedCertificates.CreateAuthorizedCertificate`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type CreateAuthorizedCertificateRequest = src.CreateAuthorizedCertificateRequest

type CreateDomainMappingRequest

Request message for `DomainMappings.CreateDomainMapping`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type CreateDomainMappingRequest = src.CreateDomainMappingRequest

type CreateIngressRuleRequest

Request message for `Firewall.CreateIngressRule`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type CreateIngressRuleRequest = src.CreateIngressRuleRequest

type CreateVersionMetadataV1

Metadata for the given [google.longrunning.Operation][google.longrunning.Operation] during a [google.appengine.v1.CreateVersionRequest][google.appengine.v1.CreateVersionRequest].

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type CreateVersionMetadataV1 = src.CreateVersionMetadataV1

type CreateVersionMethod

Detailed information about CreateVersion call.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type CreateVersionMethod = src.CreateVersionMethod

type CreateVersionRequest

Request message for `Versions.CreateVersion`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type CreateVersionRequest = src.CreateVersionRequest

type DebugInstanceRequest

Request message for `Instances.DebugInstance`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type DebugInstanceRequest = src.DebugInstanceRequest

type DeleteAuthorizedCertificateRequest

Request message for `AuthorizedCertificates.DeleteAuthorizedCertificate`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type DeleteAuthorizedCertificateRequest = src.DeleteAuthorizedCertificateRequest

type DeleteDomainMappingRequest

Request message for `DomainMappings.DeleteDomainMapping`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type DeleteDomainMappingRequest = src.DeleteDomainMappingRequest

type DeleteIngressRuleRequest

Request message for `Firewall.DeleteIngressRule`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type DeleteIngressRuleRequest = src.DeleteIngressRuleRequest

type DeleteInstanceRequest

Request message for `Instances.DeleteInstance`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type DeleteInstanceRequest = src.DeleteInstanceRequest

type DeleteServiceRequest

Request message for `Services.DeleteService`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type DeleteServiceRequest = src.DeleteServiceRequest

type DeleteVersionRequest

Request message for `Versions.DeleteVersion`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type DeleteVersionRequest = src.DeleteVersionRequest

type Deployment

Code and application artifacts used to deploy a version to App Engine.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type Deployment = src.Deployment

type DiskUtilization

Target scaling by disk usage. Only applicable in the App Engine flexible environment.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type DiskUtilization = src.DiskUtilization

type DomainMapping

A domain serving an App Engine application.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type DomainMapping = src.DomainMapping

type DomainMappingsClient

DomainMappingsClient is the client API for DomainMappings service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type DomainMappingsClient = src.DomainMappingsClient

func NewDomainMappingsClient

func NewDomainMappingsClient(cc grpc.ClientConnInterface) DomainMappingsClient

Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb

type DomainMappingsServer

DomainMappingsServer is the server API for DomainMappings service.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type DomainMappingsServer = src.DomainMappingsServer

type DomainOverrideStrategy

Override strategy for mutating an existing mapping.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type DomainOverrideStrategy = src.DomainOverrideStrategy

type EndpointsApiService

[Cloud Endpoints](https://cloud.google.com/endpoints) configuration. The Endpoints API Service provides tooling for serving Open API and gRPC endpoints via an NGINX proxy. Only valid for App Engine Flexible environment deployments. The fields here refer to the name and configuration ID of a "service" resource in the [Service Management API](https://cloud.google.com/service-management/overview).

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type EndpointsApiService = src.EndpointsApiService

type EndpointsApiService_RolloutStrategy

Available rollout strategies.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type EndpointsApiService_RolloutStrategy = src.EndpointsApiService_RolloutStrategy

type Entrypoint

The entrypoint for the application.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type Entrypoint = src.Entrypoint

type Entrypoint_Shell

type Entrypoint_Shell = src.Entrypoint_Shell

type ErrorHandler

Custom static error page to be served when an error occurs.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ErrorHandler = src.ErrorHandler

type ErrorHandler_ErrorCode

Error codes.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ErrorHandler_ErrorCode = src.ErrorHandler_ErrorCode

type FileInfo

Single source file that is part of the version to be deployed. Each source file that is deployed must be specified separately.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type FileInfo = src.FileInfo

type FirewallClient

FirewallClient is the client API for Firewall service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type FirewallClient = src.FirewallClient

func NewFirewallClient

func NewFirewallClient(cc grpc.ClientConnInterface) FirewallClient

Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb

type FirewallRule

A single firewall rule that is evaluated against incoming traffic and provides an action to take on matched requests.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type FirewallRule = src.FirewallRule

type FirewallRule_Action

Available actions to take on matching requests.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type FirewallRule_Action = src.FirewallRule_Action

type FirewallServer

FirewallServer is the server API for Firewall service.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type FirewallServer = src.FirewallServer

type GetApplicationRequest

Request message for `Applications.GetApplication`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type GetApplicationRequest = src.GetApplicationRequest

type GetAuthorizedCertificateRequest

Request message for `AuthorizedCertificates.GetAuthorizedCertificate`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type GetAuthorizedCertificateRequest = src.GetAuthorizedCertificateRequest

type GetDomainMappingRequest

Request message for `DomainMappings.GetDomainMapping`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type GetDomainMappingRequest = src.GetDomainMappingRequest

type GetIngressRuleRequest

Request message for `Firewall.GetIngressRule`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type GetIngressRuleRequest = src.GetIngressRuleRequest

type GetInstanceRequest

Request message for `Instances.GetInstance`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type GetInstanceRequest = src.GetInstanceRequest

type GetServiceRequest

Request message for `Services.GetService`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type GetServiceRequest = src.GetServiceRequest

type GetVersionRequest

Request message for `Versions.GetVersion`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type GetVersionRequest = src.GetVersionRequest

type HealthCheck

Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances. Only applicable for instances in App Engine flexible environment.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type HealthCheck = src.HealthCheck

type InboundServiceType

Available inbound services.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type InboundServiceType = src.InboundServiceType

type Instance

An Instance resource is the computing unit that App Engine uses to automatically scale an application.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type Instance = src.Instance

type Instance_Availability

Availability of the instance.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type Instance_Availability = src.Instance_Availability

type Instance_Liveness

Wrapper for LivenessState enum.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type Instance_Liveness = src.Instance_Liveness

type Instance_Liveness_LivenessState

Liveness health check status for Flex instances.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type Instance_Liveness_LivenessState = src.Instance_Liveness_LivenessState

type InstancesClient

InstancesClient is the client API for Instances service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type InstancesClient = src.InstancesClient

func NewInstancesClient

func NewInstancesClient(cc grpc.ClientConnInterface) InstancesClient

Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb

type InstancesServer

InstancesServer is the server API for Instances service.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type InstancesServer = src.InstancesServer

type Library

Third-party Python runtime library that is required by the application.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type Library = src.Library

type ListAuthorizedCertificatesRequest

Request message for `AuthorizedCertificates.ListAuthorizedCertificates`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ListAuthorizedCertificatesRequest = src.ListAuthorizedCertificatesRequest

type ListAuthorizedCertificatesResponse

Response message for `AuthorizedCertificates.ListAuthorizedCertificates`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ListAuthorizedCertificatesResponse = src.ListAuthorizedCertificatesResponse

type ListAuthorizedDomainsRequest

Request message for `AuthorizedDomains.ListAuthorizedDomains`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ListAuthorizedDomainsRequest = src.ListAuthorizedDomainsRequest

type ListAuthorizedDomainsResponse

Response message for `AuthorizedDomains.ListAuthorizedDomains`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ListAuthorizedDomainsResponse = src.ListAuthorizedDomainsResponse

type ListDomainMappingsRequest

Request message for `DomainMappings.ListDomainMappings`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ListDomainMappingsRequest = src.ListDomainMappingsRequest

type ListDomainMappingsResponse

Response message for `DomainMappings.ListDomainMappings`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ListDomainMappingsResponse = src.ListDomainMappingsResponse

type ListIngressRulesRequest

Request message for `Firewall.ListIngressRules`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ListIngressRulesRequest = src.ListIngressRulesRequest

type ListIngressRulesResponse

Response message for `Firewall.ListIngressRules`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ListIngressRulesResponse = src.ListIngressRulesResponse

type ListInstancesRequest

Request message for `Instances.ListInstances`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ListInstancesRequest = src.ListInstancesRequest

type ListInstancesResponse

Response message for `Instances.ListInstances`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ListInstancesResponse = src.ListInstancesResponse

type ListServicesRequest

Request message for `Services.ListServices`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ListServicesRequest = src.ListServicesRequest

type ListServicesResponse

Response message for `Services.ListServices`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ListServicesResponse = src.ListServicesResponse

type ListVersionsRequest

Request message for `Versions.ListVersions`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ListVersionsRequest = src.ListVersionsRequest

type ListVersionsResponse

Response message for `Versions.ListVersions`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ListVersionsResponse = src.ListVersionsResponse

type LivenessCheck

Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type LivenessCheck = src.LivenessCheck

type LocationMetadata

Metadata for the given [google.cloud.location.Location][google.cloud.location.Location].

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type LocationMetadata = src.LocationMetadata

type LoginRequirement

Methods to restrict access to a URL based on login status.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type LoginRequirement = src.LoginRequirement

type ManagedCertificate

A certificate managed by App Engine.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ManagedCertificate = src.ManagedCertificate

type ManagementStatus

State of certificate management. Refers to the most recent certificate acquisition or renewal attempt.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ManagementStatus = src.ManagementStatus

type ManualScaling

A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ManualScaling = src.ManualScaling

type Network

Extra network settings. Only applicable in the App Engine flexible environment.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type Network = src.Network

type NetworkSettings

A NetworkSettings resource is a container for ingress settings for a version or service.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type NetworkSettings = src.NetworkSettings

type NetworkSettings_IngressTrafficAllowed

If unspecified, INGRESS_TRAFFIC_ALLOWED_ALL will be used.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type NetworkSettings_IngressTrafficAllowed = src.NetworkSettings_IngressTrafficAllowed

type NetworkUtilization

Target scaling by network usage. Only applicable in the App Engine flexible environment.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type NetworkUtilization = src.NetworkUtilization

type OperationMetadataV1

Metadata for the given [google.longrunning.Operation][google.longrunning.Operation].

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type OperationMetadataV1 = src.OperationMetadataV1

type OperationMetadataV1_CreateVersionMetadata

type OperationMetadataV1_CreateVersionMetadata = src.OperationMetadataV1_CreateVersionMetadata

type ReadinessCheck

Readiness checking configuration for VM instances. Unhealthy instances are removed from traffic rotation.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ReadinessCheck = src.ReadinessCheck

type RepairApplicationRequest

Request message for 'Applications.RepairApplication'.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type RepairApplicationRequest = src.RepairApplicationRequest

type RequestUtilization

Target scaling by request utilization. Only applicable in the App Engine flexible environment.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type RequestUtilization = src.RequestUtilization

type ResourceRecord

A DNS resource record.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ResourceRecord = src.ResourceRecord

type ResourceRecord_RecordType

A resource record type.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ResourceRecord_RecordType = src.ResourceRecord_RecordType

type Resources

Machine resources for a version.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type Resources = src.Resources

type ScriptHandler

Executes a script to handle the request that matches the URL pattern.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ScriptHandler = src.ScriptHandler

type SecurityLevel

Methods to enforce security (HTTPS) on a URL.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type SecurityLevel = src.SecurityLevel

type Service

A Service resource is a logical component of an application that can share state and communicate in a secure fashion with other services. For example, an application that handles customer requests might include separate services to handle tasks such as backend data analysis or API requests from mobile devices. Each service has a collection of versions that define a specific set of code used to implement the functionality of that service.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type Service = src.Service

type ServicesClient

ServicesClient is the client API for Services service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ServicesClient = src.ServicesClient

func NewServicesClient

func NewServicesClient(cc grpc.ClientConnInterface) ServicesClient

Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb

type ServicesServer

ServicesServer is the server API for Services service.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ServicesServer = src.ServicesServer

type ServingStatus

Run states of a version.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ServingStatus = src.ServingStatus

type SslSettings

SSL configuration for a `DomainMapping` resource.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type SslSettings = src.SslSettings

type SslSettings_SslManagementType

The SSL management type for this domain.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type SslSettings_SslManagementType = src.SslSettings_SslManagementType

type StandardSchedulerSettings

Scheduler settings for standard environment.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type StandardSchedulerSettings = src.StandardSchedulerSettings

type StaticFilesHandler

Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files. Static file handlers describe which files in the application directory are static files, and which URLs serve them.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type StaticFilesHandler = src.StaticFilesHandler

type TrafficSplit

Traffic routing configuration for versions within a single service. Traffic splits define how traffic directed to the service is assigned to versions.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type TrafficSplit = src.TrafficSplit

type TrafficSplit_ShardBy

Available sharding mechanisms.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type TrafficSplit_ShardBy = src.TrafficSplit_ShardBy

type UnimplementedApplicationsServer

UnimplementedApplicationsServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type UnimplementedApplicationsServer = src.UnimplementedApplicationsServer

type UnimplementedAuthorizedCertificatesServer

UnimplementedAuthorizedCertificatesServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type UnimplementedAuthorizedCertificatesServer = src.UnimplementedAuthorizedCertificatesServer

type UnimplementedAuthorizedDomainsServer

UnimplementedAuthorizedDomainsServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type UnimplementedAuthorizedDomainsServer = src.UnimplementedAuthorizedDomainsServer

type UnimplementedDomainMappingsServer

UnimplementedDomainMappingsServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type UnimplementedDomainMappingsServer = src.UnimplementedDomainMappingsServer

type UnimplementedFirewallServer

UnimplementedFirewallServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type UnimplementedFirewallServer = src.UnimplementedFirewallServer

type UnimplementedInstancesServer

UnimplementedInstancesServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type UnimplementedInstancesServer = src.UnimplementedInstancesServer

type UnimplementedServicesServer

UnimplementedServicesServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type UnimplementedServicesServer = src.UnimplementedServicesServer

type UnimplementedVersionsServer

UnimplementedVersionsServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type UnimplementedVersionsServer = src.UnimplementedVersionsServer

type UpdateApplicationRequest

Request message for `Applications.UpdateApplication`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type UpdateApplicationRequest = src.UpdateApplicationRequest

type UpdateAuthorizedCertificateRequest

Request message for `AuthorizedCertificates.UpdateAuthorizedCertificate`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type UpdateAuthorizedCertificateRequest = src.UpdateAuthorizedCertificateRequest

type UpdateDomainMappingRequest

Request message for `DomainMappings.UpdateDomainMapping`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type UpdateDomainMappingRequest = src.UpdateDomainMappingRequest

type UpdateIngressRuleRequest

Request message for `Firewall.UpdateIngressRule`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type UpdateIngressRuleRequest = src.UpdateIngressRuleRequest

type UpdateServiceMethod

Detailed information about UpdateService call.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type UpdateServiceMethod = src.UpdateServiceMethod

type UpdateServiceRequest

Request message for `Services.UpdateService`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type UpdateServiceRequest = src.UpdateServiceRequest

type UpdateVersionRequest

Request message for `Versions.UpdateVersion`.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type UpdateVersionRequest = src.UpdateVersionRequest

type UrlDispatchRule

Rules to match an HTTP request and dispatch that request to a service.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type UrlDispatchRule = src.UrlDispatchRule

type UrlMap

URL pattern and description of how the URL should be handled. App Engine can handle URLs by executing application code or by serving static files uploaded with the version, such as images, CSS, or JavaScript.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type UrlMap = src.UrlMap

type UrlMap_ApiEndpoint

type UrlMap_ApiEndpoint = src.UrlMap_ApiEndpoint

type UrlMap_RedirectHttpResponseCode

Redirect codes.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type UrlMap_RedirectHttpResponseCode = src.UrlMap_RedirectHttpResponseCode

type UrlMap_Script

type UrlMap_Script = src.UrlMap_Script

type UrlMap_StaticFiles

type UrlMap_StaticFiles = src.UrlMap_StaticFiles

type Version

A Version resource is a specific set of source code and configuration files that are deployed into a service.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type Version = src.Version

type VersionView

Fields that should be returned when Version[google.appengine.v1.Version] resources are retrieved.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type VersionView = src.VersionView

type Version_AutomaticScaling

type Version_AutomaticScaling = src.Version_AutomaticScaling

type Version_BasicScaling

type Version_BasicScaling = src.Version_BasicScaling

type Version_ManualScaling

type Version_ManualScaling = src.Version_ManualScaling

type VersionsClient

VersionsClient is the client API for Versions service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type VersionsClient = src.VersionsClient

func NewVersionsClient

func NewVersionsClient(cc grpc.ClientConnInterface) VersionsClient

Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb

type VersionsServer

VersionsServer is the server API for Versions service.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type VersionsServer = src.VersionsServer

type Volume

Volumes mounted within the app container. Only applicable in the App Engine flexible environment.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type Volume = src.Volume

type VpcAccessConnector

VPC access connector specification.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type VpcAccessConnector = src.VpcAccessConnector

type VpcAccessConnector_EgressSetting

Available egress settings. This controls what traffic is diverted through the VPC Access Connector resource. By default PRIVATE_IP_RANGES will be used.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type VpcAccessConnector_EgressSetting = src.VpcAccessConnector_EgressSetting

type ZipInfo

The zip file information for a zip deployment.

Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb

type ZipInfo = src.ZipInfo