Skip to content

Commit

Permalink
chore: carve out sub-modules (#4632)
Browse files Browse the repository at this point in the history
This commit will be tagged:
	- v0.92.2
	- datastream/v0.1.0
	- dialogflow/v0.1.0
	- dlp/v0.1.0
	- documentai/v0.1.0
	- domains/v0.1.0
	- errorreporting/v0.1.0
	- essentialcontacts/v0.1.0
	- eventarc/v0.1.0
	- functions/v0.1.0
	- gaming/v0.1.0
	- gsuiteaddons/v0.1.0
	- iap/v0.1.0
	- iot/v0.1.0
	- kms/v0.1.0
	- language/v0.1.0
	- lifesciences/v0.1.0
	- managedidentities/v0.1.0
	- mediatranslation/v0.1.0
	- memcache/v0.1.0
	- metastore/v0.1.0
	- networkconnectivity/v0.1.0
	- networkmanagement/v0.1.0
	- notebooks/v0.1.0
	- orgpolicy/v0.1.0
	- osconfig/v0.1.0
	- oslogin/v0.1.0
	- phishingprotection/v0.1.0
	- policytroubleshooter/v0.1.0
	- privatecatalog/v0.1.0
	- profiler/v0.1.0
	- recaptchaenterprise/v0.1.0
	- recommendationengine/v0.1.0
	- recommender/v0.1.0
	- redis/v0.1.0
	- resourcemanager/v0.1.0
	- resourcesettings/v0.1.0
	- retail/v0.1.0
	- scheduler/v0.1.0
	- securitycenter/v0.1.0
	- servicecontrol/v0.1.0
	- servicedirectory/v0.1.0
	- servicemanagement/v0.1.0
	- serviceusage/v0.1.0
	- shell/v0.1.0
	- speech/v0.1.0
	- talent/v0.1.0
	- texttospeech/v0.1.0
	- tpu/v0.1.0
	- trace/v0.1.0
	- translate/v0.1.0
	- videointelligence/v0.1.0
	- vision/v0.1.0
	- vpcaccess/v0.1.0
	- webrisk/v0.1.0
	- websecurityscanner/v0.1.0
	- workflows/v0.1.0
  • Loading branch information
codyoss committed Aug 17, 2021
1 parent 946bd8f commit 350b25c
Show file tree
Hide file tree
Showing 284 changed files with 34,268 additions and 16 deletions.
6 changes: 6 additions & 0 deletions datastream/CHANGES.md
@@ -0,0 +1,6 @@
# Changes

## v0.1.0

This is the first tag to carve out datastream as its own module. See
[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).
40 changes: 40 additions & 0 deletions datastream/README.md
@@ -0,0 +1,40 @@
# Datastream API

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

Go Client Library for Datastream API.

## Install

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

## 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.
12 changes: 12 additions & 0 deletions datastream/go.mod
@@ -0,0 +1,12 @@
module cloud.google.com/go/datastream

go 1.16

require (
cloud.google.com/go v0.92.2
github.com/googleapis/gax-go/v2 v2.0.5
google.golang.org/api v0.54.0
google.golang.org/genproto v0.0.0-20210813162853-db860fec028c
google.golang.org/grpc v1.39.1
google.golang.org/protobuf v1.27.1
)
529 changes: 529 additions & 0 deletions datastream/go.sum

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions datastream/go_mod_tidy_hack.go
@@ -0,0 +1,22 @@
// Copyright 2021 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// This file, and the cloud.google.com/go import, won't actually become part of
// the resultant binary.
// +build modhack

package datastream

// Necessary for safely adding multi-module repo. See: https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository
import _ "cloud.google.com/go"
6 changes: 6 additions & 0 deletions dialogflow/CHANGES.md
@@ -0,0 +1,6 @@
# Changes

## v0.1.0

This is the first tag to carve out dialogflow as its own module. See
[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).
40 changes: 40 additions & 0 deletions dialogflow/README.md
@@ -0,0 +1,40 @@
# Dialogflow API

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

Go Client Library for Dialogflow API.

## Install

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

## 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.
13 changes: 13 additions & 0 deletions dialogflow/go.mod
@@ -0,0 +1,13 @@
module cloud.google.com/go/dialogflow

go 1.16

require (
cloud.google.com/go v0.92.2
github.com/golang/protobuf v1.5.2
github.com/googleapis/gax-go/v2 v2.0.5
google.golang.org/api v0.54.0
google.golang.org/genproto v0.0.0-20210813162853-db860fec028c
google.golang.org/grpc v1.39.1
google.golang.org/protobuf v1.27.1
)

0 comments on commit 350b25c

Please sign in to comment.