Namespace Google.Apis.Appengine.v1alpha
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.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.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.
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.GetRequest
Gets information about a location.
ProjectsResource.LocationsResource.ListRequest
Lists information about the supported locations for this service.
ProjectsResource.LocationsResource.OperationsResource
The "operations" collection of methods.
ProjectsResource.LocationsResource.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.
ProjectsResource.LocationsResource.OperationsResource.ListRequest
Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.
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.