Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ProjectsMetadata_ConsumerProjectState :: Text -> ProjectsMetadata_ConsumerProjectStategogol-appengine Gogol.AppEngine No documentation available.
pattern
ProjectsMetadata_ConsumerProjectState_Deleted :: ProjectsMetadata_ConsumerProjectStategogol-appengine Gogol.AppEngine This state indicates that the container has been (or is being) completely removed. This is often due to a data governance purge request and therefore resources should be deleted when this state is reached.
pattern
ProjectsMetadata_ConsumerProjectState_ON :: ProjectsMetadata_ConsumerProjectStategogol-appengine Gogol.AppEngine CCFE considers the container to be serving or transitioning into serving.
pattern
ProjectsMetadata_ConsumerProjectState_Off :: ProjectsMetadata_ConsumerProjectStategogol-appengine Gogol.AppEngine CCFE considers the container to be in an OFF state. This could occur due to various factors. The state could be triggered by Google-internal audits (ex. abuse suspension, billing closed) or cleanups trigged by compliance systems (ex. data governance hide). User-initiated events such as service management deactivation trigger a container to an OFF state.CLHs might choose to do nothing in this case or to turn off costly resources. CLHs need to consider the customer experience if an ON/OFF/ON sequence of state transitions occurs vs. the cost of deleting resources, keeping metadata about resources, or even keeping resources live for a period of time.CCFE will not send any new customer requests to the CLH when the container is in an OFF state. However, CCFE will allow all previous customer requests relayed to CLH to complete.
pattern
ProjectsMetadata_ConsumerProjectState_UNKNOWNSTATE :: ProjectsMetadata_ConsumerProjectStategogol-appengine Gogol.AppEngine A container should never be in an unknown state. Receipt of a container with this state is an error.
consumerProjectId :: ProjectsMetadata -> Maybe Textgogol-appengine Gogol.AppEngine The consumer project id.
consumerProjectNumber :: ProjectsMetadata -> Maybe Int64gogol-appengine Gogol.AppEngine The consumer project number.
consumerProjectState :: ProjectsMetadata -> Maybe ProjectsMetadata_ConsumerProjectStategogol-appengine Gogol.AppEngine The CCFE state of the consumer project. It is the same state that is communicated to the CLH during project events. Notice that this field is not set in the DB, it is only set in this proto when communicated to CLH in the side channel.
fromProjectsMetadata_ConsumerProjectState :: ProjectsMetadata_ConsumerProjectState -> Textgogol-appengine Gogol.AppEngine No documentation available.
sha1Sum :: FileInfo -> Maybe Textgogol-appengine Gogol.AppEngine The SHA1 hash of the file, in hex.