google.golang.org/api
go
pkg:golang/google.golang.org/api
9,624 Dependabot PRs
11 days ago
922 repositories
16 repositories
Recent PRs
Bump google.golang.org/api from 0.280.0 to 0.287.1
prakhardewangan2005-hash/Core_DNS #20
chore(deps): bump google.golang.org/api from 0.287.1 to 0.288.0 in the go-dependencies group
cloudpilot-ai/karpenter-provider-gcp #521
chore(deps): bump the dependencies group with 8 updates
k1LoW/octocov #686
build(deps): bump google.golang.org/api from 0.286.0 to 0.287.1
smallstep/certificates #2733
chore(deps): Bump the go-dependencies group across 1 directory with 7 updates
zkrebbekx/laneiq #14
chore(deps): bump google.golang.org/api from 0.286.0 to 0.287.0
creydr/ai-coworker #147
build(deps): bump the go group with 3 updates
vitessio/vitess #20427
chore(deps): bump the go-dependencies group across 1 directory with 16 updates
chore(deps): bump the go-minor-patch group across 1 directory with 6 updates
llyfn/kamos #73
chore(deps): bump google.golang.org/api from 0.284.0 to 0.285.0 in the frequent group across 1 directory
rudderlabs/rudder-go-kit #1163
Bump google.golang.org/api from 0.283.0 to 0.286.0
debrajrout/KMS-using-AES-256-GCM-using-go #6
chore(deps): bump google.golang.org/api from 0.284.0 to 0.286.0
icco/art #18
chore(deps): bump the go-minor-patch group across 6 directories with 6 updates
wmulabs/eywa #162
build(deps): bump google.golang.org/api from 0.285.0 to 0.286.0
chore(deps): bump google.golang.org/api from 0.274.0 to 0.286.0
build(deps): bump google.golang.org/api from 0.280.0 to 0.285.0 in /services/youtube-listener
Bump google.golang.org/api from 0.280.0 to 0.285.0
taihen/kubernetes-event-exporter #78
Bump google.golang.org/api from 0.275.0 to 0.285.0
serrrios/kubernetes-event-exporter #39
Bump google.golang.org/api from 0.278.0 to 0.285.0
Bump google.golang.org/api from 0.284.0 to 0.285.0 in /sdks
mahak/beam #968
build(deps): bump the cloud-providers group across 1 directory with 7 updates
mongodb/mongodb-atlas-cli #4618
Bump the gomod group across 1 directory with 3 updates
stolostron/submariner-addon #2715
build(deps): bump the common-golang-dependencies group across 1 directory with 10 updates
jkowalski/kopia #718
build(deps): bump the go-dependencies group across 14 directories with 10 updates
NVIDIA/NVSentinel #1400
chore(deps): bump the minor group across 1 directory with 5 updates
Bump the go-modules group across 1 directory with 9 updates
paketo-buildpacks/yarn-install #1295
chore(deps): bump the gomod group across 1 directory with 4 updates
nais/gargle #47
Bump google.golang.org/api from 0.230.0 to 0.283.0
Bump google.golang.org/api from 0.21.0 to 0.283.0
chore(deps): bump google.golang.org/api from 0.280.0 to 0.282.0
erdnaxeli/PlayBot #303
chore(deps): bump the dev-dependencies group with 18 updates
kubernetes-sigs/external-dns #6473
deps(deps): bump google.golang.org/api from 0.282.0 to 0.284.0 in /receiver/googlecloudstoragerehydrationreceiver
observIQ/bindplane-otel-contrib #380
Bump the go-packages group across 1 directory with 16 updates
centrifugal/centrifugo #1149
chore(deps): Bump the gomod group across 1 directory with 15 updates
crashappsec/ocular-default-integrations #54
deps(deps): bump the production-dependencies group with 3 updates
antinvestor/service-fintech #181
deps(deps): bump the production-dependencies group with 21 updates
antinvestor/service-files #696
chore(deps): bump the go-dependencies group with 42 updates
flanksource/config-db #2248
build(deps): bump the go-dependencies group across 8 directories with 15 updates
NVIDIA/NVSentinel #1350
chore(deps): bump the go-minor group with 30 updates
akuity/kargo #6389
chore(deps): bump the dependencies group across 1 directory with 5 updates
chore(deps): bump google.golang.org/api from 0.280.0 to 0.282.0
icco/art #7
build(deps): bump the go-minor-and-patch group with 5 updates
nudgebee/forager #74
chore(deps): bump the go-modules group across 1 directory with 18 updates
flanksource/canary-checker #2969
build(deps): bump google.golang.org/api from 0.279.0 to 0.280.0
gofr-dev/gofr #3469
build(deps): Bump the all-go group across 2 directories with 7 updates
evstack/ev-node #3333
deps(deps): bump the gomod-minor-and-patch group with 10 updates
build(deps): bump the cloud-providers group across 1 directory with 8 updates
buildkite/agent #3950
chore: bump google.golang.org/api from 0.279.0 to 0.284.0
Bump google.golang.org/api from 0.279.0 to 0.280.0 in the gomod group
stolostron/submariner-addon #2703
chore(deps): bump the go-google-cloud group across 3 directories with 3 updates
deliveryhero/asya #494
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
about 1 year ago |
| Dependent Repos: | 119,534 |
| Dependent Packages: | 18,552 |
| Ranking: | Top 0.0067% by dependent repos Top 0.0094% by dependent pkgs |