Namespace Google.Apis.Appengine.v1alpha.Data
Classes
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.
AuthorizedDomain
A domain that a user has been authorized to administer. To authorize use of a domain, verify ownership via Search Console (https://search.google.com/search-console/welcome).
CertificateRawData
An SSL certificate obtained from a certificate authority.
ContainerState
ContainerState contains the externally-visible container state that is used to communicate the state and reasoning for that state to the CLH. This data is not persisted by CCFE, but is instead derived from CCFE's internal representation of the container state.
CreateVersionMetadataV1
Metadata for the given google.longrunning.Operation during a google.appengine.v1.CreateVersionRequest.
CreateVersionMetadataV1Alpha
Metadata for the given google.longrunning.Operation during a google.appengine.v1alpha.CreateVersionRequest.
CreateVersionMetadataV1Beta
Metadata for the given google.longrunning.Operation during a google.appengine.v1beta.CreateVersionRequest.
DomainMapping
A domain serving an App Engine application.
Empty
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
GceTag
For use only by GCE. GceTag is a wrapper around the GCE administrative tag with parent info.
GoogleAppengineV1betaLocationMetadata
Metadata for the given google.cloud.location.Location.
ListAuthorizedCertificatesResponse
Response message for AuthorizedCertificates.ListAuthorizedCertificates.
ListAuthorizedDomainsResponse
Response message for AuthorizedDomains.ListAuthorizedDomains.
ListDomainMappingsResponse
Response message for DomainMappings.ListDomainMappings.
ListLocationsResponse
The response message for Locations.ListLocations.
ListOperationsResponse
The response message for Operations.ListOperations.
Location
A resource that represents a Google Cloud location.
LocationMetadata
Metadata for the given google.cloud.location.Location.
ManagedCertificate
A certificate managed by App Engine.
Operation
This resource represents a long-running operation that is the result of a network API call.
OperationMetadataV1
Metadata for the given google.longrunning.Operation.
OperationMetadataV1Alpha
Metadata for the given google.longrunning.Operation.
OperationMetadataV1Beta
Metadata for the given google.longrunning.Operation.
ProjectEvent
The request sent to CLHs during project events.
ProjectsMetadata
ProjectsMetadata is the metadata CCFE stores about the all the relevant projects (tenant, consumer, producer).
Reasons
Containers transition between and within states based on reasons sent from various systems. CCFE will provide the CLH with reasons for the current state per system.The current systems that CCFE supports are: Service Management (Inception) Data Governance (Wipeout) Abuse (Ares) Billing (Internal Cloud Billing API) Service Activation (Service Controller)
ResourceRecord
A DNS resource record.
SslSettings
SSL configuration for a DomainMapping resource.
Status
The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC (https://github.com/grpc). Each Status message contains three pieces of data: error code, error message, and error details.You can find out more about this error model and how to work with it in the API Design Guide (https://cloud.google.com/apis/design/errors).