package appengine
import "google.golang.org/genproto/googleapis/appengine/v1"
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
- type ApplicationsServer
- type AuditData
- type AuditData_CreateVersion
- type AuditData_UpdateService
- type AuthFailAction
- type AuthorizedCertificate
- type AuthorizedCertificateView
- type AuthorizedCertificatesClient
- type AuthorizedCertificatesServer
- type AuthorizedDomain
- type 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
- type DomainMappingsServer
- type DomainOverrideStrategy
- type EndpointsApiService
- type EndpointsApiService_RolloutStrategy
- type Entrypoint
- type Entrypoint_Shell
- type ErrorHandler
- type ErrorHandler_ErrorCode
- type FileInfo
- type 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
- 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
- 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
- type VersionsServer
- type Volume
- type VpcAccessConnector
- type VpcAccessConnector_EgressSetting
- type ZipInfo
Constants ¶
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 )
Deprecated: Please use consts in: cloud.google.com/go/appengine/apiv1/appenginepb
Variables ¶
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 )
Deprecated: Please use vars in: cloud.google.com/go/appengine/apiv1/appenginepb
Functions ¶
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
Types ¶
type ApiConfigHandler ¶
type ApiConfigHandler = src.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 ApiEndpointHandler ¶
type ApiEndpointHandler = src.ApiEndpointHandler
Uses Google Cloud Endpoints to handle requests.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type Application ¶
type Application = src.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_DatabaseType ¶
type Application_DatabaseType = src.Application_DatabaseType
type Application_FeatureSettings ¶
type Application_FeatureSettings = src.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_IdentityAwareProxy ¶
type Application_IdentityAwareProxy = src.Application_IdentityAwareProxy
Identity-Aware Proxy
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type Application_ServingStatus ¶
type Application_ServingStatus = src.Application_ServingStatus
type ApplicationsClient ¶
type ApplicationsClient = src.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
func NewApplicationsClient ¶
func NewApplicationsClient(cc grpc.ClientConnInterface) ApplicationsClient
Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb
type ApplicationsServer ¶
type ApplicationsServer = src.ApplicationsServer
ApplicationsServer is the server API for Applications service.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type AuditData ¶
App Engine admin service audit log.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type AuditData_CreateVersion ¶
type AuditData_CreateVersion = src.AuditData_CreateVersion
type AuditData_UpdateService ¶
type AuditData_UpdateService = src.AuditData_UpdateService
type AuthFailAction ¶
type AuthFailAction = src.AuthFailAction
Actions to take when the user is not logged in.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type AuthorizedCertificate ¶
type AuthorizedCertificate = src.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 AuthorizedCertificateView ¶
type AuthorizedCertificateView = src.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 AuthorizedCertificatesClient ¶
type AuthorizedCertificatesClient = src.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
func NewAuthorizedCertificatesClient ¶
func NewAuthorizedCertificatesClient(cc grpc.ClientConnInterface) AuthorizedCertificatesClient
Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb
type AuthorizedCertificatesServer ¶
type AuthorizedCertificatesServer = src.AuthorizedCertificatesServer
AuthorizedCertificatesServer is the server API for AuthorizedCertificates service.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type AuthorizedDomain ¶
type AuthorizedDomain = src.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 AuthorizedDomainsClient ¶
type AuthorizedDomainsClient = src.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
func NewAuthorizedDomainsClient ¶
func NewAuthorizedDomainsClient(cc grpc.ClientConnInterface) AuthorizedDomainsClient
Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb
type AuthorizedDomainsServer ¶
type AuthorizedDomainsServer = src.AuthorizedDomainsServer
AuthorizedDomainsServer is the server API for AuthorizedDomains service.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type AutomaticScaling ¶
type AutomaticScaling = src.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 BasicScaling ¶
type BasicScaling = src.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 BatchUpdateIngressRulesRequest ¶
type BatchUpdateIngressRulesRequest = src.BatchUpdateIngressRulesRequest
Request message for `Firewall.BatchUpdateIngressRules`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type BatchUpdateIngressRulesResponse ¶
type BatchUpdateIngressRulesResponse = src.BatchUpdateIngressRulesResponse
Response message for `Firewall.UpdateAllIngressRules`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type CertificateRawData ¶
type CertificateRawData = src.CertificateRawData
An SSL certificate obtained from a certificate authority.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type CloudBuildOptions ¶
type CloudBuildOptions = src.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 ContainerInfo ¶
type ContainerInfo = src.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 CpuUtilization ¶
type CpuUtilization = src.CpuUtilization
Target scaling by CPU usage.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type CreateApplicationRequest ¶
type CreateApplicationRequest = src.CreateApplicationRequest
Request message for `Applications.CreateApplication`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type CreateAuthorizedCertificateRequest ¶
type CreateAuthorizedCertificateRequest = src.CreateAuthorizedCertificateRequest
Request message for `AuthorizedCertificates.CreateAuthorizedCertificate`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type CreateDomainMappingRequest ¶
type CreateDomainMappingRequest = src.CreateDomainMappingRequest
Request message for `DomainMappings.CreateDomainMapping`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type CreateIngressRuleRequest ¶
type CreateIngressRuleRequest = src.CreateIngressRuleRequest
Request message for `Firewall.CreateIngressRule`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type CreateVersionMetadataV1 ¶
type CreateVersionMetadataV1 = src.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 CreateVersionMethod ¶
type CreateVersionMethod = src.CreateVersionMethod
Detailed information about CreateVersion call.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type CreateVersionRequest ¶
type CreateVersionRequest = src.CreateVersionRequest
Request message for `Versions.CreateVersion`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type DebugInstanceRequest ¶
type DebugInstanceRequest = src.DebugInstanceRequest
Request message for `Instances.DebugInstance`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type DeleteAuthorizedCertificateRequest ¶
type DeleteAuthorizedCertificateRequest = src.DeleteAuthorizedCertificateRequest
Request message for `AuthorizedCertificates.DeleteAuthorizedCertificate`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type DeleteDomainMappingRequest ¶
type DeleteDomainMappingRequest = src.DeleteDomainMappingRequest
Request message for `DomainMappings.DeleteDomainMapping`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type DeleteIngressRuleRequest ¶
type DeleteIngressRuleRequest = src.DeleteIngressRuleRequest
Request message for `Firewall.DeleteIngressRule`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type DeleteInstanceRequest ¶
type DeleteInstanceRequest = src.DeleteInstanceRequest
Request message for `Instances.DeleteInstance`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type DeleteServiceRequest ¶
type DeleteServiceRequest = src.DeleteServiceRequest
Request message for `Services.DeleteService`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type DeleteVersionRequest ¶
type DeleteVersionRequest = src.DeleteVersionRequest
Request message for `Versions.DeleteVersion`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type Deployment ¶
type Deployment = src.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 DiskUtilization ¶
type DiskUtilization = src.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 DomainMapping ¶
type DomainMapping = src.DomainMapping
A domain serving an App Engine application.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type DomainMappingsClient ¶
type DomainMappingsClient = src.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
func NewDomainMappingsClient ¶
func NewDomainMappingsClient(cc grpc.ClientConnInterface) DomainMappingsClient
Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb
type DomainMappingsServer ¶
type DomainMappingsServer = src.DomainMappingsServer
DomainMappingsServer is the server API for DomainMappings service.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type DomainOverrideStrategy ¶
type DomainOverrideStrategy = src.DomainOverrideStrategy
Override strategy for mutating an existing mapping.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type EndpointsApiService ¶
type EndpointsApiService = src.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_RolloutStrategy ¶
type EndpointsApiService_RolloutStrategy = src.EndpointsApiService_RolloutStrategy
Available rollout strategies.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type Entrypoint ¶
type Entrypoint = src.Entrypoint
The entrypoint for the application.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type Entrypoint_Shell ¶
type Entrypoint_Shell = src.Entrypoint_Shell
type ErrorHandler ¶
type ErrorHandler = src.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_ErrorCode ¶
type ErrorHandler_ErrorCode = src.ErrorHandler_ErrorCode
Error codes.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
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 FirewallClient ¶
type FirewallClient = src.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
func NewFirewallClient ¶
func NewFirewallClient(cc grpc.ClientConnInterface) FirewallClient
Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb
type FirewallRule ¶
type FirewallRule = src.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_Action ¶
type FirewallRule_Action = src.FirewallRule_Action
Available actions to take on matching requests.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type FirewallServer ¶
type FirewallServer = src.FirewallServer
FirewallServer is the server API for Firewall service.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type GetApplicationRequest ¶
type GetApplicationRequest = src.GetApplicationRequest
Request message for `Applications.GetApplication`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type GetAuthorizedCertificateRequest ¶
type GetAuthorizedCertificateRequest = src.GetAuthorizedCertificateRequest
Request message for `AuthorizedCertificates.GetAuthorizedCertificate`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type GetDomainMappingRequest ¶
type GetDomainMappingRequest = src.GetDomainMappingRequest
Request message for `DomainMappings.GetDomainMapping`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type GetIngressRuleRequest ¶
type GetIngressRuleRequest = src.GetIngressRuleRequest
Request message for `Firewall.GetIngressRule`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type GetInstanceRequest ¶
type GetInstanceRequest = src.GetInstanceRequest
Request message for `Instances.GetInstance`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type GetServiceRequest ¶
type GetServiceRequest = src.GetServiceRequest
Request message for `Services.GetService`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type GetVersionRequest ¶
type GetVersionRequest = src.GetVersionRequest
Request message for `Versions.GetVersion`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type HealthCheck ¶
type HealthCheck = src.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 InboundServiceType ¶
type InboundServiceType = src.InboundServiceType
Available inbound services.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
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_Availability ¶
type Instance_Availability = src.Instance_Availability
Availability of the instance.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type Instance_Liveness ¶
type Instance_Liveness = src.Instance_Liveness
Wrapper for LivenessState enum.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type Instance_Liveness_LivenessState ¶
type Instance_Liveness_LivenessState = src.Instance_Liveness_LivenessState
Liveness health check status for Flex instances.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type InstancesClient ¶
type InstancesClient = src.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
func NewInstancesClient ¶
func NewInstancesClient(cc grpc.ClientConnInterface) InstancesClient
Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb
type InstancesServer ¶
type InstancesServer = src.InstancesServer
InstancesServer is the server API for Instances service.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
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 ListAuthorizedCertificatesRequest ¶
type ListAuthorizedCertificatesRequest = src.ListAuthorizedCertificatesRequest
Request message for `AuthorizedCertificates.ListAuthorizedCertificates`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type ListAuthorizedCertificatesResponse ¶
type ListAuthorizedCertificatesResponse = src.ListAuthorizedCertificatesResponse
Response message for `AuthorizedCertificates.ListAuthorizedCertificates`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type ListAuthorizedDomainsRequest ¶
type ListAuthorizedDomainsRequest = src.ListAuthorizedDomainsRequest
Request message for `AuthorizedDomains.ListAuthorizedDomains`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type ListAuthorizedDomainsResponse ¶
type ListAuthorizedDomainsResponse = src.ListAuthorizedDomainsResponse
Response message for `AuthorizedDomains.ListAuthorizedDomains`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type ListDomainMappingsRequest ¶
type ListDomainMappingsRequest = src.ListDomainMappingsRequest
Request message for `DomainMappings.ListDomainMappings`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type ListDomainMappingsResponse ¶
type ListDomainMappingsResponse = src.ListDomainMappingsResponse
Response message for `DomainMappings.ListDomainMappings`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type ListIngressRulesRequest ¶
type ListIngressRulesRequest = src.ListIngressRulesRequest
Request message for `Firewall.ListIngressRules`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type ListIngressRulesResponse ¶
type ListIngressRulesResponse = src.ListIngressRulesResponse
Response message for `Firewall.ListIngressRules`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type ListInstancesRequest ¶
type ListInstancesRequest = src.ListInstancesRequest
Request message for `Instances.ListInstances`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type ListInstancesResponse ¶
type ListInstancesResponse = src.ListInstancesResponse
Response message for `Instances.ListInstances`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type ListServicesRequest ¶
type ListServicesRequest = src.ListServicesRequest
Request message for `Services.ListServices`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type ListServicesResponse ¶
type ListServicesResponse = src.ListServicesResponse
Response message for `Services.ListServices`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type ListVersionsRequest ¶
type ListVersionsRequest = src.ListVersionsRequest
Request message for `Versions.ListVersions`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type ListVersionsResponse ¶
type ListVersionsResponse = src.ListVersionsResponse
Response message for `Versions.ListVersions`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type LivenessCheck ¶
type LivenessCheck = src.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 LocationMetadata ¶
type LocationMetadata = src.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 LoginRequirement ¶
type LoginRequirement = src.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 ManagedCertificate ¶
type ManagedCertificate = src.ManagedCertificate
A certificate managed by App Engine.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type ManagementStatus ¶
type ManagementStatus = src.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 ManualScaling ¶
type ManualScaling = src.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 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 NetworkSettings ¶
type NetworkSettings = src.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_IngressTrafficAllowed ¶
type NetworkSettings_IngressTrafficAllowed = src.NetworkSettings_IngressTrafficAllowed
If unspecified, INGRESS_TRAFFIC_ALLOWED_ALL will be used.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type NetworkUtilization ¶
type NetworkUtilization = src.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 OperationMetadataV1 ¶
type OperationMetadataV1 = src.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_CreateVersionMetadata ¶
type OperationMetadataV1_CreateVersionMetadata = src.OperationMetadataV1_CreateVersionMetadata
type ReadinessCheck ¶
type ReadinessCheck = src.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 RepairApplicationRequest ¶
type RepairApplicationRequest = src.RepairApplicationRequest
Request message for 'Applications.RepairApplication'.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type RequestUtilization ¶
type RequestUtilization = src.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 ResourceRecord ¶
type ResourceRecord = src.ResourceRecord
A DNS resource record.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type ResourceRecord_RecordType ¶
type ResourceRecord_RecordType = src.ResourceRecord_RecordType
A resource record type.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type Resources ¶
Machine resources for a version.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type ScriptHandler ¶
type ScriptHandler = src.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 SecurityLevel ¶
type SecurityLevel = src.SecurityLevel
Methods to enforce security (HTTPS) on a URL.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
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 ServicesClient ¶
type ServicesClient = src.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
func NewServicesClient ¶
func NewServicesClient(cc grpc.ClientConnInterface) ServicesClient
Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb
type ServicesServer ¶
type ServicesServer = src.ServicesServer
ServicesServer is the server API for Services service.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type ServingStatus ¶
type ServingStatus = src.ServingStatus
Run states of a version.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type SslSettings ¶
type SslSettings = src.SslSettings
SSL configuration for a `DomainMapping` resource.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type SslSettings_SslManagementType ¶
type SslSettings_SslManagementType = src.SslSettings_SslManagementType
The SSL management type for this domain.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type StandardSchedulerSettings ¶
type StandardSchedulerSettings = src.StandardSchedulerSettings
Scheduler settings for standard environment.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type StaticFilesHandler ¶
type StaticFilesHandler = src.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 TrafficSplit ¶
type TrafficSplit = src.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_ShardBy ¶
type TrafficSplit_ShardBy = src.TrafficSplit_ShardBy
Available sharding mechanisms.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type UnimplementedApplicationsServer ¶
type UnimplementedApplicationsServer = src.UnimplementedApplicationsServer
UnimplementedApplicationsServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type UnimplementedAuthorizedCertificatesServer ¶
type UnimplementedAuthorizedCertificatesServer = src.UnimplementedAuthorizedCertificatesServer
UnimplementedAuthorizedCertificatesServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type UnimplementedAuthorizedDomainsServer ¶
type UnimplementedAuthorizedDomainsServer = src.UnimplementedAuthorizedDomainsServer
UnimplementedAuthorizedDomainsServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type UnimplementedDomainMappingsServer ¶
type UnimplementedDomainMappingsServer = src.UnimplementedDomainMappingsServer
UnimplementedDomainMappingsServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type UnimplementedFirewallServer ¶
type UnimplementedFirewallServer = src.UnimplementedFirewallServer
UnimplementedFirewallServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type UnimplementedInstancesServer ¶
type UnimplementedInstancesServer = src.UnimplementedInstancesServer
UnimplementedInstancesServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type UnimplementedServicesServer ¶
type UnimplementedServicesServer = src.UnimplementedServicesServer
UnimplementedServicesServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type UnimplementedVersionsServer ¶
type UnimplementedVersionsServer = src.UnimplementedVersionsServer
UnimplementedVersionsServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type UpdateApplicationRequest ¶
type UpdateApplicationRequest = src.UpdateApplicationRequest
Request message for `Applications.UpdateApplication`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type UpdateAuthorizedCertificateRequest ¶
type UpdateAuthorizedCertificateRequest = src.UpdateAuthorizedCertificateRequest
Request message for `AuthorizedCertificates.UpdateAuthorizedCertificate`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type UpdateDomainMappingRequest ¶
type UpdateDomainMappingRequest = src.UpdateDomainMappingRequest
Request message for `DomainMappings.UpdateDomainMapping`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type UpdateIngressRuleRequest ¶
type UpdateIngressRuleRequest = src.UpdateIngressRuleRequest
Request message for `Firewall.UpdateIngressRule`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type UpdateServiceMethod ¶
type UpdateServiceMethod = src.UpdateServiceMethod
Detailed information about UpdateService call.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type UpdateServiceRequest ¶
type UpdateServiceRequest = src.UpdateServiceRequest
Request message for `Services.UpdateService`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type UpdateVersionRequest ¶
type UpdateVersionRequest = src.UpdateVersionRequest
Request message for `Versions.UpdateVersion`.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type UrlDispatchRule ¶
type UrlDispatchRule = src.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 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_ApiEndpoint ¶
type UrlMap_ApiEndpoint = src.UrlMap_ApiEndpoint
type UrlMap_RedirectHttpResponseCode ¶
type UrlMap_RedirectHttpResponseCode = src.UrlMap_RedirectHttpResponseCode
Redirect codes.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
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 VersionView ¶
type VersionView = src.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 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 ¶
type VersionsClient = src.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
func NewVersionsClient ¶
func NewVersionsClient(cc grpc.ClientConnInterface) VersionsClient
Deprecated: Please use funcs in: cloud.google.com/go/appengine/apiv1/appenginepb
type VersionsServer ¶
type VersionsServer = src.VersionsServer
VersionsServer is the server API for Versions service.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
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 VpcAccessConnector ¶
type VpcAccessConnector = src.VpcAccessConnector
VPC access connector specification.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
type VpcAccessConnector_EgressSetting ¶
type VpcAccessConnector_EgressSetting = src.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 ZipInfo ¶
The zip file information for a zip deployment.
Deprecated: Please use types in: cloud.google.com/go/appengine/apiv1/appenginepb
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 hour ago –
Tools for package owners.