Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

fix: add missing dependency configmanagement.proto #67

Closed

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Jun 30, 2021

@gcf-owl-bot gcf-owl-bot bot requested a review from a team as a code owner June 30, 2021 20:47
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jun 30, 2021
@product-auto-label product-auto-label bot added the api: gkehub Issues related to the googleapis/nodejs-gke-hub API. label Jun 30, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jun 30, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 30, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 30, 2021
@JustinBeckwith JustinBeckwith changed the title fix: add missing dependency configmanagement.proto https://github.com/googleapis/nodejs-gke-hub/pull/62 fix: add missing dependency configmanagement.proto Jun 30, 2021
@bcoe bcoe added the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 30, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 30, 2021
@bcoe bcoe added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jun 30, 2021
@bcoe
Copy link
Contributor

bcoe commented Jun 30, 2021

we still appear to be having issues with generation:


2021-06-30 21:21:28,473 synthtool [ERROR] > Failed executing /synthtool/node_modules/.bin/compileProtos src:
    at main (/synthtool/node_modules/protobufjs/cli/pbjs.js:237:48)
    at Root.resolveAll (/synthtool/node_modules/protobufjs/src/root.js:258:43)
    at Root.resolveAll (/synthtool/node_modules/protobufjs/src/namespace.js:308:25)
    at Namespace.resolveAll (/synthtool/node_modules/protobufjs/src/namespace.js:308:25)
    at Namespace.resolveAll (/synthtool/node_modules/protobufjs/src/namespace.js:308:25)
    at Namespace.resolveAll (/synthtool/node_modules/protobufjs/src/namespace.js:308:25)
    at Namespace.resolveAll (/synthtool/node_modules/protobufjs/src/namespace.js:308:25)
    at Type.resolveAll (/synthtool/node_modules/protobufjs/src/type.js:304:21)
    at Field.resolve (/synthtool/node_modules/protobufjs/src/field.js:268:94)
    at Type.lookupTypeOrEnum (/synthtool/node_modules/protobufjs/src/namespace.js:411:15)
Error: no such Type or Enum 'google.cloud.gkehub.multiclusteringress.v1.FeatureSpec' in Type .google.cloud.gkehub.v1.CommonFeatureSpec

              ^
        throw Error("no such Type or Enum '" + path + "' in " + this);
/synthtool/node_modules/protobufjs/src/namespace.js:411

copybara-service bot pushed a commit to googleapis/googleapis that referenced this pull request Jun 30, 2021
gcf-owl-bot bot added a commit that referenced this pull request Jun 30, 2021
yoshi-automation added a commit to googleapis/go-genproto that referenced this pull request Jul 1, 2021
This is an auto-generated regeneration of the .pb.go files by
cloud.google.com/go/internal/gapicgen. Once this PR is submitted, genbot will
update the corresponding PR to depend on the newer version of go-genproto, and
assign reviewers. Whilst this or any regen PR is open in go-genproto, genbot
will not create any more regeneration PRs. If all regen PRs are closed,
gapicgen will create a new set of regeneration PRs once per night.

If you have been assigned to review this PR, please:

- Ensure that CI is passing. If it's failing, it requires your manual attention.
- Approve and submit this PR if you believe it's ready to ship. That will prompt
genbot to assign reviewers to the google-cloud-go PR.

Corresponding google-cloud-go PR: googleapis/google-cloud-go#4360

Changes:

feat(spanner/admin/database): add leader_options to InstanceConfig and default_leader to Database
  PiperOrigin-RevId: 382409094
  Source-Link: googleapis/googleapis@2c6e4dd

fix: add missing dependency multiclusteringress googleapis/nodejs-gke-hub#67
  Committer: @summerji
  PiperOrigin-RevId: 382391289
  Source-Link: googleapis/googleapis@820d7ae

build(privatecatalog): name should be @google-cloud/private-cataglog
  PiperOrigin-RevId: 382382058
  Source-Link: googleapis/googleapis@b8b50f1

fix: add missing dependency configmanagement.proto googleapis/nodejs-gke-hub#62
  Committer: @summerji
  PiperOrigin-RevId: 382363781
  Source-Link: googleapis/googleapis@9f8627e
codyoss pushed a commit to googleapis/go-genproto that referenced this pull request Jul 1, 2021
This is an auto-generated regeneration of the .pb.go files by
cloud.google.com/go/internal/gapicgen. Once this PR is submitted, genbot will
update the corresponding PR to depend on the newer version of go-genproto, and
assign reviewers. Whilst this or any regen PR is open in go-genproto, genbot
will not create any more regeneration PRs. If all regen PRs are closed,
gapicgen will create a new set of regeneration PRs once per night.

If you have been assigned to review this PR, please:

- Ensure that CI is passing. If it's failing, it requires your manual attention.
- Approve and submit this PR if you believe it's ready to ship. That will prompt
genbot to assign reviewers to the google-cloud-go PR.

Corresponding google-cloud-go PR: googleapis/google-cloud-go#4360

Changes:

feat(spanner/admin/database): add leader_options to InstanceConfig and default_leader to Database
  PiperOrigin-RevId: 382409094
  Source-Link: googleapis/googleapis@2c6e4dd

fix: add missing dependency multiclusteringress googleapis/nodejs-gke-hub#67
  Committer: @summerji
  PiperOrigin-RevId: 382391289
  Source-Link: googleapis/googleapis@820d7ae

build(privatecatalog): name should be @google-cloud/private-cataglog
  PiperOrigin-RevId: 382382058
  Source-Link: googleapis/googleapis@b8b50f1

fix: add missing dependency configmanagement.proto googleapis/nodejs-gke-hub#62
  Committer: @summerji
  PiperOrigin-RevId: 382363781
  Source-Link: googleapis/googleapis@9f8627e
@bcoe bcoe added the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 2, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 2, 2021
kamalaboulhosn added a commit to googleapis/googleapis that referenced this pull request Jul 16, 2021
* chore: release gapic-generator-java v1.0.10

Committer: @miraleung
PiperOrigin-RevId: 377081269

* chore: Remove monolith generator rules for Java and Python

Committer: @miraleung
PiperOrigin-RevId: 377087379

* feat: ondemandscanning public protos

Committer: @hkdevandla
PiperOrigin-RevId: 377096212

* chore: regenerate API index

* feat: Move CommonOperationMetadata into a separate proto file for potential reuse.

PiperOrigin-RevId: 377114643

* chore: regenerate API index

* chore: release gapic-generator-php v0.1.7

Committer: @miraleung
PiperOrigin-RevId: 377126287

* chore: migrate resourcemanager/v3 to the PHP microgenerator

Committer: @miraleung
PiperOrigin-RevId: 377130790

* feat: This is the first public Datastream client. Based on: https://cloud.google.com/datastream/docs

PiperOrigin-RevId: 377293394

* chore: regenerate API index

* chore: migrate clouddms to the PHP microgenerator

Committer: @miraleung
PiperOrigin-RevId: 377311345

* chore: migrate pubsub to the PHP microgenerator

Committer: @miraleung
PiperOrigin-RevId: 377315573

* chore: migrate KMS to the PHP microgenerator

Committer: @miraleung
PiperOrigin-RevId: 377315628

* feat: Add the `principal` field to the ServiceAccountDelegationInfo proto. Modify some field level comments with new details and examples.

PiperOrigin-RevId: 377318673

* chore: migrate language/v1beta1 to the PHP microgenerator

Committer: @miraleung
PiperOrigin-RevId: 377322516

* chore: migrate workflow/vulnerability to the PHP microgenerator

Committer: @miraleung
PiperOrigin-RevId: 377322732

* chore: migrate storage/v1beta2 to the Ruby microgenerator
chore: fix package name for storage/v1beta1 (unpublished)
Committer: @virost

PiperOrigin-RevId: 377367726

* chore: Update clouddms_v1 BUILD.bazel for python

PiperOrigin-RevId: 377511005

* chore: rename PHP microgen Bazel rules, delete monolith rules in googleapis

Committer: @miraleung
PiperOrigin-RevId: 377518010

* feat: Move CommonOperationMetadata into a separate proto file for potential reuse.

PiperOrigin-RevId: 377562108

* chore: regenerate API index

* chore: release rules_gapic v0.5.4

Committer: @miraleung
PiperOrigin-RevId: 377584737

* fix: Fix Ruby gem title of documentai v1 (package not currently published)

Committer: @virost
PiperOrigin-RevId: 377593283

* chore: Remove the unused legacy gapic_ruby_library rules binding.

PiperOrigin-RevId: 377601228

* chore: Add package/namespace options for C#, Ruby and PHP. This is a breaking change *only* for those languages, and packages for those languages have not been published yet.

PiperOrigin-RevId: 377848955

* chore: regenerate API index

* feat: support sentiment analysis in bot testing

PiperOrigin-RevId: 377915759

* chore: Add package/namespace options for C#, Ruby and PHP. This is a breaking change *only* for those languages, and packages for those languages have not been published yet.

PiperOrigin-RevId: 377946883

* chore: regenerate API index

* feat: support sentiment analysis in bot testing

PiperOrigin-RevId: 377947699

* feat!:Publish Cloud ResourceSettings v1 API

PiperOrigin-RevId: 378057924

* chore: regenerate API index

* chore: Update clouddebugger_v2 BUILD.bazel for python

PiperOrigin-RevId: 378058740

* feat: support for NodeAutoprovisioning ImageType

PiperOrigin-RevId: 378161015

* feat: support for NodeAutoprovisioning ImageType

PiperOrigin-RevId: 378163331

* chore(bazel): update gapic-generator-go to v0.20.2

PiperOrigin-RevId: 378175270

* feat: Add/Update API definitions for Cloud Channel API, including

* Update descriptions of APIs.
* Add additional_bindings to HTTP annotations of Customer related APIs (list/create/get/update/delete).
* Add a new LookupOffer RPC and LookupOfferRequest proto.
* Add a new enum value LICENSE_CAP_CHANGED to enum EntitlementEvent.Type.

PiperOrigin-RevId: 378177991

* chore: regenerate API index

* chore: fix missing proto deps for ondemandscanning

Committer: @miraleung
PiperOrigin-RevId: 378191557

* chore: release gapic-generator-php v1.0.0

Committer: @miraleung
PiperOrigin-RevId: 378203812

* chore(bazel): update gapic-generator-go to v0.20.3

PiperOrigin-RevId: 378237191

* docs: update currently supported Finding filter fields.

PiperOrigin-RevId: 378264900

* chore: release gapic-generator-java v1.0.11

Committer: @miraleung
PiperOrigin-RevId: 378266372

* fix: exclude pubsub_dev branch from mistaken-pull-closer

PiperOrigin-RevId: 378298782

* chore: add Python library generation rules for devtools/source

Committer: @parthea
PiperOrigin-RevId: 378302468

* chore: fix devtools-clouddebugger-v2-py target

PiperOrigin-RevId: 378425120

* chore: add GAPIC build rules for //google/cloud/gkeconnect/gateway

Committer: @miraleung
PiperOrigin-RevId: 378462010

* feat: add protos and build files for Google Ads API v8

Committer: @aohren
PiperOrigin-RevId: 378486034

* chore: regenerate API index

* chore: release gax-java v1.65.1

Committer: @miraleung
PiperOrigin-RevId: 378491437

* build: typo in package_name field

PiperOrigin-RevId: 378532398

* fix!: Correct capitalization for C#, Ruby and PHP namespaces/packages.

This is *only* a breaking change for C#, Ruby and PHP, which haven't yet published libraries. The change was made earlier for V1 and V1Alpha1, but not V1Beta1.

PiperOrigin-RevId: 378617085

* chore: regenerate API index

* chore: Update apigeeconnect_v1 BUILD.bazel for python

PiperOrigin-RevId: 378626652

* docs: update link in comments

PiperOrigin-RevId: 378689078

* build: edit package name to match published version

PiperOrigin-RevId: 378706357

* chore: release gapic-generator-java v1.0.12

Committer: @miraleung
PiperOrigin-RevId: 378718217

* fix: Validate bazel analysis phase for the whole workspace on each presubmit of individual packages.

PiperOrigin-RevId: 378748516

* feat(spanner): add processing_units to Instance resource

PiperOrigin-RevId: 378758342

* chore: Update lifesciences v2beta BUILD.bazel for python

PiperOrigin-RevId: 378975859

* chore: Update serviceusage_v1 BUILD.bazel for python

PiperOrigin-RevId: 378975889

* feat: added Automated agent reply type and allow cancellation flag for partial response feature.

PiperOrigin-RevId: 378977785

* chore: Update vpcaccess v1 BUILD.bazel for python-vpc-access

PiperOrigin-RevId: 378977933

* fix!: Set agent default language code as required.
feat: Support partial response feature.
docs: Update docs of Agents, Fulfillments, SecuritySettings and Sessions.

PiperOrigin-RevId: 378978212

* feat: add ECDSA secp256k1 to the list of supported algorithms.

PiperOrigin-RevId: 379309757

* feat: eventarc public protos

Committer: @alexander-fenster
PiperOrigin-RevId: 379317834

* chore: regenerate API index

* docs: update comment in ListSuggestions to use absolute URL for /apis/design/design_patterns

PiperOrigin-RevId: 379330928

* feat: added Automated agent reply type and allow cancellation flag for partial response feature.

PiperOrigin-RevId: 379370373

* chore(ruby): Use latest microgenerator for Bazel GAPIC generation

PiperOrigin-RevId: 379376795

* feat: publishing Testing API protos

Committer: @alexander-fenster
PiperOrigin-RevId: 379505638

* chore: regenerate API index

* fix: replace IAMPolicy mixin in service config.

PiperOrigin-RevId: 379592845

* feat: update document.proto, add the processor management methods.

PiperOrigin-RevId: 379607978

* chore: regenerate API index

* feat: Publish public APIs for FleetEngine

Committer:@eahab-google
PiperOrigin-RevId: 379742542

* chore: regenerate API index

* fix: Fixed casing of the Ruby namespace

PiperOrigin-RevId: 379779471

* chore: regenerate API index

* chore: release gapic-generator-java v1.0.13

Committer: @miraleung
PiperOrigin-RevId: 379784268

* chore(ruby): Use latest microgenerator for Bazel GAPIC generation

PiperOrigin-RevId: 379810278

* chore(ruby): Populate Ruby generator configuration for new clients

PiperOrigin-RevId: 379815863

* chore(bazel): update rules_gapic to v0.5.5.

* stop generating `protoc-gen-docs_plugin` with `py_proto_library`

PiperOrigin-RevId: 379825239

* feat: publishing OperationMetadata common proto

Committer: @alexander-fenster
PiperOrigin-RevId: 379843367

* chore(bazel): remove protoc-gen-docs_plugin from WORKSPACE

PiperOrigin-RevId: 380020641

* chore: regenerate API index

* chore: Update gkeconnect/gateway v1beta1 BUILD.bazel for python

PiperOrigin-RevId: 380077711

* docs: added notes to train agent before sending queries

PiperOrigin-RevId: 380267079

* docs: added notes to train agent prior to sending queries
fix: added resource reference to agent_version

PiperOrigin-RevId: 380595849

* chore: remove all monolith Bazel deps
chore: release gapic-generator-csharp v1.3.7
chore: release gapic-generator-go 0.20.5
chore: release gapic-generator-java 1.0.14
chore: release gapic-generator-php 1.0.1
chore: release gapic-generator-python 0.50.0
chore: update gapic-generator-ruby to the latest commit
chore: release gapic-generator-typescript 1.5.0

Committer: @miraleung
PiperOrigin-RevId: 380641501

* chore: fix multi-version package names in grpc_service_config for gkeconnect

Committer: @miraleung
PiperOrigin-RevId: 380655273

* feat: Add SeekSubscription and Operations to API

PiperOrigin-RevId: 380660182

* chore: regenerate API index

* chore: Update source_v1 BUILD.bazel for python

PiperOrigin-RevId: 380710437

* feat!: mark agent.default_language_code as required
feat: add return_partial response to Fulfillment
docs: add notes to train agent before sending queries

PiperOrigin-RevId: 380726996

* feat: update ReviewDocumentRequest to allow set priority and enable validation.

PiperOrigin-RevId: 380732771

* build(node): fix package name hint

PiperOrigin-RevId: 380817131

* chore: update resourcesettings build rules

Committer: @neenushaji
PiperOrigin-RevId: 380831596

* chore: remove legacy, unused YAML from gapic directory

