ConfigApi: Config operations

ConfigApiR Documentation

Config operations

Description

looker.Config

Methods

all_legacy_features Get All Legacy Features

all_locales Get All Locales

all_timezones Get All Timezones

api_spec Get an API specification

cloud_storage_configuration Get Cloud Storage

create_digest_email_send Deliver digest email contents

custom_welcome_email Get Custom Welcome Email

digest_emails_enabled Get Digest_emails

get_setting Get Setting

internal_help_resources Get Internal Help Resources

internal_help_resources_content Get Internal Help Resources Content

legacy_feature Get Legacy Feature

mobile_settings Get Mobile_Settings

set_setting Set Setting

update_cloud_storage_configuration Update Cloud Storage

update_custom_welcome_email Update Custom Welcome Email Content

update_custom_welcome_email_test Send a test welcome email to the currently logged in user with the supplied content

update_digest_emails_enabled Update Digest_emails

update_internal_help_resources Update internal help resources configuration

update_internal_help_resources_content Update internal help resources content

update_legacy_feature Update Legacy Feature

update_whitelabel_configuration Update Whitelabel configuration

versions Get ApiVersion

whitelabel_configuration Get Whitelabel configuration

Public fields

path

Stores url path of the request.

apiClient

Handles the client-server communication.

userAgent

Set the user agent of the request.

Active bindings

path

Stores url path of the request.

Methods

Public methods


Method new()

Usage
ConfigApi$new(apiClient)

Method all_legacy_features()

Usage
ConfigApi$all_legacy_features(...)

Method all_locales()

Usage
ConfigApi$all_locales(...)

Method all_timezones()

Usage
ConfigApi$all_timezones(...)

Method api_spec()

Usage
ConfigApi$api_spec(api_version, specification, ...)

Method cloud_storage_configuration()

Usage
ConfigApi$cloud_storage_configuration(...)

Method create_digest_email_send()

Usage
ConfigApi$create_digest_email_send(...)

Method custom_welcome_email()

Usage
ConfigApi$custom_welcome_email(...)

Method digest_emails_enabled()

Usage
ConfigApi$digest_emails_enabled(...)

Method get_setting()

Usage
ConfigApi$get_setting(fields, ...)

Method internal_help_resources()

Usage
ConfigApi$internal_help_resources(...)

Method internal_help_resources_content()

Usage
ConfigApi$internal_help_resources_content(...)

Method legacy_feature()

Usage
ConfigApi$legacy_feature(legacy_feature_id, ...)

Method mobile_settings()

Usage
ConfigApi$mobile_settings(...)

Method set_setting()

Usage
ConfigApi$set_setting(body, fields, ...)

Method update_cloud_storage_configuration()

Usage
ConfigApi$update_cloud_storage_configuration(body, ...)

Method update_custom_welcome_email()

Usage
ConfigApi$update_custom_welcome_email(body, send_test_welcome_email, ...)

Method update_custom_welcome_email_test()

Usage
ConfigApi$update_custom_welcome_email_test(body, ...)

Method update_digest_emails_enabled()

Usage
ConfigApi$update_digest_emails_enabled(body, ...)

Method update_internal_help_resources()

Usage
ConfigApi$update_internal_help_resources(body, ...)

Method update_internal_help_resources_content()

Usage
ConfigApi$update_internal_help_resources_content(body, ...)

Method update_legacy_feature()

Usage
ConfigApi$update_legacy_feature(legacy_feature_id, body, ...)

Method update_whitelabel_configuration()

Usage
ConfigApi$update_whitelabel_configuration(body, ...)

Method versions()

Usage
ConfigApi$versions(fields, ...)

Method whitelabel_configuration()

Usage
ConfigApi$whitelabel_configuration(fields, ...)

Method clone()

The objects of this class are cloneable with this method.

Usage
ConfigApi$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


looker/lookr documentation built on Jan. 15, 2024, 2:49 a.m.