Modules§

Structs§

  • Creates a RuntimeConfig resource.
  • Request for the CreateVariable() method.
  • Request message for CreateWaiter() method.
  • Request for the DeleteConfig() method.
  • Request for the DeleteVariable() method.
  • Request for the DeleteWaiter() method.
  • The condition that a Waiter resource is waiting for.
  • Gets a RuntimeConfig resource.
  • Request for the GetVariable() method.
  • Request for the GetWaiter() method.
  • Request for the ListConfigs() method.
  • ListConfigs() returns the following response. The order of returned objects is arbitrary; that is, it is not ordered in any particular way.
  • Request for the ListVariables() method.
  • Response for the ListVariables() method.
  • Request for the ListWaiters() method.
  • Response for the ListWaiters() method. Order of returned waiter objects is arbitrary.
  • A RuntimeConfig resource is the primary resource in the Cloud RuntimeConfig service. A RuntimeConfig resource consists of metadata and a hierarchy of variables.
  • Request message for UpdateConfig() method.
  • Request for the UpdateVariable() method.
  • Describes a single variable within a RuntimeConfig resource. The name denotes the hierarchical variable name. For example, ports/serving_port is a valid variable name. The variable value is an opaque string and only leaf variables can have values (that is, variables that do not have any child variables).
  • A Waiter resource waits for some end condition within a RuntimeConfig resource to be met before it returns. For example, assume you have a distributed system where each node writes to a Variable resource indidicating the node’s readiness as part of the startup process.
  • Request for the WatchVariable() method.

Enums§

  • The VariableState describes the last known state of the variable and is used during a variables().watch call to distinguish the state of the variable.