Show / Hide Table of Contents

Namespace Google.Apis.ResourceSettings.v1

Classes

FoldersResource

The "folders" collection of methods.

FoldersResource.SettingsResource

The "settings" collection of methods.

FoldersResource.SettingsResource.GetRequest

Returns a specified setting. Returns a google.rpc.Status with google.rpc.Code.NOT_FOUND if the setting does not exist.

FoldersResource.SettingsResource.ListRequest

Lists all the settings that are available on the Cloud resource parent.

FoldersResource.SettingsResource.PatchRequest

Updates a specified setting. Returns a google.rpc.Status with google.rpc.Code.NOT_FOUND if the setting does not exist. Returns a google.rpc.Status with google.rpc.Code.FAILED_PRECONDITION if the setting is flagged as read only. Returns a google.rpc.Status with google.rpc.Code.ABORTED if the etag supplied in the request does not match the persisted etag of the setting value. On success, the response will contain only name, local_value and etag. The metadata and effective_value cannot be updated through this API. Note: the supplied setting will perform a full overwrite of the local_value field.

OrganizationsResource

The "organizations" collection of methods.

OrganizationsResource.SettingsResource

The "settings" collection of methods.

OrganizationsResource.SettingsResource.GetRequest

Returns a specified setting. Returns a google.rpc.Status with google.rpc.Code.NOT_FOUND if the setting does not exist.

OrganizationsResource.SettingsResource.ListRequest

Lists all the settings that are available on the Cloud resource parent.

OrganizationsResource.SettingsResource.PatchRequest

Updates a specified setting. Returns a google.rpc.Status with google.rpc.Code.NOT_FOUND if the setting does not exist. Returns a google.rpc.Status with google.rpc.Code.FAILED_PRECONDITION if the setting is flagged as read only. Returns a google.rpc.Status with google.rpc.Code.ABORTED if the etag supplied in the request does not match the persisted etag of the setting value. On success, the response will contain only name, local_value and etag. The metadata and effective_value cannot be updated through this API. Note: the supplied setting will perform a full overwrite of the local_value field.

ProjectsResource

The "projects" collection of methods.

ProjectsResource.SettingsResource

The "settings" collection of methods.

ProjectsResource.SettingsResource.GetRequest

Returns a specified setting. Returns a google.rpc.Status with google.rpc.Code.NOT_FOUND if the setting does not exist.

ProjectsResource.SettingsResource.ListRequest

Lists all the settings that are available on the Cloud resource parent.

ProjectsResource.SettingsResource.PatchRequest

Updates a specified setting. Returns a google.rpc.Status with google.rpc.Code.NOT_FOUND if the setting does not exist. Returns a google.rpc.Status with google.rpc.Code.FAILED_PRECONDITION if the setting is flagged as read only. Returns a google.rpc.Status with google.rpc.Code.ABORTED if the etag supplied in the request does not match the persisted etag of the setting value. On success, the response will contain only name, local_value and etag. The metadata and effective_value cannot be updated through this API. Note: the supplied setting will perform a full overwrite of the local_value field.

ResourceSettingsBaseServiceRequest<TResponse>

A base abstract class for ResourceSettings requests.

ResourceSettingsService

The ResourceSettings Service.

ResourceSettingsService.Scope

Available OAuth 2.0 scopes for use with the Resource Settings API.

ResourceSettingsService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Resource Settings API.

Enums

FoldersResource.SettingsResource.GetRequest.ViewEnum

The SettingView for this request.

FoldersResource.SettingsResource.ListRequest.ViewEnum

The SettingView for this request.

OrganizationsResource.SettingsResource.GetRequest.ViewEnum

The SettingView for this request.

OrganizationsResource.SettingsResource.ListRequest.ViewEnum

The SettingView for this request.

ProjectsResource.SettingsResource.GetRequest.ViewEnum

The SettingView for this request.

ProjectsResource.SettingsResource.ListRequest.ViewEnum

The SettingView for this request.

ResourceSettingsBaseServiceRequest<TResponse>.AltEnum

Data format for response.

ResourceSettingsBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

In This Article
Back to top