api

package module
v0.35.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 6, 2020 License: BSD-3-Clause Imports: 0 Imported by: 2

README

Google APIs Client Library for Go

Getting Started

$ go get google.golang.org/api/tasks/v1
$ go get google.golang.org/api/moderator/v1
$ go get google.golang.org/api/urlshortener/v1
... etc ...

and using:

package main

import (
	"net/http"

	"google.golang.org/api/urlshortener/v1"
)

func main() {
	svc, err := urlshortener.New(http.DefaultClient)
	// ...
}

Status

GoDoc

These are auto-generated Go libraries from the Google Discovery Service's JSON description files of the available "new style" Google APIs.

Due to the auto-generated nature of this collection of libraries, complete APIs or specific versions can appear or go away without notice. As a result, you should always locally vendor any API(s) that your code relies upon.

These client libraries are officially supported by Google. However, the libraries are considered complete and are in maintenance mode. This means that we will address critical bugs and security issues but will not add any new features.

If you're working with Google Cloud Platform APIs such as Datastore or Pub/Sub, consider using the Cloud Client Libraries for Go instead. These are the new and idiomatic Go libraries targeted specifically at Google Cloud Platform Services.

The generator itself and the code it produces are beta. Some APIs are alpha/beta, and indicated as such in the import path (e.g., "google.golang.org/api/someapi/v1alpha").

Application Default Credentials Example

Application Default Credentials provide a simplified way to obtain credentials for authenticating with Google APIs.

The Application Default Credentials authenticate as the application itself, which make them great for working with Google Cloud APIs like Storage or Datastore. They are the recommended form of authentication when building applications that run on Google Compute Engine or Google App Engine.

Default credentials are provided by the golang.org/x/oauth2/google package. To use them, add the following import:

import "golang.org/x/oauth2/google"

Some credentials types require you to specify scopes, and service entry points may not inject them. If you encounter this situation you may need to specify scopes as follows:

import (
        "context"
        "golang.org/x/oauth2/google"
        "google.golang.org/api/compute/v1"
)

func main() {
        // Use oauth2.NoContext if there isn't a good context to pass in.
        ctx := context.Background()

        client, err := google.DefaultClient(ctx, compute.ComputeScope)
        if err != nil {
                //...
        }
        computeService, err := compute.New(client)
        if err != nil {
                //...
        }
}

If you need a oauth2.TokenSource, use the DefaultTokenSource function:

ts, err := google.DefaultTokenSource(ctx, scope1, scope2, ...)
if err != nil {
        //...
}
client := oauth2.NewClient(ctx, ts)

See also: golang.org/x/oauth2/google package documentation.

Documentation

Overview

Package api is the root of the packages used to access Google Cloud Services. See https://godoc.org/google.golang.org/api for a full list of sub-packages.

Within api there exist numerous clients which connect to Google APIs, and various utility packages.

Client Options

All clients in sub-packages are configurable via client options. These options are described here: https://godoc.org/google.golang.org/api/option.

Authentication and Authorization

