Skip to content

Commit

Permalink
chore(cloudprofiler): update go_package and Go importpath (#9014)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 582685115

Source-Link: https://togithub.com/googleapis/googleapis/commit/c320b40679fccd0e84d328664fa8ce589e62861f

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/8e873fb1b1e209942ab2c1002c0fcfb881f10e59
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOGU4NzNmYjFiMWUyMDk5NDJhYjJjMTAwMmMwZmNmYjg4MWYxMGU1OSJ9
  • Loading branch information
gcf-owl-bot[bot] authored Nov 16, 2023
1 parent c1e9fe5 commit ac48a67
Show file tree
Hide file tree
Showing 24 changed files with 2,545 additions and 3 deletions.
1 change: 1 addition & 0 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"channel": "1.17.3",
"cloudbuild": "1.15.0",
"clouddms": "1.7.3",
"cloudprofiler": "0.0.0",
"cloudtasks": "1.12.4",
"commerce": "0.1.3",
"compute": "1.23.3",
Expand Down
1 change: 1 addition & 0 deletions cloudprofiler/CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changes
55 changes: 55 additions & 0 deletions cloudprofiler/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Cloud Profiler API

[![Go Reference](https://pkg.go.dev/badge/cloud.google.com/go/cloudprofiler.svg)](https://pkg.go.dev/cloud.google.com/go/cloudprofiler)

Go Client Library for Cloud Profiler API.

## Install

```bash
go get cloud.google.com/go/cloudprofiler
```

## Stability

The stability of this module is indicated by SemVer.

However, a `v1+` module may have breaking changes in two scenarios:

* Packages with `alpha` or `beta` in the import path
* The GoDoc has an explicit stability disclaimer (for example, for an experimental feature).

### Which package to use?

Generated client library surfaces can be found in packages who's import path
ends in `.../apivXXX`. The `XXX` could be something like `1` or `2` in the case
of a stable service backend or may be like `1beta2` or `2beta` in the case of a
more experimental service backend. Because of this fact, a given module can have
multiple clients for different service backends. In these cases it is generally
recommend to use clients with stable service backends, with import suffixes like
`apiv1`, unless you need to use features that are only present in a beta backend
or there is not yet a stable backend available.

## Google Cloud Samples

To browse ready to use code samples check [Google Cloud Samples](https://cloud.google.com/docs/samples?l=go).

## Go Version Support

See the [Go Versions Supported](https://github.com/googleapis/google-cloud-go#go-versions-supported)
section in the root directory's README.

## Authorization

See the [Authorization](https://github.com/googleapis/google-cloud-go#authorization)
section in the root directory's README.

## Contributing

Contributions are welcome. Please, see the [CONTRIBUTING](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/main/CONTRIBUTING.md)
document for details.

Please note that this project is released with a Contributor Code of Conduct.
By participating in this project you agree to abide by its terms. See
[Contributor Code of Conduct](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/main/CONTRIBUTING.md#contributor-code-of-conduct)
for more information.
17 changes: 17 additions & 0 deletions cloudprofiler/apiv2/auxiliary.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ac48a67

Please sign in to comment.