google.golang.org/api
go
pkg:golang/google.golang.org/api
9,577 Dependabot PRs
about 19 hours ago
907 repositories
67 repositories
Recent PRs
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 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
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
chore(deps): bump the minor group with 2 updates
chore(deps): bump the go-minor group with 34 updates
akuity/kargo #6345
Bump google.golang.org/api from 0.275.0 to 0.280.0
serrrios/kubernetes-event-exporter #29
build(deps): bump google.golang.org/api from 0.277.0 to 0.280.0
chore(deps): bump google.golang.org/api from 0.278.0 to 0.280.0
Bump the gomod-minor-updates group across 1 directory with 2 updates
ossf/package-analysis #1160
chore(deps): bump the go-dependencies group across 1 directory with 14 updates
flanksource/mission-control #3133
chore(deps): bump the dev-dependencies group with 6 updates
kubernetes-sigs/external-dns #6452
chore(deps): bump google.golang.org/api from 0.277.0 to 0.279.0
adfinis/adfinis-rclone-mgr #131
chore(deps): bump the go-modules group across 1 directory with 18 updates
flanksource/canary-checker #2964
chore(deps): bump the go-dependencies group across 1 directory with 3 updates
chore(deps): bump the go-modules group across 1 directory with 31 updates
flanksource/duty #1977
Bump google.golang.org/api from 0.278.0 to 0.280.0
gilcrest/diygoapi #275
chore(deps): bump the go-dependencies group across 1 directory with 21 updates
flanksource/config-db #2226
build(deps): bump google.golang.org/api from 0.272.0 to 0.279.0 in /kubelet-to-gcm
GoogleCloudPlatform/k8s-stackdriver #1190
chore(deps): bump the go-modules group across 1 directory with 17 updates
flanksource/canary-checker #2958
build(deps): bump google.golang.org/api from 0.278.0 to 0.279.0 in /plugins/gcpaudit
falcosecurity/plugins #1362
chore(deps): bump the all group with 12 updates
kubernetes-sigs/cluster-api-provider-gcp #1671
build(deps): bump google.golang.org/api from 0.276.0 to 0.279.0
chore(deps): Bump the minor-and-patch group across 1 directory with 4 updates
deps(deps): bump google.golang.org/api from 0.278.0 to 0.279.0 in the protobuf-grpc group
GoogleCloudPlatform/gke-mcp #362
build(deps): bump the cloud-providers group with 3 updates
buildkite/agent #3926
deps(deps): bump google.golang.org/api from 0.278.0 to 0.280.0
Bump google.golang.org/api from 0.277.0 to 0.279.0
snazzyfox/snoozybot #328
Bump the gomod group with 3 updates
stolostron/submariner-addon #2696
Bump google.golang.org/api from 0.275.0 to 0.279.0
serrrios/kubernetes-event-exporter #25
chore(deps): bump the dependencies group across 1 directory with 4 updates
chore(deps): bump google.golang.org/api from 0.186.0 to 0.279.0 in /api
chore(deps): bump the go-modules group across 1 directory with 19 updates
hatchet-dev/hatchet #3920
chore(deps): bump the workspace-deps group across 3 directories with 6 updates
kubernetes/cloud-provider-gcp #1128
go.mod: bump google.golang.org/api from 0.267.0 to 0.279.0
conduitio-labs/conduit-connector-spanner #209
Bump google.golang.org/api from 0.275.0 to 0.279.0
czerwonk/dns-drain #208
chore: bump google.golang.org/api from 0.278.0 to 0.279.0
GoogleContainerTools/config-sync #2161
Bump the all-dependencies group across 1 directory with 5 updates
gardener/gardener-extension-provider-gcp #1403
chore(deps): Bump the go-dependencies group across 1 directory with 16 updates
dirien/minectl-sdk #442
Bump google.golang.org/api from 0.148.0 to 0.278.0 in /exporter/f5cloudexporter
pcwiese/opentelemetry-collector-contrib #34666
build(deps): bump google.golang.org/api from 0.277.0 to 0.278.0 in /plugins/gcpaudit
falcosecurity/plugins #1346
chore(deps): Bump the go group with 2 updates
Bump google.golang.org/api from 0.262.0 to 0.278.0
anyproto/anytype-push-server #103
chore(deps)(deps): bump the go-dependencies group across 1 directory with 5 updates
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
12 months ago |
| Dependent Repos: | 119,534 |
| Dependent Packages: | 18,552 |
| Ranking: | Top 0.0067% by dependent repos Top 0.0094% by dependent pkgs |