PiperOrigin-RevId: 380835888

* chore: release gapic-generator-java v1.0.15

Committer: @miraleung
PiperOrigin-RevId: 380916790

* feat: networksecurity public protos

Committer: @alexander-fenster
PiperOrigin-RevId: 380923948

* chore: regenerate API index

* feat: dataflow public protos

Committer: @alexander-fenster
PiperOrigin-RevId: 380930750

* chore: regenerate API index

* feat: add new searchable fields (memberTypes, roles, project, folders and organization), new request fields (assetTypes and orderBy) and new response fields (assetType, folders and organization) in SearchAllIamPolicies

PiperOrigin-RevId: 381145907

* feat: filestore public protos

Committer: @vchudnov-g
PiperOrigin-RevId: 381148500

* chore: regenerate API index

* feat(spanner): add JSON type

PiperOrigin-RevId: 381156241

* fix: add dependency log_severity.proto

Committer: @summerji
PiperOrigin-RevId: 381179420

* feat: Update Service Directory v1beta1 protos to include VPC Network field, and create/modify timestamp fields.

PiperOrigin-RevId: 381234166

* chore: regenerate API index

* chore: Update networksecurity v1beta1 BUILD.bazel for python

PiperOrigin-RevId: 381257429

* fix!: Add C#, PHP and Ruby options for all AI Platform protos

This is a breaking change for C#, PHP and Ruby, but none of those languages have published libraries for AI Platform.

PiperOrigin-RevId: 381271921

* chore: regenerate API index

* feat: Network Management public protos

Committer: @alexander-fenster
PiperOrigin-RevId: 381277241

* chore: regenerate API index

* chore(internal): remove legacy, unused YAML from gapic directory

PiperOrigin-RevId: 381327699

* feat: added v1alpha messages and client for gkehub

Clients can now target the v1alpha GKE Hub API to interact with Feature
resources.

PiperOrigin-RevId: 381332895

* chore: regenerate API index

* feat: Added the gRPC service config for the Service Controller v1 API
docs: Updated some comments.

PiperOrigin-RevId: 381355331

* chore: regenerate API index

* chore: Update dataflow v1beta3 BUILD.bazel for python

PiperOrigin-RevId: 381356178

* chore(bazel): update Go microgenerator to v0.21.1

Changes include:
- initial REST client support
- add EnableJwtWithScope to default client opts
- reorganizing all Go GAPIC dependencies in Bazel

PiperOrigin-RevId: 381360057

* feat: added v1beta, v1 messages and client for gkehub

Clients can now target the v1beta and v1 GKE Hub API to interact with Feature and Membership resources.

PiperOrigin-RevId: 381502350

* chore: regenerate API index

* build(nodejs): name should be @google-cloud/apigee-connect

PiperOrigin-RevId: 381518921

* chore: Update networkmanagement v1 BUILD.bazel for python

PiperOrigin-RevId: 381580298

* chore: Update contactcenterinsights v1 BUILD.bazel for python

PiperOrigin-RevId: 381878501

* chore: update python microgenerator to v0.50.2

PiperOrigin-RevId: 381898347

* chore: Update dataflow_v1beta3 BUILD.bazel for python

PiperOrigin-RevId: 381929357

* Synchronize new proto/yaml changes.

PiperOrigin-RevId: 381955863

* chore: regenerate API index

* fix: add dependencies for google/cloud/gkehub

Committer: @parthea
PiperOrigin-RevId: 381971413

* chore(ruby): Map service names that include the version

PiperOrigin-RevId: 382086622

* feat: composer public protos

Committer: @alexander-fenster
PiperOrigin-RevId: 382134259

* chore: regenerate API index

* chore: use gapic-generator-python 0.50.3

fix: disable always_use_jwt_access

Committer: @busunkim96
PiperOrigin-RevId: 382142900

* feat: Data Fusion public protos

Committer: @alexander-fenster
PiperOrigin-RevId: 382167046

* chore: regenerate API index

* chore(ruby): Configure Ruby microgenerator arguments for Resource Manager V3

PiperOrigin-RevId: 382196988

* chore: regenerate API index

* chore(ruby): Switch Bazel jobs to use the Ruby gapic-generator 0.9.0

PiperOrigin-RevId: 382291678

* chore: regenerate API index

* fix!: Remove DiscoverConnectionProfile method signature which didn't populate the request sufficiently
fix!: Overhaul resource annotations, some of which were incorrect and some of which were just non-ideal

PiperOrigin-RevId: 382316023

* chore: regenerate API index

* feat: Adding subscription properties to streaming pull response in third party pubsub.proto.

PiperOrigin-RevId: 382318016

* feat: add new FieldBehavior NON_EMPTY_DEFAULT

PiperOrigin-RevId: 382337225

* fix: add missing dependency configmanagement.proto
googleapis/nodejs-gke-hub#62

Committer: @summerji
PiperOrigin-RevId: 382363781

* build(nodejs): name should be @google-cloud/private-cataglog

PiperOrigin-RevId: 382382058

* fix: add missing dependency multiclusteringress
googleapis/nodejs-gke-hub#67

Committer: @summerji
PiperOrigin-RevId: 382391289

* feat(spanner): add leader_options to InstanceConfig and default_leader to Database

PiperOrigin-RevId: 382409094

* chore: Add package/namespace options for C#, Ruby and PHP. This is a breaking change *only* for those languages, and packages for those languages have not been published yet.

PiperOrigin-RevId: 382509175

* chore: regenerate API index

* chore: Update `py_gapic_library` args and a few service deadlines.

Committer: @aohren
PiperOrigin-RevId: 382512634

* fix: update labels and package names

Committer: @jpoehnelt
PiperOrigin-RevId: 382547062

* feat: allow updating security group on existing clusters

PiperOrigin-RevId: 382761283

* chore: release gapic-generator-java v1.0.16

Committer: @miraleung
PiperOrigin-RevId: 382806066

* feat: Publish Notification Service logging proto for documentation

PiperOrigin-RevId: 382838994

* chore: Update datafusion v1 BUILD.bazel for python

PiperOrigin-RevId: 382891238

* chore: Remove protos for googleads v4 and v5, which have sunset

Committer: @aohren
PiperOrigin-RevId: 383376485

* chore: regenerate API index

* build: update package name

PiperOrigin-RevId: 383434153

* feat: added validation only mode when writing dashboards
feat: added alert chart widget

PiperOrigin-RevId: 383440655

* chore: regenerate API index

* feat: Add method signature for Subscriber.Pull without the deprecated return_immediately field.

PiperOrigin-RevId: 383459959

* feat: added a new API method ListBuildTargets to list build targets that a user has access to

This API method does not require a input for the user account. It will fetch the current user account from the service account credential file automatically.

PiperOrigin-RevId: 383511703

* chore: regenerate API index

* feat: Initial commit for the Transcoder V1 client libraries.

PiperOrigin-RevId: 383681557

* chore: regenerate API index

* chore(ruby): Switch Bazel jobs to use the Ruby gapic-generator 0.9.1

PiperOrigin-RevId: 383721241

