Skip to content

Commit

Permalink
chore: start generating filestore mod (#4930)
Browse files Browse the repository at this point in the history
This commit will be tagged filestore/v0.1.0
  • Loading branch information
codyoss committed Sep 30, 2021
1 parent 8c5c6cf commit 1aef33e
Show file tree
Hide file tree
Showing 10 changed files with 2,466 additions and 0 deletions.
5 changes: 5 additions & 0 deletions filestore/CHANGES.md
@@ -0,0 +1,5 @@
# Changes

## v0.1.0

- feat(filestore): start generating clients
40 changes: 40 additions & 0 deletions filestore/README.md
@@ -0,0 +1,40 @@
# Cloud Filestore API

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

Go Client Library for Cloud Filestore API.

## Install

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

## 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).

## 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/master/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/master/CONTRIBUTING.md#contributor-code-of-conduct)
for more information.
1,286 changes: 1,286 additions & 0 deletions filestore/apiv1/cloud_filestore_manager_client.go

Large diffs are not rendered by default.

300 changes: 300 additions & 0 deletions filestore/apiv1/cloud_filestore_manager_client_example_test.go

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

0 comments on commit 1aef33e

Please sign in to comment.