Namespace Google.Apis.Appengine.v1
Classes
AppengineBaseServiceRequest<TResponse>
A base abstract class for Appengine requests.
AppengineService
The Appengine Service.
AppengineService.Scope
Available OAuth 2.0 scopes for use with the App Engine Admin API.
AppengineService.ScopeConstants
Available OAuth 2.0 scope constants for use with the App Engine Admin API.
AppsResource
The "apps" collection of methods.
AppsResource.AuthorizedCertificatesResource
The "authorizedCertificates" collection of methods.
AppsResource.AuthorizedCertificatesResource.CreateRequest
Uploads the specified SSL certificate.
AppsResource.AuthorizedCertificatesResource.DeleteRequest
Deletes the specified SSL certificate.
AppsResource.AuthorizedCertificatesResource.GetRequest
Gets the specified SSL certificate.
AppsResource.AuthorizedCertificatesResource.ListRequest
Lists all SSL certificates the user is authorized to administer.
AppsResource.AuthorizedCertificatesResource.PatchRequest
Updates the specified SSL certificate. To renew a certificate and maintain its existing domain mappings, update certificate_data with a new certificate. The new certificate must be applicable to the same domains as the original certificate. The certificate display_name may also be updated.
AppsResource.AuthorizedDomainsResource
The "authorizedDomains" collection of methods.
AppsResource.AuthorizedDomainsResource.ListRequest
Lists all domains the user is authorized to administer.
AppsResource.CreateRequest
Creates an App Engine application for a Google Cloud Platform project. Required fields: id - The ID of the target Cloud Platform project. location - The region (https://cloud.google.com/appengine/docs/locations) where you want the App Engine application located.For more information about App Engine applications, see Managing Projects, Applications, and Billing (https://cloud.google.com/appengine/docs/standard/python/console/).
AppsResource.DomainMappingsResource
The "domainMappings" collection of methods.
AppsResource.DomainMappingsResource.CreateRequest
Maps a domain to an application. A user must be authorized to administer a domain in order to map it to an application. For a list of available authorized domains, see AuthorizedDomains.ListAuthorizedDomains.
AppsResource.DomainMappingsResource.DeleteRequest
Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource.
AppsResource.DomainMappingsResource.GetRequest
Gets the specified domain mapping.
AppsResource.DomainMappingsResource.ListRequest
Lists the domain mappings on an application.
AppsResource.DomainMappingsResource.PatchRequest
Updates the specified domain mapping. To map an SSL certificate to a domain mapping, update certificate_id to point to an AuthorizedCertificate resource. A user must be authorized to administer the associated domain in order to update a DomainMapping resource.
AppsResource.FirewallResource
The "firewall" collection of methods.
AppsResource.FirewallResource.IngressRulesResource
The "ingressRules" collection of methods.
AppsResource.FirewallResource.IngressRulesResource.BatchUpdateRequest
Replaces the entire firewall ruleset in one bulk operation. This overrides and replaces the rules of an existing firewall with the new rules.If the final rule does not match traffic with the '*' wildcard IP range, then an "allow all" rule is explicitly added to the end of the list.
AppsResource.FirewallResource.IngressRulesResource.CreateRequest
Creates a firewall rule for the application.
AppsResource.FirewallResource.IngressRulesResource.DeleteRequest
Deletes the specified firewall rule.
AppsResource.FirewallResource.IngressRulesResource.GetRequest
Gets the specified firewall rule.
AppsResource.FirewallResource.IngressRulesResource.ListRequest
Lists the firewall rules of an application.
AppsResource.FirewallResource.IngressRulesResource.PatchRequest
Updates the specified firewall rule.
AppsResource.GetRequest
Gets information about an application.
AppsResource.ListRuntimesRequest
Lists all the available runtimes for the application.
AppsResource.LocationsResource
The "locations" collection of methods.
AppsResource.LocationsResource.GetRequest
Gets information about a location.
AppsResource.LocationsResource.ListRequest
Lists information about the supported locations for this service.
AppsResource.OperationsResource
The "operations" collection of methods.
AppsResource.OperationsResource.GetRequest
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
AppsResource.OperationsResource.ListRequest
Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.
AppsResource.PatchRequest
Updates the specified Application resource. You can update the following fields: auth_domain - Google authentication domain for controlling user access to the application. default_cookie_expiration - Cookie expiration policy for the application. iap - Identity-Aware Proxy properties for the application.
AppsResource.RepairRequest
Recreates the required App Engine features for the specified App Engine application, for example a Cloud Storage bucket or App Engine service account. Use this method if you receive an error message about a missing feature, for example, Error retrieving the App Engine service account. If you have deleted your App Engine service account, this will not be able to recreate it. Instead, you should attempt to use the IAM undelete API if possible at https://cloud.google.com/iam/reference/rest/v1/projects.serviceAccounts/undelete?apix_params=%7B"name"%3A"projects%2F-%2FserviceAccounts%2Funique_id"%2C"resource"%3A%7B%7D%7D . If the deletion was recent, the numeric ID can be found in the Cloud Console Activity Log.
AppsResource.ServicesResource
The "services" collection of methods.
AppsResource.ServicesResource.DeleteRequest
Deletes the specified service and all enclosed versions.
AppsResource.ServicesResource.GetRequest
Gets the current configuration of the specified service.
AppsResource.ServicesResource.ListRequest
Lists all the services in the application.
AppsResource.ServicesResource.PatchRequest
Updates the configuration of the specified service.
AppsResource.ServicesResource.VersionsResource
The "versions" collection of methods.
AppsResource.ServicesResource.VersionsResource.CreateRequest
Deploys code and resource files to a new version.
AppsResource.ServicesResource.VersionsResource.DeleteRequest
Deletes an existing Version resource.
AppsResource.ServicesResource.VersionsResource.GetRequest
Gets the specified Version resource. By default, only a BASIC_VIEW will be returned. Specify the FULL_VIEW parameter to get the full resource.
AppsResource.ServicesResource.VersionsResource.InstancesResource
The "instances" collection of methods.
AppsResource.ServicesResource.VersionsResource.InstancesResource.DebugRequest
Enables debugging on a VM instance. This allows you to use the SSH command to connect to the virtual machine where the instance lives. While in "debug mode", the instance continues to serve live traffic. You should delete the instance when you are done debugging and then allow the system to take over and determine if another instance should be started.Only applicable for instances in App Engine flexible environment.
AppsResource.ServicesResource.VersionsResource.InstancesResource.DeleteRequest
Stops a running instance.The instance might be automatically recreated based on the scaling settings of the version. For more information, see "How Instances are Managed" (standard environment (https://cloud.google.com/appengine/docs/standard/python/how-instances-are-managed) | flexible environment (https://cloud.google.com/appengine/docs/flexible/python/how-instances-are-managed)).To ensure that instances are not re-created and avoid getting billed, you can stop all instances within the target version by changing the serving status of the version to STOPPED with the apps.services.versions.patch (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions/patch) method.
AppsResource.ServicesResource.VersionsResource.InstancesResource.GetRequest
Gets instance information.
AppsResource.ServicesResource.VersionsResource.InstancesResource.ListRequest
Lists the instances of a version.Tip: To aggregate details about instances over time, see the Stackdriver Monitoring API (https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
AppsResource.ServicesResource.VersionsResource.ListRequest
Lists the versions of a service.
AppsResource.ServicesResource.VersionsResource.PatchRequest
Updates the specified Version resource. You can specify the following fields depending on the App Engine environment and type of scaling that the version resource uses:Standard environment instance_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.instance_class)automatic scaling in the standard environment: automatic_scaling.min_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automaticScaling.standard_scheduler_settings.max_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.min_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.target_cpu_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.target_throughput_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)basic scaling or manual scaling in the standard environment: serving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status) manual_scaling.instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)Flexible environment serving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)automatic scaling in the flexible environment: automatic_scaling.min_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.max_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.cool_down_period_sec (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.cpu_utilization.target_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)manual scaling in the flexible environment: manual_scaling.instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)
ProjectsResource
The "projects" collection of methods.
ProjectsResource.LocationsResource
The "locations" collection of methods.
ProjectsResource.LocationsResource.ApplicationsResource
The "applications" collection of methods.
ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedDomainsResource
The "authorizedDomains" collection of methods.
ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedDomainsResource.ListRequest
Lists all domains the user is authorized to administer.
ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource
The "services" collection of methods.
ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.VersionsResource
The "versions" collection of methods.
ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.VersionsResource.DeleteRequest
Deletes an existing Version resource.
Enums
AppengineBaseServiceRequest<TResponse>.AltEnum
Data format for response.
AppengineBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.
AppsResource.AuthorizedCertificatesResource.GetRequest.ViewEnum
Controls the set of fields returned in the GET response.
AppsResource.AuthorizedCertificatesResource.ListRequest.ViewEnum
Controls the set of fields returned in the LIST response.
AppsResource.DomainMappingsResource.CreateRequest.OverrideStrategyEnum
Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected.
AppsResource.GetRequest.IncludeExtraDataEnum
Options to include extra data
AppsResource.ListRuntimesRequest.EnvironmentEnum
Optional. The environment of the Application.
AppsResource.ServicesResource.VersionsResource.GetRequest.ViewEnum
Controls the set of fields returned in the Get response.
AppsResource.ServicesResource.VersionsResource.ListRequest.ViewEnum
Controls the set of fields returned in the List response.