feat(auditmanager): add new clients (#13842) · googleapis/google-cloud-go@588fe0c

File tree

35 files changed

lines changed

  • internal/generated/snippets

        • GetResourceEnrollmentStatus

        • ListResourceEnrollmentStatuses

35 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -702,6 +702,29 @@ libraries:

702702

release_exclude_paths:

703703

- internal/generated/snippets/assuredworkloads/

704704

tag_format: '{id}/v{version}'

705+

- id: auditmanager

706+

version: 0.0.0

707+

last_generated_commit: c99e8a29e1b568d183445adccde5bf9d6437cf00

708+

apis:

709+

- path: google/cloud/auditmanager/v1

710+

service_config: auditmanager_v1.yaml

711+

source_roots:

712+

- auditmanager

713+

- internal/generated/snippets/auditmanager

714+

preserve_regex: []

715+

remove_regex:

716+

- ^internal/generated/snippets/auditmanager/

717+

- ^auditmanager/apiv1/[^/]*_client\.go$

718+

- ^auditmanager/apiv1/[^/]*_client_example_go123_test\.go$

719+

- ^auditmanager/apiv1/[^/]*_client_example_test\.go$

720+

- ^auditmanager/apiv1/auxiliary\.go$

721+

- ^auditmanager/apiv1/auxiliary_go123\.go$

722+

- ^auditmanager/apiv1/doc\.go$

723+

- ^auditmanager/apiv1/gapic_metadata\.json$

724+

- ^auditmanager/apiv1/helpers\.go$

725+

- ^auditmanager/apiv1/\.repo-metadata\.json$

726+

- ^auditmanager/apiv1/auditmanagerpb/.*$

727+

tag_format: '{id}/v{version}'

705728

- id: auth

706729

version: 0.18.1

707730

last_generated_commit: 31b413bc4feb03f6849c718048c2b9998561b5fa

Original file line numberDiff line numberDiff line change

@@ -0,0 +1 @@

1+

# Changes

Original file line numberDiff line numberDiff line change

@@ -0,0 +1,55 @@

1+

# Audit Manager API

2+
3+

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

4+
5+

Go Client Library for Audit Manager API.

6+
7+

## Install

8+
9+

```bash

10+

go get cloud.google.com/go/auditmanager

11+

```

12+
13+

## Stability

14+
15+

The stability of this module is indicated by SemVer.

16+
17+

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

18+
19+

* Packages with `alpha` or `beta` in the import path

20+

* The GoDoc has an explicit stability disclaimer (for example, for an experimental feature).

21+
22+

### Which package to use?

23+
24+

Generated client library surfaces can be found in packages whose import path

25+

ends in `.../apivXXX`. The `XXX` could be something like `1` or `2` in the case

26+

of a stable service backend or may be like `1beta2` or `2beta` in the case of a

27+

more experimental service backend. Because of this fact, a given module can have

28+

multiple clients for different service backends. In these cases it is generally

29+

recommended to use clients with stable service backends, with import suffixes like

30+

`apiv1`, unless you need to use features that are only present in a beta backend

31+

or there is not yet a stable backend available.

32+
33+

## Google Cloud Samples

34+
35+

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

36+
37+

## Go Version Support

38+
39+

See the [Go Versions Supported](https://github.com/googleapis/google-cloud-go#go-versions-supported)

40+

section in the root directory's README.

41+
42+

## Authorization

43+
44+

See the [Authorization](https://github.com/googleapis/google-cloud-go#authorization)

45+

section in the root directory's README.

46+
47+

## Contributing

48+
49+

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

50+

document for details.

51+
52+

Please note that this project is released with a Contributor Code of Conduct.

53+

By participating in this project you agree to abide by its terms. See

54+

[Contributor Code of Conduct](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/main/CONTRIBUTING.md#contributor-code-of-conduct)

55+

for more information.

Original file line numberDiff line numberDiff line change

@@ -0,0 +1,10 @@

1+

{

2+

"api_shortname": "auditmanager",

3+

"client_documentation": "https://cloud.google.com/go/docs/reference/cloud.google.com/go/auditmanager/latest/apiv1",

4+

"client_library_type": "generated",

5+

"description": "Audit Manager API",

6+

"distribution_name": "cloud.google.com/go/auditmanager/apiv1",

7+

"language": "go",

8+

"library_type": "GAPIC_AUTO",

9+

"release_level": "preview"

10+

}