* Remove Artman from README (#666)

Artman has been deprecated, artman's repo archived, mentioning artman in the readme is strictly harmful, as it runs monolith generator only, which this repository is not compatible with anymore.

* feat: allow updating security group on existing clusters

PiperOrigin-RevId: 383869440

* feat: Tune Secret Manager auto retry parameters

UNKNOWN removed from retryable errors per AIP-194. Added RESOURCE_EXHAUSTED with adjusted parameters for better performance with spikes of AccessSecretVersion requests at or near quota limits.

PiperOrigin-RevId: 383886699

* feat: Publish message definitions for new Cloud Datastore migration logging steps.

PiperOrigin-RevId: 383927106

* chore: use gapic-generator-python 0.50.4

PiperOrigin-RevId: 383929493

* feat: add `minute_ranges` field to `RunRealtimeReportRequest` object which can be used to specify the time range (in minutes) for realtime report queries
docs: document the increase from 8 to 9 of the number of allowed dimensions in a report query

PiperOrigin-RevId: 383930639

* feat: Enables generation of client libraries for C#, php and ruby.

PiperOrigin-RevId: 383957820

* chore: regenerate API index

* feat: Update the example for report v2 integration.

For more information, see https://cloud.google.com/service-infrastructure/docs/service-control/reference/rest/v2/services/report.

PiperOrigin-RevId: 384282796

* chore: regenerate API index

* feat: Update the example for report v2 integration.

For more information, see https://cloud.google.com/service-infrastructure/docs/service-control/reference/rest/v2/services/report.

PiperOrigin-RevId: 384308323

* feat: add cloud spanner connection support

PiperOrigin-RevId: 384325792

* chore: publish Storage v2 API artifacts

PiperOrigin-RevId: 384339914

* chore: regenerate API index

* feat: Adds additional_experiments field to AutoMlTablesInputs
feat: Adds two new ModelType constants for Video Action Recognition training jobs

PiperOrigin-RevId: 384483418

* fix: add missing dependency configmanagement.proto, cloudauditlogging.proto, metering.proto, multiclusteringress.proto, servicemesh.proto to v1alpha client

fix: add missing dependency configmanagement.proto, multiclusteringress.proto to v1 client

fix: add missing dependency configmanagement.proto, metering.proto, multiclusteringress.proto to v1beta client
PiperOrigin-RevId: 384575823

* feat!: Removes AcceleratorType.TPU_V2 and TPU_V3 constants
feat: Adds AcceleratorType.NVIDIA_TESLA_A100 constant
feat: Adds BigQuery output table field to batch prediction job output config
feat: Adds JobState.JOB_STATE_EXPIRED constant
feat: Adds AutoscalingMetricSpec message
feat: Adds PipelineService methods: CreatePipelineJob, GetPipelineJob, ListPipelineJobs, DeletePipelineJobs, CancelPipelineJobs
feat: Adds fields to Study message

PiperOrigin-RevId: 384714314

* chore: regenerate API index

* feat: Adds additional_experiments field to AutoMlTablesInputs
feat: Adds additional_experiments field to AutoMlForecastingInputs
feat: Adds two new ModelType constants for Video Action Recognition training jobs

PiperOrigin-RevId: 384715948

* chore: regenerate API index

* docs: fixed broken links

PiperOrigin-RevId: 384731479

* chore: regenerate API index

* fix: Remove Storage v2 GetObject method

Committer: @BrandonY
PiperOrigin-RevId: 384737431

* chore: regenerate API index

* feat: Update the example for report v2 integration.

For more information, see https://cloud.google.com/service-infrastructure/docs/service-control/reference/rest/v2/services/report.

PiperOrigin-RevId: 384794015

* feat:Publish Cloud ResourceSettings v1 API

PiperOrigin-RevId: 384962120

* fix!: mark some bools as optional, correct response type of DeleteCaPool

PiperOrigin-RevId: 385011540

* fix: Updating WORKSPACE files to use the newest version of the Typescript generator.

Also removing the explicit generator tag for the IAMPolicy mixin for the kms and pubsub APIS as the generator will now read it from the .yaml file.

PiperOrigin-RevId: 385101839

* feat: Add Pub/Sub topic retention fields to proto. (#660)

Co-authored-by: Lauren Huang <laurenhuang@google.com>

Co-authored-by: Google APIs <noreply@google.com>
Co-authored-by: Google APIs <runner@fv-az198-569.gjkxsqtjg41etoza45cw35jkyb.bx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az292-269.tqgtyn10aqxuxoi0mkfbldi5vh.jx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az198-532.gjkxsqtjg41etoza45cw35jkyb.bx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az213-273.c2vz3wqhpjau3hcstnyptvmwla.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az212-765.zlodpucb4l4udavnfxg5s20dva.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az292-947.tqgtyn10aqxuxoi0mkfbldi5vh.jx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az290-451.z45yk40qnouupoc55gb0v1wkoc.jx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az201-764.ett4tu3jvdse5ovc2mkgjqcs5a.bx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az198-724.gjkxsqtjg41etoza45cw35jkyb.bx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az290-332.z45yk40qnouupoc55gb0v1wkoc.jx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az213-298.c2vz3wqhpjau3hcstnyptvmwla.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az219-313.ylzdhobuz03udiqwozmpg25a0d.xx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az204-308.d0ggoinxmwcejgojbuqly40l0e.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az216-303.3le2vxowor4era4vmqnnplo0rf.xx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az216-922.3le2vxowor4era4vmqnnplo0rf.xx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az201-296.ett4tu3jvdse5ovc2mkgjqcs5a.bx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az212-961.zlodpucb4l4udavnfxg5s20dva.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az204-133.d0ggoinxmwcejgojbuqly40l0e.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az201-807.ett4tu3jvdse5ovc2mkgjqcs5a.bx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az212-50.zlodpucb4l4udavnfxg5s20dva.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az154-341.kzav01uq0i3u1f1hch3ggm0mbb.bx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az213-200.c2vz3wqhpjau3hcstnyptvmwla.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az292-531.tqgtyn10aqxuxoi0mkfbldi5vh.jx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az213-998.c2vz3wqhpjau3hcstnyptvmwla.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az154-370.kzav01uq0i3u1f1hch3ggm0mbb.bx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az204-524.d0ggoinxmwcejgojbuqly40l0e.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az290-942.z45yk40qnouupoc55gb0v1wkoc.jx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az204-926.d0ggoinxmwcejgojbuqly40l0e.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az154-100.kzav01uq0i3u1f1hch3ggm0mbb.bx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az219-529.ylzdhobuz03udiqwozmpg25a0d.xx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az397-102.digkgshymtuujfwfpq2czj2vug.jx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az290-680.z45yk40qnouupoc55gb0v1wkoc.jx.internal.cloudapp.net>
Co-authored-by: Vadym Matsishevskyi <25311427+vam-google@users.noreply.github.com>
Co-authored-by: Google APIs <runner@fv-az212-186.zlodpucb4l4udavnfxg5s20dva.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az213-73.c2vz3wqhpjau3hcstnyptvmwla.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az216-965.3le2vxowor4era4vmqnnplo0rf.xx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az198-906.gjkxsqtjg41etoza45cw35jkyb.bx.internal.cloudapp.net>
Co-authored-by: Lauren Huang <lahuang4@gmail.com>
Co-authored-by: Lauren Huang <laurenhuang@google.com>
kamalaboulhosn added a commit to googleapis/googleapis that referenced this pull request Jul 21, 2021
* chore: release gapic-generator-java v1.0.10

Committer: @miraleung
PiperOrigin-RevId: 377081269

* chore: Remove monolith generator rules for Java and Python

Committer: @miraleung
PiperOrigin-RevId: 377087379

* feat: ondemandscanning public protos

Committer: @hkdevandla
PiperOrigin-RevId: 377096212

* chore: regenerate API index

* feat: Move CommonOperationMetadata into a separate proto file for potential reuse.

PiperOrigin-RevId: 377114643

* chore: regenerate API index

* chore: release gapic-generator-php v0.1.7

Committer: @miraleung
PiperOrigin-RevId: 377126287

* chore: migrate resourcemanager/v3 to the PHP microgenerator

Committer: @miraleung
PiperOrigin-RevId: 377130790

* feat: This is the first public Datastream client. Based on: https://cloud.google.com/datastream/docs

PiperOrigin-RevId: 377293394

* chore: regenerate API index

* chore: migrate clouddms to the PHP microgenerator

Committer: @miraleung
PiperOrigin-RevId: 377311345

* chore: migrate pubsub to the PHP microgenerator

Committer: @miraleung
PiperOrigin-RevId: 377315573

* chore: migrate KMS to the PHP microgenerator

Committer: @miraleung
PiperOrigin-RevId: 377315628

* feat: Add the `principal` field to the ServiceAccountDelegationInfo proto. Modify some field level comments with new details and examples.

PiperOrigin-RevId: 377318673

* chore: migrate language/v1beta1 to the PHP microgenerator

Committer: @miraleung
PiperOrigin-RevId: 377322516

* chore: migrate workflow/vulnerability to the PHP microgenerator

Committer: @miraleung
PiperOrigin-RevId: 377322732

* chore: migrate storage/v1beta2 to the Ruby microgenerator
chore: fix package name for storage/v1beta1 (unpublished)
Committer: @virost

PiperOrigin-RevId: 377367726

* chore: Update clouddms_v1 BUILD.bazel for python

PiperOrigin-RevId: 377511005

* chore: rename PHP microgen Bazel rules, delete monolith rules in googleapis

Committer: @miraleung
PiperOrigin-RevId: 377518010

* feat: Move CommonOperationMetadata into a separate proto file for potential reuse.

PiperOrigin-RevId: 377562108

* chore: regenerate API index

* chore: release rules_gapic v0.5.4

Committer: @miraleung
PiperOrigin-RevId: 377584737

* fix: Fix Ruby gem title of documentai v1 (package not currently published)

Committer: @virost
PiperOrigin-RevId: 377593283

* chore: Remove the unused legacy gapic_ruby_library rules binding.

PiperOrigin-RevId: 377601228

* chore: Add package/namespace options for C#, Ruby and PHP. This is a breaking change *only* for those languages, and packages for those languages have not been published yet.

PiperOrigin-RevId: 377848955

* chore: regenerate API index

* feat: support sentiment analysis in bot testing

PiperOrigin-RevId: 377915759

* chore: Add package/namespace options for C#, Ruby and PHP. This is a breaking change *only* for those languages, and packages for those languages have not been published yet.

PiperOrigin-RevId: 377946883

* chore: regenerate API index

* feat: support sentiment analysis in bot testing

PiperOrigin-RevId: 377947699

* feat!:Publish Cloud ResourceSettings v1 API

PiperOrigin-RevId: 378057924

* chore: regenerate API index

* chore: Update clouddebugger_v2 BUILD.bazel for python

PiperOrigin-RevId: 378058740

* feat: support for NodeAutoprovisioning ImageType

PiperOrigin-RevId: 378161015

* feat: support for NodeAutoprovisioning ImageType

PiperOrigin-RevId: 378163331

* chore(bazel): update gapic-generator-go to v0.20.2

PiperOrigin-RevId: 378175270

* feat: Add/Update API definitions for Cloud Channel API, including

* Update descriptions of APIs.
* Add additional_bindings to HTTP annotations of Customer related APIs (list/create/get/update/delete).
* Add a new LookupOffer RPC and LookupOfferRequest proto.
* Add a new enum value LICENSE_CAP_CHANGED to enum EntitlementEvent.Type.

PiperOrigin-RevId: 378177991

* chore: regenerate API index

* chore: fix missing proto deps for ondemandscanning

Committer: @miraleung
PiperOrigin-RevId: 378191557

* chore: release gapic-generator-php v1.0.0

Committer: @miraleung
PiperOrigin-RevId: 378203812

* chore(bazel): update gapic-generator-go to v0.20.3

PiperOrigin-RevId: 378237191

* docs: update currently supported Finding filter fields.

PiperOrigin-RevId: 378264900

* chore: release gapic-generator-java v1.0.11

Committer: @miraleung
PiperOrigin-RevId: 378266372

* fix: exclude pubsub_dev branch from mistaken-pull-closer

PiperOrigin-RevId: 378298782

* chore: add Python library generation rules for devtools/source

Committer: @parthea
PiperOrigin-RevId: 378302468

* chore: fix devtools-clouddebugger-v2-py target

PiperOrigin-RevId: 378425120

* chore: add GAPIC build rules for //google/cloud/gkeconnect/gateway

Committer: @miraleung
PiperOrigin-RevId: 378462010

* feat: add protos and build files for Google Ads API v8

Committer: @aohren
PiperOrigin-RevId: 378486034

* chore: regenerate API index

* chore: release gax-java v1.65.1

Committer: @miraleung
PiperOrigin-RevId: 378491437

* build: typo in package_name field

PiperOrigin-RevId: 378532398

* fix!: Correct capitalization for C#, Ruby and PHP namespaces/packages.

This is *only* a breaking change for C#, Ruby and PHP, which haven't yet published libraries. The change was made earlier for V1 and V1Alpha1, but not V1Beta1.

PiperOrigin-RevId: 378617085

* chore: regenerate API index

* chore: Update apigeeconnect_v1 BUILD.bazel for python

PiperOrigin-RevId: 378626652

* docs: update link in comments

PiperOrigin-RevId: 378689078

* build: edit package name to match published version

PiperOrigin-RevId: 378706357

* chore: release gapic-generator-java v1.0.12

Committer: @miraleung
PiperOrigin-RevId: 378718217

* fix: Validate bazel analysis phase for the whole workspace on each presubmit of individual packages.

PiperOrigin-RevId: 378748516

* feat(spanner): add processing_units to Instance resource

PiperOrigin-RevId: 378758342

* chore: Update lifesciences v2beta BUILD.bazel for python

PiperOrigin-RevId: 378975859

* chore: Update serviceusage_v1 BUILD.bazel for python

PiperOrigin-RevId: 378975889

* feat: added Automated agent reply type and allow cancellation flag for partial response feature.

PiperOrigin-RevId: 378977785

* chore: Update vpcaccess v1 BUILD.bazel for python-vpc-access

PiperOrigin-RevId: 378977933

* fix!: Set agent default language code as required.
feat: Support partial response feature.
docs: Update docs of Agents, Fulfillments, SecuritySettings and Sessions.

PiperOrigin-RevId: 378978212

* feat: add ECDSA secp256k1 to the list of supported algorithms.

PiperOrigin-RevId: 379309757

* feat: eventarc public protos

Committer: @alexander-fenster
PiperOrigin-RevId: 379317834

* chore: regenerate API index

* docs: update comment in ListSuggestions to use absolute URL for /apis/design/design_patterns

PiperOrigin-RevId: 379330928

* feat: added Automated agent reply type and allow cancellation flag for partial response feature.

PiperOrigin-RevId: 379370373

* chore(ruby): Use latest microgenerator for Bazel GAPIC generation

PiperOrigin-RevId: 379376795

* feat: publishing Testing API protos

Committer: @alexander-fenster
PiperOrigin-RevId: 379505638

* chore: regenerate API index

* fix: replace IAMPolicy mixin in service config.

PiperOrigin-RevId: 379592845

* feat: update document.proto, add the processor management methods.

PiperOrigin-RevId: 379607978

* chore: regenerate API index

* feat: Publish public APIs for FleetEngine

Committer:@eahab-google
PiperOrigin-RevId: 379742542

* chore: regenerate API index

* fix: Fixed casing of the Ruby namespace

PiperOrigin-RevId: 379779471

* chore: regenerate API index

* chore: release gapic-generator-java v1.0.13

Committer: @miraleung
PiperOrigin-RevId: 379784268

* chore(ruby): Use latest microgenerator for Bazel GAPIC generation

PiperOrigin-RevId: 379810278

* chore(ruby): Populate Ruby generator configuration for new clients

PiperOrigin-RevId: 379815863

* chore(bazel): update rules_gapic to v0.5.5.

* stop generating `protoc-gen-docs_plugin` with `py_proto_library`

PiperOrigin-RevId: 379825239

* feat: publishing OperationMetadata common proto

Committer: @alexander-fenster
PiperOrigin-RevId: 379843367

* chore(bazel): remove protoc-gen-docs_plugin from WORKSPACE

PiperOrigin-RevId: 380020641

* chore: regenerate API index

* chore: Update gkeconnect/gateway v1beta1 BUILD.bazel for python

PiperOrigin-RevId: 380077711

* docs: added notes to train agent before sending queries

PiperOrigin-RevId: 380267079

* docs: added notes to train agent prior to sending queries
fix: added resource reference to agent_version

PiperOrigin-RevId: 380595849

* chore: remove all monolith Bazel deps
chore: release gapic-generator-csharp v1.3.7
chore: release gapic-generator-go 0.20.5
chore: release gapic-generator-java 1.0.14
chore: release gapic-generator-php 1.0.1
chore: release gapic-generator-python 0.50.0
chore: update gapic-generator-ruby to the latest commit
chore: release gapic-generator-typescript 1.5.0

Committer: @miraleung
PiperOrigin-RevId: 380641501

* chore: fix multi-version package names in grpc_service_config for gkeconnect

Committer: @miraleung
PiperOrigin-RevId: 380655273

* feat: Add SeekSubscription and Operations to API

PiperOrigin-RevId: 380660182

* chore: regenerate API index

* chore: Update source_v1 BUILD.bazel for python

PiperOrigin-RevId: 380710437

* feat!: mark agent.default_language_code as required
feat: add return_partial response to Fulfillment
docs: add notes to train agent before sending queries

PiperOrigin-RevId: 380726996

* feat: update ReviewDocumentRequest to allow set priority and enable validation.

PiperOrigin-RevId: 380732771

* build(node): fix package name hint

PiperOrigin-RevId: 380817131

* chore: update resourcesettings build rules

Committer: @neenushaji
PiperOrigin-RevId: 380831596

* chore: remove legacy, unused YAML from gapic directory

PiperOrigin-RevId: 380835888

* chore: release gapic-generator-java v1.0.15

Committer: @miraleung
PiperOrigin-RevId: 380916790

* feat: networksecurity public protos

Committer: @alexander-fenster
PiperOrigin-RevId: 380923948

* chore: regenerate API index

* feat: dataflow public protos

Committer: @alexander-fenster
PiperOrigin-RevId: 380930750

* chore: regenerate API index

* feat: add new searchable fields (memberTypes, roles, project, folders and organization), new request fields (assetTypes and orderBy) and new response fields (assetType, folders and organization) in SearchAllIamPolicies

PiperOrigin-RevId: 381145907

* feat: filestore public protos

Committer: @vchudnov-g
PiperOrigin-RevId: 381148500

* chore: regenerate API index

* feat(spanner): add JSON type

PiperOrigin-RevId: 381156241

* fix: add dependency log_severity.proto

Committer: @summerji
PiperOrigin-RevId: 381179420

* feat: Update Service Directory v1beta1 protos to include VPC Network field, and create/modify timestamp fields.

PiperOrigin-RevId: 381234166

* chore: regenerate API index

* chore: Update networksecurity v1beta1 BUILD.bazel for python

PiperOrigin-RevId: 381257429

* fix!: Add C#, PHP and Ruby options for all AI Platform protos

This is a breaking change for C#, PHP and Ruby, but none of those languages have published libraries for AI Platform.

PiperOrigin-RevId: 381271921

* chore: regenerate API index

* feat: Network Management public protos

Committer: @alexander-fenster
PiperOrigin-RevId: 381277241

* chore: regenerate API index

* chore(internal): remove legacy, unused YAML from gapic directory

PiperOrigin-RevId: 381327699

* feat: added v1alpha messages and client for gkehub

Clients can now target the v1alpha GKE Hub API to interact with Feature
resources.

PiperOrigin-RevId: 381332895

* chore: regenerate API index

* feat: Added the gRPC service config for the Service Controller v1 API
docs: Updated some comments.

PiperOrigin-RevId: 381355331

* chore: regenerate API index

* chore: Update dataflow v1beta3 BUILD.bazel for python

PiperOrigin-RevId: 381356178

* chore(bazel): update Go microgenerator to v0.21.1

Changes include:
- initial REST client support
- add EnableJwtWithScope to default client opts
- reorganizing all Go GAPIC dependencies in Bazel

PiperOrigin-RevId: 381360057

* feat: added v1beta, v1 messages and client for gkehub

Clients can now target the v1beta and v1 GKE Hub API to interact with Feature and Membership resources.

PiperOrigin-RevId: 381502350

* chore: regenerate API index

* build(nodejs): name should be @google-cloud/apigee-connect

PiperOrigin-RevId: 381518921

* chore: Update networkmanagement v1 BUILD.bazel for python

PiperOrigin-RevId: 381580298

* chore: Update contactcenterinsights v1 BUILD.bazel for python

PiperOrigin-RevId: 381878501

* chore: update python microgenerator to v0.50.2

PiperOrigin-RevId: 381898347

* chore: Update dataflow_v1beta3 BUILD.bazel for python

PiperOrigin-RevId: 381929357

* Synchronize new proto/yaml changes.

PiperOrigin-RevId: 381955863

* chore: regenerate API index

* fix: add dependencies for google/cloud/gkehub

Committer: @parthea
PiperOrigin-RevId: 381971413

* chore(ruby): Map service names that include the version

PiperOrigin-RevId: 382086622

* feat: composer public protos

Committer: @alexander-fenster
PiperOrigin-RevId: 382134259

* chore: regenerate API index

* chore: use gapic-generator-python 0.50.3

fix: disable always_use_jwt_access

Committer: @busunkim96
PiperOrigin-RevId: 382142900

* feat: Data Fusion public protos

Committer: @alexander-fenster
PiperOrigin-RevId: 382167046

* chore: regenerate API index

* chore(ruby): Configure Ruby microgenerator arguments for Resource Manager V3

PiperOrigin-RevId: 382196988

* chore: regenerate API index

* chore(ruby): Switch Bazel jobs to use the Ruby gapic-generator 0.9.0

PiperOrigin-RevId: 382291678

* chore: regenerate API index

* fix!: Remove DiscoverConnectionProfile method signature which didn't populate the request sufficiently
fix!: Overhaul resource annotations, some of which were incorrect and some of which were just non-ideal

PiperOrigin-RevId: 382316023

* chore: regenerate API index

* feat: Adding subscription properties to streaming pull response in third party pubsub.proto.

PiperOrigin-RevId: 382318016

* feat: add new FieldBehavior NON_EMPTY_DEFAULT

PiperOrigin-RevId: 382337225

* fix: add missing dependency configmanagement.proto
googleapis/nodejs-gke-hub#62

Committer: @summerji
PiperOrigin-RevId: 382363781

* build(nodejs): name should be @google-cloud/private-cataglog

PiperOrigin-RevId: 382382058

* fix: add missing dependency multiclusteringress
googleapis/nodejs-gke-hub#67

Committer: @summerji
PiperOrigin-RevId: 382391289

* feat(spanner): add leader_options to InstanceConfig and default_leader to Database

PiperOrigin-RevId: 382409094

* chore: Add package/namespace options for C#, Ruby and PHP. This is a breaking change *only* for those languages, and packages for those languages have not been published yet.

PiperOrigin-RevId: 382509175

* chore: regenerate API index

* chore: Update `py_gapic_library` args and a few service deadlines.

Committer: @aohren
PiperOrigin-RevId: 382512634

* fix: update labels and package names

Committer: @jpoehnelt
PiperOrigin-RevId: 382547062

* feat: allow updating security group on existing clusters

PiperOrigin-RevId: 382761283

* chore: release gapic-generator-java v1.0.16

Committer: @miraleung
PiperOrigin-RevId: 382806066

* feat: Publish Notification Service logging proto for documentation

PiperOrigin-RevId: 382838994

* chore: Update datafusion v1 BUILD.bazel for python

PiperOrigin-RevId: 382891238

* chore: Remove protos for googleads v4 and v5, which have sunset

Committer: @aohren
PiperOrigin-RevId: 383376485

* chore: regenerate API index

* build: update package name

PiperOrigin-RevId: 383434153

* feat: added validation only mode when writing dashboards
feat: added alert chart widget

PiperOrigin-RevId: 383440655

* chore: regenerate API index

* feat: Add method signature for Subscriber.Pull without the deprecated return_immediately field.

PiperOrigin-RevId: 383459959

* feat: added a new API method ListBuildTargets to list build targets that a user has access to

This API method does not require a input for the user account. It will fetch the current user account from the service account credential file automatically.

PiperOrigin-RevId: 383511703

* chore: regenerate API index

* feat: Initial commit for the Transcoder V1 client libraries.

PiperOrigin-RevId: 383681557

* chore: regenerate API index

* chore(ruby): Switch Bazel jobs to use the Ruby gapic-generator 0.9.1

PiperOrigin-RevId: 383721241

* Remove Artman from README (#666)

Artman has been deprecated, artman's repo archived, mentioning artman in the readme is strictly harmful, as it runs monolith generator only, which this repository is not compatible with anymore.

* feat: allow updating security group on existing clusters

PiperOrigin-RevId: 383869440

* feat: Tune Secret Manager auto retry parameters

UNKNOWN removed from retryable errors per AIP-194. Added RESOURCE_EXHAUSTED with adjusted parameters for better performance with spikes of AccessSecretVersion requests at or near quota limits.

PiperOrigin-RevId: 383886699

* feat: Publish message definitions for new Cloud Datastore migration logging steps.

PiperOrigin-RevId: 383927106

* chore: use gapic-generator-python 0.50.4

PiperOrigin-RevId: 383929493

* feat: add `minute_ranges` field to `RunRealtimeReportRequest` object which can be used to specify the time range (in minutes) for realtime report queries
docs: document the increase from 8 to 9 of the number of allowed dimensions in a report query

PiperOrigin-RevId: 383930639

* feat: Enables generation of client libraries for C#, php and ruby.

PiperOrigin-RevId: 383957820

* chore: regenerate API index

* feat: Update the example for report v2 integration.

For more information, see https://cloud.google.com/service-infrastructure/docs/service-control/reference/rest/v2/services/report.

PiperOrigin-RevId: 384282796

* chore: regenerate API index

* feat: Update the example for report v2 integration.

For more information, see https://cloud.google.com/service-infrastructure/docs/service-control/reference/rest/v2/services/report.

PiperOrigin-RevId: 384308323

* feat: add cloud spanner connection support

PiperOrigin-RevId: 384325792

* chore: publish Storage v2 API artifacts

PiperOrigin-RevId: 384339914

* chore: regenerate API index

* feat: Adds additional_experiments field to AutoMlTablesInputs
feat: Adds two new ModelType constants for Video Action Recognition training jobs

PiperOrigin-RevId: 384483418

* fix: add missing dependency configmanagement.proto, cloudauditlogging.proto, metering.proto, multiclusteringress.proto, servicemesh.proto to v1alpha client

fix: add missing dependency configmanagement.proto, multiclusteringress.proto to v1 client

fix: add missing dependency configmanagement.proto, metering.proto, multiclusteringress.proto to v1beta client
PiperOrigin-RevId: 384575823

* feat!: Removes AcceleratorType.TPU_V2 and TPU_V3 constants
feat: Adds AcceleratorType.NVIDIA_TESLA_A100 constant
feat: Adds BigQuery output table field to batch prediction job output config
feat: Adds JobState.JOB_STATE_EXPIRED constant
feat: Adds AutoscalingMetricSpec message
feat: Adds PipelineService methods: CreatePipelineJob, GetPipelineJob, ListPipelineJobs, DeletePipelineJobs, CancelPipelineJobs
feat: Adds fields to Study message

PiperOrigin-RevId: 384714314

* chore: regenerate API index

* feat: Adds additional_experiments field to AutoMlTablesInputs
feat: Adds additional_experiments field to AutoMlForecastingInputs
feat: Adds two new ModelType constants for Video Action Recognition training jobs

PiperOrigin-RevId: 384715948

* chore: regenerate API index

* docs: fixed broken links

PiperOrigin-RevId: 384731479

* chore: regenerate API index

* fix: Remove Storage v2 GetObject method

Committer: @BrandonY
PiperOrigin-RevId: 384737431

* chore: regenerate API index

* feat: Update the example for report v2 integration.

For more information, see https://cloud.google.com/service-infrastructure/docs/service-control/reference/rest/v2/services/report.

PiperOrigin-RevId: 384794015

* feat:Publish Cloud ResourceSettings v1 API

PiperOrigin-RevId: 384962120

* fix!: mark some bools as optional, correct response type of DeleteCaPool

PiperOrigin-RevId: 385011540

* fix: Updating WORKSPACE files to use the newest version of the Typescript generator.

Also removing the explicit generator tag for the IAMPolicy mixin for the kms and pubsub APIS as the generator will now read it from the .yaml file.

PiperOrigin-RevId: 385101839

* feat: add standard sql table type, update scalar type enums

Committer: @shollyman
PiperOrigin-RevId: 385164907

* chore: regenerate API index

* chore: use gapic-generator-typescript v2.1.0

Committer: @alexander-fenster
PiperOrigin-RevId: 385246182

* docs: remove obsolete content

Committer: @wora
PiperOrigin-RevId: 385286731

* feat: add a WorkerPools API

BREAKING CHANGE: Proto had a prior definitions of WorkerPool resources which were never supported. This change replaces those resources with definitions that are currently supported.

Committer: @mwiczer
PiperOrigin-RevId: 385610622

* chore: regenerate API index

* feat: OSConfig AgentEndpoint: add basic os info to RegisterAgentRequest, add WindowsApplication type to Inventory

Committer: @adjackura
PiperOrigin-RevId: 385699419

* chore: regenerate API index

* chore(ruby): Fill out Ruby generator options for datafusion, filestore, and networkmanagement

PiperOrigin-RevId: 385796337

* chore: Update orchestration/airflow v1 BUILD.bazel for python

PiperOrigin-RevId: 385809039

* feat!: Removes breaking change from v1 version of AI Platform protos

PiperOrigin-RevId: 385812643

* chore: regenerate API index

* build(nodejs): correct package name for npm

PiperOrigin-RevId: 385822138

* feat: Implementation of Build Failure Info:
- Added message FailureInfo field

PiperOrigin-RevId: 385847244

* build(nodejs): fix naming for package name

PiperOrigin-RevId: 385853197

* feat: added a new API method FindMostStableBuild

1. The new API method FindMostStableBuild will find the most stable build for a given build target.
2. Add a new field rw_firmware_version to the existing Build proto object.

PiperOrigin-RevId: 385862822

* chore: regenerate API index

* build(nodejs): correct npm artifact name

PiperOrigin-RevId: 385879379

* fix(nodejs): add dependencies for Node.js package

PiperOrigin-RevId: 385879584

* feat: Adds BigQuery output table field to batch prediction job output config
feat: Adds Feature Store features
feat: Adds CustomJob.web_access_uris, CustomJob.enable_web_access fields
feat: Adds Endpoint.network, Endpoint.private_endpoints fields and PrivateEndpoints message
feat: Adds Execution.State constants: CACHED and CANCELLED
feat: Adds IndexEndpoint.private_ip_ranges field
feat: Adds IndexEndpointService.deployed_index_id field
feat: Adds MetadataService.DeleteArtifact and DeleteExecution methods
feat: Adds ModelMonitoringObjectConfig.explanation_config field and ModelMonitoringObjectConfig.ExplanationConfig message
feat: Adds ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.attribution_score_skew_thresholds and ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.attribution_score_drift_threshold fields
feat: Adds fields to Study message

PiperOrigin-RevId: 385903722

* chore: regenerate API index

Co-authored-by: Google APIs <noreply@google.com>
Co-authored-by: Google APIs <runner@fv-az198-569.gjkxsqtjg41etoza45cw35jkyb.bx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az292-269.tqgtyn10aqxuxoi0mkfbldi5vh.jx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az198-532.gjkxsqtjg41etoza45cw35jkyb.bx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az213-273.c2vz3wqhpjau3hcstnyptvmwla.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az212-765.zlodpucb4l4udavnfxg5s20dva.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az292-947.tqgtyn10aqxuxoi0mkfbldi5vh.jx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az290-451.z45yk40qnouupoc55gb0v1wkoc.jx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az201-764.ett4tu3jvdse5ovc2mkgjqcs5a.bx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az198-724.gjkxsqtjg41etoza45cw35jkyb.bx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az290-332.z45yk40qnouupoc55gb0v1wkoc.jx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az213-298.c2vz3wqhpjau3hcstnyptvmwla.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az219-313.ylzdhobuz03udiqwozmpg25a0d.xx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az204-308.d0ggoinxmwcejgojbuqly40l0e.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az216-303.3le2vxowor4era4vmqnnplo0rf.xx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az216-922.3le2vxowor4era4vmqnnplo0rf.xx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az201-296.ett4tu3jvdse5ovc2mkgjqcs5a.bx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az212-961.zlodpucb4l4udavnfxg5s20dva.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az204-133.d0ggoinxmwcejgojbuqly40l0e.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az201-807.ett4tu3jvdse5ovc2mkgjqcs5a.bx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az212-50.zlodpucb4l4udavnfxg5s20dva.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az154-341.kzav01uq0i3u1f1hch3ggm0mbb.bx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az213-200.c2vz3wqhpjau3hcstnyptvmwla.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az292-531.tqgtyn10aqxuxoi0mkfbldi5vh.jx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az213-998.c2vz3wqhpjau3hcstnyptvmwla.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az154-370.kzav01uq0i3u1f1hch3ggm0mbb.bx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az204-524.d0ggoinxmwcejgojbuqly40l0e.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az290-942.z45yk40qnouupoc55gb0v1wkoc.jx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az204-926.d0ggoinxmwcejgojbuqly40l0e.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az154-100.kzav01uq0i3u1f1hch3ggm0mbb.bx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az219-529.ylzdhobuz03udiqwozmpg25a0d.xx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az397-102.digkgshymtuujfwfpq2czj2vug.jx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az290-680.z45yk40qnouupoc55gb0v1wkoc.jx.internal.cloudapp.net>
Co-authored-by: Vadym Matsishevskyi <25311427+vam-google@users.noreply.github.com>
Co-authored-by: Google APIs <runner@fv-az212-186.zlodpucb4l4udavnfxg5s20dva.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az213-73.c2vz3wqhpjau3hcstnyptvmwla.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az216-965.3le2vxowor4era4vmqnnplo0rf.xx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az198-906.gjkxsqtjg41etoza45cw35jkyb.bx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az292-191.tqgtyn10aqxuxoi0mkfbldi5vh.jx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az198-940.gjkxsqtjg41etoza45cw35jkyb.bx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az292-222.tqgtyn10aqxuxoi0mkfbldi5vh.jx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az204-390.d0ggoinxmwcejgojbuqly40l0e.cx.internal.cloudapp.net>
Co-authored-by: Google APIs <runner@fv-az216-480.3le2vxowor4era4vmqnnplo0rf.xx.internal.cloudapp.net>
@chingor13
Copy link

Included in #74

@chingor13 chingor13 closed this Jul 21, 2021
gcf-merge-on-green bot pushed a commit that referenced this pull request Jul 21, 2021
….proto, metering.proto, multiclusteringress.proto, servicemesh.proto to v1alpha client (#74)

fix: add missing dependency configmanagement.proto, metering.proto, multiclusteringress.proto to v1beta client

Committer: @chingor13
PiperOrigin-RevId: 386025193
Source-Link: googleapis/googleapis@e8d2996
Source-Link: googleapis/googleapis-gen@e7371fb

feat: added v1alpha messages and client for gkehub
PiperOrigin-RevId: 381332895
Source-Link: googleapis/googleapis@3bd91d5
Source-Link: googleapis/googleapis-gen@b14f7f4

feat: added v1beta, v1 messages and client for gkehub
PiperOrigin-RevId: 381502350
Source-Link: googleapis/googleapis@3d63fc7
Source-Link: googleapis/googleapis-gen@454d4e1

fix: add missing dependency configmanagement.proto
Committer: @summerji
PiperOrigin-RevId: 382363781
Source-Link: googleapis/googleapis@9f8627e
Source-Link: googleapis/googleapis-gen@aa5a342

fix: add missing dependency multiclusteringress #67
Committer: @summerji
PiperOrigin-RevId: 382391289
Source-Link: googleapis/googleapis@820d7ae
Source-Link: googleapis/googleapis-gen@b021552

fix: Updating WORKSPACE files to use the newest version of the Typescript generator
PiperOrigin-RevId: 385101839
Source-Link: googleapis/googleapis@80f4042
Source-Link: googleapis/googleapis-gen@d3509d2

chore: use gapic-generator-typescript v2.1.0
Committer: @alexander-fenster
PiperOrigin-RevId: 385246182
Source-Link: googleapis/googleapis@d767d0a
Source-Link: googleapis/googleapis-gen@e44f054
@release-please release-please bot mentioned this pull request Jul 21, 2021
gcf-merge-on-green bot pushed a commit that referenced this pull request Jul 21, 2021
🤖 I have created a release \*beep\* \*boop\*
---
## [1.2.0](https://www.github.com/googleapis/nodejs-gke-hub/compare/v1.1.4...v1.2.0) (2021-07-21)


### Features

* added v1alpha messages and client for gkehub ([f781301](https://www.github.com/googleapis/nodejs-gke-hub/commit/f781301f79b5e1fab40d693503dc8e2e452cbde1))
* added v1beta, v1 messages and client for gkehub ([f781301](https://www.github.com/googleapis/nodejs-gke-hub/commit/f781301f79b5e1fab40d693503dc8e2e452cbde1))


### Bug Fixes

* add missing dependency configmanagement.proto ([f781301](https://www.github.com/googleapis/nodejs-gke-hub/commit/f781301f79b5e1fab40d693503dc8e2e452cbde1))
* add missing dependency configmanagement.proto, cloudauditlogging.proto, metering.proto, multiclusteringress.proto, servicemesh.proto to v1alpha client ([#74](https://www.github.com/googleapis/nodejs-gke-hub/issues/74)) ([f781301](https://www.github.com/googleapis/nodejs-gke-hub/commit/f781301f79b5e1fab40d693503dc8e2e452cbde1))
* add missing dependency configmanagement.proto, metering.proto, multiclusteringress.proto to v1beta client ([f781301](https://www.github.com/googleapis/nodejs-gke-hub/commit/f781301f79b5e1fab40d693503dc8e2e452cbde1))
* add missing dependency multiclusteringress #67 ([f781301](https://www.github.com/googleapis/nodejs-gke-hub/commit/f781301f79b5e1fab40d693503dc8e2e452cbde1))
* Updating WORKSPACE files to use the newest version of the Typescript generator ([f781301](https://www.github.com/googleapis/nodejs-gke-hub/commit/f781301f79b5e1fab40d693503dc8e2e452cbde1))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
searKing pushed a commit to searKing/sole that referenced this pull request Nov 3, 2021
…m 5deb21826..0c2e4540e

0c2e4540e chore(ruby): Corrected build rules for Ruby wrappers for the monitoring and workflows APIs
e58b62f32 chore: regenerate API index
d58e602ed feat: add reCAPTCHA Enterprise account defender API methods
381ab7841 feat: Updating the grafeas protos to include compliance and intoto attestation protos
bcfd386c2 chore(ruby): Update Ruby microgenerator to v0.10.2
6d008d29d docs: fix docstring formatting
8c7125522 chore(ruby): Add Bazel build rules for Ruby wrapper clients
f2afd8f4e chore(bigtable): fix service name in resource annotation Type URIs
c1176cd31 feat: add the `schema_restriction_response` field to the `ResponseMetaData` type that contains the schema restrictions actively enforced in creating a report feat: add the `currency_code`, `time_zone` fields to the `ResponseMetaData` type feat: add the `empty_reason` field to the `ResponseMetaData` type that contains an empty report reason, if specified feat: add the `blocked_reasons` field to the `MetricMetadata` type that contains reasons why access was blocked to a certain metric in a report, if specified
7a3953f4b feat: Adds support for `google.protobuf.Value` pipeline parameters in the `parameter_values` field
972abb656 feat: Adds support for `google.protobuf.Value` pipeline parameters in the `parameter_values` field
83d81b0c8 chore: use gapic-generator-python 0.53.4
c2b080f32 docs: fix docstring formatting
a83e6f24b chore(python): Update cloudbuild BUILD.bazel package name to google-cloud-build chore(python): Update cloudbuild namespace to google.cloud.devtools
3045b0cb2 chore(python): Update accessapproval BUILD.bazel package name to google-cloud-access-approval
21144c249 chore: regenerate API index
148d29d1e feat: Add local inventory ingestion APIs to product service in alpha channel
e1ba41ed4 chore: update rules_python to 0.5.0
daf9c983c feat: add resource type to ChannelPartnerLink
37924239e docs: fix docstring formatting
2781c734f chore(python): Update gaming BUILD.bazel package name to google-cloud-game-servers
c33c43504 chore: regenerate API index
a61dbc0a2 feat: Cloud IDS client v1 Based on: https://cloud.google.com/ids/docs
4ee0e5733 chore(python): Update privateca BUILD.bazel package name to google-cloud-private-ca
5f897f0cd docs: fix docstring formatting
7f52277c3 feat: Publish Cloud Integrations logging proto for documentation
4381242ee build: upgrade Java microgenerator to v2.2.1
a51c341ca docs: clarified meaning of the legacy editions docs: clarified semantic of the streaming APIs
974ad5bdf docs: fix docstring formatting
59736be62 chore(python): Update mediatranslation BUILD.bazel package name to google-cloud-media-translation
7eea02b49 chore(python): Update mediatranslation BUILD.bazel package name to google-cloud-recaptcha-enterprise
bb1f3e904 docs: clarified meaning of the legacy editions docs: clarified semantic of the streaming APIs
f034e5f9e docs: fix docstring formatting
d5b19f1be chore: regenerate API index
19943c118 feat: added API for changelogs docs: clarified semantic of the streaming APIs
180ec360e chore: regenerate API index
55fd11bc3 feat: added API for changelogs docs: clarified semantic of the streaming APIs
30eeb2705 feat: Publish Traffic Director log entry proto
dc83df852 fix: Remove invalid resource annotations
3fe45e239 build(nodejs): correct artifact name for npm
4df8a3950 build(nodejs): correct artifact name for npm
5088bd785 feat: Add support for dataproc BatchController service
324f036d9 feat: Add create_time to Instance
06dac5caf chore(ruby): Add google-cloud-common as a dependency of the filestore client
1fb0967fb chore: regenerate API index
2d60c597a docs: clarified when revision_id of a workflow is updated docs: clarified format and semantics of service_account field docs: documented expanded workflow size limit
c8fba4b71 chore: regenerate API index
6990d971b feat: added library for Cloud Domains v1 API. Also added methods for the transfer-in flow docs: improved API comments
9679873a5 fix: Update doc comments fix: Move conformance_service.proto to its own directory to mirror existing go package structure. feat: Publish an `expr_version` field to track transformations applied during static analysis to the `expr` field within the `CheckedExpr`.
8ef531eaf docs: Keep the API doc up-to-date feat: add search mode to search request. If not specified, a single search request triggers both product search and faceted search. feat: update grpc service config settings to reflect correct API deadlines
451e78310 chore(python): Update oslogin BUILD.bazel package name to `google-cloud-os-config`
853c7bcba docs: fix docstring formatting
d2f4f4675 chore(python): Update servicedirectory BUILD.bazel package name to google-cloud-service-directory
164563869 docs: fix typos and docstring formatting
4dd603675 docs: fix docstring formatting
9d6bb9209 chore(python): Update servicedirectory BUILD.bazel package name to google-cloud-private-ca
f5b58edff docs: fix docstring formatting
0dfce5e78 feat: Update osconfig v1 and v1alpha RecurringSchedule.Frequency with DAILY frequency
c5c2cd741 chore: Enable C# generation in Bazel
c3d010d8a docs: fix docstring formatting
bbe8aa189 docs: fix docstring formatting
16156173a feat: publish log entry protos for gkebackup platform logging
5b0219d5e feat: add support for Raw PKCS#1 signing keys
e54bbc620 chore: Exclude `google/cloud/compute/**` from copybara destination files
985024076 chore: Kokoro configuration
fe4694b46 chore: regenerate API index
8f48b9778 feat: TPU v2alpha1 public protos
85633a274 docs: Remove erroneous space in a docstring
1e77865b3 fix: add a dummy change for showcase v1beta1 for testing autosubmit
b44c45ca3 chore(filestore): add common_java_proto dep to java_assembly_pkg
67e6e0a1d fix: add model signature for batch document translation
d2977af9e chore(ruby): Re-enable bigquery-storage-v1 generation, which also required updating protobuf from 3.15.3 to 3.18.1 for codegen
c3e8e8cb4 chore: Update C# generator to version 1.3.12, which supports non-standard LRO generation
9bac62dbc fix!: Fix the resource annotations for GetRepositoryRequest
877d3d9d0 fix!: rename committed_size to persisted_size fix!: replace string key_sha256 with bytes key_sha256_bytes fix: deprecate zone_affinity field fix: add INHERITED to PublicAccessPrevention enum
4a5dad747 fix: Reintroduce deprecated field/enum for backward compatibility docs: Use absolute link targets in comments
7bfeecb83 fix: update nodejs package name to video-transcoder
481116189 fix: nodejs package name access-context-manager
29de512cc build: update package name for datastore
6865fe4f8 chore: regenerate API index
95af2e435 feat: add Dataproc Serverless for Spark Batches API
5c01e4e63 chore(ruby): Configure Bazel to generate a Ruby library for locations clients
e12aa9970 chore: fix Bazel rule comment
98f4bfc65 chore: regenerate API index
d706102a0 feat: add featurestore service to aiplatform v1 feat: add metadata service to aiplatform v1
f0d5f7fff docs: fix typo in alert.proto
566f3d16b chore: use `google-cloud-monitoring-metrics-scopes` as python package name
16ff8131d docs: recommend AnalyzeContent for future users
ae3a4a281 docs: Fix NOT_STARTED state documentation in MigrationJob resource
177c62af7 feat: publish `routing.proto` containing the `google.api.RoutingRule` annotation feat: add Bazel rules wrapping `routing.proto`
9af371c81 docs: recommend AnalyzeContent for future users
dc9f25212 chore: regenerate API index
a7a344010 feat: Added vulnerability field to the finding feat: Added type field to the resource which is surfaced in NotificationMessage
94f77789d chore: regenerate API index
3b9c98eda feat: add CreateServiceTimeSeries RPC
14a959fba fix: add a dummy change 1 at the v1beta2 for testing release messages with commit body
528b83947 fix!: add a dummy change 2 at the v1 for testing release messages with commit body
b21bb4593 chore!: add a dummy change 3 at the v1main for testing release messages without commit body
485bf018d fix: add a dummy change 1 at the v1beta1 for testing release messages without commit body
5d88c6b93 Synchronize new proto/yaml changes.
614dfd79a Synchronize new proto/yaml changes.
d4d09eb3a Synchronize new proto/yaml changes.
50d96dc11 Synchronize new proto/yaml changes.
99ec92874 Synchronize new proto/yaml changes.
2974b81c6 chore: regenerate API index
bf9687743 feat: add Similarity to explanation in aiplatform v1beta1 feat: add EncryptionSpec to featurestore in aiplatform v1beta1 feat: add PipelineTaskStatus to pipeline_job in aiplatform v1beta1 feat: add BatchReadTensorboardTimeSeriesData to tensorboard_service in aiplatform v1beta1 feat: add enable_monitoring_pipeline_logs to model_deployment_monitoring_job in aiplatform v1beta1 feat: add order_by to pipeline_service in aiplatform v1beta1 feat: add model_display_name to prediction_service in aiplatform v1beta1 feat: add specialist_worker_emails to specialist_pool in aiplatform v1beta1
787f8c9a7 feat: add context manager support in client
409e134ff chore: ensure samples are not autogenerated for libraries with a veneer
0686b3197 fix!: add a dummy change 2 at the v1 for testing release messages with commit body
ec7b6eec8 Synchronize new proto/yaml changes.
d3ef31ef6 build: update package name
90eb04f0b chore: update package name for npm data-fusion
ef9130f51 docs: clarify that project number is used as the canonical project identifier for job and job template names docs: fix broken link and code formatting feat: add support for allow_missing param on DELETE request fix!: remove Encryption settings that were published due to a sync issue BREAKING CHANGE: requests specifying Encryption settings are rejected by the server
ac08aa4ac build: update package name for security-private-ca
701a095c7 docs: Fixed several broken links and formatting issues in the reference documentation
1b187463b fix!: add a dummy change 2 at the v1 for testing release messages with commit body
70e42693f build: library of v1 showcase onboarded to SAM
7d8205732 chore: regenerate API index
bf8851e25 feat: added deployment API feat: exposed DTMF input info in the query result docs: added notes on long running operation
02710fa0e feat: expose dtmf input info in the query result
77066268d chore: regenerate API index
0ee215aaf feat: Update Routes Preferred protos
928286b2b chore: Add build rules in BUILD.bazel for google/cloud/common protos for python
af7fb72df feat(privateca): add IAMPolicy & Locations mix-in support
e202ad333 feat: deprecate issue_matches docs: if conversation medium is unspecified, it will default to PHONE_CALL
408e3b0d0 chore(bazel): update rules_gapic to v0.9.0
ae7e39913 feat: add RPC retry information for MacSign, MacVerify, and GenerateRandomBytes Committer: @bdhess
de9881125 fix!: remove routing.proto
ee3c7eb34 feat: added support for TelephonyTransferCall in Participant ResponseMessage
410c18453 chore: use gapic-generator-python 0.52.0
b518c5554 chore: regenerate API index
5e5a44d76 fix(filestore): add missing operation_metadata.proto import
2fa172262 fix: correct python namespace for migration API Committer: @shollyman
b77ec9172 feat: update gapic-generator-csharp to 1.3.11 feat: update rules_gapic to 0.8.0
a24e1f5ad chore: enable python snippetgen for aiplatform
9d7c7433b feat: add OAEP+SHA1 to the list of supported algorithms
6355bdb25 chore: regenerate API index
14829f3dc feat: added support for Deployments with ListDeployments and GetDeployment apis feat: added support for DeployFlow api under Environments feat: added support for TestCasesConfig under Environment docs: added long running operation explanation for several apis fix!: marked resource name of security setting as not-required
0cfe2ce81 chore: regenerate API index
3ec255e46 feat: publish AllocationEndpoint v1alpha API artifacts
70d5a8271 feat: add vizier service to aiplatform v1 BUILD.bazel
0766e6d42 feat: add metadata from dialogflow related to transcript segment feat: add sentiment data for transcript segment feat: add obfuscated if from dialogflow
47b217160 chore: regenerate API index
f75ccc2ee fix(ruby)!: Fix Ruby namespace for videointelligence/v1p3beta1
6ce857fc9 docs(ruby): update product documentation url for monitoring metrics scopes
4f1ea836a feat: Google Workspace Add-ons logging proto for documentation
15759865d docs(samples): add auto-generated samples for Node with api short name in region tag
fafca4935 chore: prepare BUILD.bazel for Python library generation
e95899752 build(node): update artifact name for npm
22d2e1b2e chore: regenerate API index
fcf719d03 fix: remove classes for all v1alpha methods
07d152476 docs(ruby): Remove a broken documentation link
83bf2aeab chore(ruby): Configure ruby gapic generation
f73ccb9c8 fix(ruby): Link to the correct wrapper library
161fdb449 feat: add `google/api/routing.proto`
667a4785d build(node): update artifact name for npm
6ef16b9ec docs(samples): add auto-generated Node samples build(generator): find protoc based on its bazel location
a6b19cbb7 build: add rules to pull in type dependency
aa73c560f chore(python): Prepare artifactregistry v1 BUILD.bazel for release
91bde79d6 docs: Provide a more relevant product documentation URL for the Identity Toolkit API
9367d6f96 chore(ruby): disable strict yard tests for binaryauthorization/v1
ddf135906 chore(ruby): Set Ruby GAPIC generator parameters for artifactregistry/v1
f5de29b4e chore(ruby): Set Ruby GAPIC generator parameters for deploy/v1
b224dfa52 chore: use gapic-generator-python 0.51.2
d615c1917 chore: regenerate API index
dfaf37b66 feat: Add PAUSED state to Subtask and add task details protos
e648e5c16 fix(ruby): depend on the existing access_context_manager and os_config clients rather than copying their classes into the asset client
5eeefdc0e chore: regenerate API index
6d40da439 feat: Artifact Registry v1 public protos
9e539bd32 chore: regenerate API index
a3dccab3d feat: binaryauthorization v1 public protos
4f46ddcc9 feat: auto-generate samples for GAPIC clients
376e8e928 fix: add missing read api retry setting on SplitReadStream
1dc139d74 chore: update gapic-generator-csharp to 1.3.10 chore: update rules_gapic to 0.7.0 feat: rules `csharp_proto_library` and `csharp_grpc_library` are now sourced from `rules_gapic` (instead of `gapic-generator-csharp`). chore: re-enabled C# build rules for BigQuery/v2 and BigQuery/Connection/v1beta1
6c104bee4 chore(ruby): Embed gkehub/v1/* subdirectory protos into the gkehub/v1 client
05248f1c6 chore: regenerate API index
48a070fcd feat: add a new ListModels method to Moblab API
85830df32 chore(ruby): allow google-cloud-container_analysis-v1 to depend on 1.x versions of grafeas-v1
810074f1f Synchronize new proto/yaml changes.
835a0e073 chore(ruby): Embed accesscontextmanager/type types into the accesscontextmanager/v1 client
6d969eb67 chore(ruby): Configure Ruby GAPIC generator parameters for networksecurity v1beta1 and identitytoolkit v2
1872f4583 feat: add output_config request field
7c4eb0bdb chore(bazel): update rules_gapic to v0.6.3
abed0add1 chore: update gapic-generator-csharp to 1.3.8
83728bba0 chore: enable python snippetgen for privatecatalog
ab61c5232 chore: regenerate API index
b4da4fd5e feat: add BigQuery Storage Write API v1
ddf396f7e chore: regenerate API index
b201fa037 feat: assuredworkloads v1 public protos
0f360f0d1 chore: regenerate API index
ea09b6554 feat: publish cloud/sql/v1 artifacts
2ec824213 feat: filter is used to filter conversations used for issue model training feat: update_time is used to indicate when the phrase matcher was updated
cce61a96a chore: regenerate API index
3d1ce7126 feat: Publish Google Cloud Deploy v1 API
48d9fb8c8 chore: regenerate API index
4bde29304 chore(googleads)!: remove protos for v6, which has sunset
d9ac7faa4 chore: regenerate API index
020672e48 feat: add GetMetrics and MigrateKey methods to reCAPTCHA enterprise API
44c497f37 feat: add SecurityLevel option on HttpsTrigger
231af018d chore: regenerate API index
a9aafd58c feat: IdentityToolkit v2 public protos
56614520e docs: Align session length with public documentation feat: Expose estimated bytes that a session will scan.
a27fb7a89 chore: regenerate API index
1f1d09d4c feat: added a flag to enable/disable gvnic on a node pool feat: added node pool level network config feat: added update support for node pool labels, taints and network tags feat: added configuration for workload certificates and identity service component feat: added configuration for node pool defaults, autopilot, logging and monitoring feat: added the option to specify L4 load balancer configuration and IP v6 configuration feat: added the option to list supported windows versions fix: deprecated KALM addon config option fix: deprecated cluster status condition code docs: clarified SetNodePoolSize API behavior
caad48d4b feat: Added a new `KeywordMatchMode` field to support more keyword matching options feat: Added more `DiversificationLevel` configuration options
c53262d8c build(nodejs): correct artifact name for npm
bdde0473f chore: remove nonexistent method from config
067740a45 chore: Kokoro CI configuration
885183fce chore: Remove unnecessary double space in example API
de0d4775e Synchronize new proto/yaml changes.
b64d30b2b chore: regenerate API index
bf57b2c88 feat: add API ImportCustomer for Cloud Channel API docs: update comments for a few fields
5d91687b1 chore: regenerate API index
31d2d3432 feat: add OSConfigZonalService API Committer: @jaiminsh
9c7eb1f9a feat: Release of relationships in v1, Add content type Relationship to support relationship search Committer: yuwangyw@
8bc099113 chore: Update orchestration/airflow BUILD.bazel files for nodejs
e3c419f94 docs: clarified some LRO types
52c89139a chore: adjust namespacing and package name for Metrics Scopes API Committer: @busunkim96
f47c38882 chore(ruby): Populate Ruby microgenerator arguments for GkeHub V1 and V1beta
1549a69af docs: Align session length with public documentation feat: Align ReadRows timeout with other versions of the API.
cd16abbf0 docs: clarified some LRO types
b7537df8d chore: regenerate API index
3c414afa9 feat: add `CheckCompatibility` method to the API
1c01db6a4 chore: regenerate API index
2c7f233a0 feat: Deprecated SearchAssignments in favor of SearchAllAssignments feat: Reservation objects now contain a creation time and an update time feat: Added commitment_start_time to capacity commitments feat: Force deleting capacity commitments is allowed while reservations with active assignments exist feat: ML_EXTERNAL job type is supported feat: Optional id can be passed into CreateCapacityCommitment and CreateAssignment docs: Clarified docs for None assignments fix!: Fixed pattern for BiReservation object BREAKING_CHANGE: Changed from `bireservation` to `biReservation`
ee78ed722 chore: regenerate API index
67c780ba3 feat: add Vizier service to aiplatform v1
aa15f3287 docs: clarified some LRO types docs: fixed some wrong update mask descriptions
212712659 chore: regenerate API index
321abab21 feat: add prediction service RPC RawPredict to aiplatform_v1beta1 feat: add tensorboard service RPCs to aiplatform_v1beta1: BatchCreateTensorboardRuns, BatchCreateTensorboardTimeSeries, WriteTensorboardExperimentData feat: add model_deployment_monitoring_job to Endpoint in aiplatform_v1beta1 feat: add deployment_group to DeployedIndex in aiplatform_v1beta1 feat: add ModelEvaluationExplanationSpec in aiplatform_v1beta1
298a980ac chore: regenerate API index
fbae10c8f feat: Add `OnPremCluster` and `MultiCloudCluster` as `GkeCluster` equivalent field
2e9e9ef33 chore: regenerate API index
8031cc26f feat: add XAI, model monitoring, and index services to aiplatform v1
583dd6a54 chore: regenerate API index
03ce2ebf5 feat: added support for Notebooks v1
c1296cd1d chore(bazel): update rules_gapic to v0.6.2
e3d9b11ab feat: add support for Key Reimport
577814ea1 chore: regenerate API index
69fe13f7c feat: Update osconfig v1 and v1alpha with WindowsApplication
9e99074fc fix(datastream)!: Change a few resource pattern variables from camelCase to snake_case
ce5500122 chore: regenerate API index
17d3fb258 feat: added v3 proto for online/batch document translation and updated v3beta1 proto for format conversion
e9da6f8b4 feat: support version reporting API
41635ad2f chore: update gapic-generator-ruby to 0.10.1
677caf0b5 build: use gapic-generator-typescript v2.4.1
43095748d docs: clarified some LRO types docs: fixed some wrong update mask descriptions
848854523 feat: display_name is the display name for the assigned issue
ccb73479a chore: regenerate API index
354d0763e feat: Added support for logs-based alerts: https://cloud.google.com/logging/docs/alerting/log-based-alerts feat: Added support for user-defined labels on cloud monitoring's Service and ServiceLevelObjective objects fix!: mark required fields in QueryTimeSeriesRequest as required
9e36f4ec3 feat: generate java files for error_reason.proto, bigquery_audit_metadata.proto and localized_text.proto
4b6bb3ded feat: Add Canada Regions And Support compliance regime
4006aa5cb chore: update rules_gapic for build_gen change
410f323cd chore: update bazel BUILD
557286540 feat: Update cloudbuild proto with the service_account for BYOSA Triggers.
41e44ac10 fix: add missing annotation for batch document translation
be31a88c1 chore: cleanup deprecated Dataproc v1beta2 API references
cdc9747a7 chore(googleads): Disables `legacy_proto_load` on Node.js GAPICs
dd5050968 docs(ruby): Correct the name of the corresponding wrapper library
3cd708edb feat:add script field to BuildStep message
8a770c332 chore: regenerate API index
8bf048db6 feat!: delete deprecated Dataproc v1beta2 API client
cb637a6db docs: Keep the API doc up-to-date feat: update grpc service config settings to reflect correct API deadlines chore: remove relative private links from search service comments to prevent crashing client lib generation tool
27600833c chore: regenerate API index
8c0e4a368 feat: Add request_id under `DeleteMembershipRequest` and `UpdateMembershipRequest`
ba30d8097 chore: regenerate API index
9e617db50 feat: add `GetDataRetentionSettings`, `UpdateDataRetentionSettings` methods to the API
7ae76714a chore(ruby): Minor updates to links and library descriptions for CCAI and Dialogflow
061db160e chore: Add build langauge-specific targets for extended_operations.proto
a0721b50d chore: regenerate API index
d06d94e54 fix!: Remove ActivateSpoke and DeactivateSpoke methods BREAKING_CHANGE: ActivateSpoke and DeactivateSpoke were included in a previous change by mistake feat: Add hub.routing_vpcs field docs: Specify that site_to_site_data_transfer field must be set to true
a5b180f2f chore: Add extended_operations_proto target
68e5bf304 feat: Add extended_operations.proto with annotation definitions for non-standard (not compliant with https://google.aip.dev/151) LRO
06345f7b9 feat: turns on self-signed JWT feature flag
3b4dc7a76 chore: regenerate API index
beb5d2b11 chore: Configure Dialogflow CX for Ruby clients
0b896069c chore(bazel): update Go GAPIC generator to v0.23.0
7cb3f3bb6 chore(bazel): update rules_gapic to v0.6.0
84b7c63c6 build: change links to make them absolute
ed7394929 feat: Add BigQueryAuditMetadata proto. The BigQueryAuditMetadata proto is used by BigQuery Cloud Audit Logging. It is encoded as a google.protobuf.Struct message inside the metadata field of the AuditLog proto
62d50355d docs: Keep the API doc up-to-date
853cfd33b docs: Improvements to various message and field descriptions
76bed90af feat: Add transcript normalization
5d0a68960 chore: Configure Ruby clients for datastream, networkconnectivity, accesscontextmanager, and ccai
5f761138c feat: Publish new fields to support cluster group routing for Cloud Bigtable
e1738ee97 chore: update gapic-generator-java version to 2.1.0
8119b1870 chore: update gax-java version to 2.3.0
b4e27bc72 chore(bazel): update gapic-generator-go and Go Bazel deps
a75aa0703 docs: minor formatting fixes to Cloud Functions reference docs
a6c8dc7f7 feat: Add new commute methods in Search APIs feat: Add new histogram type 'publish_time_in_day' feat: Support filtering by requisitionId is ListJobs API
01c9379e7 chore: regenerate API index
b6901e755 feat: Added the Backup resource and Backup resource GetIamPolicy/SetIamPolicy to V1 feat: Added the RestoreService method to V1
a0565a98b chore: regenerate API index
7fec72948 feat: Add ability to configure BuildTriggers to create Builds that require approval before executing and ApproveBuild API to approve or reject pending Builds
b9e69f850 feat: Release of relationships in v1, Add content type Relationship to support relationship export Committer: lvv@
b08c55646 chore(ruby): Backfill Ruby microgenerator params for Transcoder V1
c47ff19bc feat:Publish Workflows call logging proto for documentation
09a618302 fix: Update DocumentUnderstandingService default_host in v1beta2 from a regional endpoint, to non-regional
08ae6839a chore: regenerate API index
6ef6c29b0 feat(googleads): protos for v8.1 of Google Ads API
eb7c9d1c3 chore: regenerate API index
f5e39a2f7 chore: no-op proto generator run to pickup Locations service metadata
e932524ec feat: add new issue model API methods feat: support Dialogflow and user-specified participant IDs docs: update pubsub_notification_settings docs
e41be609f fix(pubsub): replace IAMPolicy in API config
626df528c feat: added support for DLP templates; expose `Locations` service to get/list avaliable locations of Dialogflow products
114b1416f feat: added support for DLP templates; expose `Locations` service to get/list avaliable locations of Dialogflow products docs: reorder some fields
4c984f3be feat: expose `Locations` service to get/list avaliable locations of Dialogflow products; fixed some API annotations
7b6a2ceed feat: Add topic retention options
411e51eea feat: Expose `Locations` service to get/list avaliable locations of Dialogflow products docs: reorder some fields
10185d07a feat: add total_billed_time response field
2802dd5d6 chore(ruby): Switch bazel builds to v0.10.0 of the Ruby microgenerator
a739464ca chore: release gapic-generator-java v2.0.1
2c1c2ac11 build: update from broken v1beta2 links to v1
9a7d19079 feat: Add video cropping feature feat: Add video padding feature feat: Add ttl_after_completion_days field to Job docs: Update proto documentation docs: Indicate v1beta1 deprecation
f642cc61d build(nodejs): correct artifact name for npm
23b8cadd2 chore: regenerate API index
2efb6951f feat: add support for HMAC, Variable Key Destruction, and GenerateRandom
ff6688b87 chore: regenerate API index
702ccd007 feat: add support for Metrics Scopes API
909c3adec fix: Updating behavior of source_upload_url during Get/List function calls
882e6d69a chore: release gapic-generator-php v1.0.5
a47f0a4aa docs(retail): Quote several literal expressions for better rendering
0f7c56c36 chore(ruby): Correct and fill in Ruby microgenerator arguments in preparation for initial library generation
09e5b1716 fix: fix validation result docs feat: add language code to streaming recognition result feat: add time zone and security settings to conversation profile docs: update agent docs docs: update entity type docs docs: update intent docs
8dfb2156b fix: fix validation result docs feat: add language code to streaming recognition result docs: update environment docs
ec9c7e539 chore: regenerate API index
f1d0efe57 fix!: Specify a C# namespace option to be consistent with other Cloud APIs
d9eaf41de feat!: release gapic-generator-java v2.0.0
bb0a090d9 chore: release gapic-generator-java v1.0.17
41521e288 docs: fix typos
30c8964c1 chore: Remove legacy Cloud DMS proto file
2f9af297c docs: Remove HTML tags from Cloud Retail API library docs
6e4ddb513 build(node): update artifact name for Node.js
e35709ba1 chore: release gapic-generator-php v1.0.4
dc9332352 docs: remove remaining private links
81c199d62 chore: regenerate API index
5af6d9bde feat: add advanced settings for agent level feat: add rollout config, state and failure reason for experiment feat: add insights export settings for security setting feat: add language code for streaming recognition result and flow versions for query parameters docs: deprecate legacy logging settings
b50902f3e chore: regenerate API index
05d477b7c feat: add advanced settings for agent level feat: add rollout config, state and failure reason for experiment feat: add insights export settings for security setting feat: add language code for streaming recognition result and flow versions for query parameters docs: deprecate legacy logging settings
c03bfe0cd docs: Replace "global policy" with "system policy" in Binary Authorization documentation
f97353211 fix: failing tests for LRO check methods
ec3f13905 docs: remove private links as these are public-facing docs
558bdfec3 chore(ruby): Activate snippet generation for vision-v1
8de886fe5 chore: release gapic-generator-php v1.0.3
efaf6f1c9 feat(googleads): set `legacy_proto_load=True` on Node.js GAPICs
102de1721 chore: regenerate API index
fff46d6ad feat: Add restricted Retail Search features for Retail API v2beta.
b4967c737 docs(filestore): Fix various formatting issues and broken links
26871a2f8 chore: regenerate API index
6d27f5bd3 feat: Add files for Network Connectivity v1 API.
39e6bd288 chore: update gapic-generator-ruby to 0.9.2
baba7394f fix: Don't include generator test protos in the API index.
fa5dd8d9c feat: Add EU Regions And Support compliance regime
294cfa906 chore: regenerate API index
cea896d10 feat: Add restricted Retail Search features for Retail API v2.
760b5d8bf docs: Add a new build phase `SETUPBUILD` for timing information
beb8e30b2 chore: regenerate API index
5b1f7cf1d feat: Added support for BigQuery connections entries feat: Added support for BigQuery routines entries feat: Added usage_signal field feat: Added labels field feat: Added ReplaceTaxonomy in Policy Tag Manager Serialization API feat: Added support for public tag templates feat: Added support for rich text tags docs: Documentation improvements
6919bc103 chore: regenerate API index
0b261def1 chore: publish Access Context Manager API v1
b837e9138 chore: regenerate API index
46fdf2d70 fix: Update encryption_key fields to "bytes" type. fix: Improve date/times and field name clarity in lifecycle conditions.
2948f31dd feat: In Secret Manager, users can now use filter to customize the output of ListSecrets/ListSecretVersions calls
b69daf76f chore: regenerate API index
8962c92e9 feat: Update proto definitions for bigquery/v2 to support new proto fields for BQML.
4fca87789 feat: add total_billed_time response field. fix!: phrase_set_id is required field in CreatePhraseSetRequest. fix!: custom_class_id is required field in CreateCustomClassRequest.
c3b8283ae chore: regenerate API index
5bf36f20f feat: add finding_class and indicator fields in Finding
9cd96aea6 chore: regenerate API index
fe82a7539 feat: Add restricted Retail Search features for Retail API v2alpha.
28ccba2ab chore: Update storagetransfer v1 BUILD.bazel for python
3c7864b59 chore: regenerate API index
c8fac9a3f chore: publish cloud network services v1beta1
6cf3b8e73 chore: regenerate API index
746461e42 feat!: *Change metadata field for the AnalyzeIamPolicyLongrunning. feat: Add AnalyzeMove API. feat: Add read_mask field for SearchAllResourcesRequest feat:Add VersionedResource/AttachedResource fields for ResourceSearchResult.
762094a99 fix: enable self signed jwt for grpc chore: use gapic-generator-python 0.50.5
a5eda9f0e feat!: update CCAI Insights protos. BREAKING_CHANGE: change nesting of Conversation.Transcript.Participant to ConversationParticipant and remove AnnotationBoundary.time_offset
e9ee226df chore: regenerate API index
b65a2dd55 chore: Remove the On-Demand Scanning API from googleapis
3744b86f3 docs: fix typos
11d5ead74 feat:Publish Workflows execution logging proto for documentation
b1844c9b9 chore: Remove redundant service config YAML
3859723d7 chore: regenerate API index
2d0aae27b feat!: storagetransfer public protos update BREAKING CHANGE: field annotations are added. Allowing this since no client libraries were generated based on old protos.
e8d2996cc fix: add missing dependency configmanagement.proto, cloudauditlogging.proto, metering.proto, multiclusteringress.proto, servicemesh.proto to v1alpha client
70e4a5b60 build(nodejs): correct package name for npm
75e981247 chore: regenerate API index
4e836c7c2 feat: Adds BigQuery output table field to batch prediction job output config feat: Adds Feature Store features feat: Adds CustomJob.web_access_uris, CustomJob.enable_web_access fields feat: Adds Endpoint.network, Endpoint.private_endpoints fields and PrivateEndpoints message feat: Adds Execution.State constants: CACHED and CANCELLED feat: Adds IndexEndpoint.private_ip_ranges field feat: Adds IndexEndpointService.deployed_index_id field feat: Adds MetadataService.DeleteArtifact and DeleteExecution methods feat: Adds ModelMonitoringObjectConfig.explanation_config field and ModelMonitoringObjectConfig.ExplanationConfig message feat: Adds ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.attribution_score_skew_thresholds and ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.attribution_score_drift_threshold fields feat: Adds fields to Study message
9a0b354fe fix(nodejs): add dependencies for Node.js package
8fdcaf84e build(nodejs): correct npm artifact name
4afa0ce90 chore: regenerate API index
63bd33f6b feat: added a new API method FindMostStableBuild
43fda8045 build(nodejs): fix naming for package name
f84d1e2ed feat: Implementation of Build Failure Info: - Added message FailureInfo field
efecdbf96 build(nodejs): correct package name for npm
0078ca654 chore: regenerate API index
22e280d15 feat!: Removes breaking change from v1 version of AI Platform protos
3585f5058 chore: Update orchestration/airflow v1 BUILD.bazel for python
90f4259a6 chore(ruby): Fill out Ruby generator options for datafusion, filestore, and networkmanagement
194c144b1 chore: regenerate API index
17a7a0bdf feat: OSConfig AgentEndpoint: add basic os info to RegisterAgentRequest, add WindowsApplication type to Inventory
ee8c183f8 chore: regenerate API index
7a1fb837d feat: add a WorkerPools API
de11e31b8 docs: remove obsolete content
d767d0ab9 chore: use gapic-generator-typescript v2.1.0
f7a2eba79 chore: regenerate API index
9ae82b82b feat: add standard sql table type, update scalar type enums
80f404215 fix: Updating WORKSPACE files to use the newest version of the Typescript generator.
077f0c624 fix!: mark some bools as optional, correct response type of DeleteCaPool
a9338c63a feat:Publish Cloud ResourceSettings v1 API
c376cadb2 feat: Update the example for report v2 integration.
dd1d95a98 chore: regenerate API index
961b45b1a fix: Remove Storage v2 GetObject method
46bdf2303 chore: regenerate API index
56ffafc26 docs: fixed broken links
ca5d91f77 chore: regenerate API index
83c372893 feat: Adds additional_experiments field to AutoMlTablesInputs feat: Adds additional_experiments field to AutoMlForecastingInputs feat: Adds two new ModelType constants for Video Action Recognition training jobs
dddf5cb27 chore: regenerate API index
cc51e4818 feat!: Removes AcceleratorType.TPU_V2 and TPU_V3 constants feat: Adds AcceleratorType.NVIDIA_TESLA_A100 constant feat: Adds BigQuery output table field to batch prediction job output config feat: Adds JobState.JOB_STATE_EXPIRED constant feat: Adds AutoscalingMetricSpec message feat: Adds PipelineService methods: CreatePipelineJob, GetPipelineJob, ListPipelineJobs, DeletePipelineJobs, CancelPipelineJobs feat: Adds fields to Study message
34b0ce600 fix: add missing dependency configmanagement.proto, cloudauditlogging.proto, metering.proto, multiclusteringress.proto, servicemesh.proto to v1alpha client
369fd2ade feat: Adds additional_experiments field to AutoMlTablesInputs feat: Adds two new ModelType constants for Video Action Recognition training jobs
f81e4aa3a chore: regenerate API index
cdea5d8c2 chore: publish Storage v2 API artifacts
eba54922f feat: add cloud spanner connection support
c61a01d99 feat: Update the example for report v2 integration.
acb4f89c3 chore: regenerate API index
bae101173 feat: Update the example for report v2 integration.
db8f3aa3e chore: regenerate API index
2d51c27db feat: Enables generation of client libraries for C#, php and ruby.
41b50a384 feat: add `minute_ranges` field to `RunRealtimeReportRequest` object which can be used to specify the time range (in minutes) for realtime report queries docs: document the increase from 8 to 9 of the number of allowed dimensions in a report query
dd1ef2849 chore: use gapic-generator-python 0.50.4
e96a2e6ad feat: Publish message definitions for new Cloud Datastore migration logging steps.
1eade8161 feat: Tune Secret Manager auto retry parameters
e2b7a98e2 feat: allow updating security group on existing clusters
b2a7d2709 Remove Artman from README (#666)
54dc38399 chore(ruby): Switch Bazel jobs to use the Ruby gapic-generator 0.9.1
449686b58 chore: regenerate API index
509489a93 feat: Initial commit for the Transcoder V1 client libraries.
1986171d2 chore: regenerate API index
cdb30b6f7 feat: added a new API method ListBuildTargets to list build targets that a user has access to
fe3cc5e65 feat: Add method signature for Subscriber.Pull without the deprecated return_immediately field.
b755d25e3 chore: regenerate API index
b5532bb50 feat: added validation only mode when writing dashboards feat: added alert chart widget
a9d8182ce build: update package name
220316cd3 chore: regenerate API index
78978f607 chore: Remove protos for googleads v4 and v5, which have sunset
ac5d01307 chore: Update datafusion v1 BUILD.bazel for python
2b6185da3 feat: Publish Notification Service logging proto for documentation
8bdca74d2 chore: release gapic-generator-java v1.0.16
03a0afcd7 feat: allow updating security group on existing clusters
e9f5f8d2f fix: update labels and package names
4e07eb760 chore: Update `py_gapic_library` args and a few service deadlines.
b88b0a716 chore: regenerate API index
0c62f63ad chore: Add package/namespace options for C#, Ruby and PHP. This is a breaking change *only* for those languages, and packages for those languages have not been published yet.
2c6e4dd22 feat(spanner): add leader_options to InstanceConfig and default_leader to Database
820d7aeac fix: add missing dependency multiclusteringress https://github.com/googleapis/nodejs-gke-hub/pull/67
b8b50f18a build(nodejs): name should be @google-cloud/private-cataglog
9f8627ebb fix: add missing dependency configmanagement.proto https://github.com/googleapis/nodejs-gke-hub/pull/62
aa136fa66 feat: add new FieldBehavior NON_EMPTY_DEFAULT
e9b2b616a feat: Adding subscription properties to streaming pull response in third party pubsub.proto.
490f1e9e3 chore: regenerate API index
125799dc9 fix!: Remove DiscoverConnectionProfile method signature which didn't populate the request sufficiently fix!: Overhaul resource annotations, some of which were incorrect and some of which were just non-ideal
1c5c56c18 chore: regenerate API index
c5954ef05 chore(ruby): Switch Bazel jobs to use the Ruby gapic-generator 0.9.0
2e6b987a6 chore: regenerate API index
a3c4f2a82 chore(ruby): Configure Ruby microgenerator arguments for Resource Manager V3
34210e9ec chore: regenerate API index
6797726dc feat: Data Fusion public protos
513440fda chore: use gapic-generator-python 0.50.3
6610b234c chore: regenerate API index
f5cb59993 feat: composer public protos
eb2c73b15 chore(ruby): Map service names that include the version
b6b4b89ca fix: add dependencies for google/cloud/gkehub
5babb4bc7 chore: regenerate API index
24443e8a6 Synchronize new proto/yaml changes.
d3d415247 chore: Update dataflow_v1beta3 BUILD.bazel for python
2bf1e2a67 chore: update python microgenerator to v0.50.2
c75abda73 chore: Update contactcenterinsights v1 BUILD.bazel for python
869d32e2f chore: Update networkmanagement v1 BUILD.bazel for python
8b4a440aa build(nodejs): name should be @google-cloud/apigee-connect
223efdf41 chore: regenerate API index
3d63fc7e6 feat: added v1beta, v1 messages and client for gkehub
478169f2a chore(bazel): update Go microgenerator to v0.21.1
6fa6c00ba chore: Update dataflow v1beta3 BUILD.bazel for python
5ad71e117 chore: regenerate API index
da5f84269 feat: Added the gRPC service config for the Service Controller v1 API docs: Updated some comments.
4ba12b9ed chore: regenerate API index
3bd91d545 feat: added v1alpha messages and client for gkehub
7abd63f58 chore(internal): remove legacy, unused YAML from gapic directory
ffc531383 chore: regenerate API index
125b03cd3 feat: Network Management public protos
6425b1d46 chore: regenerate API index
955fee2ad fix!: Add C#, PHP and Ruby options for all AI Platform protos
f5b06c2ec chore: Update networksecurity v1beta1 BUILD.bazel for python
8cd4d12c0 chore: regenerate API index
d69baf2e2 feat: Update Service Directory v1beta1 protos to include VPC Network field, and create/modify timestamp fields.
8b976f7c6 fix: add dependency log_severity.proto
fb5c4fbc1 feat(spanner): add JSON type
c4d3151da chore: regenerate API index
4c8d14a45 feat: filestore public protos
5d301f95d feat: add new searchable fields (memberTypes, roles, project, folders and organization), new request fields (assetTypes and orderBy) and new response fields (assetType, folders and organization) in SearchAllIamPolicies
aeb62a6c0 chore: regenerate API index
3dc9b8e7c feat: dataflow public protos
02f62363c chore: regenerate API index
370df45ca feat: networksecurity public protos
7c7d22f6e chore: release gapic-generator-java v1.0.15
dba65e3c2 chore: remove legacy, unused YAML from gapic directory
2c1d1b276 chore: update resourcesettings build rules
284d1ddb8 build(node): fix package name hint
87fc4d48c feat: update ReviewDocumentRequest to allow set priority and enable validation.
a5cec0a71 feat!: mark agent.default_language_code as required feat: add return_partial response to Fulfillment docs: add notes to train agent before sending queries
0e48ca446 chore: Update source_v1 BUILD.bazel for python
89b01d85e chore: regenerate API index
b601f026f feat: Add SeekSubscription and Operations to API
9250dff2c chore: fix multi-version package names in grpc_service_config for gkeconnect
076f7e9f0 chore: remove all monolith Bazel deps chore: release gapic-generator-csharp v1.3.7 chore: release gapic-generator-go 0.20.5 chore: release gapic-generator-java 1.0.14 chore: release gapic-generator-php 1.0.1 chore: release gapic-generator-python 0.50.0 chore: update gapic-generator-ruby to the latest commit chore: release gapic-generator-typescript 1.5.0
5fe3c6322 docs: added notes to train agent prior to sending queries fix: added resource reference to agent_version
01bad53fe docs: added notes to train agent before sending queries
9d8dbc0dc chore: Update gkeconnect/gateway v1beta1 BUILD.bazel for python
052eb55b7 chore: regenerate API index
cb44b173b chore(bazel): remove protoc-gen-docs_plugin from WORKSPACE
16f3e6fa3 feat: publishing OperationMetadata common proto
2d5f6e5a4 chore(bazel): update rules_gapic to v0.5.5.
b26f86aa1 chore(ruby): Populate Ruby generator configuration for new clients
7e78ffde4 chore(ruby): Use latest microgenerator for Bazel GAPIC generation
551681f25 chore: release gapic-generator-java v1.0.13
f8f0fc28a chore: regenerate API index
f176fe69e fix: Fixed casing of the Ruby namespace
33b7fbd2b chore: regenerate API index
90220e436 feat: Publish public APIs for FleetEngine
30c4de822 chore: regenerate API index
19906f9fc feat: update document.proto, add the processor management methods.
5308b8675 fix: replace IAMPolicy mixin in service config.
438bb4486 chore: regenerate API index
0481138c2 feat: publishing Testing API protos
cbd13d819 chore(ruby): Use latest microgenerator for Bazel GAPIC generation
58187afe4 feat: added Automated agent reply type and allow cancellation flag for partial response feature.
6ddf77dbd docs: update comment in ListSuggestions to use absolute URL for /apis/design/design_patterns
010b301f7 chore: regenerate API index
1b6349f3a feat: eventarc public protos
8d1d66945 feat: add ECDSA secp256k1 to the list of supported algorithms.
ecc3ac678 fix!: Set agent default language code as required. feat: Support partial response feature. docs: Update docs of Agents, Fulfillments, SecuritySettings and Sessions.
f0ff5f028 chore: Update vpcaccess v1 BUILD.bazel for python-vpc-access
018bc85c7 feat: added Automated agent reply type and allow cancellation flag for partial response feature.
5dc8ff40e chore: Update serviceusage_v1 BUILD.bazel for python
f01fe4ec3 chore: Update lifesciences v2beta BUILD.bazel for python
d8698715e feat(spanner): add processing_units to Instance resource
4f71079f9 fix: Validate bazel analysis phase for the whole workspace on each presubmit of individual packages.
08c4eeb53 chore: release gapic-generator-java v1.0.12
526cb00f7 build: edit package name to match published version
c670b2729 docs: update link in comments
f2c68a97c chore: Update apigeeconnect_v1 BUILD.bazel for python
0bcee5c67 chore: regenerate API index
445a4960f fix!: Correct capitalization for C#, Ruby and PHP namespaces/packages.
7e7ec3748 build: typo in package_name field
4a7f6d203 chore: release gax-java v1.65.1
b5d6d2bb4 chore: regenerate API index
67190ee73 feat: add protos and build files for Google Ads API v8
6485a7e70 chore: add GAPIC build rules for //google/cloud/gkeconnect/gateway
853f5d464 chore: fix devtools-clouddebugger-v2-py target
8a1a19c97 chore: add Python library generation rules for devtools/source
08fbf1399 fix: exclude pubsub_dev branch from mistaken-pull-closer
9e3105549 chore: release gapic-generator-java v1.0.11
020ba74ce docs: update currently supported Finding filter fields.
ead323548 chore(bazel): update gapic-generator-go to v0.20.3
3f938c669 chore: release gapic-generator-php v1.0.0
6fb63a966 chore: fix missing proto deps for ondemandscanning
b25ffdd67 chore: regenerate API index
97d42c651 feat: Add/Update API definitions for Cloud Channel API, including
3b7d5d21b chore(bazel): update gapic-generator-go to v0.20.2
e610c3bbc feat: support for NodeAutoprovisioning ImageType
0fa0d76aa feat: support for NodeAutoprovisioning ImageType
0778b6c49 chore: Update clouddebugger_v2 BUILD.bazel for python
89ea34335 chore: regenerate API index
255c1a8e3 feat!:Publish Cloud ResourceSettings v1 API
90717db75 feat: support sentiment analysis in bot testing
6ccfaf6f5 chore: regenerate API index
3be62a568 chore: Add package/namespace options for C#, Ruby and PHP. This is a breaking change *only* for those languages, and packages for those languages have not been published yet.
e3fcbabc7 feat: support sentiment analysis in bot testing
c76dbc16b chore: regenerate API index
293f5f81c chore: Add package/namespace options for C#, Ruby and PHP. This is a breaking change *only* for those languages, and packages for those languages have not been published yet.
2aacd415c chore: Remove the unused legacy gapic_ruby_library rules binding.
6c4106b6a fix: Fix Ruby gem title of documentai v1 (package not currently published)
73998752d chore: release rules_gapic v0.5.4
109a2408a chore: regenerate API index
3e0f7ebfb feat: Move CommonOperationMetadata into a separate proto file for potential reuse.
060218c3c chore: rename PHP microgen Bazel rules, delete monolith rules in googleapis
378aa28c8 chore: Update clouddms_v1 BUILD.bazel for python
6afe7923c chore: migrate storage/v1beta2 to the Ruby microgenerator chore: fix package name for storage/v1beta1 (unpublished) Committer: @virost
5b4adc822 chore: migrate workflow/vulnerability to the PHP microgenerator
a37ec28fd chore: migrate language/v1beta1 to the PHP microgenerator
ba89dace2 feat: Add the `principal` field to the ServiceAccountDelegationInfo proto. Modify some field level comments with new details and examples.
e91939ef5 chore: migrate KMS to the PHP microgenerator
76a52a5ed chore: migrate pubsub to the PHP microgenerator
b52a804f5 chore: migrate clouddms to the PHP microgenerator
fba52a730 chore: regenerate API index
46386b5ae feat: This is the first public Datastream client. Based on: https://cloud.google.com/datastream/docs
d9dca7f8d chore: migrate resourcemanager/v3 to the PHP microgenerator
fddd7ce9f chore: release gapic-generator-php v0.1.7
3fb0a60da chore: regenerate API index
204809ddb feat: Move CommonOperationMetadata into a separate proto file for potential reuse.
b6b589add chore: regenerate API index
e966ac065 feat: ondemandscanning public protos
0cfebe6d2 chore: Remove monolith generator rules for Java and Python
a5f96d06e chore: release gapic-generator-java v1.0.10
8c3d71212 chore: regenerate API index
51d99df02 feat: Add Pub/Sub Lite Reservation APIs
d826b3075 chore: regenerate API index
2e1505695 feat: connectgateway public protos
46f4f7054 chore: update ruby rules to use the correct assembly_pkg rule
0b26f05c9 chore: regenerate API index
5908effa2 fix!: Specify namespace options for C# and PHP.
1c20dcfd8 feat: update serviceusage v1beta1 API
0e8432b08 chore: Update privatecatalog_v1 BUILD.bazel for python
aa7d60602 chore: migrate vpcaccess to the PHP microgenerator
0d807ce4a chore: migrate storage/clouddms/logging to the PHP microgenerator
9ccd18976 chore: migrate cloud/clouddms/logging to the PHP microgenerator
e0926779e chore: migrate devtools/resultstore to the PHP microgenerator
a61e8e547 chore: migrate gapic/metadata to the PHP microgenerator
b1e391374 chore: migrate apigateway to the PHP microgenerator
ba156d346 chore: migrate secretmanager/logging to the PHP microgenerator
a9d9a293f chore: migrate apigeeconnect to the PHP microgenerator
df616b587 docs: fix grammar in documentation.
ad721f200 fix!: remove default deadline for AppendRows API
fb09da15d fix!: Fix resource annotations for list requests
1d2c84710 chore: migrate PubSub to the Java microgenerator
9ecde906d chore: release gapic-generator-java v1.0.9
ed6d0d5d0 chore: regenerate API index
7d087cebd feat: add C#/php namespaces and ruby package.
b3c2e0fa8 chore: migrate securitycenter-settings to the PHP microgenerator
998723744 chore: regenerate API index
b2c4b3d62 feat: added API for running continuous test
a28855add chore: add Python library generation rules for logging protos
989c1cbd6 chore: regenerate API index
c3bf1b727 feat: add `GetMeasurementProtocolSecret`, `ListMeasurementProtocolSecrets`, `CreateMeasurementProtocolSecret`, `DeleteMeasurementProtocolSecret`, `UpdateMeasurementProtocolSecret` methods to the API feat: add `GetGoogleSignalsSettings`, `UpdateGoogleSignalsSettings` methods to the API feat: add `CreateConversionEvent`, `GetConversionEvent`, `DeleteConversionEvent`, `ListConversionEvents` methods to the API feat: add `CreateCustomDimension`, `GetCustomDimension`, `UpdateCustomDimension`, `ListCustomDimensions`, `ArchiveCustomDimension` methods to the API feat: add `CreateCustomMetric`, `GetCustomMetric`, `UpdateCustomMetric`, `ListCustomMetrics`, `ArchiveCustomMetric` methods to the API feat: add `GoogleSignalsState`, `GoogleSignalsConsent` types feat: add `GoogleSignalsSettings`  type feat: add `MeasurementProtocolSecret` type feat: add `ConversionEvent` type feat: add `CustomDimension` type feat: add `CustomMetric` type feat: extend `ChangeHistoryResourceType` enum to support `GOOGLE_SIGNALS_SETTINGS`, `CONVERSION_EVENT`, `MEASUREMENT_PROTOCOL_SECRET`, `CUSTOM_DIMENSION`, `CUSTOM_METRIC` values fix: label `email_address` field of `UserLink` type as immutable fix: label `name` field of `UserLink` type as output only
95fa72fdd fix: GoogleAdsError missing using generator version after 1.3.0
5e797ab6e feat: added a field in the query result to indicate whether slot filling is cancelled.
d638ed3e1 chore: regenerate API index
de0459299 feat: add Cloud Asset List API, add access time as condition context in request and evaluation value in response for Cloud Asset AnalyzeIamPolicy API, add more info (folders, organizations, kms_key, create_time, update_time, state, parent_full_resource_name, parent_asset_type) in response for Cloud Asset SearchAllResources API
c8aaf40d0 build(nodejs): use hyphen in package name
4d669087d chore: regenerate API index
3e714f493 feat: publish CCAI Insights protos to googleapis repo.
31c8ad2f4 chore: regenerate API index
39949e923 feat: publish cloud/sql/v1beta4 artifacts
b210aa4a7 chore: regenerate API index
d4d64433e fix!: Fix the last element of the C# namespace to V1Beta1 instead of V1beta1
b59fdf334 chore: migrate KMS to the Java microgenerator
c71311c3e fix!: Replace unreleased InitialSubscribeRequest initial_cursor field with initial_location
84357f423 chore: regenerate API index
fc4139da9 chore: regenerate BUILD.bazel, move yamls to the version folder
a185afb98 feat: added a field in the query result to indicate whether slot filling is cancelled.
826688669 feat: OSConfig: add ExecResourceOutput and per step error message.
f465a6dfa docs: removes tinyurl links
19bb9a241 build: add package name to BUILD file
61f248980 chore: migrate bigquery/storage to the PHP microgenerator
51fe6432d chore: release gapic-generator-java v0.1.7
866962d67 chore: regenerate API index
d8a0f9988 docs: changes product name to 'Vertex AI' docs: removes tinyurl links
95e75e5c6 chore: regenerate API index
31313cb7f feat: added API for continuous test
4f622003b chore: release gapic-generator-php v0.1.6
51f3d652b chore: regenerate API index
83660838d chore: release gapic-generator-java v1.0.6
145a0cb68 chore: regenerate API index
8ceedaa81 feat:Typo fix: "ruleson" -> "rules on"
a13ed109c chore(ruby): Use latest microgenerator for Bazel GAPIC generation
d606bb4a7 fix: add outer classname for addon_widget_set proto for java
a6facdbf5 chore: regenerate API index
3e49d5945 chore: Add package/namespace options for C#, Ruby and PHP. This is a breaking change *only* for those languages, and packages for those languages have not been published yet.
e431ef588 chore: regenerate API index
77da86564 docs: correct link to fieldmask docs: changes product name to 'Vertex AI'
599fed858 chore: regenerate API index
380f0f300 chore: Add package/namespace options for C#, Ruby and PHP. This is a breaking change *only* for those languages, and packages for those languages have not been published yet.
a8b1261c2 chore: regenerate API index
e3be492cf chore: Add package/namespace options for C#, Ruby and PHP. This is a breaking change *only* for those languages, and packages for those languages have not been published yet.
4698c3218 chore: regenerate API index
b5a6598e6 chore: update Go generator to v0.20.0
fab7e8dee chore: move action to workflows directory
c27d0463c docs: clarified documentation for security settings docs: clarified documentation for session parameters
f57b0b7bd docs: clarified documentation for security settings docs: clarified documentation for session parameters
13095786b feat: added location-aware HTTP path binding for ListIntents feat: exposed match confidence and parameter in AnalyzeContentResponse feat: added DTMF and PARTIAL DTMF type in recognition result
0f9e69ba1 feat: Add ListSampleProjects endpoint, Canvas response fullscreen, Media response repeat, and entity set.
131ae3e37 chore: release gapic-generator-java v1.0.5
47618c14e chore: migrate saasaccelerator to the PHP microgenerator
fadbdd919 chore: migrate resourcesettings to the PHP microgenerator
41a7bbc2c chore: add github action to generate API index
a6f3c4248 chore: migrate maps/unity to the PHP microgenerator
135d89d74 chore: migrate rpc/context to the PHP microgenerator
0a9df416c chore: migrate bigtable to the PHP microgenerator
5549ecb98 chore: migrate search/partnerdataingestion to the PHP microgenerator
23efea9fc feat: Add ZSTD compression as an option for Arrow.
0d68bbb80 feat: added location-aware HTTP path binding for ListIntents
863f81b41 chore: Update gapic-generator-ruby
bff807490 feat: Etags in Secret Manager
ed6763de8 chore: regenerate API index
e252dd593 chore: add github action to generate API index (#654)
4bb4b761e feat!: migrate firestore to the PHP microgenerator
3dd18827b chore: migrate dataproc/logging to the PHP microgenerator
c15931bdc chore: migrate location to the PHP microgenerator
48e0623c9 chore: migrate recommender/logging to the PHP microgenerator
2e1fba8fa chore: migrate appengine/{legacy,logging} to the PHP microgenerator
1b6fcb897 feat!: migrate datastore/v1 to the PHP microgenerator
d471cdfca chore: migrate firestore/bundle to the PHP microgenerator
9aaaf7a24 chore: include .github directory in copybara job
0b9fa79fa chore: delete unused gapic.yaml files for Drive, dataqna, and cloud shell
dad901176 chore: migrate datacatalog to the PHP microgenerator
97c207670 chore: migrate apps/script to the PHP microgenerator
131f4f714 feat!: migrate bigtableadmin to the PHP microgenerator
7e1b14e6c chore: upgrade gapic-generator-python to 0.46.3
556c373cd chore: restores missing BUILD.bazel build rules
b19f94664 feat: publish alertcenter/v1beta API and Bazel targets
3c6c3d69b feat!: migrate firestore/admin to the PHP microgenerator
8275ca6ec chore: migrate audit to the PHP microgenerator
7467f29ba chore: migrate maps/playablelocations to the PHP microgenerator
b29fb6b9f feat: Use non-regionalized default host name for documentai.googleapis.com
ac0cf1769 chore: migrate devtools/source to the PHP microgenerator
8d013cfaf chore: migrate actions to the PHP microgenerator
51e932d01 chore: migrate bigquery/connection to the PHP microgenerator
b0e8809d5 chore: migrate maps/routes to the PHP microgenerator
38770cd1c chore: migrate recommendationengine to the PHP microgenerator
862503ff2 chore: migrate devtools/trace to the PHP microgenerator
16d44bcb2 chore: migrate bigquery/logging to the PHP microgenerator
6a66cdb58 chore: migrate identity/accesscontextmanager to the PHP microgenerator
9f67f841f chore: migrate api/expr to the PHP microgenerator
8333535e2 chore: migrate appengine to the PHP microgenerator
f89b6712a chore: migrate bigquery/v2 to the PHP microgenerator
061b72085 chore: migrate clouddebugger to the PHP microgenerator
e67f6f069 chore: migrate datastore/admin to the PHP microgenerator
87967b5cb chore: migrate iam/admin to the PHP microgenerator
22ce74e4a chore: migrate iam/credentials to the PHP microgenerator
821ba0e5f feat!: migrate bigquery/datatransfer to the PHP microgenerator
cc882d10f feat: adds enhanced protos for time series forecasting
162641cfe chore: upgrade gapic-generator-python to 0.46.1
1fb8e3eee feat: add ExecResourceOutput for OSConfig AgentEndpoint, add error_message field to  OSPolicyResourceConfigStep
7d55f1b76 chore: regenerate API index
498bd1900 chore: add github action to generate API index (#650)
4e3e319a8 feat: add OSConfig v1alpha api
045294593 feat: lifesciences v1 public protos
bab244905 feat: Add ComputeCustomRoutes service and its request and response protos.
57970fa2a feat: remove Bigquery Storage v1alpha2 API
4303a0b6d chore: add SECURITY.md (#648)
bceaea9f8 feat: Publish Binary Authorization ContinuousValidationEvent proto.
6c96d191b fix!: Fixing PHP, Ruby and C# package names for the CloudDMS API. This is a breaking change for the above languages.
cc094a40a chore: release gapic-generator-php v0.1.5
43d201c7d docs: update the comments in Cloud Bigtable RestoreTable API to reflect the new API capability
0a992df80 feat: add canonical_name and folder fields
1d3573f51 feat: add canonical_name and folder fields
b96db5aeb fix!: BREAKING_CHANGE: remove display_name from FeatureStore feat: add invalid_row_count to ImportFeatureValuesResponse and ImportFeatureValuesOperationMetadata
6fa858c64 chore: update gapic-generator-typescript to v1.3.2
fc62a8d41 chore: upgrade gapic-generator-python to 0.45.2
b32835f70 chore: update gapic-generator-csharp to 1.3.6 and gapic-generator-ruby to 0.7.4
dbdfd925f chore: regenerate api index (#649)
3e32fd102 feat: add support for service directory webhooks
94a788e91 chore: Update gapic-generator-php dependency version
75880c3e6 fix: use require() to load JSON protos
4d01d63d1 chore: Remove unused aiplatform_gapic.yaml
3a2dfb578 chore: release gapic-generator-php v0.1.3
6b3f5af35 chore: release gapic-generator-php v0.1.2
0506eca9c feat: add support for service directory webhooks
87a6ce53d feat: Implementation of Source Manifests: - Added message StorageSourceManifest as an option for the Source message - Added StorageSourceManifest field to the SourceProvenance message
c768a5fd9 feat: added more Environment RPCs feat: added Versions service feat: added Fulfillment service feat: added TextToSpeechSettings.
2f749e715 fix: removed incorrect resource annotation for UpdateEnvironmentRequest.
0f468bad4 build: update package-name hint for npm
83a7e1c8c fix: add async client to %name_%version/init.py chore: add autogenerated snippets chore: remove auth, policy, and options from the reserved names list feat: support self-signed JWT flow for service accounts chore: enable GAPIC metadata generation chore: sort subpackages in %namespace/%name/init.py
ffc7779a7 feat!: Make CertificateTemplate bools optional to indicate unset values.
f5ce26191 feat: Add initial_cursor field to InitialSubscribeRequest
bad68ed1d chore: Update to the latest gapic-generator-2.11.0 and gax-java-1.63.3
27044f6ad chore: migrate dlp to the PHP microgenerator
8e2d88f53 feat: add featurestore, index, metadata, monitoring, pipeline, and tensorboard services to aiplatform v1beta1.
5efeb79ee feat: added more Environment RPCs feat: added Versions service feat: added Fulfillment service feat: added TextToSpeechSettings. feat: added location in some resource patterns.
e9886b1b3 chore: migrate dialogflow/cz to the PHP microgenerator
4a7eda4ab feat: updating the py_gapic_library build rule to match naming conventions.
5baa0fab4 chore: Update clouddms_v1 BUILD.bazel for python
264fbc84a chore: migrate analytics/admin to the PHP microgenerator
5a04154e7 chore: revert to gapic-generator-python 0.43.3
c62eb4cf9 chore: Update gsuiteaddons_v1 BUILD.bazel for python
1c56e2cd6 chore: migrate videointelligence to the PHP microgenerator
d06e39cfe chore: migrate home/enterprise/sdm to the PHP microgenerator
63198c0d2 fix: adding namespace rules for C#, php, and ruby
ab3600dca chore: update gapic-generator-csharp to 1.3.5 and gax-dotnet to 3.3.0
74306720b chore: migrate dialogflow to the PHP microgenerator
a5a852346 chore!: migrate talent to the PHP microgenerator All changes are within scope of those listed in the doc (details in the internal change): - A BREAKING change is anticipated due to the resource name bugfix - Unused retry codes are no longer generated
49013bcb5 chore: migrate library to the PHP microgenerator
29b4ff920 chore: migrate secrets to the PHP microgenerator
c0a105baa chore: migrate <++> to the PHP microgenerator
1b2233e86 chore: migrate storage to the PHP microgenerator
252b890b2 chore: migrate spanner to the PHP microgenerator
63d563958 chore: migrate asset to the PHP microgenerator

git-subtree-dir: .third_party/github.com/googleapis/googleapis
git-subtree-split: 0c2e4540e01637d1964d141e68e8cd20619e4c6e
sofisl pushed a commit to googleapis/google-cloud-node that referenced this pull request Nov 11, 2022
….proto, metering.proto, multiclusteringress.proto, servicemesh.proto to v1alpha client (#74)

fix: add missing dependency configmanagement.proto, metering.proto, multiclusteringress.proto to v1beta client

Committer: @chingor13
PiperOrigin-RevId: 386025193
Source-Link: googleapis/googleapis@e8d2996
Source-Link: googleapis/googleapis-gen@e7371fb

feat: added v1alpha messages and client for gkehub
PiperOrigin-RevId: 381332895
Source-Link: googleapis/googleapis@3bd91d5
Source-Link: googleapis/googleapis-gen@b14f7f4

feat: added v1beta, v1 messages and client for gkehub
PiperOrigin-RevId: 381502350
Source-Link: googleapis/googleapis@3d63fc7
Source-Link: googleapis/googleapis-gen@454d4e1

fix: add missing dependency configmanagement.proto
Committer: @summerji
PiperOrigin-RevId: 382363781
Source-Link: googleapis/googleapis@9f8627e
Source-Link: googleapis/googleapis-gen@aa5a342

fix: add missing dependency multiclusteringress googleapis/nodejs-gke-hub#67
Committer: @summerji
PiperOrigin-RevId: 382391289
Source-Link: googleapis/googleapis@820d7ae
Source-Link: googleapis/googleapis-gen@b021552

fix: Updating WORKSPACE files to use the newest version of the Typescript generator
PiperOrigin-RevId: 385101839
Source-Link: googleapis/googleapis@80f4042
Source-Link: googleapis/googleapis-gen@d3509d2

chore: use gapic-generator-typescript v2.1.0
Committer: @alexander-fenster
PiperOrigin-RevId: 385246182
Source-Link: googleapis/googleapis@d767d0a
Source-Link: googleapis/googleapis-gen@e44f054
sofisl pushed a commit to googleapis/google-cloud-node that referenced this pull request Nov 11, 2022
🤖 I have created a release \*beep\* \*boop\*
---
## [1.2.0](https://www.github.com/googleapis/nodejs-gke-hub/compare/v1.1.4...v1.2.0) (2021-07-21)


### Features

* added v1alpha messages and client for gkehub ([f781301](https://www.github.com/googleapis/nodejs-gke-hub/commit/f781301f79b5e1fab40d693503dc8e2e452cbde1))
* added v1beta, v1 messages and client for gkehub ([f781301](https://www.github.com/googleapis/nodejs-gke-hub/commit/f781301f79b5e1fab40d693503dc8e2e452cbde1))


### Bug Fixes

* add missing dependency configmanagement.proto ([f781301](https://www.github.com/googleapis/nodejs-gke-hub/commit/f781301f79b5e1fab40d693503dc8e2e452cbde1))
* add missing dependency configmanagement.proto, cloudauditlogging.proto, metering.proto, multiclusteringress.proto, servicemesh.proto to v1alpha client ([#74](https://www.github.com/googleapis/nodejs-gke-hub/issues/74)) ([f781301](https://www.github.com/googleapis/nodejs-gke-hub/commit/f781301f79b5e1fab40d693503dc8e2e452cbde1))
* add missing dependency configmanagement.proto, metering.proto, multiclusteringress.proto to v1beta client ([f781301](https://www.github.com/googleapis/nodejs-gke-hub/commit/f781301f79b5e1fab40d693503dc8e2e452cbde1))
* add missing dependency multiclusteringress googleapis/nodejs-gke-hub#67 ([f781301](https://www.github.com/googleapis/nodejs-gke-hub/commit/f781301f79b5e1fab40d693503dc8e2e452cbde1))
* Updating WORKSPACE files to use the newest version of the Typescript generator ([f781301](https://www.github.com/googleapis/nodejs-gke-hub/commit/f781301f79b5e1fab40d693503dc8e2e452cbde1))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: gkehub Issues related to the googleapis/nodejs-gke-hub API. cla: yes This human has signed the Contributor License Agreement. do not merge Indicates a pull request not ready for merge, due to either quality or timing. owl-bot-copy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants