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.

  1. ProjectsMetadata_ConsumerProjectState :: Text -> ProjectsMetadata_ConsumerProjectState

    gogol-appengine Gogol.AppEngine

    No documentation available.

  2. pattern ProjectsMetadata_ConsumerProjectState_Deleted :: ProjectsMetadata_ConsumerProjectState

    gogol-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.

  3. pattern ProjectsMetadata_ConsumerProjectState_ON :: ProjectsMetadata_ConsumerProjectState

    gogol-appengine Gogol.AppEngine

    CCFE considers the container to be serving or transitioning into serving.

  4. pattern ProjectsMetadata_ConsumerProjectState_Off :: ProjectsMetadata_ConsumerProjectState

    gogol-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.

  5. pattern ProjectsMetadata_ConsumerProjectState_UNKNOWNSTATE :: ProjectsMetadata_ConsumerProjectState

    gogol-appengine Gogol.AppEngine

    A container should never be in an unknown state. Receipt of a container with this state is an error.

  6. consumerProjectId :: ProjectsMetadata -> Maybe Text

    gogol-appengine Gogol.AppEngine

    The consumer project id.

  7. consumerProjectNumber :: ProjectsMetadata -> Maybe Int64

    gogol-appengine Gogol.AppEngine

    The consumer project number.

  8. consumerProjectState :: ProjectsMetadata -> Maybe ProjectsMetadata_ConsumerProjectState

    gogol-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.

  9. fromProjectsMetadata_ConsumerProjectState :: ProjectsMetadata_ConsumerProjectState -> Text

    gogol-appengine Gogol.AppEngine

    No documentation available.

  10. sha1Sum :: FileInfo -> Maybe Text

    gogol-appengine Gogol.AppEngine

    The SHA1 hash of the file, in hex.

Page 256 of many | Previous | Next