All the clients in sub-packages support authentication via Google Application Default Credentials (see https://cloud.google.com/docs/authentication/production), or by providing a JSON key file for a Service Account. See the authentication examples in https://godoc.org/google.golang.org/api/transport for more details.

Versioning and Stability

Due to the auto-generated nature of this collection of libraries, complete APIs or specific versions can appear or go away without notice. As a result, you should always locally vendor any API(s) that your code relies upon.

Google APIs follow semver as specified by https://cloud.google.com/apis/design/versioning. The code generator and the code it produces - the libraries in the google.golang.org/api/... subpackages - are beta.

Note that versioning and stability is strictly not communicated through Go modules. Go modules are used only for dependency management.

Integers

Many parameters are specified using ints. However, underlying APIs might operate on a finer granularity, expecting int64, int32, uint64, or uint32, all of whom have different maximum values. Subsequently, specifying an int parameter in one of these clients may result in an error from the API because the value is too large.

To see the exact type of int that the API expects, you can inspect the API's discovery doc. A global catalogue pointing to the discovery doc of APIs can be found at https://www.googleapis.com/discovery/v1/apis.

Directories

Path Synopsis
abusiveexperiencereport
v1
Package abusiveexperiencereport provides access to the Abusive Experience Report API.
Package abusiveexperiencereport provides access to the Abusive Experience Report API.
acceleratedmobilepageurl
v1
Package acceleratedmobilepageurl provides access to the Accelerated Mobile Pages (AMP) URL API.
Package acceleratedmobilepageurl provides access to the Accelerated Mobile Pages (AMP) URL API.
accessapproval
v1
Package accessapproval provides access to the Access Approval API.
Package accessapproval provides access to the Access Approval API.
v1beta1
Package accessapproval provides access to the Access Approval API.
Package accessapproval provides access to the Access Approval API.
accesscontextmanager
v1
Package accesscontextmanager provides access to the Access Context Manager API.
Package accesscontextmanager provides access to the Access Context Manager API.
v1beta
Package accesscontextmanager provides access to the Access Context Manager API.
Package accesscontextmanager provides access to the Access Context Manager API.
adexchangebuyer
v1.2
Package adexchangebuyer provides access to the Ad Exchange Buyer API.
Package adexchangebuyer provides access to the Ad Exchange Buyer API.
v1.3
Package adexchangebuyer provides access to the Ad Exchange Buyer API.
Package adexchangebuyer provides access to the Ad Exchange Buyer API.
v1.4
Package adexchangebuyer provides access to the Ad Exchange Buyer API.
Package adexchangebuyer provides access to the Ad Exchange Buyer API.
adexchangebuyer2
v2beta1
Package adexchangebuyer2 provides access to the Ad Exchange Buyer API II.
Package adexchangebuyer2 provides access to the Ad Exchange Buyer API II.
adexchangeseller
v1
Package adexchangeseller provides access to the Ad Exchange Seller API.
Package adexchangeseller provides access to the Ad Exchange Seller API.
v1.1
Package adexchangeseller provides access to the Ad Exchange Seller API.
Package adexchangeseller provides access to the Ad Exchange Seller API.
v2.0
Package adexchangeseller provides access to the Ad Exchange Seller API.
Package adexchangeseller provides access to the Ad Exchange Seller API.
adexperiencereport
v1
Package adexperiencereport provides access to the Ad Experience Report API.
Package adexperiencereport provides access to the Ad Experience Report API.
admin
datatransfer/v1
Package admin provides access to the Admin SDK.
Package admin provides access to the Admin SDK.
directory/v1
Package admin provides access to the Admin SDK.
Package admin provides access to the Admin SDK.
reports/v1
Package admin provides access to the Admin SDK.
Package admin provides access to the Admin SDK.
admob
v1
Package admob provides access to the AdMob API.
Package admob provides access to the AdMob API.
adsense
v1.3
Package adsense provides access to the AdSense Management API.
Package adsense provides access to the AdSense Management API.
v1.4
Package adsense provides access to the AdSense Management API.
Package adsense provides access to the AdSense Management API.
adsensehost
v4.1
Package adsensehost provides access to the AdSense Host API.
Package adsensehost provides access to the AdSense Host API.
alertcenter
v1beta1
Package alertcenter provides access to the G Suite Alert Center API.
Package alertcenter provides access to the G Suite Alert Center API.
analytics
v2.4
Package analytics provides access to the Google Analytics API.
Package analytics provides access to the Google Analytics API.
v3
Package analytics provides access to the Google Analytics API.
Package analytics provides access to the Google Analytics API.
analyticsadmin
v1alpha
Package analyticsadmin provides access to the Google Analytics Admin API.
Package analyticsadmin provides access to the Google Analytics Admin API.
analyticsdata
v1alpha
Package analyticsdata provides access to the Google Analytics Data API.
Package analyticsdata provides access to the Google Analytics Data API.
analyticsreporting
v4
Package analyticsreporting provides access to the Analytics Reporting API.
Package analyticsreporting provides access to the Analytics Reporting API.
androiddeviceprovisioning
v1
Package androiddeviceprovisioning provides access to the Android Device Provisioning Partner API.
Package androiddeviceprovisioning provides access to the Android Device Provisioning Partner API.
androidenterprise
v1
Package androidenterprise provides access to the Google Play EMM API.
Package androidenterprise provides access to the Google Play EMM API.
androidmanagement
v1
Package androidmanagement provides access to the Android Management API.
Package androidmanagement provides access to the Android Management API.
androidpublisher
v1
Package androidpublisher provides access to the Google Play Developer API.
Package androidpublisher provides access to the Google Play Developer API.
v1.1
Package androidpublisher provides access to the Google Play Developer API.
Package androidpublisher provides access to the Google Play Developer API.
v2
Package androidpublisher provides access to the Google Play Developer API.
Package androidpublisher provides access to the Google Play Developer API.
v3
Package androidpublisher provides access to the Google Play Android Developer API.
Package androidpublisher provides access to the Google Play Android Developer API.
apigateway
v1alpha1
Package apigateway provides access to the API Gateway API.
Package apigateway provides access to the API Gateway API.
v1alpha2
Package apigateway provides access to the API Gateway API.
Package apigateway provides access to the API Gateway API.
v1beta
Package apigateway provides access to the API Gateway API.
Package apigateway provides access to the API Gateway API.
apigee
v1
Package apigee provides access to the Apigee API.
Package apigee provides access to the Apigee API.
appengine
v1
Package appengine provides access to the App Engine Admin API.
Package appengine provides access to the App Engine Admin API.
v1alpha
Package appengine provides access to the App Engine Admin API.
Package appengine provides access to the App Engine Admin API.
v1beta
Package appengine provides access to the App Engine Admin API.
Package appengine provides access to the App Engine Admin API.
v1beta4
Package appengine provides access to the App Engine Admin API.
Package appengine provides access to the App Engine Admin API.
v1beta5
Package appengine provides access to the App Engine Admin API.
Package appengine provides access to the App Engine Admin API.
appsactivity
v1
Package appsactivity provides access to the Drive Activity API.
Package appsactivity provides access to the Drive Activity API.
appstate
v1
Package appstate provides access to the Google App State API.
Package appstate provides access to the Google App State API.
area120tables
v1alpha1
Package area120tables provides access to the Area120 Tables API.
Package area120tables provides access to the Area120 Tables API.
artifactregistry
v1beta1
Package artifactregistry provides access to the Artifact Registry API.
Package artifactregistry provides access to the Artifact Registry API.
assuredworkloads
v1beta1
Package assuredworkloads provides access to the Assured Workloads API.
Package assuredworkloads provides access to the Assured Workloads API.
bigquery
v2
Package bigquery provides access to the BigQuery API.
Package bigquery provides access to the BigQuery API.
bigqueryconnection
v1beta1
Package bigqueryconnection provides access to the BigQuery Connection API.
Package bigqueryconnection provides access to the BigQuery Connection API.
bigquerydatatransfer
v1
Package bigquerydatatransfer provides access to the BigQuery Data Transfer API.
Package bigquerydatatransfer provides access to the BigQuery Data Transfer API.
bigqueryreservation
v1
Package bigqueryreservation provides access to the BigQuery Reservation API.
Package bigqueryreservation provides access to the BigQuery Reservation API.
v1alpha2
Package bigqueryreservation provides access to the BigQuery Reservation API.
Package bigqueryreservation provides access to the BigQuery Reservation API.
v1beta1
Package bigqueryreservation provides access to the BigQuery Reservation API.
Package bigqueryreservation provides access to the BigQuery Reservation API.
bigtableadmin
v1
Package bigtableadmin provides access to the Cloud Bigtable Admin API.
Package bigtableadmin provides access to the Cloud Bigtable Admin API.
v2
Package bigtableadmin provides access to the Cloud Bigtable Admin API.
Package bigtableadmin provides access to the Cloud Bigtable Admin API.
billingbudgets
v1
Package billingbudgets provides access to the Cloud Billing Budget API.
Package billingbudgets provides access to the Cloud Billing Budget API.
v1beta1
Package billingbudgets provides access to the Cloud Billing Budget API.
Package billingbudgets provides access to the Cloud Billing Budget API.
binaryauthorization
v1
Package binaryauthorization provides access to the Binary Authorization API.
Package binaryauthorization provides access to the Binary Authorization API.
v1beta1
Package binaryauthorization provides access to the Binary Authorization API.
Package binaryauthorization provides access to the Binary Authorization API.
blogger
v2
Package blogger provides access to the Blogger API v3.
Package blogger provides access to the Blogger API v3.
v3
Package blogger provides access to the Blogger API v3.
Package blogger provides access to the Blogger API v3.
books
v1
Package books provides access to the Books API.
Package books provides access to the Books API.
calendar
v3
Package calendar provides access to the Calendar API.
Package calendar provides access to the Calendar API.
chat
v1
Package chat provides access to the Hangouts Chat API.
Package chat provides access to the Hangouts Chat API.
chromeuxreport
v1
Package chromeuxreport provides access to the Chrome UX Report API.
Package chromeuxreport provides access to the Chrome UX Report API.
civicinfo
v2
Package civicinfo provides access to the Google Civic Information API.
Package civicinfo provides access to the Google Civic Information API.
classroom
v1
Package classroom provides access to the Google Classroom API.
Package classroom provides access to the Google Classroom API.
cloudasset
v1
Package cloudasset provides access to the Cloud Asset API.
Package cloudasset provides access to the Cloud Asset API.
v1beta1
Package cloudasset provides access to the Cloud Asset API.
Package cloudasset provides access to the Cloud Asset API.
v1p1beta1
Package cloudasset provides access to the Cloud Asset API.
Package cloudasset provides access to the Cloud Asset API.
v1p4beta1
Package cloudasset provides access to the Cloud Asset API.
Package cloudasset provides access to the Cloud Asset API.
v1p5beta1
Package cloudasset provides access to the Cloud Asset API.
Package cloudasset provides access to the Cloud Asset API.
cloudbilling
v1
Package cloudbilling provides access to the Cloud Billing API.
Package cloudbilling provides access to the Cloud Billing API.
cloudbuild
v1
Package cloudbuild provides access to the Cloud Build API.
Package cloudbuild provides access to the Cloud Build API.
v1alpha1
Package cloudbuild provides access to the Cloud Build API.
Package cloudbuild provides access to the Cloud Build API.
v1alpha2
Package cloudbuild provides access to the Cloud Build API.
Package cloudbuild provides access to the Cloud Build API.
cloudcommerceprocurement
v1
Package cloudcommerceprocurement provides access to the Cloud Commerce Partner Procurement API.
Package cloudcommerceprocurement provides access to the Cloud Commerce Partner Procurement API.
clouddebugger
v2
Package clouddebugger provides access to the Cloud Debugger API.
Package clouddebugger provides access to the Cloud Debugger API.
clouderrorreporting
v1beta1
Package clouderrorreporting provides access to the Error Reporting API.
Package clouderrorreporting provides access to the Error Reporting API.
cloudfunctions
v1
Package cloudfunctions provides access to the Cloud Functions API.
Package cloudfunctions provides access to the Cloud Functions API.
v1beta2
Package cloudfunctions provides access to the Cloud Functions API.
Package cloudfunctions provides access to the Cloud Functions API.
cloudidentity
v1
Package cloudidentity provides access to the Cloud Identity API.
Package cloudidentity provides access to the Cloud Identity API.
v1beta1
Package cloudidentity provides access to the Cloud Identity API.
Package cloudidentity provides access to the Cloud Identity API.
cloudiot
v1
Package cloudiot provides access to the Cloud IoT API.
Package cloudiot provides access to the Cloud IoT API.
cloudkms
v1
Package cloudkms provides access to the Cloud Key Management Service (KMS) API.
Package cloudkms provides access to the Cloud Key Management Service (KMS) API.
cloudprivatecatalog
v1beta1
Package cloudprivatecatalog provides access to the Cloud Private Catalog API.
Package cloudprivatecatalog provides access to the Cloud Private Catalog API.
cloudprivatecatalogproducer
v1beta1
Package cloudprivatecatalogproducer provides access to the Cloud Private Catalog Producer API.
Package cloudprivatecatalogproducer provides access to the Cloud Private Catalog Producer API.
cloudprofiler
v2
Package cloudprofiler provides access to the Stackdriver Profiler API.
Package cloudprofiler provides access to the Stackdriver Profiler API.
cloudresourcemanager
v1
Package cloudresourcemanager provides access to the Cloud Resource Manager API.
Package cloudresourcemanager provides access to the Cloud Resource Manager API.
v1beta1
Package cloudresourcemanager provides access to the Cloud Resource Manager API.
Package cloudresourcemanager provides access to the Cloud Resource Manager API.
v2
Package cloudresourcemanager provides access to the Cloud Resource Manager API.
Package cloudresourcemanager provides access to the Cloud Resource Manager API.
v2beta1
Package cloudresourcemanager provides access to the Cloud Resource Manager API.
Package cloudresourcemanager provides access to the Cloud Resource Manager API.
cloudscheduler
v1
Package cloudscheduler provides access to the Cloud Scheduler API.
Package cloudscheduler provides access to the Cloud Scheduler API.
v1beta1
Package cloudscheduler provides access to the Cloud Scheduler API.
Package cloudscheduler provides access to the Cloud Scheduler API.
cloudsearch
v1
Package cloudsearch provides access to the Cloud Search API.
Package cloudsearch provides access to the Cloud Search API.
cloudshell
v1
Package cloudshell provides access to the Cloud Shell API.
Package cloudshell provides access to the Cloud Shell API.
v1alpha1
Package cloudshell provides access to the Cloud Shell API.
Package cloudshell provides access to the Cloud Shell API.
cloudtasks
v2
Package cloudtasks provides access to the Cloud Tasks API.
Package cloudtasks provides access to the Cloud Tasks API.
v2beta2
Package cloudtasks provides access to the Cloud Tasks API.
Package cloudtasks provides access to the Cloud Tasks API.
v2beta3
Package cloudtasks provides access to the Cloud Tasks API.
Package cloudtasks provides access to the Cloud Tasks API.
cloudtrace
v1
Package cloudtrace provides access to the Cloud Trace API.
Package cloudtrace provides access to the Cloud Trace API.
v2
Package cloudtrace provides access to the Cloud Trace API.
Package cloudtrace provides access to the Cloud Trace API.
v2beta1
Package cloudtrace provides access to the Cloud Trace API.
Package cloudtrace provides access to the Cloud Trace API.
commentanalyzer
v1alpha1
Package commentanalyzer provides access to the Perspective Comment Analyzer API.
Package commentanalyzer provides access to the Perspective Comment Analyzer API.
composer
v1
Package composer provides access to the Cloud Composer API.
Package composer provides access to the Cloud Composer API.
v1beta1
Package composer provides access to the Cloud Composer API.
Package composer provides access to the Cloud Composer API.
compute
v0.alpha
Package compute provides access to the Compute Engine API.
Package compute provides access to the Compute Engine API.
v0.beta
Package compute provides access to the Compute Engine API.
Package compute provides access to the Compute Engine API.
v1
Package compute provides access to the Compute Engine API.
Package compute provides access to the Compute Engine API.
consumersurveys
v2
Package consumersurveys provides access to the Consumer Surveys API.
Package consumersurveys provides access to the Consumer Surveys API.
container
v1
Package container provides access to the Kubernetes Engine API.
Package container provides access to the Kubernetes Engine API.
v1beta1
Package container provides access to the Kubernetes Engine API.
Package container provides access to the Kubernetes Engine API.
containeranalysis
v1alpha1
Package containeranalysis provides access to the Container Analysis API.
Package containeranalysis provides access to the Container Analysis API.
v1beta1
Package containeranalysis provides access to the Container Analysis API.
Package containeranalysis provides access to the Container Analysis API.
content
v2
Package content provides access to the Content API for Shopping.
Package content provides access to the Content API for Shopping.
v2.1
Package content provides access to the Content API for Shopping.
Package content provides access to the Content API for Shopping.
v2sandbox
Package content provides access to the Content API for Shopping.
Package content provides access to the Content API for Shopping.
customsearch
v1
Package customsearch provides access to the Custom Search API.
Package customsearch provides access to the Custom Search API.
datacatalog
v1beta1
Package datacatalog provides access to the Google Cloud Data Catalog API.
Package datacatalog provides access to the Google Cloud Data Catalog API.
dataflow
v1b3
Package dataflow provides access to the Dataflow API.
Package dataflow provides access to the Dataflow API.
datafusion
v1
Package datafusion provides access to the Cloud Data Fusion API.
Package datafusion provides access to the Cloud Data Fusion API.
v1beta1
Package datafusion provides access to the Cloud Data Fusion API.
Package datafusion provides access to the Cloud Data Fusion API.
datalabeling
v1beta1
Package datalabeling provides access to the Data Labeling API.
Package datalabeling provides access to the Data Labeling API.
datamigration
v1beta1
Package datamigration provides access to the Database Migration API.
Package datamigration provides access to the Database Migration API.
dataproc
v1
Package dataproc provides access to the Cloud Dataproc API.
Package dataproc provides access to the Cloud Dataproc API.
v1beta2
Package dataproc provides access to the Cloud Dataproc API.
Package dataproc provides access to the Cloud Dataproc API.
datastore
v1
Package datastore provides access to the Cloud Datastore API.
Package datastore provides access to the Cloud Datastore API.
v1beta1
Package datastore provides access to the Cloud Datastore API.
Package datastore provides access to the Cloud Datastore API.
v1beta3
Package datastore provides access to the Cloud Datastore API.
Package datastore provides access to the Cloud Datastore API.
deploymentmanager
v0.alpha
Package deploymentmanager provides access to the Cloud Deployment Manager V2 API.
Package deploymentmanager provides access to the Cloud Deployment Manager V2 API.
v2
Package deploymentmanager provides access to the Cloud Deployment Manager V2 API.
Package deploymentmanager provides access to the Cloud Deployment Manager V2 API.
v2beta
Package deploymentmanager provides access to the Cloud Deployment Manager V2 API.
Package deploymentmanager provides access to the Cloud Deployment Manager V2 API.
dfareporting
v2.7
Package dfareporting provides access to the DCM/DFA Reporting And Trafficking API.
Package dfareporting provides access to the DCM/DFA Reporting And Trafficking API.
v3.0
Package dfareporting provides access to the DCM/DFA Reporting And Trafficking API.
Package dfareporting provides access to the DCM/DFA Reporting And Trafficking API.
v3.1
Package dfareporting provides access to the DCM/DFA Reporting And Trafficking API.
Package dfareporting provides access to the DCM/DFA Reporting And Trafficking API.
v3.2
Package dfareporting provides access to the DCM/DFA Reporting And Trafficking API.
Package dfareporting provides access to the DCM/DFA Reporting And Trafficking API.
v3.3
Package dfareporting provides access to the Campaign Manager 360 API.
Package dfareporting provides access to the Campaign Manager 360 API.
v3.4
Package dfareporting provides access to the Campaign Manager 360 API.
Package dfareporting provides access to the Campaign Manager 360 API.
dialogflow
v2
Package dialogflow provides access to the Dialogflow API.
Package dialogflow provides access to the Dialogflow API.
v2beta1
Package dialogflow provides access to the Dialogflow API.
Package dialogflow provides access to the Dialogflow API.
v3alpha1
Package dialogflow provides access to the Dialogflow API.
Package dialogflow provides access to the Dialogflow API.
v3beta1
Package dialogflow provides access to the Dialogflow API.
Package dialogflow provides access to the Dialogflow API.
digitalassetlinks
v1
Package digitalassetlinks provides access to the Digital Asset Links API.
Package digitalassetlinks provides access to the Digital Asset Links API.
discovery
v1
Package discovery provides access to the API Discovery Service.
Package discovery provides access to the API Discovery Service.
displayvideo
v1
Package displayvideo provides access to the Display & Video 360 API.
Package displayvideo provides access to the Display & Video 360 API.
v1beta
Package displayvideo provides access to the Display & Video 360 API.
Package displayvideo provides access to the Display & Video 360 API.
v1beta2
Package displayvideo provides access to the Display & Video 360 API.
Package displayvideo provides access to the Display & Video 360 API.
v1dev
Package displayvideo provides access to the Display & Video 360 API.
Package displayvideo provides access to the Display & Video 360 API.
dlp
v2
Package dlp provides access to the Cloud Data Loss Prevention (DLP) API.
Package dlp provides access to the Cloud Data Loss Prevention (DLP) API.
dns
v1
Package dns provides access to the Cloud DNS API.
Package dns provides access to the Cloud DNS API.
v1beta2
Package dns provides access to the Cloud DNS API.
Package dns provides access to the Cloud DNS API.
v2beta1
Package dns provides access to the Cloud DNS API.
Package dns provides access to the Cloud DNS API.
docs
v1
Package docs provides access to the Google Docs API.
Package docs provides access to the Google Docs API.
documentai
v1beta2
Package documentai provides access to the Cloud Document AI API.
Package documentai provides access to the Cloud Document AI API.
v1beta3
Package documentai provides access to the Cloud Document AI API.
Package documentai provides access to the Cloud Document AI API.
domains
v1alpha2
Package domains provides access to the Cloud Domains API.
Package domains provides access to the Cloud Domains API.
v1beta1
Package domains provides access to the Cloud Domains API.
Package domains provides access to the Cloud Domains API.
domainsrdap
v1
Package domainsrdap provides access to the Domains RDAP API.
Package domainsrdap provides access to the Domains RDAP API.
doubleclickbidmanager
v1
Package doubleclickbidmanager provides access to the DoubleClick Bid Manager API.
Package doubleclickbidmanager provides access to the DoubleClick Bid Manager API.
v1.1
Package doubleclickbidmanager provides access to the DoubleClick Bid Manager API.
Package doubleclickbidmanager provides access to the DoubleClick Bid Manager API.
doubleclicksearch
v2
Package doubleclicksearch provides access to the Search Ads 360 API.
Package doubleclicksearch provides access to the Search Ads 360 API.
drive
v2
Package drive provides access to the Drive API.
Package drive provides access to the Drive API.
v3
Package drive provides access to the Drive API.
Package drive provides access to the Drive API.
driveactivity
v2
Package driveactivity provides access to the Drive Activity API.
Package driveactivity provides access to the Drive Activity API.
eventarc
v1beta1
Package eventarc provides access to the Eventarc API.
Package eventarc provides access to the Eventarc API.
factchecktools
v1alpha1
Package factchecktools provides access to the Fact Check Tools API.
Package factchecktools provides access to the Fact Check Tools API.
fcm
v1
Package fcm provides access to the Firebase Cloud Messaging API.
Package fcm provides access to the Firebase Cloud Messaging API.
file
v1
Package file provides access to the Cloud Filestore API.
Package file provides access to the Cloud Filestore API.
v1beta1
Package file provides access to the Cloud Filestore API.
Package file provides access to the Cloud Filestore API.
firebase
v1beta1
Package firebase provides access to the Firebase Management API.
Package firebase provides access to the Firebase Management API.
firebasedynamiclinks
v1
Package firebasedynamiclinks provides access to the Firebase Dynamic Links API.
Package firebasedynamiclinks provides access to the Firebase Dynamic Links API.
firebasehosting
v1
Package firebasehosting provides access to the Firebase Hosting API.
Package firebasehosting provides access to the Firebase Hosting API.
v1beta1
Package firebasehosting provides access to the Firebase Hosting API.
Package firebasehosting provides access to the Firebase Hosting API.
firebaseml
v1
Package firebaseml provides access to the Firebase ML API.
Package firebaseml provides access to the Firebase ML API.
v1beta2
Package firebaseml provides access to the Firebase ML API.
Package firebaseml provides access to the Firebase ML API.
firebaseremoteconfig
v1
Package firebaseremoteconfig provides access to the Firebase Remote Config API.
Package firebaseremoteconfig provides access to the Firebase Remote Config API.
firebaserules
v1
Package firebaserules provides access to the Firebase Rules API.
Package firebaserules provides access to the Firebase Rules API.
firestore
v1
Package firestore provides access to the Cloud Firestore API.
Package firestore provides access to the Cloud Firestore API.
v1beta1
Package firestore provides access to the Cloud Firestore API.
Package firestore provides access to the Cloud Firestore API.
v1beta2
Package firestore provides access to the Cloud Firestore API.
Package firestore provides access to the Cloud Firestore API.
fitness
v1
Package fitness provides access to the Fitness API.
Package fitness provides access to the Fitness API.
fusiontables
v1
Package fusiontables provides access to the Fusion Tables API.
Package fusiontables provides access to the Fusion Tables API.
v2
Package fusiontables provides access to the Fusion Tables API.
Package fusiontables provides access to the Fusion Tables API.
games
v1
Package games provides access to the Google Play Game Services.
Package games provides access to the Google Play Game Services.
gamesconfiguration
v1configuration
Package gamesconfiguration provides access to the Google Play Game Services Publishing API.
Package gamesconfiguration provides access to the Google Play Game Services Publishing API.
gameservices
v1
Package gameservices provides access to the Game Services API.
Package gameservices provides access to the Game Services API.
v1beta
Package gameservices provides access to the Game Services API.
Package gameservices provides access to the Game Services API.
gamesmanagement
v1management
Package gamesmanagement provides access to the Google Play Game Management.
Package gamesmanagement provides access to the Google Play Game Management.
genomics
v1
Package genomics provides access to the Genomics API.
Package genomics provides access to the Genomics API.
v1alpha2
Package genomics provides access to the Genomics API.
Package genomics provides access to the Genomics API.
v2alpha1
Package genomics provides access to the Genomics API.
Package genomics provides access to the Genomics API.
gmail
v1
Package gmail provides access to the Gmail API.
Package gmail provides access to the Gmail API.
gmailpostmastertools
v1beta1
Package gmailpostmastertools provides access to the Gmail Postmaster Tools API.
Package gmailpostmastertools provides access to the Gmail Postmaster Tools API.
internal/disco
Package disco represents Google API discovery documents.
Package disco represents Google API discovery documents.
Package googleapi contains the common code shared by all Google API libraries.
Package googleapi contains the common code shared by all Google API libraries.
transport
Package transport contains HTTP transports used to make authenticated API requests.
Package transport contains HTTP transports used to make authenticated API requests.
groupsmigration
v1
Package groupsmigration provides access to the Groups Migration API.
Package groupsmigration provides access to the Groups Migration API.
groupssettings
v1
Package groupssettings provides access to the Groups Settings API.
Package groupssettings provides access to the Groups Settings API.
healthcare
v1
Package healthcare provides access to the Cloud Healthcare API.
Package healthcare provides access to the Cloud Healthcare API.
v1alpha
Package healthcare provides access to the Cloud Healthcare API.
Package healthcare provides access to the Cloud Healthcare API.
v1alpha2
Package healthcare provides access to the Cloud Healthcare API.
Package healthcare provides access to the Cloud Healthcare API.
v1beta1
Package healthcare provides access to the Cloud Healthcare API.
Package healthcare provides access to the Cloud Healthcare API.
homegraph
v1
Package homegraph provides access to the HomeGraph API.
Package homegraph provides access to the HomeGraph API.
iam
v1
Package iam provides access to the Identity and Access Management (IAM) API.
Package iam provides access to the Identity and Access Management (IAM) API.
iamcredentials
v1
Package iamcredentials provides access to the IAM Service Account Credentials API.
Package iamcredentials provides access to the IAM Service Account Credentials API.
iap
v1
Package iap provides access to the Cloud Identity-Aware Proxy API.
Package iap provides access to the Cloud Identity-Aware Proxy API.
v1beta1
Package iap provides access to the Cloud Identity-Aware Proxy API.
Package iap provides access to the Cloud Identity-Aware Proxy API.
identitytoolkit
v3
Package identitytoolkit provides access to the Google Identity Toolkit API.
Package identitytoolkit provides access to the Google Identity Toolkit API.
Package idtoken provides utilities for creating authenticated transports with ID Tokens for Google HTTP APIs.
Package idtoken provides utilities for creating authenticated transports with ID Tokens for Google HTTP APIs.
indexing
v3
Package indexing provides access to the Indexing API.
Package indexing provides access to the Indexing API.
Package internal supports the options and transport packages.
Package internal supports the options and transport packages.
gensupport
Package gensupport is an internal implementation detail used by code generated by the google-api-go-generator tool.
Package gensupport is an internal implementation detail used by code generated by the google-api-go-generator tool.
impersonate
Package impersonate is used to impersonate Google Credentials.
Package impersonate is used to impersonate Google Credentials.
third_party/uritemplates
Package uritemplates is a level 3 implementation of RFC 6570 (URI Template, http://tools.ietf.org/html/rfc6570).
Package uritemplates is a level 3 implementation of RFC 6570 (URI Template, http://tools.ietf.org/html/rfc6570).
version
Package version contains version information for Google Cloud Client Libraries for Go, as reported in request headers.
Package version contains version information for Google Cloud Client Libraries for Go, as reported in request headers.
Package iterator provides support for standard Google API iterators.
Package iterator provides support for standard Google API iterators.
testing
Package testing provides support functions for testing iterators conforming to the standard pattern.
Package testing provides support functions for testing iterators conforming to the standard pattern.
jobs
v2
Package jobs provides access to the Cloud Talent Solution API.
Package jobs provides access to the Cloud Talent Solution API.
v3
Package jobs provides access to the Cloud Talent Solution API.
Package jobs provides access to the Cloud Talent Solution API.
v3p1beta1
Package jobs provides access to the Cloud Talent Solution API.
Package jobs provides access to the Cloud Talent Solution API.
kgsearch
v1
Package kgsearch provides access to the Knowledge Graph Search API.
Package kgsearch provides access to the Knowledge Graph Search API.
language
v1
Package language provides access to the Cloud Natural Language API.
Package language provides access to the Cloud Natural Language API.
v1beta1
Package language provides access to the Cloud Natural Language API.
Package language provides access to the Cloud Natural Language API.
v1beta2
Package language provides access to the Cloud Natural Language API.
Package language provides access to the Cloud Natural Language API.
libraryagent
v1
Package libraryagent provides access to the Library Agent API.
Package libraryagent provides access to the Library Agent API.
licensing
v1
Package licensing provides access to the Enterprise License Manager API.
Package licensing provides access to the Enterprise License Manager API.
lifesciences
v2beta
Package lifesciences provides access to the Cloud Life Sciences API.
Package lifesciences provides access to the Cloud Life Sciences API.
localservices
v1
Package localservices provides access to the Local Services API.
Package localservices provides access to the Local Services API.
logging
v2
Package logging provides access to the Cloud Logging API.
Package logging provides access to the Cloud Logging API.
v2beta1
Package logging provides access to the Stackdriver Logging API.
Package logging provides access to the Stackdriver Logging API.
managedidentities
v1
Package managedidentities provides access to the Managed Service for Microsoft Active Directory API.
Package managedidentities provides access to the Managed Service for Microsoft Active Directory API.
v1alpha1
Package managedidentities provides access to the Managed Service for Microsoft Active Directory API.
Package managedidentities provides access to the Managed Service for Microsoft Active Directory API.
v1beta1
Package managedidentities provides access to the Managed Service for Microsoft Active Directory API.
Package managedidentities provides access to the Managed Service for Microsoft Active Directory API.
manufacturers
v1
Package manufacturers provides access to the Manufacturer Center API.
Package manufacturers provides access to the Manufacturer Center API.
memcache
v1
Package memcache provides access to the Cloud Memorystore for Memcached API.
Package memcache provides access to the Cloud Memorystore for Memcached API.
v1beta2
Package memcache provides access to the Cloud Memorystore for Memcached API.
Package memcache provides access to the Cloud Memorystore for Memcached API.
mirror
v1
Package mirror provides access to the Google Mirror API.
Package mirror provides access to the Google Mirror API.
ml
v1
Package ml provides access to the AI Platform Training & Prediction API.
Package ml provides access to the AI Platform Training & Prediction API.
monitoring
v1
Package monitoring provides access to the Cloud Monitoring API.
Package monitoring provides access to the Cloud Monitoring API.
v3
Package monitoring provides access to the Cloud Monitoring API.
Package monitoring provides access to the Cloud Monitoring API.
networkmanagement
v1
Package networkmanagement provides access to the Network Management API.
Package networkmanagement provides access to the Network Management API.
v1beta1
Package networkmanagement provides access to the Network Management API.
Package networkmanagement provides access to the Network Management API.
oauth2
v1
Package oauth2 provides access to the Google OAuth2 API.
Package oauth2 provides access to the Google OAuth2 API.
v2
Package oauth2 provides access to the Google OAuth2 API.
Package oauth2 provides access to the Google OAuth2 API.
Package option contains options for Google API clients.
Package option contains options for Google API clients.
internaloption
Package internaloption contains options used internally by Google client code.
Package internaloption contains options used internally by Google client code.
osconfig
v1
Package osconfig provides access to the OS Config API.
Package osconfig provides access to the OS Config API.
v1beta
Package osconfig provides access to the OS Config API.
Package osconfig provides access to the OS Config API.
oslogin
v1
Package oslogin provides access to the Cloud OS Login API.
Package oslogin provides access to the Cloud OS Login API.
v1alpha
Package oslogin provides access to the Cloud OS Login API.
Package oslogin provides access to the Cloud OS Login API.
v1beta
Package oslogin provides access to the Cloud OS Login API.
Package oslogin provides access to the Cloud OS Login API.
pagespeedonline
v1
Package pagespeedonline provides access to the PageSpeed Insights API.
Package pagespeedonline provides access to the PageSpeed Insights API.
v2
Package pagespeedonline provides access to the PageSpeed Insights API.
Package pagespeedonline provides access to the PageSpeed Insights API.
v4
Package pagespeedonline provides access to the PageSpeed Insights API.
Package pagespeedonline provides access to the PageSpeed Insights API.
v5
Package pagespeedonline provides access to the PageSpeed Insights API.
Package pagespeedonline provides access to the PageSpeed Insights API.
partners
v2
Package partners provides access to the Google Partners API.
Package partners provides access to the Google Partners API.
people
v1
Package people provides access to the People API.
Package people provides access to the People API.
playablelocations
v3
Package playablelocations provides access to the Playable Locations API.
Package playablelocations provides access to the Playable Locations API.
playcustomapp
v1
Package playcustomapp provides access to the Google Play Custom App Publishing API.
Package playcustomapp provides access to the Google Play Custom App Publishing API.
playmoviespartner
v1
Package playmoviespartner provides access to the Google Play Movies Partner API.
Package playmoviespartner provides access to the Google Play Movies Partner API.
plus
v1
Package plus provides access to the Google+ API.
Package plus provides access to the Google+ API.
plusdomains
v1
Package plusdomains provides access to the Google+ Domains API.
Package plusdomains provides access to the Google+ Domains API.
policytroubleshooter
v1
Package policytroubleshooter provides access to the Policy Troubleshooter API.
Package policytroubleshooter provides access to the Policy Troubleshooter API.
v1beta
Package policytroubleshooter provides access to the Policy Troubleshooter API.
Package policytroubleshooter provides access to the Policy Troubleshooter API.
poly
v1
Package poly provides access to the Poly API.
Package poly provides access to the Poly API.
privateca
v1beta1
Package privateca provides access to the Certificate Authority API.
Package privateca provides access to the Certificate Authority API.
prod_tt_sasportal
v1alpha1
Package prod_tt_sasportal provides access to the SAS Portal API (Testing).
Package prod_tt_sasportal provides access to the SAS Portal API (Testing).
proximitybeacon
v1beta1
Package proximitybeacon provides access to the Proximity Beacon API.
Package proximitybeacon provides access to the Proximity Beacon API.
pubsub
v1
Package pubsub provides access to the Cloud Pub/Sub API.
Package pubsub provides access to the Cloud Pub/Sub API.
v1beta1a
Package pubsub provides access to the Cloud Pub/Sub API.
Package pubsub provides access to the Cloud Pub/Sub API.
v1beta2
Package pubsub provides access to the Cloud Pub/Sub API.
Package pubsub provides access to the Cloud Pub/Sub API.
pubsublite
v1
Package pubsublite provides access to the Pub/Sub Lite API.
Package pubsublite provides access to the Pub/Sub Lite API.
qpxexpress
v1
Package qpxexpress provides access to the QPX Express API.
Package qpxexpress provides access to the QPX Express API.
realtimebidding
v1
Package realtimebidding provides access to the Real-time Bidding API.
Package realtimebidding provides access to the Real-time Bidding API.
recommendationengine
v1beta1
Package recommendationengine provides access to the Recommendations AI.
Package recommendationengine provides access to the Recommendations AI.
recommender
v1
Package recommender provides access to the Recommender API.
Package recommender provides access to the Recommender API.
v1beta1
Package recommender provides access to the Recommender API.
Package recommender provides access to the Recommender API.
redis
v1
Package redis provides access to the Google Cloud Memorystore for Redis API.
Package redis provides access to the Google Cloud Memorystore for Redis API.
v1beta1
Package redis provides access to the Google Cloud Memorystore for Redis API.
Package redis provides access to the Google Cloud Memorystore for Redis API.
remotebuildexecution
v1
Package remotebuildexecution provides access to the Remote Build Execution API.
Package remotebuildexecution provides access to the Remote Build Execution API.
v1alpha
Package remotebuildexecution provides access to the Remote Build Execution API.
Package remotebuildexecution provides access to the Remote Build Execution API.
v2
Package remotebuildexecution provides access to the Remote Build Execution API.
Package remotebuildexecution provides access to the Remote Build Execution API.
replicapool
v1beta1
Package replicapool provides access to the Replica Pool API.
Package replicapool provides access to the Replica Pool API.
replicapoolupdater
v1beta1
Package replicapoolupdater provides access to the Google Compute Engine Instance Group Updater API.
Package replicapoolupdater provides access to the Google Compute Engine Instance Group Updater API.
reseller
v1
Package reseller provides access to the Enterprise Apps Reseller API.
Package reseller provides access to the Enterprise Apps Reseller API.
run
v1
Package run provides access to the Cloud Run Admin API.
Package run provides access to the Cloud Run Admin API.
v1alpha1
Package run provides access to the Cloud Run Admin API.
Package run provides access to the Cloud Run Admin API.
v1beta1
Package run provides access to the Cloud Run Admin API.
Package run provides access to the Cloud Run Admin API.
runtimeconfig
v1
Package runtimeconfig provides access to the Cloud Runtime Configuration API.
Package runtimeconfig provides access to the Cloud Runtime Configuration API.
v1beta1
Package runtimeconfig provides access to the Cloud Runtime Configuration API.
Package runtimeconfig provides access to the Cloud Runtime Configuration API.
safebrowsing
v4
Package safebrowsing provides access to the Safe Browsing API.
Package safebrowsing provides access to the Safe Browsing API.
sasportal
v1alpha1
Package sasportal provides access to the SAS Portal API.
Package sasportal provides access to the SAS Portal API.
script
v1
Package script provides access to the Apps Script API.
Package script provides access to the Apps Script API.
searchconsole
v1
Package searchconsole provides access to the Google Search Console API.
Package searchconsole provides access to the Google Search Console API.
secretmanager
v1
Package secretmanager provides access to the Secret Manager API.
Package secretmanager provides access to the Secret Manager API.
v1beta1
Package secretmanager provides access to the Secret Manager API.
Package secretmanager provides access to the Secret Manager API.
securitycenter
v1
Package securitycenter provides access to the Security Command Center API.
Package securitycenter provides access to the Security Command Center API.
v1beta1
Package securitycenter provides access to the Security Command Center API.
Package securitycenter provides access to the Security Command Center API.
v1beta2
Package securitycenter provides access to the Security Command Center API.
Package securitycenter provides access to the Security Command Center API.
v1p1alpha1
Package securitycenter provides access to the Security Command Center API.
Package securitycenter provides access to the Security Command Center API.
v1p1beta1
Package securitycenter provides access to the Security Command Center API.
Package securitycenter provides access to the Security Command Center API.
servicebroker
v1
Package servicebroker provides access to the Service Broker API.
Package servicebroker provides access to the Service Broker API.
v1alpha1
Package servicebroker provides access to the Service Broker API.
Package servicebroker provides access to the Service Broker API.
v1beta1
Package servicebroker provides access to the Service Broker API.
Package servicebroker provides access to the Service Broker API.
serviceconsumermanagement
v1
Package serviceconsumermanagement provides access to the Service Consumer Management API.
Package serviceconsumermanagement provides access to the Service Consumer Management API.
v1beta1
Package serviceconsumermanagement provides access to the Service Consumer Management API.
Package serviceconsumermanagement provides access to the Service Consumer Management API.
servicecontrol
v1
Package servicecontrol provides access to the Service Control API.
Package servicecontrol provides access to the Service Control API.
v2
Package servicecontrol provides access to the Service Control API.
Package servicecontrol provides access to the Service Control API.
servicedirectory
v1beta1
Package servicedirectory provides access to the Service Directory API.
Package servicedirectory provides access to the Service Directory API.
servicemanagement
v1
Package servicemanagement provides access to the Service Management API.
Package servicemanagement provides access to the Service Management API.
servicenetworking
v1
Package servicenetworking provides access to the Service Networking API.
Package servicenetworking provides access to the Service Networking API.
v1beta
Package servicenetworking provides access to the Service Networking API.
Package servicenetworking provides access to the Service Networking API.
serviceusage
v1
Package serviceusage provides access to the Service Usage API.
Package serviceusage provides access to the Service Usage API.
v1beta1
Package serviceusage provides access to the Service Usage API.
Package serviceusage provides access to the Service Usage API.
serviceuser
v1
Package serviceuser provides access to the Service User API.
Package serviceuser provides access to the Service User API.
sheets
v4
Package sheets provides access to the Google Sheets API.
Package sheets provides access to the Google Sheets API.
siteverification
v1
Package siteverification provides access to the Google Site Verification API.
Package siteverification provides access to the Google Site Verification API.
slides
v1
Package slides provides access to the Google Slides API.
Package slides provides access to the Google Slides API.
smartdevicemanagement
v1
Package smartdevicemanagement provides access to the Smart Device Management API.
Package smartdevicemanagement provides access to the Smart Device Management API.
sourcerepo
v1
Package sourcerepo provides access to the Cloud Source Repositories API.
Package sourcerepo provides access to the Cloud Source Repositories API.
spanner
v1
Package spanner provides access to the Cloud Spanner API.
Package spanner provides access to the Cloud Spanner API.
spectrum
v1explorer
Package spectrum provides access to the Google Spectrum Database API.
Package spectrum provides access to the Google Spectrum Database API.
speech
v1
Package speech provides access to the Cloud Speech-to-Text API.
Package speech provides access to the Cloud Speech-to-Text API.
v1beta1
Package speech provides access to the Cloud Speech API.
Package speech provides access to the Cloud Speech API.
v1p1beta1
Package speech provides access to the Cloud Speech-to-Text API.
Package speech provides access to the Cloud Speech-to-Text API.
v2beta
Package speech provides access to the Cloud Speech-to-Text API.
Package speech provides access to the Cloud Speech-to-Text API.
v2beta1
Package speech provides access to the Cloud Speech-to-Text API.
Package speech provides access to the Cloud Speech-to-Text API.
sql
v1beta4
Package sql provides access to the Cloud SQL Admin API.
Package sql provides access to the Cloud SQL Admin API.
sqladmin
v1beta4
Package sqladmin provides access to the Cloud SQL Admin API.
Package sqladmin provides access to the Cloud SQL Admin API.
storage
v1
Package storage provides access to the Cloud Storage JSON API.
Package storage provides access to the Cloud Storage JSON API.
v1beta1
Package storage provides access to the Cloud Storage JSON API.
Package storage provides access to the Cloud Storage JSON API.
v1beta2
Package storage provides access to the Cloud Storage JSON API.
Package storage provides access to the Cloud Storage JSON API.
storagetransfer
v1
Package storagetransfer provides access to the Storage Transfer API.
Package storagetransfer provides access to the Storage Transfer API.
streetviewpublish
v1
Package streetviewpublish provides access to the Street View Publish API.
Package streetviewpublish provides access to the Street View Publish API.
sts
v1
Package sts provides access to the Security Token Service API.
Package sts provides access to the Security Token Service API.
v1beta
Package sts provides access to the Security Token Service API.
Package sts provides access to the Security Token Service API.
support
bundler
Package bundler supports bundling (batching) of items.
Package bundler supports bundling (batching) of items.
surveys
v2
Package surveys provides access to the Surveys API.
Package surveys provides access to the Surveys API.
tagmanager
v1
Package tagmanager provides access to the Tag Manager API.
Package tagmanager provides access to the Tag Manager API.
v2
Package tagmanager provides access to the Tag Manager API.
Package tagmanager provides access to the Tag Manager API.
tasks
v1
Package tasks provides access to the Tasks API.
Package tasks provides access to the Tasks API.
testing
v1
Package testing provides access to the Cloud Testing API.
Package testing provides access to the Cloud Testing API.
texttospeech
v1
Package texttospeech provides access to the Cloud Text-to-Speech API.
Package texttospeech provides access to the Cloud Text-to-Speech API.
v1beta1
Package texttospeech provides access to the Cloud Text-to-Speech API.
Package texttospeech provides access to the Cloud Text-to-Speech API.
toolresults
v1
Package toolresults provides access to the Cloud Tool Results API.
Package toolresults provides access to the Cloud Tool Results API.
v1beta3
Package toolresults provides access to the Cloud Tool Results API.
Package toolresults provides access to the Cloud Tool Results API.
tpu
v1
Package tpu provides access to the Cloud TPU API.
Package tpu provides access to the Cloud TPU API.
v1alpha1
Package tpu provides access to the Cloud TPU API.
Package tpu provides access to the Cloud TPU API.
tracing
v2
Package tracing provides access to the Google Tracing API.
Package tracing provides access to the Google Tracing API.
trafficdirector
v2
Package trafficdirector provides access to the Traffic Director API.
Package trafficdirector provides access to the Traffic Director API.
translate
v2
Package translate provides access to the Google Cloud Translation API.
Package translate provides access to the Google Cloud Translation API.
v3
Package translate provides access to the Cloud Translation API.
Package translate provides access to the Cloud Translation API.
v3beta1
Package translate provides access to the Cloud Translation API.
Package translate provides access to the Cloud Translation API.
Package transport provides utility methods for creating authenticated transports to Google's HTTP and gRPC APIs.
Package transport provides utility methods for creating authenticated transports to Google's HTTP and gRPC APIs.
bytestream
Package bytestream provides a client for any service that exposes a ByteStream API.
Package bytestream provides a client for any service that exposes a ByteStream API.
cert
Package cert contains certificate tools for Google API clients.
Package cert contains certificate tools for Google API clients.
grpc
Package grpc supports network connections to GRPC servers.
Package grpc supports network connections to GRPC servers.
http
Package http supports network connections to HTTP servers.
Package http supports network connections to HTTP servers.
http/internal/propagation
Package propagation implements X-Cloud-Trace-Context header propagation used by Google Cloud products.
Package propagation implements X-Cloud-Trace-Context header propagation used by Google Cloud products.
internal/dca
Package dca contains utils for implementing Device Certificate Authentication according to https://google.aip.dev/auth/4114 The overall logic for DCA is as follows: 1.
Package dca contains utils for implementing Device Certificate Authentication according to https://google.aip.dev/auth/4114 The overall logic for DCA is as follows: 1.
urlshortener
v1
Package urlshortener provides access to the URL Shortener API.
Package urlshortener provides access to the URL Shortener API.
vault
v1
Package vault provides access to the G Suite Vault API.
Package vault provides access to the G Suite Vault API.
vectortile
v1
Package vectortile provides access to the Semantic Tile API.
Package vectortile provides access to the Semantic Tile API.
verifiedaccess
v1
Package verifiedaccess provides access to the Chrome Verified Access API.
Package verifiedaccess provides access to the Chrome Verified Access API.
videointelligence
v1
Package videointelligence provides access to the Cloud Video Intelligence API.
Package videointelligence provides access to the Cloud Video Intelligence API.
v1beta2
Package videointelligence provides access to the Cloud Video Intelligence API.
Package videointelligence provides access to the Cloud Video Intelligence API.
v1p1beta1
Package videointelligence provides access to the Cloud Video Intelligence API.
Package videointelligence provides access to the Cloud Video Intelligence API.
v1p2beta1
Package videointelligence provides access to the Cloud Video Intelligence API.
Package videointelligence provides access to the Cloud Video Intelligence API.
v1p3beta1
Package videointelligence provides access to the Cloud Video Intelligence API.
Package videointelligence provides access to the Cloud Video Intelligence API.
vision
v1
Package vision provides access to the Cloud Vision API.
Package vision provides access to the Cloud Vision API.
v1p1beta1
Package vision provides access to the Cloud Vision API.
Package vision provides access to the Cloud Vision API.
v1p2beta1
Package vision provides access to the Cloud Vision API.
Package vision provides access to the Cloud Vision API.
webfonts
v1
Package webfonts provides access to the Web Fonts Developer API.
Package webfonts provides access to the Web Fonts Developer API.
webmasters
v3
Package webmasters provides access to the Search Console API.
Package webmasters provides access to the Search Console API.
websecurityscanner
v1
Package websecurityscanner provides access to the Web Security Scanner API.
Package websecurityscanner provides access to the Web Security Scanner API.
v1alpha
Package websecurityscanner provides access to the Web Security Scanner API.
Package websecurityscanner provides access to the Web Security Scanner API.
v1beta
Package websecurityscanner provides access to the Web Security Scanner API.
Package websecurityscanner provides access to the Web Security Scanner API.
workflowexecutions
v1beta
Package workflowexecutions provides access to the Workflow Executions API.
Package workflowexecutions provides access to the Workflow Executions API.
workflows
v1beta
Package workflows provides access to the Workflows API.
Package workflows provides access to the Workflows API.
youtube
v3
Package youtube provides access to the YouTube Data API v3.
Package youtube provides access to the YouTube Data API v3.
youtubeanalytics
v1
Package youtubeanalytics provides access to the YouTube Analytics API.
Package youtubeanalytics provides access to the YouTube Analytics API.
v1beta1
Package youtubeanalytics provides access to the YouTube Analytics API.
Package youtubeanalytics provides access to the YouTube Analytics API.
v2
Package youtubeanalytics provides access to the YouTube Analytics API.
Package youtubeanalytics provides access to the YouTube Analytics API.
youtubereporting
v1
Package youtubereporting provides access to the YouTube Reporting API.
Package youtubereporting provides access to the YouTube Reporting API.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL