Skip to content

Commit

Permalink
chore: bulk add version files (#5517)
Browse files Browse the repository at this point in the history
Add version files for clients with only autogenerated surfaces.
Still need to hook this into generated code. That will come later.
These changes were generated with a script that used
`go list somemod@latest` to detect current module version.

Updates: #2749

Changes:

feat(accessapproval): add file for tracking version

feat(accesscontextmanager): add file for tracking version

feat(aiplatform): add file for tracking version

feat(analytics): add file for tracking version

feat(apigateway): add file for tracking version

feat(apigeeconnect): add file for tracking version

feat(appengine): add file for tracking version

feat(area120): add file for tracking version

feat(artifactregistry): add file for tracking version

feat(asset): add file for tracking version

feat(assuredworkloads): add file for tracking version

feat(automl): add file for tracking version

feat(bigtable): add file for tracking version

feat(billing): add file for tracking version

feat(binaryauthorization): add file for tracking version

feat(channel): add file for tracking version

feat(cloudbuild): add file for tracking version

feat(clouddms): add file for tracking version

feat(cloudtasks): add file for tracking version

feat(compute): add file for tracking version

feat(contactcenterinsights): add file for tracking version

feat(container): add file for tracking version

feat(containeranalysis): add file for tracking version

feat(datacatalog): add file for tracking version

feat(dataflow): add file for tracking version

feat(datafusion): add file for tracking version

feat(datalabeling): add file for tracking version

feat(dataplex): add file for tracking version

feat(dataproc): add file for tracking version

feat(dataqna): add file for tracking version

feat(datastream): add file for tracking version

feat(deploy): add file for tracking version

feat(dialogflow): add file for tracking version

feat(dlp): add file for tracking version

feat(documentai): add file for tracking version

feat(domains): add file for tracking version

feat(essentialcontacts): add file for tracking version

feat(eventarc): add file for tracking version

feat(filestore): add file for tracking version

feat(firestore): add file for tracking version

feat(functions): add file for tracking version

feat(gaming): add file for tracking version

feat(gkeconnect): add file for tracking version

feat(gkehub): add file for tracking version

feat(grafeas): add file for tracking version

feat(gsuiteaddons): add file for tracking version

feat(iam): add file for tracking version

feat(iap): add file for tracking version

feat(ids): add file for tracking version

feat(iot): add file for tracking version

feat(kms): add file for tracking version

feat(language): add file for tracking version

feat(lifesciences): add file for tracking version

feat(managedidentities): add file for tracking version

feat(mediatranslation): add file for tracking version

feat(memcache): add file for tracking version

feat(metastore): add file for tracking version

feat(monitoring): add file for tracking version

feat(networkconnectivity): add file for tracking version

feat(networkmanagement): add file for tracking version

feat(networksecurity): add file for tracking version

feat(notebooks): add file for tracking version

feat(orchestration): add file for tracking version

feat(orgpolicy): add file for tracking version

feat(osconfig): add file for tracking version

feat(oslogin): add file for tracking version

feat(phishingprotection): add file for tracking version

feat(policytroubleshooter): add file for tracking version

feat(privatecatalog): add file for tracking version

feat(pubsublite): add file for tracking version

feat(recaptchaenterprise): add file for tracking version

feat(recommendationengine): add file for tracking version

feat(recommender): add file for tracking version

feat(redis): add file for tracking version

feat(resourcemanager): add file for tracking version

feat(resourcesettings): add file for tracking version

feat(retail): add file for tracking version

feat(scheduler): add file for tracking version

feat(secretmanager): add file for tracking version

feat(security): add file for tracking version

feat(securitycenter): add file for tracking version

feat(servicecontrol): add file for tracking version

feat(servicedirectory): add file for tracking version

feat(servicemanagement): add file for tracking version

feat(serviceusage): add file for tracking version

feat(shell): add file for tracking version

feat(spanner): add file for tracking version

feat(speech): add file for tracking version

feat(storagetransfer): add file for tracking version

feat(talent): add file for tracking version

feat(texttospeech): add file for tracking version

feat(tpu): add file for tracking version

feat(trace): add file for tracking version

feat(video): add file for tracking version

feat(videointelligence): add file for tracking version

feat(vision): add file for tracking version

feat(vmmigration): add file for tracking version

feat(vpcaccess): add file for tracking version

feat(webrisk): add file for tracking version

feat(websecurityscanner): add file for tracking version

feat(workflows): add file for tracking version
  • Loading branch information
codyoss committed Feb 11, 2022
1 parent 498a746 commit 17b36ea
Show file tree
Hide file tree
Showing 100 changed files with 1,800 additions and 0 deletions.
18 changes: 18 additions & 0 deletions accessapproval/internal/version.go
@@ -0,0 +1,18 @@
// Copyright 2022 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.

package internal

// Version is the current tagged release of the library.
const Version = "1.0.1"
18 changes: 18 additions & 0 deletions accesscontextmanager/internal/version.go
@@ -0,0 +1,18 @@
// Copyright 2022 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.

package internal

// Version is the current tagged release of the library.
const Version = "1.0.0"
18 changes: 18 additions & 0 deletions aiplatform/internal/version.go
@@ -0,0 +1,18 @@
// Copyright 2022 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.

package internal

// Version is the current tagged release of the library.
const Version = "1.3.0"
18 changes: 18 additions & 0 deletions analytics/internal/version.go
@@ -0,0 +1,18 @@
// Copyright 2022 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.

package internal

// Version is the current tagged release of the library.
const Version = "0.3.0"
18 changes: 18 additions & 0 deletions apigateway/internal/version.go
@@ -0,0 +1,18 @@
// Copyright 2022 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.

package internal

// Version is the current tagged release of the library.
const Version = "1.0.1"
18 changes: 18 additions & 0 deletions apigeeconnect/internal/version.go
@@ -0,0 +1,18 @@
// Copyright 2022 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.

package internal

// Version is the current tagged release of the library.
const Version = "1.0.0"
18 changes: 18 additions & 0 deletions appengine/internal/version.go
@@ -0,0 +1,18 @@
// Copyright 2022 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.

package internal

// Version is the current tagged release of the library.
const Version = "1.0.0"
18 changes: 18 additions & 0 deletions area120/internal/version.go
@@ -0,0 +1,18 @@
// Copyright 2022 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.

package internal

// Version is the current tagged release of the library.
const Version = "0.1.0"
18 changes: 18 additions & 0 deletions artifactregistry/internal/version.go
@@ -0,0 +1,18 @@
// Copyright 2022 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.

package internal

// Version is the current tagged release of the library.
const Version = "1.1.0"
18 changes: 18 additions & 0 deletions asset/internal/version.go
@@ -0,0 +1,18 @@
// Copyright 2022 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.

package internal

// Version is the current tagged release of the library.
const Version = "1.0.2"
18 changes: 18 additions & 0 deletions assuredworkloads/internal/version.go
@@ -0,0 +1,18 @@
// Copyright 2022 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.

package internal

// Version is the current tagged release of the library.
const Version = "0.3.0"
18 changes: 18 additions & 0 deletions automl/internal/version.go
@@ -0,0 +1,18 @@
// Copyright 2022 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.

package internal

// Version is the current tagged release of the library.
const Version = "1.1.0"
18 changes: 18 additions & 0 deletions bigtable/internal/version.go
@@ -0,0 +1,18 @@
// Copyright 2022 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.

package internal

// Version is the current tagged release of the library.
const Version = "1.13.0"
18 changes: 18 additions & 0 deletions billing/internal/version.go
@@ -0,0 +1,18 @@
// Copyright 2022 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.

package internal

// Version is the current tagged release of the library.
const Version = "1.0.0"
18 changes: 18 additions & 0 deletions binaryauthorization/internal/version.go
@@ -0,0 +1,18 @@
// Copyright 2022 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.

package internal

// Version is the current tagged release of the library.
const Version = "0.2.0"
18 changes: 18 additions & 0 deletions channel/internal/version.go
@@ -0,0 +1,18 @@
// Copyright 2022 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.

package internal

// Version is the current tagged release of the library.
const Version = "1.3.0"
18 changes: 18 additions & 0 deletions cloudbuild/internal/version.go
@@ -0,0 +1,18 @@
// Copyright 2022 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.

package internal

// Version is the current tagged release of the library.
const Version = "1.0.0"
18 changes: 18 additions & 0 deletions clouddms/internal/version.go
@@ -0,0 +1,18 @@
// Copyright 2022 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.

package internal

// Version is the current tagged release of the library.
const Version = "1.0.0"
18 changes: 18 additions & 0 deletions cloudtasks/internal/version.go
@@ -0,0 +1,18 @@
// Copyright 2022 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.

package internal

// Version is the current tagged release of the library.
const Version = "1.1.0"
18 changes: 18 additions & 0 deletions compute/internal/version.go
@@ -0,0 +1,18 @@
// Copyright 2022 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.

package internal

// Version is the current tagged release of the library.
const Version = "1.2.0"
18 changes: 18 additions & 0 deletions contactcenterinsights/internal/version.go
@@ -0,0 +1,18 @@
// Copyright 2022 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.

package internal

// Version is the current tagged release of the library.
const Version = "1.0.0"

0 comments on commit 17b36ea

Please sign in to comment.