Package Methods (0.35.0)

Summary of entries of Methods for runtimeconfig.

google.cloud.runtimeconfig.client.Client.config

config(config_name)

Factory constructor for config object.

See more: google.cloud.runtimeconfig.client.Client.config

google.cloud.runtimeconfig.config.Config.exists

exists(client=None)

Determines whether or not this config exists.

See more: google.cloud.runtimeconfig.config.Config.exists

google.cloud.runtimeconfig.config.Config.get_variable

get_variable(variable_name, client=None)

API call: get a variable via a GET request.

See more: google.cloud.runtimeconfig.config.Config.get_variable

google.cloud.runtimeconfig.config.Config.list_variables

list_variables(page_size=None, page_token=None, client=None)

API call: list variables for this config.

See more: google.cloud.runtimeconfig.config.Config.list_variables

google.cloud.runtimeconfig.config.Config.reload

reload(client=None)

API call: reload the config via a GET request.

See more: google.cloud.runtimeconfig.config.Config.reload

google.cloud.runtimeconfig.config.Config.variable

variable(variable_name)

Factory constructor for variable object.

See more: google.cloud.runtimeconfig.config.Config.variable

google.cloud.runtimeconfig.variable.Variable.create

create(client=None)

API call: create the variable via a POST request.

See more: google.cloud.runtimeconfig.variable.Variable.create

google.cloud.runtimeconfig.variable.Variable.exists

exists(client=None)

API call: test for the existence of the variable via a GET request.

See more: google.cloud.runtimeconfig.variable.Variable.exists

google.cloud.runtimeconfig.variable.Variable.from_api_repr

from_api_repr(resource, config)

Factory: construct a Variable given its API representation .

See more: google.cloud.runtimeconfig.variable.Variable.from_api_repr

google.cloud.runtimeconfig.variable.Variable.reload

reload(client=None)

API call: reload the variable via a GET request.

See more: google.cloud.runtimeconfig.variable.Variable.reload

google.cloud.runtimeconfig.variable.Variable.update

update(client=None)

API call: update the variable via a PUT request.

See more: google.cloud.runtimeconfig.variable.Variable.update