google.golang.org/api
go
pkg:golang/google.golang.org/api
8,529 Dependabot PRs
about 7 hours ago
739 repositories
168 repositories
Recent PRs
chore(deps): bump the go-modules group across 1 directory with 18 updates
flanksource/canary-checker #2753
build(deps): bump the other-go-modules group with 3 updates
redhat-best-practices-for-k8s/certsuite #3342
Bump google.golang.org/api from 0.254.0 to 0.255.0
Bump the gomod-dependencies group across 1 directory with 10 updates
kubernetes/cloud-provider-gcp #924
chore(deps): bump the go-dependencies group across 1 directory with 40 updates
flanksource/config-db #1737
build(deps): bump the build group across 1 directory with 12 updates
prestist/ignition #214
Bump the gomod group with 4 updates
stolostron/submariner-addon #2518
Bump the gomod group with 2 updates
stolostron/submariner-addon #2513
chore(deps): bump google.golang.org/api from 0.255.0 to 0.256.0
tphakala/birdnet-go #1512
Bump the go-modules group across 1 directory with 44 updates
paketo-buildpacks/go-dist #1181
Bump the go group across 1 directory with 68 updates
soitun/teleport #899
Bump the go group across 1 directory with 68 updates
chore(deps): bump the dependencies group across 1 directory with 13 updates
k1LoW/octocov #583
NO-JIRA: Bump the misc-dependencies group across 1 directory with 10 updates
openshift/hypershift #7271
Bump the go-modules group across 1 directory with 49 updates
paketo-buildpacks/poetry-install #525
Bump the go group across 1 directory with 67 updates
sigtrap/teleport #3579
Bump the go-modules group across 1 directory with 43 updates
Bump the go-modules group across 1 directory with 38 updates
paketo-buildpacks/dotnet-publish #846
Bump the go-modules group across 1 directory with 36 updates
paketo-buildpacks/dotnet-core-sdk #963
Bump the go-modules group across 1 directory with 44 updates
paketo-buildpacks/go-mod-vendor #993
Bump the go-modules group across 1 directory with 44 updates
paketo-buildpacks/poetry-install #524
Bump the go-modules group across 1 directory with 36 updates
paketo-buildpacks/dotnet-publish #844
Bump the go-modules group across 1 directory with 42 updates
paketo-buildpacks/nginx #1075
Bump the go-modules group across 1 directory with 43 updates
paketo-buildpacks/go-dist #1176
Bump the go-modules group across 1 directory with 51 updates
paketo-buildpacks/npm-install #1074
Bump the go-modules group across 1 directory with 50 updates
paketo-buildpacks/pip-install #557
Bump the go-modules group across 1 directory with 33 updates
paketo-buildpacks/dotnet-core-aspnet-runtime #593
Bump the go-modules group across 1 directory with 50 updates
Bump the go-modules group across 1 directory with 58 updates
paketo-buildpacks/pipenv-install #572
Bump the go-modules group across 1 directory with 49 updates
Bump the golang-dependencies group across 1 directory with 93 updates
openshift/configuration-anomaly-detection #621
Bump the go-modules group across 1 directory with 48 updates
paketo-buildpacks/mri #1038
build(deps): bump the common-golang-dependencies group with 7 updates
kopia/kopia #4999
chore(deps): bump google.golang.org/api from 0.255.0 to 0.256.0
KohlsTechnology/prometheus_bigquery_remote_storage_adapter #525
⬆️ Bump google.golang.org/api from 0.255.0 to 0.256.0
eat-pray-ai/yutu #110
chore(deps): bump the production-dependencies group across 1 directory with 11 updates
wombatwisdom/wombat #147
Bump google.golang.org/api from 0.249.0 to 0.256.0
magneticstain/ip-2-cloudresource #545
chore(deps): bump the all group across 1 directory with 8 updates
kubernetes-sigs/cluster-api-provider-gcp #1559
Bump the go group across 1 directory with 63 updates
chore(deps): bump google.golang.org/api from 0.252.0 to 0.256.0
build(deps): bump google.golang.org/api from 0.255.0 to 0.256.0 in the google group
mongodb/mongodb-atlas-cli #4330
Bump google.golang.org/api from 0.211.0 to 0.256.0
chore(deps): bump google.golang.org/api from 0.253.0 to 0.256.0
cdzombak/gmail-uptimekuma-alert-cleaner #6
build(deps): bump the build group across 1 directory with 11 updates
prestist/ignition #213
chore(deps): bump google.golang.org/api from 0.250.0 to 0.256.0
aimultiple-benchmark/prometheus-bench-cp-2 #14
Bump the go-modules group across 1 directory with 49 updates
paketo-buildpacks/npm-install #1071
build(deps): bump google.golang.org/api from 0.254.0 to 0.256.0
grokify/gogoogle #613
Bump the go-modules group across 1 directory with 44 updates
paketo-buildpacks/go-dist #1172
NO-JIRA: Bump the misc-dependencies group across 1 directory with 9 updates
openshift/hypershift #7233
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
6 months ago |
| Dependent Repos: | 119,534 |
| Dependent Packages: | 18,552 |
| Ranking: | Top 0.0067% by dependent repos Top 0.0094% by dependent pkgs |