Packages

Drive Labels API client library. An API for managing Drive Labels

Current section

Files

Jump to
google_api_drive_labels lib google_api drive_labels v2 connection.ex
Raw

lib/google_api/drive_labels/v2/connection.ex

# Copyright 2019 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# NOTE: This file is auto generated by the elixir code generator program.
# Do not edit this file manually.
defmodule GoogleApi.DriveLabels.V2.Connection do
@moduledoc """
Handle Tesla connections for GoogleApi.DriveLabels.V2.
"""
@type t :: Tesla.Env.client()
use GoogleApi.Gax.Connection,
scopes: [
# See, edit, create, and delete all Google Drive labels in your organization, and see your organization's label-related admin policies
"https://www.googleapis.com/auth/drive.admin.labels",
# See all Google Drive labels and label-related admin policies in your organization
"https://www.googleapis.com/auth/drive.admin.labels.readonly",
# See, edit, create, and delete your Google Drive labels
"https://www.googleapis.com/auth/drive.labels",
# See your Google Drive labels
"https://www.googleapis.com/auth/drive.labels.readonly"
],
otp_app: :google_api_drive_labels,
base_url: "https://drivelabels.googleapis.com/"
end