Service Template Spec
Constructors
Properties
ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container of the Revision. If not specified or 0, defaults to 80 when requested CPU >= 1 and defaults to 1 when requested CPU < 1.
Containers defines the unit of execution for this Revision. Structure is documented below.
Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account.
(Output, Deprecated) ServingState holds a value describing the state the resources are in for this Revision. It is expected that the system will manipulate this based on routability and load.
TimeoutSeconds holds the max duration the instance is allowed for responding to a request.
Volume represents a named volume in a container. Structure is documented below.