Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,29 @@ libraries:
release_exclude_paths:
- internal/generated/snippets/assuredworkloads/
tag_format: '{id}/v{version}'
- id: auditmanager
version: 0.0.0
last_generated_commit: c99e8a29e1b568d183445adccde5bf9d6437cf00
apis:
- path: google/cloud/auditmanager/v1
service_config: auditmanager_v1.yaml
source_roots:
- auditmanager
- internal/generated/snippets/auditmanager
preserve_regex: []
remove_regex:
- ^internal/generated/snippets/auditmanager/
- ^auditmanager/apiv1/[^/]*_client\.go$
- ^auditmanager/apiv1/[^/]*_client_example_go123_test\.go$
- ^auditmanager/apiv1/[^/]*_client_example_test\.go$
- ^auditmanager/apiv1/auxiliary\.go$
- ^auditmanager/apiv1/auxiliary_go123\.go$
- ^auditmanager/apiv1/doc\.go$
- ^auditmanager/apiv1/gapic_metadata\.json$
- ^auditmanager/apiv1/helpers\.go$
- ^auditmanager/apiv1/\.repo-metadata\.json$
- ^auditmanager/apiv1/auditmanagerpb/.*$
tag_format: '{id}/v{version}'
- id: auth
version: 0.18.1
last_generated_commit: 31b413bc4feb03f6849c718048c2b9998561b5fa
Expand Down
1 change: 1 addition & 0 deletions auditmanager/CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changes
55 changes: 55 additions & 0 deletions auditmanager/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Audit Manager API

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

Go Client Library for Audit Manager API.

## Install

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

## 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 whose 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
recommended 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.
10 changes: 10 additions & 0 deletions auditmanager/apiv1/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"api_shortname": "auditmanager",
"client_documentation": "https://cloud.google.com/go/docs/reference/cloud.google.com/go/auditmanager/latest/apiv1",
"client_library_type": "generated",
"description": "Audit Manager API",
"distribution_name": "cloud.google.com/go/auditmanager/apiv1",
"language": "go",
"library_type": "GAPIC_AUTO",
"release_level": "preview"
}
Loading
Loading