Show / Hide Table of Contents

Namespace Google.Apis.CloudRuntimeConfig.v1beta1

Classes

CloudRuntimeConfigBaseServiceRequest<TResponse>

A base abstract class for CloudRuntimeConfig requests.

CloudRuntimeConfigService

The CloudRuntimeConfig Service.

CloudRuntimeConfigService.Scope

Available OAuth 2.0 scopes for use with the Cloud Runtime Configuration API.

CloudRuntimeConfigService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Cloud Runtime Configuration API.

ProjectsResource

The "projects" collection of methods.

ProjectsResource.ConfigsResource

The "configs" collection of methods.

ProjectsResource.ConfigsResource.CreateRequest

Creates a new RuntimeConfig resource. The configuration name must be unique within project.

ProjectsResource.ConfigsResource.DeleteRequest

Deletes a RuntimeConfig resource.

ProjectsResource.ConfigsResource.GetIamPolicyRequest

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

ProjectsResource.ConfigsResource.GetRequest

Gets information about a RuntimeConfig resource.

ProjectsResource.ConfigsResource.ListRequest

Lists all the RuntimeConfig resources within project.

ProjectsResource.ConfigsResource.OperationsResource

The "operations" collection of methods.

ProjectsResource.ConfigsResource.OperationsResource.GetRequest

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

ProjectsResource.ConfigsResource.OperationsResource.TestIamPermissionsRequest

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

ProjectsResource.ConfigsResource.SetIamPolicyRequest

Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

ProjectsResource.ConfigsResource.TestIamPermissionsRequest

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

ProjectsResource.ConfigsResource.UpdateRequest

Updates a RuntimeConfig resource. The configuration must exist beforehand.

ProjectsResource.ConfigsResource.VariablesResource

The "variables" collection of methods.

ProjectsResource.ConfigsResource.VariablesResource.CreateRequest

Creates a variable within the given configuration. You cannot create a variable with a name that is a prefix of an existing variable name, or a name that has an existing variable name as a prefix. To learn more about creating a variable, read the Setting and Getting Data documentation.

ProjectsResource.ConfigsResource.VariablesResource.DeleteRequest

Deletes a variable or multiple variables. If you specify a variable name, then that variable is deleted. If you specify a prefix and recursive is true, then all variables with that prefix are deleted. You must set a recursive to true if you delete variables by prefix.

ProjectsResource.ConfigsResource.VariablesResource.GetRequest

Gets information about a single variable.

ProjectsResource.ConfigsResource.VariablesResource.ListRequest

Lists variables within given a configuration, matching any provided filters. This only lists variable names, not the values, unless return_values is true, in which case only variables that user has IAM permission to GetVariable will be returned.

ProjectsResource.ConfigsResource.VariablesResource.TestIamPermissionsRequest

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

ProjectsResource.ConfigsResource.VariablesResource.UpdateRequest

Updates an existing variable with a new value.

ProjectsResource.ConfigsResource.VariablesResource.WatchRequest

Watches a specific variable and waits for a change in the variable's value. When there is a change, this method returns the new value or times out. If a variable is deleted while being watched, the variableState state is set to DELETED and the method returns the last known variable value. If you set the deadline for watching to a larger value than internal timeout (60 seconds), the current variable value is returned and the variableState will be VARIABLE_STATE_UNSPECIFIED. To learn more about creating a watcher, read the Watching a Variable for Changes documentation.

ProjectsResource.ConfigsResource.WaitersResource

The "waiters" collection of methods.

ProjectsResource.ConfigsResource.WaitersResource.CreateRequest

Creates a Waiter resource. This operation returns a long-running Operation resource which can be polled for completion. However, a waiter with the given name will exist (and can be retrieved) prior to the operation completing. If the operation fails, the failed Waiter resource will still exist and must be deleted prior to subsequent creation attempts.

ProjectsResource.ConfigsResource.WaitersResource.DeleteRequest

Deletes the waiter with the specified name.

ProjectsResource.ConfigsResource.WaitersResource.GetRequest

Gets information about a single waiter.

ProjectsResource.ConfigsResource.WaitersResource.ListRequest

List waiters within the given configuration.

ProjectsResource.ConfigsResource.WaitersResource.TestIamPermissionsRequest

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

Enums

CloudRuntimeConfigBaseServiceRequest<TResponse>.AltEnum

Data format for response.

CloudRuntimeConfigBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

In this article
Back to top Generated by DocFX