@Generated("by gapic-generator-java")
Package com.google.appengine.v1
The interfaces provided are listed below, along with usage samples.
======================= ApplicationsClient =======================
Service Description: Manages App Engine applications.
Sample for ApplicationsClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (ApplicationsClient applicationsClient = ApplicationsClient.create()) {
String name = "name3373707";
Application response = applicationsClient.getApplication(name);
}
======================= ServicesClient =======================
Service Description: Manages services of an application.
Sample for ServicesClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (ServicesClient servicesClient = ServicesClient.create()) {
GetServiceRequest request = GetServiceRequest.newBuilder().setName("name3373707").build();
Service response = servicesClient.getService(request);
}
======================= VersionsClient =======================
Service Description: Manages versions of a service.
Sample for VersionsClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (VersionsClient versionsClient = VersionsClient.create()) {
GetVersionRequest request =
GetVersionRequest.newBuilder()
.setName("name3373707")
.setView(VersionView.forNumber(0))
.build();
Version response = versionsClient.getVersion(request);
}
======================= InstancesClient =======================
Service Description: Manages instances of a version.
Sample for InstancesClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (InstancesClient instancesClient = InstancesClient.create()) {
GetInstanceRequest request = GetInstanceRequest.newBuilder().setName("name3373707").build();
Instance response = instancesClient.getInstance(request);
}
======================= FirewallClient =======================
Service Description: Firewall resources are used to define a collection of access control rules for an Application. Each rule is defined with a position which specifies the rule's order in the sequence of rules, an IP range to be matched against requests, and an action to take upon matching requests.
Every request is evaluated against the Firewall rules in priority order. Processesing stops at the first rule which matches the request's IP address. A final rule always specifies an action that applies to all remaining IP addresses. The default final rule for a newly-created application will be set to "allow" if not otherwise specified by the user.
Sample for FirewallClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FirewallClient firewallClient = FirewallClient.create()) {
BatchUpdateIngressRulesRequest request =
BatchUpdateIngressRulesRequest.newBuilder()
.setName("name3373707")
.addAllIngressRules(new ArrayList<FirewallRule>())
.build();
BatchUpdateIngressRulesResponse response = firewallClient.batchUpdateIngressRules(request);
}
======================= AuthorizedDomainsClient =======================
Service Description: Manages domains a user is authorized to administer. To authorize use of a domain, verify ownership via [Webmaster Central](https://www.google.com/webmasters/verification/home).
Sample for AuthorizedDomainsClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AuthorizedDomainsClient authorizedDomainsClient = AuthorizedDomainsClient.create()) {
ListAuthorizedDomainsRequest request =
ListAuthorizedDomainsRequest.newBuilder()
.setParent("parent-995424086")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
for (AuthorizedDomain element :
authorizedDomainsClient.listAuthorizedDomains(request).iterateAll()) {
// doThingsWith(element);
}
}
======================= AuthorizedCertificatesClient =======================
Service Description: Manages SSL certificates a user is authorized to administer. A user can administer any SSL certificates applicable to their authorized domains.
Sample for AuthorizedCertificatesClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AuthorizedCertificatesClient authorizedCertificatesClient =
AuthorizedCertificatesClient.create()) {
GetAuthorizedCertificateRequest request =
GetAuthorizedCertificateRequest.newBuilder()
.setName("name3373707")
.setView(AuthorizedCertificateView.forNumber(0))
.build();
AuthorizedCertificate response =
authorizedCertificatesClient.getAuthorizedCertificate(request);
}
======================= DomainMappingsClient =======================
Service Description: Manages domains serving an application.
Sample for DomainMappingsClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DomainMappingsClient domainMappingsClient = DomainMappingsClient.create()) {
GetDomainMappingRequest request =
GetDomainMappingRequest.newBuilder().setName("name3373707").build();
DomainMapping response = domainMappingsClient.getDomainMapping(request);
}
-
Class Summary Class Description ApiConfigHandler [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/) configuration for API handlers.ApiConfigHandler.Builder [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/) configuration for API handlers.ApiEndpointHandler Uses Google Cloud Endpoints to handle requests.ApiEndpointHandler.Builder Uses Google Cloud Endpoints to handle requests.AppengineProto Application An Application resource contains the top-level configuration of an App Engine application.Application.Builder An Application resource contains the top-level configuration of an App Engine application.Application.FeatureSettings The feature specific settings to be used in the application.Application.FeatureSettings.Builder The feature specific settings to be used in the application.Application.IdentityAwareProxy Identity-Aware ProxyApplication.IdentityAwareProxy.Builder Identity-Aware ProxyApplicationProto ApplicationsClient Service Description: Manages App Engine applications.ApplicationsGrpc Manages App Engine applications.ApplicationsGrpc.ApplicationsBlockingStub A stub to allow clients to do synchronous rpc calls to service Applications.ApplicationsGrpc.ApplicationsFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service Applications.ApplicationsGrpc.ApplicationsImplBase Base class for the server implementation of the service Applications.ApplicationsGrpc.ApplicationsStub A stub to allow clients to do asynchronous rpc calls to service Applications.ApplicationsSettings Settings class to configure an instance ofApplicationsClient
.ApplicationsSettings.Builder Builder for ApplicationsSettings.AppYamlProto AuditData App Engine admin service audit log.AuditData.Builder App Engine admin service audit log.AuditDataProto AuthorizedCertificate An SSL certificate that a user has been authorized to administer.AuthorizedCertificate.Builder An SSL certificate that a user has been authorized to administer.AuthorizedCertificatesClient Service Description: Manages SSL certificates a user is authorized to administer.AuthorizedCertificatesClient.ListAuthorizedCertificatesFixedSizeCollection AuthorizedCertificatesClient.ListAuthorizedCertificatesPage AuthorizedCertificatesClient.ListAuthorizedCertificatesPagedResponse AuthorizedCertificatesGrpc Manages SSL certificates a user is authorized to administer.AuthorizedCertificatesGrpc.AuthorizedCertificatesBlockingStub A stub to allow clients to do synchronous rpc calls to service AuthorizedCertificates.AuthorizedCertificatesGrpc.AuthorizedCertificatesFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service AuthorizedCertificates.AuthorizedCertificatesGrpc.AuthorizedCertificatesImplBase Base class for the server implementation of the service AuthorizedCertificates.AuthorizedCertificatesGrpc.AuthorizedCertificatesStub A stub to allow clients to do asynchronous rpc calls to service AuthorizedCertificates.AuthorizedCertificatesSettings Settings class to configure an instance ofAuthorizedCertificatesClient
.AuthorizedCertificatesSettings.Builder Builder for AuthorizedCertificatesSettings.AuthorizedDomain A domain that a user has been authorized to administer.AuthorizedDomain.Builder A domain that a user has been authorized to administer.AuthorizedDomainsClient Service Description: Manages domains a user is authorized to administer.AuthorizedDomainsClient.ListAuthorizedDomainsFixedSizeCollection AuthorizedDomainsClient.ListAuthorizedDomainsPage AuthorizedDomainsClient.ListAuthorizedDomainsPagedResponse AuthorizedDomainsGrpc Manages domains a user is authorized to administer.AuthorizedDomainsGrpc.AuthorizedDomainsBlockingStub A stub to allow clients to do synchronous rpc calls to service AuthorizedDomains.AuthorizedDomainsGrpc.AuthorizedDomainsFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service AuthorizedDomains.AuthorizedDomainsGrpc.AuthorizedDomainsImplBase Base class for the server implementation of the service AuthorizedDomains.AuthorizedDomainsGrpc.AuthorizedDomainsStub A stub to allow clients to do asynchronous rpc calls to service AuthorizedDomains.AuthorizedDomainsSettings Settings class to configure an instance ofAuthorizedDomainsClient
.AuthorizedDomainsSettings.Builder Builder for AuthorizedDomainsSettings.AutomaticScaling Automatic scaling is based on request rate, response latencies, and other application metrics.AutomaticScaling.Builder Automatic scaling is based on request rate, response latencies, and other application metrics.BasicScaling A service with basic scaling will create an instance when the application receives a request.BasicScaling.Builder A service with basic scaling will create an instance when the application receives a request.BatchUpdateIngressRulesRequest Request message for `Firewall.BatchUpdateIngressRules`.BatchUpdateIngressRulesRequest.Builder Request message for `Firewall.BatchUpdateIngressRules`.BatchUpdateIngressRulesResponse Response message for `Firewall.UpdateAllIngressRules`.BatchUpdateIngressRulesResponse.Builder Response message for `Firewall.UpdateAllIngressRules`.CertificateProto CertificateRawData An SSL certificate obtained from a certificate authority.CertificateRawData.Builder An SSL certificate obtained from a certificate authority.CloudBuildOptions Options for the build operations performed as a part of the version deployment.CloudBuildOptions.Builder Options for the build operations performed as a part of the version deployment.ContainerInfo Docker image that is used to create a container and start a VM instance for the version that you deploy.ContainerInfo.Builder Docker image that is used to create a container and start a VM instance for the version that you deploy.CpuUtilization Target scaling by CPU usage.CpuUtilization.Builder Target scaling by CPU usage.CreateApplicationRequest Request message for `Applications.CreateApplication`.CreateApplicationRequest.Builder Request message for `Applications.CreateApplication`.CreateAuthorizedCertificateRequest Request message for `AuthorizedCertificates.CreateAuthorizedCertificate`.CreateAuthorizedCertificateRequest.Builder Request message for `AuthorizedCertificates.CreateAuthorizedCertificate`.CreateDomainMappingRequest Request message for `DomainMappings.CreateDomainMapping`.CreateDomainMappingRequest.Builder Request message for `DomainMappings.CreateDomainMapping`.CreateIngressRuleRequest Request message for `Firewall.CreateIngressRule`.CreateIngressRuleRequest.Builder Request message for `Firewall.CreateIngressRule`.CreateVersionMetadataV1 Metadata for the given [google.longrunning.Operation][google.longrunning.Operation] during a [google.appengine.v1.CreateVersionRequest][google.appengine.v1.CreateVersionRequest].CreateVersionMetadataV1.Builder Metadata for the given [google.longrunning.Operation][google.longrunning.Operation] during a [google.appengine.v1.CreateVersionRequest][google.appengine.v1.CreateVersionRequest].CreateVersionMethod Detailed information about CreateVersion call.CreateVersionMethod.Builder Detailed information about CreateVersion call.CreateVersionRequest Request message for `Versions.CreateVersion`.CreateVersionRequest.Builder Request message for `Versions.CreateVersion`.DebugInstanceRequest Request message for `Instances.DebugInstance`.DebugInstanceRequest.Builder Request message for `Instances.DebugInstance`.DeleteAuthorizedCertificateRequest Request message for `AuthorizedCertificates.DeleteAuthorizedCertificate`.DeleteAuthorizedCertificateRequest.Builder Request message for `AuthorizedCertificates.DeleteAuthorizedCertificate`.DeleteDomainMappingRequest Request message for `DomainMappings.DeleteDomainMapping`.DeleteDomainMappingRequest.Builder Request message for `DomainMappings.DeleteDomainMapping`.DeleteIngressRuleRequest Request message for `Firewall.DeleteIngressRule`.DeleteIngressRuleRequest.Builder Request message for `Firewall.DeleteIngressRule`.DeleteInstanceRequest Request message for `Instances.DeleteInstance`.DeleteInstanceRequest.Builder Request message for `Instances.DeleteInstance`.DeleteServiceRequest Request message for `Services.DeleteService`.DeleteServiceRequest.Builder Request message for `Services.DeleteService`.DeleteVersionRequest Request message for `Versions.DeleteVersion`.DeleteVersionRequest.Builder Request message for `Versions.DeleteVersion`.DeployedFilesProto Deployment Code and application artifacts used to deploy a version to App Engine.Deployment.Builder Code and application artifacts used to deploy a version to App Engine.DeployProto DiskUtilization Target scaling by disk usage.DiskUtilization.Builder Target scaling by disk usage.DomainMapping A domain serving an App Engine application.DomainMapping.Builder A domain serving an App Engine application.DomainMappingProto DomainMappingsClient Service Description: Manages domains serving an application.DomainMappingsClient.ListDomainMappingsFixedSizeCollection DomainMappingsClient.ListDomainMappingsPage DomainMappingsClient.ListDomainMappingsPagedResponse DomainMappingsGrpc Manages domains serving an application.DomainMappingsGrpc.DomainMappingsBlockingStub A stub to allow clients to do synchronous rpc calls to service DomainMappings.DomainMappingsGrpc.DomainMappingsFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service DomainMappings.DomainMappingsGrpc.DomainMappingsImplBase Base class for the server implementation of the service DomainMappings.DomainMappingsGrpc.DomainMappingsStub A stub to allow clients to do asynchronous rpc calls to service DomainMappings.DomainMappingsSettings Settings class to configure an instance ofDomainMappingsClient
.DomainMappingsSettings.Builder Builder for DomainMappingsSettings.DomainProto EndpointsApiService [Cloud Endpoints](https://cloud.google.com/endpoints) configuration.EndpointsApiService.Builder [Cloud Endpoints](https://cloud.google.com/endpoints) configuration.Entrypoint The entrypoint for the application.Entrypoint.Builder The entrypoint for the application.ErrorHandler Custom static error page to be served when an error occurs.ErrorHandler.Builder Custom static error page to be served when an error occurs.FileInfo Single source file that is part of the version to be deployed.FileInfo.Builder Single source file that is part of the version to be deployed.FirewallClient Service Description: Firewall resources are used to define a collection of access control rules for an Application.FirewallClient.ListIngressRulesFixedSizeCollection FirewallClient.ListIngressRulesPage FirewallClient.ListIngressRulesPagedResponse FirewallGrpc Firewall resources are used to define a collection of access control rules for an Application.FirewallGrpc.FirewallBlockingStub A stub to allow clients to do synchronous rpc calls to service Firewall.FirewallGrpc.FirewallFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service Firewall.FirewallGrpc.FirewallImplBase Base class for the server implementation of the service Firewall.FirewallGrpc.FirewallStub A stub to allow clients to do asynchronous rpc calls to service Firewall.FirewallSettings Settings class to configure an instance ofFirewallClient
.FirewallSettings.Builder Builder for FirewallSettings.GetApplicationRequest Request message for `Applications.GetApplication`.GetApplicationRequest.Builder Request message for `Applications.GetApplication`.GetAuthorizedCertificateRequest Request message for `AuthorizedCertificates.GetAuthorizedCertificate`.GetAuthorizedCertificateRequest.Builder Request message for `AuthorizedCertificates.GetAuthorizedCertificate`.GetDomainMappingRequest Request message for `DomainMappings.GetDomainMapping`.GetDomainMappingRequest.Builder Request message for `DomainMappings.GetDomainMapping`.GetIngressRuleRequest Request message for `Firewall.GetIngressRule`.GetIngressRuleRequest.Builder Request message for `Firewall.GetIngressRule`.GetInstanceRequest Request message for `Instances.GetInstance`.GetInstanceRequest.Builder Request message for `Instances.GetInstance`.GetServiceRequest Request message for `Services.GetService`.GetServiceRequest.Builder Request message for `Services.GetService`.GetVersionRequest Request message for `Versions.GetVersion`.GetVersionRequest.Builder Request message for `Versions.GetVersion`.HealthCheck Health checking configuration for VM instances.HealthCheck.Builder Health checking configuration for VM instances.Instance An Instance resource is the computing unit that App Engine uses to automatically scale an application.Instance.Builder An Instance resource is the computing unit that App Engine uses to automatically scale an application.Instance.Liveness Wrapper for LivenessState enum.Instance.Liveness.Builder Wrapper for LivenessState enum.InstanceProto InstancesClient Service Description: Manages instances of a version.InstancesClient.ListInstancesFixedSizeCollection InstancesClient.ListInstancesPage InstancesClient.ListInstancesPagedResponse InstancesGrpc Manages instances of a version.InstancesGrpc.InstancesBlockingStub A stub to allow clients to do synchronous rpc calls to service Instances.InstancesGrpc.InstancesFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service Instances.InstancesGrpc.InstancesImplBase Base class for the server implementation of the service Instances.InstancesGrpc.InstancesStub A stub to allow clients to do asynchronous rpc calls to service Instances.InstancesSettings Settings class to configure an instance ofInstancesClient
.InstancesSettings.Builder Builder for InstancesSettings.Library Third-party Python runtime library that is required by the application.Library.Builder Third-party Python runtime library that is required by the application.ListAuthorizedCertificatesRequest Request message for `AuthorizedCertificates.ListAuthorizedCertificates`.ListAuthorizedCertificatesRequest.Builder Request message for `AuthorizedCertificates.ListAuthorizedCertificates`.ListAuthorizedCertificatesResponse Response message for `AuthorizedCertificates.ListAuthorizedCertificates`.ListAuthorizedCertificatesResponse.Builder Response message for `AuthorizedCertificates.ListAuthorizedCertificates`.ListAuthorizedDomainsRequest Request message for `AuthorizedDomains.ListAuthorizedDomains`.ListAuthorizedDomainsRequest.Builder Request message for `AuthorizedDomains.ListAuthorizedDomains`.ListAuthorizedDomainsResponse Response message for `AuthorizedDomains.ListAuthorizedDomains`.ListAuthorizedDomainsResponse.Builder Response message for `AuthorizedDomains.ListAuthorizedDomains`.ListDomainMappingsRequest Request message for `DomainMappings.ListDomainMappings`.ListDomainMappingsRequest.Builder Request message for `DomainMappings.ListDomainMappings`.ListDomainMappingsResponse Response message for `DomainMappings.ListDomainMappings`.ListDomainMappingsResponse.Builder Response message for `DomainMappings.ListDomainMappings`.ListIngressRulesRequest Request message for `Firewall.ListIngressRules`.ListIngressRulesRequest.Builder Request message for `Firewall.ListIngressRules`.ListIngressRulesResponse Response message for `Firewall.ListIngressRules`.ListIngressRulesResponse.Builder Response message for `Firewall.ListIngressRules`.ListInstancesRequest Request message for `Instances.ListInstances`.ListInstancesRequest.Builder Request message for `Instances.ListInstances`.ListInstancesResponse Response message for `Instances.ListInstances`.ListInstancesResponse.Builder Response message for `Instances.ListInstances`.ListServicesRequest Request message for `Services.ListServices`.ListServicesRequest.Builder Request message for `Services.ListServices`.ListServicesResponse Response message for `Services.ListServices`.ListServicesResponse.Builder Response message for `Services.ListServices`.ListVersionsRequest Request message for `Versions.ListVersions`.ListVersionsRequest.Builder Request message for `Versions.ListVersions`.ListVersionsResponse Response message for `Versions.ListVersions`.ListVersionsResponse.Builder Response message for `Versions.ListVersions`.LivenessCheck Health checking configuration for VM instances.LivenessCheck.Builder Health checking configuration for VM instances.LocationMetadata Metadata for the given [google.cloud.location.Location][google.cloud.location.Location].LocationMetadata.Builder Metadata for the given [google.cloud.location.Location][google.cloud.location.Location].LocationProto ManagedCertificate A certificate managed by App Engine.ManagedCertificate.Builder A certificate managed by App Engine.ManualScaling A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.ManualScaling.Builder A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.Network Extra network settings.Network.Builder Extra network settings.NetworkSettings A NetworkSettings resource is a container for ingress settings for a version or service.NetworkSettings.Builder A NetworkSettings resource is a container for ingress settings for a version or service.NetworkSettingsProto NetworkUtilization Target scaling by network usage.NetworkUtilization.Builder Target scaling by network usage.OperationMetadataV1 Metadata for the given [google.longrunning.Operation][google.longrunning.Operation].OperationMetadataV1.Builder Metadata for the given [google.longrunning.Operation][google.longrunning.Operation].OperationProto ReadinessCheck Readiness checking configuration for VM instances.ReadinessCheck.Builder Readiness checking configuration for VM instances.RepairApplicationRequest Request message for 'Applications.RepairApplication'.RepairApplicationRequest.Builder Request message for 'Applications.RepairApplication'.RequestUtilization Target scaling by request utilization.RequestUtilization.Builder Target scaling by request utilization.ResourceRecord A DNS resource record.ResourceRecord.Builder A DNS resource record.Resources Machine resources for a version.Resources.Builder Machine resources for a version.ScriptHandler Executes a script to handle the request that matches the URL pattern.ScriptHandler.Builder Executes a script to handle the request that matches the URL pattern.Service A Service resource is a logical component of an application that can share state and communicate in a secure fashion with other services.Service.Builder A Service resource is a logical component of an application that can share state and communicate in a secure fashion with other services.ServiceProto ServicesClient Service Description: Manages services of an application.ServicesClient.ListServicesFixedSizeCollection ServicesClient.ListServicesPage ServicesClient.ListServicesPagedResponse ServicesGrpc Manages services of an application.ServicesGrpc.ServicesBlockingStub A stub to allow clients to do synchronous rpc calls to service Services.ServicesGrpc.ServicesFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service Services.ServicesGrpc.ServicesImplBase Base class for the server implementation of the service Services.ServicesGrpc.ServicesStub A stub to allow clients to do asynchronous rpc calls to service Services.ServicesSettings Settings class to configure an instance ofServicesClient
.ServicesSettings.Builder Builder for ServicesSettings.SslSettings SSL configuration for a `DomainMapping` resource.SslSettings.Builder SSL configuration for a `DomainMapping` resource.StandardSchedulerSettings Scheduler settings for standard environment.StandardSchedulerSettings.Builder Scheduler settings for standard environment.StaticFilesHandler Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files.StaticFilesHandler.Builder Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files.TrafficSplit Traffic routing configuration for versions within a single service.TrafficSplit.Builder Traffic routing configuration for versions within a single service.UpdateApplicationRequest Request message for `Applications.UpdateApplication`.UpdateApplicationRequest.Builder Request message for `Applications.UpdateApplication`.UpdateAuthorizedCertificateRequest Request message for `AuthorizedCertificates.UpdateAuthorizedCertificate`.UpdateAuthorizedCertificateRequest.Builder Request message for `AuthorizedCertificates.UpdateAuthorizedCertificate`.UpdateDomainMappingRequest Request message for `DomainMappings.UpdateDomainMapping`.UpdateDomainMappingRequest.Builder Request message for `DomainMappings.UpdateDomainMapping`.UpdateIngressRuleRequest Request message for `Firewall.UpdateIngressRule`.UpdateIngressRuleRequest.Builder Request message for `Firewall.UpdateIngressRule`.UpdateServiceMethod Detailed information about UpdateService call.UpdateServiceMethod.Builder Detailed information about UpdateService call.UpdateServiceRequest Request message for `Services.UpdateService`.UpdateServiceRequest.Builder Request message for `Services.UpdateService`.UpdateVersionRequest Request message for `Versions.UpdateVersion`.UpdateVersionRequest.Builder Request message for `Versions.UpdateVersion`.UrlDispatchRule Rules to match an HTTP request and dispatch that request to a service.UrlDispatchRule.Builder Rules to match an HTTP request and dispatch that request to a service.UrlMap URL pattern and description of how the URL should be handled.UrlMap.Builder URL pattern and description of how the URL should be handled.Version A Version resource is a specific set of source code and configuration files that are deployed into a service.Version.Builder A Version resource is a specific set of source code and configuration files that are deployed into a service.VersionProto VersionsClient Service Description: Manages versions of a service.VersionsClient.ListVersionsFixedSizeCollection VersionsClient.ListVersionsPage VersionsClient.ListVersionsPagedResponse VersionsGrpc Manages versions of a service.VersionsGrpc.VersionsBlockingStub A stub to allow clients to do synchronous rpc calls to service Versions.VersionsGrpc.VersionsFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service Versions.VersionsGrpc.VersionsImplBase Base class for the server implementation of the service Versions.VersionsGrpc.VersionsStub A stub to allow clients to do asynchronous rpc calls to service Versions.VersionsSettings Settings class to configure an instance ofVersionsClient
.VersionsSettings.Builder Builder for VersionsSettings.Volume Volumes mounted within the app container.Volume.Builder Volumes mounted within the app container.VpcAccessConnector VPC access connector specification.VpcAccessConnector.Builder VPC access connector specification.ZipInfo The zip file information for a zip deployment.ZipInfo.Builder The zip file information for a zip deployment. -
Enum Summary Enum Description Application.DatabaseType Protobuf enumgoogle.appengine.v1.Application.DatabaseType
Application.ServingStatus Protobuf enumgoogle.appengine.v1.Application.ServingStatus
AuditData.MethodCase AuthFailAction Actions to take when the user is not logged in.AuthorizedCertificateView Fields that should be returned when an AuthorizedCertificate resource is retrieved.DomainOverrideStrategy Override strategy for mutating an existing mapping.EndpointsApiService.RolloutStrategy Available rollout strategies.Entrypoint.CommandCase ErrorHandler.ErrorCode Error codes.InboundServiceType Available inbound services.Instance.Availability Availability of the instance.Instance.Liveness.LivenessState Liveness health check status for Flex instances.LoginRequirement Methods to restrict access to a URL based on login status.ManagementStatus State of certificate management.NetworkSettings.IngressTrafficAllowed If unspecified, INGRESS_TRAFFIC_ALLOWED_ALL will be used.OperationMetadataV1.MethodMetadataCase ResourceRecord.RecordType A resource record type.SecurityLevel Methods to enforce security (HTTPS) on a URL.ServingStatus Run states of a version.SslSettings.SslManagementType The SSL management type for this domain.TrafficSplit.ShardBy Available sharding mechanisms.UrlMap.HandlerTypeCase UrlMap.RedirectHttpResponseCode Redirect codes.Version.ScalingCase VersionView Fields that should be returned when [Version][google.appengine.v1.Version] resources are retrieved.VpcAccessConnector.EgressSetting Available egress settings.