ConnectionApi: Connection operations

ConnectionApiR Documentation

Connection operations

Description

looker.Connection

Methods

all_connections Get All Connections

all_dialect_infos Get All Dialect Infos

all_external_oauth_applications Get All External OAuth Applications

all_ssh_servers Get All SSH Servers

all_ssh_tunnels Get All SSH Tunnels

connection Get Connection

create_connection Create Connection

create_external_oauth_application Create External OAuth Application

create_oauth_application_user_state Create Create OAuth user state.

create_ssh_server Create SSH Server

create_ssh_tunnel Create SSH Tunnel

delete_connection Delete Connection

delete_connection_override Delete Connection Override

delete_ssh_server Delete SSH Server

delete_ssh_tunnel Delete SSH Tunnel

ssh_public_key Get SSH Public Key

ssh_server Get SSH Server

ssh_tunnel Get SSH Tunnel

test_connection Test Connection

test_connection_config Test Connection Configuration

test_ssh_server Test SSH Server

test_ssh_tunnel Test SSH Tunnel

update_connection Update Connection

update_ssh_server Update SSH Server

update_ssh_tunnel Update SSH Tunnel

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
ConnectionApi$new(apiClient)

Method all_connections()

Usage
ConnectionApi$all_connections(fields, ...)

Method all_dialect_infos()

Usage
ConnectionApi$all_dialect_infos(fields, ...)

Method all_external_oauth_applications()

Usage
ConnectionApi$all_external_oauth_applications(name, client_id, ...)

Method all_ssh_servers()

Usage
ConnectionApi$all_ssh_servers(fields, ...)

Method all_ssh_tunnels()

Usage
ConnectionApi$all_ssh_tunnels(fields, ...)

Method connection()

Usage
ConnectionApi$connection(connection_name, fields, ...)

Method create_connection()

Usage
ConnectionApi$create_connection(body, ...)

Method create_external_oauth_application()

Usage
ConnectionApi$create_external_oauth_application(body, ...)

Method create_oauth_application_user_state()

Usage
ConnectionApi$create_oauth_application_user_state(body, ...)

Method create_ssh_server()

Usage
ConnectionApi$create_ssh_server(body, ...)

Method create_ssh_tunnel()

Usage
ConnectionApi$create_ssh_tunnel(body, ...)

Method delete_connection()

Usage
ConnectionApi$delete_connection(connection_name, ...)

Method delete_connection_override()

Usage
ConnectionApi$delete_connection_override(
  connection_name,
  override_context,
  ...
)

Method delete_ssh_server()

Usage
ConnectionApi$delete_ssh_server(ssh_server_id, ...)

Method delete_ssh_tunnel()

Usage
ConnectionApi$delete_ssh_tunnel(ssh_tunnel_id, ...)

Method ssh_public_key()

Usage
ConnectionApi$ssh_public_key(...)

Method ssh_server()

Usage
ConnectionApi$ssh_server(ssh_server_id, ...)

Method ssh_tunnel()

Usage
ConnectionApi$ssh_tunnel(ssh_tunnel_id, ...)

Method test_connection()

Usage
ConnectionApi$test_connection(connection_name, tests, ...)

Method test_connection_config()

Usage
ConnectionApi$test_connection_config(body, tests, ...)

Method test_ssh_server()

Usage
ConnectionApi$test_ssh_server(ssh_server_id, ...)

Method test_ssh_tunnel()

Usage
ConnectionApi$test_ssh_tunnel(ssh_tunnel_id, ...)

Method update_connection()

Usage
ConnectionApi$update_connection(connection_name, body, ...)

Method update_ssh_server()

Usage
ConnectionApi$update_ssh_server(ssh_server_id, body, ...)

Method update_ssh_tunnel()

Usage
ConnectionApi$update_ssh_tunnel(ssh_tunnel_id, body, ...)

Method clone()

The objects of this class are cloneable with this method.

Usage
ConnectionApi$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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