google.golang.org/api
go
pkg:golang/google.golang.org/api
6,979 Dependabot PRs
about 5 hours ago
654 repositories
445 repositories
Recent PRs
Bump the go-modules group with 21 updates
paketo-buildpacks/poetry-install #463

go.mod: bump google.golang.org/api from 0.248.0 to 0.249.0
conduitio-labs/conduit-connector-google-sheets #290

Bump google.golang.org/api from 0.94.0 to 0.249.0 in /sdks
mynameborat/beam #532

build(deps): bump google.golang.org/api from 0.221.0 to 0.249.0
meonBot/hugo #136

chore(deps): bump google.golang.org/api from 0.248.0 to 0.249.0
golanglib/dependabot_botherer #5516

Bump the go-modules group with 21 updates
paketo-buildpacks/node-engine #1292

chore(deps): bump the dev-dependencies group across 1 directory with 30 updates


go.mod: bump google.golang.org/api from 0.248.0 to 0.249.0
conduitio-labs/conduit-connector-gcp-pubsub #369

build(deps): bump google.golang.org/api from 0.248.0 to 0.249.0
kartverket/skipctl #160

Bump google.golang.org/api from 0.240.0 to 0.249.0
persona-id/terraform-provider-gkegateway #95

go.mod: bump google.golang.org/api from 0.248.0 to 0.249.0
conduitio-labs/conduit-connector-spanner #153

Bump the go-modules group with 22 updates
paketo-buildpacks/pip-install #494

Bump google.golang.org/api from 0.138.0 to 0.249.0 in /src
GoogleCloudPlatform/bq-utilization-alerts #175

Bump google.golang.org/api from 0.100.0 to 0.249.0
commercetools/mongodb-atlas-kubernetes #204

chore(deps): bump google.golang.org/api from 0.248.0 to 0.249.0
Kong/kubernetes-testing-framework #1426

build(deps): bump the build group with 13 updates

Bump the go-modules group with 23 updates
paketo-buildpacks/cpython #1008

Bump google.golang.org/api from 0.103.0 to 0.249.0 in /sdks
andoni-guzman/beam #684

build(deps): bump google.golang.org/api from 0.206.0 to 0.249.0
jauderho/hugo #1041

build(deps): bump google.golang.org/api from 0.248.0 to 0.249.0
chainguard-dev/apko #1850

Bump the go-modules group with 26 updates
paketo-buildpacks/pipenv-install #509


build(deps): bump google.golang.org/api from 0.248.0 to 0.249.0
sagikazarmark/crypt #475

Bump the go-modules group with 26 updates

Bump google.golang.org/api from 0.130.0 to 0.249.0
GoogleCloudPlatform/aactl #294

Bump google.golang.org/api from 0.235.0 to 0.249.0 in /sdks
wwjiang007/beam #798

Bump the go-modules group with 23 updates
paketo-buildpacks/yarn-install #1020

chore(deps): bump google.golang.org/api from 0.248.0 to 0.249.0

chore(deps): bump google.golang.org/api from 0.248.0 to 0.249.0
mys721tx/cdh #129


Bump google.golang.org/api from 0.248.0 to 0.249.0 in /cmd/token-injector

build(deps): bump the gomod group across 1 directory with 2 updates
nais/narcos #237

Bump google.golang.org/api from 0.228.0 to 0.249.0
helixml/helix #1272

Bump google.golang.org/api from 0.227.0 to 0.249.0
cashier-go/cashier #327

deps(deps): bump the production-dependencies group with 4 updates
antinvestor/service-authentication #446

Bump google.golang.org/api from 0.248.0 to 0.249.0 in /backend
Opinions-sur-Rue/spectrum #204

deps: bump google.golang.org/api from 0.248.0 to 0.249.0
toddlj/wayfarer #101

Bump google.golang.org/api from 0.233.0 to 0.249.0
ping-42/admin-api #116

build(deps): bump google.golang.org/api from 0.247.0 to 0.249.0
cdalar/onctl #708

Bump the go-modules group across 1 directory with 22 updates

Bump the go group across 1 directory with 74 updates
soitun/teleport #631

Bump the go-modules group with 25 updates

chore(deps): bump google.golang.org/api from 0.248.0 to 0.249.0
mzihlmann/kaniko #240

build(deps): bump google.golang.org/api from 0.248.0 to 0.249.0

chore(deps): bump google.golang.org/api from 0.103.0 to 0.249.0
priyawadhwa/cosign #975

chore: bump google.golang.org/api from 0.248.0 to 0.249.0
Crandel/gmail #87

chore(deps): bump google.golang.org/api from 0.248.0 to 0.249.0
ZEISS/pkg #226

chore(deps): bump google.golang.org/api from 0.248.0 to 0.249.0
hatchet-dev/hatchet #2270

build(deps): bump google.golang.org/api from 0.230.0 to 0.249.0 in /packages/server/customer-os-api
customeros/customeros #12346

Package Details
Name: | google.golang.org/api |
Ecosystem: | go |
PURL Type: | golang |
Package URL: | pkg:golang/google.golang.org/api |
JSON API: | View JSON |
Package Information
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. All clients in sub-packages are configurable via client options. These options are described here: https://godoc.org/google.golang.org/api/option. 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. 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. 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. This field can be found on all Request/Response structs in the generated clients. All of these types have the JSON `omitempty` field tag present on their fields. This means if a type is set to its default value it will not be marshalled. Sometimes you may actually want to send a default value, for instance sending an int of `0`. In this case you can override the `omitempty` feature by adding the field name to the `ForceSendFields` slice. See docs on any struct for more details. This may be used to include empty fields in Patch requests. This field can be found on all Request/Response structs in the generated clients. It can be be used to send JSON null values for the listed fields. By default, fields with empty values are omitted from API requests because of the presence of the `omitempty` field tag on all fields. However, any field with an empty value appearing in NullFields will be sent to the server as null. It is an error if a field in this list has a non-empty value. This may be used to include null fields in Patch requests. An error returned by a client's Do method may be cast to a *googleapi.Error or unwrapped to an *apierror.APIError. The https://pkg.go.dev/google.golang.org/api/googleapi#Error type is useful for getting the HTTP status code: The https://pkg.go.dev/github.com/googleapis/gax-go/v2/apierror#APIError type is useful for inspecting structured details of the underlying API response, such as the reason for the error and the error domain, which is typically the registered service name of the tool or product that generated the error: If an API call returns an Operation, that means it could take some time to complete the work initiated by the API call. Applications that are interested in the end result of the operation they initiated should wait until the Operation.Done field indicates it is finished. To do this, use the service's Operation client, and a loop, like so:
Homepage: | https://github.com/googleapis/google-api-go-client |
Latest Release: |
v0.236.0
3 months ago |
Dependent Repos: | 119,534 |
Dependent Packages: | 18,552 |
Ranking: | Top 0.0067% by dependent repos Top 0.0094% by dependent pkgs |