Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate gapics #3497

Merged
merged 2 commits into from Jan 5, 2021
Merged

feat(all): auto-regenerate gapics #3497

merged 2 commits into from Jan 5, 2021

Conversation

yoshi-automation
Copy link
Contributor

This is an auto-generated regeneration of the gapic clients by
cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is
submitted, genbot will update this PR with a newer dependency to the newer
version of genproto and assign reviewers to this PR.

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

  • Ensure that the version of genproto in go.mod has been updated.
  • 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.

Corresponding genproto PR: googleapis/go-genproto#510

Changes:

  • fix(dialogflow/cx): fixed config for Python and Java grpc lib

    PiperOrigin-RevId: 348952930
    Source-Link: googleapis/googleapis@6969750

  • docs(video/transcoder): put FPS table in code block

    PiperOrigin-RevId: 348857882
    Source-Link: googleapis/googleapis@2ccf8f4

  • feat(logging): add C++ rules for Logging service

    PiperOrigin-RevId: 348809934
    Source-Link: googleapis/googleapis@4aaa73e

  • feat(speech): C++ rules for frequently-mentioned services

    These services come up in random bugs, requests for help on GitHub, etc. We think having the C++ rules for them would be useful, as there is some demand for them.

    PiperOrigin-RevId: 348695619
    Source-Link: googleapis/googleapis@51547c9

  • docs(dialogflow): update comments on parameters and validation result.

    PiperOrigin-RevId: 348673154
    Source-Link: googleapis/googleapis@0795e3f

  • feat(dialogflow/cx): add experiment and security settings API
    docs: update comments on parameters and agent

    PiperOrigin-RevId: 348668666
    Source-Link: googleapis/googleapis@36536e2

  • build(websecurityscanner): add package name to BUILD file for nodejs-web-security-scanner

    PiperOrigin-RevId: 348500610
    Source-Link: googleapis/googleapis@bfdb1df

  • build(iam/credentials): add package name for iam-credentials

    PiperOrigin-RevId: 348500118
    Source-Link: googleapis/googleapis@089409f

  • feat(dialogflow/cx): expose Security Settings API.

    PiperOrigin-RevId: 348481983
    Source-Link: googleapis/googleapis@fb36278

  • feat(pubsub): add schema service

    PiperOrigin-RevId: 348038736
    Source-Link: googleapis/googleapis@41d8fbf

  • feat(recommender): Add support for "billingAccounts" as another parent resource name for recommendations and insights APIs.

    PiperOrigin-RevId: 347984439
    Source-Link: googleapis/googleapis@be40b52

  • fix(datacatalog): Fixes invalid YAML files

    PiperOrigin-RevId: 347844600
    Source-Link: googleapis/googleapis@49e64a5

  • feat(recommender): Add support for "billingAccounts" as another parent resource name for recommendations and insights APIs.

    PiperOrigin-RevId: 347703845
    Source-Link: googleapis/googleapis@5256ab6

  • build(policytroubleshooter): add gapic yaml config and regenerate BUILD files for APIs

    PiperOrigin-RevId: 347695607
    Source-Link: googleapis/googleapis@64f1e20

  • feat(pubsublite): Add ComputeHeadCursor RPC for Pub/Sub Lite.

    PiperOrigin-RevId: 347681363
    Source-Link: googleapis/googleapis@f967ea0

  • feat(recommender): Add support for "billingAccounts" as another parent resource name for recommendations and insights APIs.

    PiperOrigin-RevId: 347651882
    Source-Link: googleapis/googleapis@e689e62

  • chore(analytics/admin): Remove unused 'package' attr from java_gapic_library rules

    Committer: @miraleung
    PiperOrigin-RevId: 347459563
    Source-Link: googleapis/googleapis@6dae981

  • chore(retail): use microgenerator for binaryauthorization, domains, and retail

    PiperOrigin-RevId: 347410694
    Source-Link: googleapis/googleapis@15bd800

  • feat(securitycenter): added field severity to findings in v1 API

    Clients will now see a new field, severity, on findings. They will also be able to filter and group by severity on ListFinding and GroupFinding API calls.

    PiperOrigin-RevId: 347410691
    Source-Link: googleapis/googleapis@e9135d3

  • chore(iam/credentials): Update C# namespace

    This is a breaking change, but only for C#. Google has not yet published a package for this API, so it would only break users who have generated the code themselves.

    PiperOrigin-RevId: 347327128
    Source-Link: googleapis/googleapis@bdab50f

  • chore(dataproc): add resource_definitions for Cluster and Service

    Committer: @miraleung
    PiperOrigin-RevId: 347029491
    Source-Link: googleapis/googleapis@bddb3d7

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jan 5, 2021
yoshi-automation added a commit to googleapis/go-genproto that referenced this pull request Jan 5, 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#3497

Changes:
- chore: update gapic-generator-java to 0.0.16

  Committer: @miraleung
  PiperOrigin-RevId: 350067652
  Source-Link: googleapis/googleapis@ad3bb00

- fix(dialogflow/cx): fixed config for Python and Java grpc lib

  PiperOrigin-RevId: 348952930
  Source-Link: googleapis/googleapis@6969750

- docs(video/transcoder): put FPS table in code block

  PiperOrigin-RevId: 348857882
  Source-Link: googleapis/googleapis@2ccf8f4

- chore: Fix C# and PHP namespaces and Ruby package

  This is a breaking change for anyone generating C#, PHP or Ruby themselves, but Google Cloud Client Libraries have not been published in those languages. This is effectively a no-op (modulo protobuf reflection) in other languages.

  PiperOrigin-RevId: 348813319
  Source-Link: googleapis/googleapis@57fc4a8

- feat(logging): add C++ rules for Logging service

  PiperOrigin-RevId: 348809934
  Source-Link: googleapis/googleapis@4aaa73e

- docs: update comments on parameters and validation result.

  PiperOrigin-RevId: 348696929
  Source-Link: googleapis/googleapis@8a6f4d9

- feat(speech): C++ rules for frequently-mentioned services

  These services come up in random bugs, requests for help on GitHub, etc. We think having the C++ rules for them would be useful, as there is some demand for them.

  PiperOrigin-RevId: 348695619
  Source-Link: googleapis/googleapis@51547c9

- docs(dialogflow): update comments on parameters and validation result.

  PiperOrigin-RevId: 348673154
  Source-Link: googleapis/googleapis@0795e3f

- feat(dialogflow/cx): add experiment and security settings API
  docs: update comments on parameters and agent

  PiperOrigin-RevId: 348668666
  Source-Link: googleapis/googleapis@36536e2

- feat: add experiment and API
  docs: update comments on parameters and agent

  PiperOrigin-RevId: 348646270
  Source-Link: googleapis/googleapis@34c8140

- build(websecurityscanner): add package name to BUILD file for nodejs-web-security-scanner

  PiperOrigin-RevId: 348500610
  Source-Link: googleapis/googleapis@bfdb1df

- build(iam/credentials): add package name for iam-credentials

  PiperOrigin-RevId: 348500118
  Source-Link: googleapis/googleapis@089409f

- feat(dialogflow/cx): expose Security Settings API.

  PiperOrigin-RevId: 348481983
  Source-Link: googleapis/googleapis@fb36278

- chore: update gapic-generator-java to 0.0.14

  Committer: @miraleung
  PiperOrigin-RevId: 348091500
  Source-Link: googleapis/googleapis@c1a6016

- fix: Add RESOURCE_EXHAUSTED to the list of errors that are backed off before retrying.

  PiperOrigin-RevId: 348046114
  Source-Link: googleapis/googleapis@15af12e

- feat(pubsub): add schema service

  PiperOrigin-RevId: 348038736
  Source-Link: googleapis/googleapis@41d8fbf

- feat(recommender): Add support for "billingAccounts" as another parent resource name for recommendations and insights APIs.

  PiperOrigin-RevId: 347984439
  Source-Link: googleapis/googleapis@be40b52

- docs: Rename Service Infrastructure Example API to Service Infrastructure Codelab.

  PiperOrigin-RevId: 347961696
  Source-Link: googleapis/googleapis@1c353b7

- feat: public protos for API Gateway API

  PiperOrigin-RevId: 347907714
  Source-Link: googleapis/googleapis@48fa751

- chore: update gapic-generator-java to 0.0.13

  Committer: @miraleung
  PiperOrigin-RevId: 347849179
  Source-Link: googleapis/googleapis@360a0e1

- fix(datacatalog): Fixes invalid YAML files

  PiperOrigin-RevId: 347844600
  Source-Link: googleapis/googleapis@49e64a5

- feat(recommender): Add support for "billingAccounts" as another parent resource name for recommendations and insights APIs.

  PiperOrigin-RevId: 347703845
  Source-Link: googleapis/googleapis@5256ab6

- build(policytroubleshooter): add gapic yaml config and regenerate BUILD files for APIs

  PiperOrigin-RevId: 347695607
  Source-Link: googleapis/googleapis@64f1e20

- feat(pubsublite): Add ComputeHeadCursor RPC for Pub/Sub Lite.

  PiperOrigin-RevId: 347681363
  Source-Link: googleapis/googleapis@f967ea0

- feat(recommender): Add support for "billingAccounts" as another parent resource name for recommendations and insights APIs.

  PiperOrigin-RevId: 347651882
  Source-Link: googleapis/googleapis@e689e62

- chore(analytics/admin): Remove unused 'package' attr from java_gapic_library rules

  Committer: @miraleung
  PiperOrigin-RevId: 347459563
  Source-Link: googleapis/googleapis@6dae981

- feat: IntroduceMembership API v1beta1 proto

  PiperOrigin-RevId: 347453160
  Source-Link: googleapis/googleapis@cb56f29

- feat: Add logging messages for Dataproc Metastore API

  PiperOrigin-RevId: 347422590
  Source-Link: googleapis/googleapis@5ec7aec

- chore(retail): use microgenerator for binaryauthorization, domains, and retail

  PiperOrigin-RevId: 347410694
  Source-Link: googleapis/googleapis@15bd800

- feat(securitycenter): added field severity to findings in v1 API

  Clients will now see a new field, severity, on findings. They will also be able to filter and group by severity on ListFinding and GroupFinding API calls.

  PiperOrigin-RevId: 347410691
  Source-Link: googleapis/googleapis@e9135d3

- chore: Update client retry policy for streaming methods of the Google Ads API.

  PiperOrigin-RevId: 347398860
  Source-Link: googleapis/googleapis@0509f4b

- chore(iam/credentials): Update C# namespace

  This is a breaking change, but *only* for C#. Google has not yet published a package for this API, so it would only break users who have generated the code themselves.

  PiperOrigin-RevId: 347327128
  Source-Link: googleapis/googleapis@bdab50f

- fix: remove client recv msg limit
  fix: add enums to `types/__init__.py`

  PiperOrigin-RevId: 347055288
  Source-Link: googleapis/googleapis@dd372aa

- chore: update gapic-generator-java to 0.0.11

  Committer: @miraleung
  PiperOrigin-RevId: 347036369
  Source-Link: googleapis/googleapis@6d65640

- chore(dataproc): add resource_definitions for Cluster and Service

  Committer: @miraleung
  PiperOrigin-RevId: 347029491
  Source-Link: googleapis/googleapis@bddb3d7

- feat!: Remove Cloud Asset v1beta1 support.

  CloudAsset v1beta1 has been shut down. Clients should switch to CloudAsset v1.

  PiperOrigin-RevId: 347024816
  Source-Link: googleapis/googleapis@ffae23e

- docs: restructured AudioConfig API

  PiperOrigin-RevId: 346910607
  Source-Link: googleapis/googleapis@c38c770

- feat: migrate bigtable retry/timeout settings to gRPC's service configs

  Committer: @miraleung
  PiperOrigin-RevId: 346894665
  Source-Link: googleapis/googleapis@cbbd317

- feat: added API files, GAPIC configuration and BUILD.bazel for Network Connectivity API

  These files are used for generating client libraries in the future.

  PiperOrigin-RevId: 346818879
  Source-Link: googleapis/googleapis@53eb251
codyoss pushed a commit to googleapis/go-genproto that referenced this pull request Jan 5, 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#3497

Changes:
- chore: update gapic-generator-java to 0.0.16

  Committer: @miraleung
  PiperOrigin-RevId: 350067652
  Source-Link: googleapis/googleapis@ad3bb00

- fix(dialogflow/cx): fixed config for Python and Java grpc lib

  PiperOrigin-RevId: 348952930
  Source-Link: googleapis/googleapis@6969750

- docs(video/transcoder): put FPS table in code block

  PiperOrigin-RevId: 348857882
  Source-Link: googleapis/googleapis@2ccf8f4

- chore: Fix C# and PHP namespaces and Ruby package

  This is a breaking change for anyone generating C#, PHP or Ruby themselves, but Google Cloud Client Libraries have not been published in those languages. This is effectively a no-op (modulo protobuf reflection) in other languages.

  PiperOrigin-RevId: 348813319
  Source-Link: googleapis/googleapis@57fc4a8

- feat(logging): add C++ rules for Logging service

  PiperOrigin-RevId: 348809934
  Source-Link: googleapis/googleapis@4aaa73e

- docs: update comments on parameters and validation result.

  PiperOrigin-RevId: 348696929
  Source-Link: googleapis/googleapis@8a6f4d9

- feat(speech): C++ rules for frequently-mentioned services

  These services come up in random bugs, requests for help on GitHub, etc. We think having the C++ rules for them would be useful, as there is some demand for them.

  PiperOrigin-RevId: 348695619
  Source-Link: googleapis/googleapis@51547c9

- docs(dialogflow): update comments on parameters and validation result.

  PiperOrigin-RevId: 348673154
  Source-Link: googleapis/googleapis@0795e3f

- feat(dialogflow/cx): add experiment and security settings API
  docs: update comments on parameters and agent

  PiperOrigin-RevId: 348668666
  Source-Link: googleapis/googleapis@36536e2

- feat: add experiment and API
  docs: update comments on parameters and agent

  PiperOrigin-RevId: 348646270
  Source-Link: googleapis/googleapis@34c8140

- build(websecurityscanner): add package name to BUILD file for nodejs-web-security-scanner

  PiperOrigin-RevId: 348500610
  Source-Link: googleapis/googleapis@bfdb1df

- build(iam/credentials): add package name for iam-credentials

  PiperOrigin-RevId: 348500118
  Source-Link: googleapis/googleapis@089409f

- feat(dialogflow/cx): expose Security Settings API.

  PiperOrigin-RevId: 348481983
  Source-Link: googleapis/googleapis@fb36278

- chore: update gapic-generator-java to 0.0.14

  Committer: @miraleung
  PiperOrigin-RevId: 348091500
  Source-Link: googleapis/googleapis@c1a6016

- fix: Add RESOURCE_EXHAUSTED to the list of errors that are backed off before retrying.

  PiperOrigin-RevId: 348046114
  Source-Link: googleapis/googleapis@15af12e

- feat(pubsub): add schema service

  PiperOrigin-RevId: 348038736
  Source-Link: googleapis/googleapis@41d8fbf

- feat(recommender): Add support for "billingAccounts" as another parent resource name for recommendations and insights APIs.

  PiperOrigin-RevId: 347984439
  Source-Link: googleapis/googleapis@be40b52

- docs: Rename Service Infrastructure Example API to Service Infrastructure Codelab.

  PiperOrigin-RevId: 347961696
  Source-Link: googleapis/googleapis@1c353b7

- feat: public protos for API Gateway API

  PiperOrigin-RevId: 347907714
  Source-Link: googleapis/googleapis@48fa751

- chore: update gapic-generator-java to 0.0.13

  Committer: @miraleung
  PiperOrigin-RevId: 347849179
  Source-Link: googleapis/googleapis@360a0e1

- fix(datacatalog): Fixes invalid YAML files

  PiperOrigin-RevId: 347844600
  Source-Link: googleapis/googleapis@49e64a5

- feat(recommender): Add support for "billingAccounts" as another parent resource name for recommendations and insights APIs.

  PiperOrigin-RevId: 347703845
  Source-Link: googleapis/googleapis@5256ab6

- build(policytroubleshooter): add gapic yaml config and regenerate BUILD files for APIs

  PiperOrigin-RevId: 347695607
  Source-Link: googleapis/googleapis@64f1e20

- feat(pubsublite): Add ComputeHeadCursor RPC for Pub/Sub Lite.

  PiperOrigin-RevId: 347681363
  Source-Link: googleapis/googleapis@f967ea0

- feat(recommender): Add support for "billingAccounts" as another parent resource name for recommendations and insights APIs.

  PiperOrigin-RevId: 347651882
  Source-Link: googleapis/googleapis@e689e62

- chore(analytics/admin): Remove unused 'package' attr from java_gapic_library rules

  Committer: @miraleung
  PiperOrigin-RevId: 347459563
  Source-Link: googleapis/googleapis@6dae981

- feat: IntroduceMembership API v1beta1 proto

  PiperOrigin-RevId: 347453160
  Source-Link: googleapis/googleapis@cb56f29

- feat: Add logging messages for Dataproc Metastore API

  PiperOrigin-RevId: 347422590
  Source-Link: googleapis/googleapis@5ec7aec

- chore(retail): use microgenerator for binaryauthorization, domains, and retail

  PiperOrigin-RevId: 347410694
  Source-Link: googleapis/googleapis@15bd800

- feat(securitycenter): added field severity to findings in v1 API

  Clients will now see a new field, severity, on findings. They will also be able to filter and group by severity on ListFinding and GroupFinding API calls.

  PiperOrigin-RevId: 347410691
  Source-Link: googleapis/googleapis@e9135d3

- chore: Update client retry policy for streaming methods of the Google Ads API.

  PiperOrigin-RevId: 347398860
  Source-Link: googleapis/googleapis@0509f4b

- chore(iam/credentials): Update C# namespace

  This is a breaking change, but *only* for C#. Google has not yet published a package for this API, so it would only break users who have generated the code themselves.

  PiperOrigin-RevId: 347327128
  Source-Link: googleapis/googleapis@bdab50f

- fix: remove client recv msg limit
  fix: add enums to `types/__init__.py`

  PiperOrigin-RevId: 347055288
  Source-Link: googleapis/googleapis@dd372aa

- chore: update gapic-generator-java to 0.0.11

  Committer: @miraleung
  PiperOrigin-RevId: 347036369
  Source-Link: googleapis/googleapis@6d65640

- chore(dataproc): add resource_definitions for Cluster and Service

  Committer: @miraleung
  PiperOrigin-RevId: 347029491
  Source-Link: googleapis/googleapis@bddb3d7

- feat!: Remove Cloud Asset v1beta1 support.

  CloudAsset v1beta1 has been shut down. Clients should switch to CloudAsset v1.

  PiperOrigin-RevId: 347024816
  Source-Link: googleapis/googleapis@ffae23e

- docs: restructured AudioConfig API

  PiperOrigin-RevId: 346910607
  Source-Link: googleapis/googleapis@c38c770

- feat: migrate bigtable retry/timeout settings to gRPC's service configs

  Committer: @miraleung
  PiperOrigin-RevId: 346894665
  Source-Link: googleapis/googleapis@cbbd317

- feat: added API files, GAPIC configuration and BUILD.bazel for Network Connectivity API

  These files are used for generating client libraries in the future.

  PiperOrigin-RevId: 346818879
  Source-Link: googleapis/googleapis@53eb251
This is an auto-generated regeneration of the gapic clients by
cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is
submitted, genbot will update this PR with a newer dependency to the newer
version of genproto and assign reviewers to this PR.

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

- Ensure that the version of genproto in go.mod has been updated.
- 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.

Corresponding genproto PR: googleapis/go-genproto#510

Changes:
- fix(dialogflow/cx): fixed config for Python and Java grpc lib

  PiperOrigin-RevId: 348952930
  Source-Link: googleapis/googleapis@6969750

- docs(video/transcoder): put FPS table in code block

  PiperOrigin-RevId: 348857882
  Source-Link: googleapis/googleapis@2ccf8f4

- feat(logging): add C++ rules for Logging service

  PiperOrigin-RevId: 348809934
  Source-Link: googleapis/googleapis@4aaa73e

- feat(speech): C++ rules for frequently-mentioned services

  These services come up in random bugs, requests for help on GitHub, etc. We think having the C++ rules for them would be useful, as there is some demand for them.

  PiperOrigin-RevId: 348695619
  Source-Link: googleapis/googleapis@51547c9

- docs(dialogflow): update comments on parameters and validation result.

  PiperOrigin-RevId: 348673154
  Source-Link: googleapis/googleapis@0795e3f

- feat(dialogflow/cx): add experiment and security settings API
  docs: update comments on parameters and agent

  PiperOrigin-RevId: 348668666
  Source-Link: googleapis/googleapis@36536e2

- build(websecurityscanner): add package name to BUILD file for nodejs-web-security-scanner

  PiperOrigin-RevId: 348500610
  Source-Link: googleapis/googleapis@bfdb1df

- build(iam/credentials): add package name for iam-credentials

  PiperOrigin-RevId: 348500118
  Source-Link: googleapis/googleapis@089409f

- feat(dialogflow/cx): expose Security Settings API.

  PiperOrigin-RevId: 348481983
  Source-Link: googleapis/googleapis@fb36278

- feat(pubsub): add schema service

  PiperOrigin-RevId: 348038736
  Source-Link: googleapis/googleapis@41d8fbf

- feat(recommender): Add support for "billingAccounts" as another parent resource name for recommendations and insights APIs.

  PiperOrigin-RevId: 347984439
  Source-Link: googleapis/googleapis@be40b52

- fix(datacatalog): Fixes invalid YAML files

  PiperOrigin-RevId: 347844600
  Source-Link: googleapis/googleapis@49e64a5

- feat(recommender): Add support for "billingAccounts" as another parent resource name for recommendations and insights APIs.

  PiperOrigin-RevId: 347703845
  Source-Link: googleapis/googleapis@5256ab6

- build(policytroubleshooter): add gapic yaml config and regenerate BUILD files for APIs

  PiperOrigin-RevId: 347695607
  Source-Link: googleapis/googleapis@64f1e20

- feat(pubsublite): Add ComputeHeadCursor RPC for Pub/Sub Lite.

  PiperOrigin-RevId: 347681363
  Source-Link: googleapis/googleapis@f967ea0

- feat(recommender): Add support for "billingAccounts" as another parent resource name for recommendations and insights APIs.

  PiperOrigin-RevId: 347651882
  Source-Link: googleapis/googleapis@e689e62

- chore(analytics/admin): Remove unused 'package' attr from java_gapic_library rules

  Committer: @miraleung
  PiperOrigin-RevId: 347459563
  Source-Link: googleapis/googleapis@6dae981

- chore(retail): use microgenerator for binaryauthorization, domains, and retail

  PiperOrigin-RevId: 347410694
  Source-Link: googleapis/googleapis@15bd800

- feat(securitycenter): added field severity to findings in v1 API

  Clients will now see a new field, severity, on findings. They will also be able to filter and group by severity on ListFinding and GroupFinding API calls.

  PiperOrigin-RevId: 347410691
  Source-Link: googleapis/googleapis@e9135d3

- chore(iam/credentials): Update C# namespace

  This is a breaking change, but *only* for C#. Google has not yet published a package for this API, so it would only break users who have generated the code themselves.

  PiperOrigin-RevId: 347327128
  Source-Link: googleapis/googleapis@bdab50f

- chore(dataproc): add resource_definitions for Cluster and Service

  Committer: @miraleung
  PiperOrigin-RevId: 347029491
  Source-Link: googleapis/googleapis@bddb3d7
@codyoss codyoss added the automerge Merge the pull request once unit tests and other checks pass. label Jan 5, 2021
@google-cla
Copy link

google-cla bot commented Jan 5, 2021

All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter.

We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

@google-cla google-cla bot added cla: no This human has *not* signed the Contributor License Agreement. and removed cla: yes This human has signed the Contributor License Agreement. labels Jan 5, 2021
@codyoss codyoss added cla: yes This human has signed the Contributor License Agreement. and removed cla: no This human has *not* signed the Contributor License Agreement. automerge Merge the pull request once unit tests and other checks pass. labels Jan 5, 2021
@codyoss codyoss merged commit 443884c into master Jan 5, 2021
@codyoss codyoss deleted the regen_gocloud branch January 5, 2021 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants