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

chore(all): auto-regenerate .pb.go files #751

Merged
merged 1 commit into from Feb 3, 2022
Merged

chore(all): auto-regenerate .pb.go files #751

merged 1 commit into from Feb 3, 2022

Conversation

yoshi-automation
Copy link
Contributor

@yoshi-automation yoshi-automation commented Feb 3, 2022

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#5440

Changes:

feat: add new detection params
PiperOrigin-RevId: 425987654
Source-Link: googleapis/googleapis@2b37083

chore: regenerate API index

Source-Link: googleapis/googleapis@b906b74

feat(kms): add a new EkmService API
PiperOrigin-RevId: 425982419
Source-Link: googleapis/googleapis@8dff569

docs(security/privateca): mark CaPool.lifetime as IMMUTABLE docs: add format requirements on custom_sans
PiperOrigin-RevId: 425978220
Source-Link: googleapis/googleapis@16ce675

chore: regenerate API index

Source-Link: googleapis/googleapis@02089ff

feat(eventarc): Add Channel and ChannelConnection resources
PiperOrigin-RevId: 425975821
Source-Link: googleapis/googleapis@3766798

chore: use gapic-generator-python 0.62.1
fix: restore 100% coverage for generated clients

feat: adds REST server-streaming support

fix: add special method parameters to set of reserved module names

feat: expose extended operations annotations within generator

fix: resolve DuplicateCredentialArgs error when using credentials_file

committer: parthea
PiperOrigin-RevId: 425964861
Source-Link: googleapis/googleapis@84b1a5a

@yoshi-automation yoshi-automation requested a review from a team as a code owner February 3, 2022 17:36
yoshi-automation added a commit to googleapis/google-cloud-go that referenced this pull request Feb 3, 2022
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#751

Changes:

feat(kms): add a new EkmService API
  PiperOrigin-RevId: 425982419
  Source-Link: googleapis/googleapis@8dff569

docs(security/privateca): mark CaPool.lifetime as IMMUTABLE docs: add format requirements on `custom_sans`
  PiperOrigin-RevId: 425978220
  Source-Link: googleapis/googleapis@16ce675

feat(eventarc): Add Channel and ChannelConnection resources
  PiperOrigin-RevId: 425975821
  Source-Link: googleapis/googleapis@3766798
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#5440

Changes:

feat: add new detection params
  PiperOrigin-RevId: 425987654
  Source-Link: googleapis/googleapis@2b37083

chore: regenerate API index

  Source-Link: googleapis/googleapis@b906b74

feat(kms): add a new EkmService API
  PiperOrigin-RevId: 425982419
  Source-Link: googleapis/googleapis@8dff569

docs(security/privateca): mark CaPool.lifetime as IMMUTABLE docs: add format requirements on `custom_sans`
  PiperOrigin-RevId: 425978220
  Source-Link: googleapis/googleapis@16ce675

chore: regenerate API index

  Source-Link: googleapis/googleapis@02089ff

feat(eventarc): Add Channel and ChannelConnection resources
  PiperOrigin-RevId: 425975821
  Source-Link: googleapis/googleapis@3766798

chore: use gapic-generator-python 0.62.1
  fix: restore 100% coverage for generated clients

  feat: adds REST server-streaming support

  fix: add special method parameters to set of reserved module names

  feat: expose extended operations annotations within generator

  fix: resolve DuplicateCredentialArgs error when using credentials_file

  committer: parthea
  PiperOrigin-RevId: 425964861
  Source-Link: googleapis/googleapis@84b1a5a
@codyoss codyoss merged commit f4ae394 into main Feb 3, 2022
@codyoss codyoss deleted the regen_genproto branch February 3, 2022 18:26
yoshi-automation added a commit to googleapis/google-cloud-go that referenced this pull request Feb 3, 2022
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#751

Changes:

feat(kms): add a new EkmService API
  PiperOrigin-RevId: 425982419
  Source-Link: googleapis/googleapis@8dff569

docs(security/privateca): mark CaPool.lifetime as IMMUTABLE docs: add format requirements on `custom_sans`
  PiperOrigin-RevId: 425978220
  Source-Link: googleapis/googleapis@16ce675

feat(eventarc): Add Channel and ChannelConnection resources
  PiperOrigin-RevId: 425975821
  Source-Link: googleapis/googleapis@3766798
codyoss pushed a commit to googleapis/google-cloud-go that referenced this pull request Feb 3, 2022
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#751

Changes:

feat(kms): add a new EkmService API
  PiperOrigin-RevId: 425982419
  Source-Link: googleapis/googleapis@8dff569

docs(security/privateca): mark CaPool.lifetime as IMMUTABLE docs: add format requirements on `custom_sans`
  PiperOrigin-RevId: 425978220
  Source-Link: googleapis/googleapis@16ce675

feat(eventarc): Add Channel and ChannelConnection resources
  PiperOrigin-RevId: 425975821
  Source-Link: googleapis/googleapis@3766798
yoshi-automation added a commit that referenced this pull request Nov 30, 2022
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#7110

Changes:

chore(errorreporting): fix warehouse-package-name for clouderrorreporting v1beta1
  PiperOrigin-RevId: 491971000
  Source-Link: googleapis/googleapis@f0c519f

feat(aiplatform): add metadata_artifact to Dataset in aiplatform v1beta1 dataset.proto feat: add offline_storage_ttl_days to EntityType in aiplatform v1beta1 entity_type.proto feat: add online_storage_ttl_days to Featurestore in aiplatform v1beta1 featurestore.proto feat: add source_uris to ImportFeatureValuesOperationMetadata in aiplatform v1beta1 featurestore_service.proto
  PiperOrigin-RevId: 491934619
  Source-Link: googleapis/googleapis@572774c

chore: regenerate API index

  Source-Link: googleapis/googleapis@c7efca5

feat(aiplatform): add metadata_artifact to Dataset in aiplatform v1 dataset.proto feat: add WriteFeatureValues rpc to FeaturestoreOnlineServingService in aiplatform v1 featurestore_online_service.proto
  PiperOrigin-RevId: 491933995
  Source-Link: googleapis/googleapis@693430f

chore: regenerate API index

  Source-Link: googleapis/googleapis@1051d7d

docs(tpu): minor updates in comments
  PiperOrigin-RevId: 491785685
  Source-Link: googleapis/googleapis@e8bd0c4

chore(orgpolicy): fix warehouse-package-name for orgpolicy v2
  PiperOrigin-RevId: 491637046
  Source-Link: googleapis/googleapis@dc4d319

chore(binaryauthorization): fix warehouse-package-name for binaryauthorization v1/v1beta1
  PiperOrigin-RevId: 491634075
  Source-Link: googleapis/googleapis@8050816

docs(optimization): fix minor docstring formatting
  PiperOrigin-RevId: 491440092
  Source-Link: googleapis/googleapis@16db2fb

chore: regenerate API index

  Source-Link: googleapis/googleapis@87461c0

feat: Add support for keyword_view, product_group_view for GA launch
  PiperOrigin-RevId: 491412823
  Source-Link: googleapis/googleapis@e69ce26

docs(notebooks): fix minor docstring formatting
  PiperOrigin-RevId: 491386965
  Source-Link: googleapis/googleapis@b706495

feat: add a FastSocket API
  PiperOrigin-RevId: 491381130
  Source-Link: googleapis/googleapis@6485d9c

chore(monitoring/dashboard): fix warehouse-package-name for google/monitoring/dashboard/v1
  PiperOrigin-RevId: 491377718
  Source-Link: googleapis/googleapis@5b64b2c

chore(networkconnectivity): fix warehouse-package-name for networkconnectivity v1
  PiperOrigin-RevId: 491376026
  Source-Link: googleapis/googleapis@6defef8

docs(recommendationengine): fix minor docstring formatting
  PiperOrigin-RevId: 491340500
  Source-Link: googleapis/googleapis@5686f7b

chore(phishingprotection): fix warehouse-package-name for phishingprotection v1beta1
  PiperOrigin-RevId: 491340209
  Source-Link: googleapis/googleapis@96ed22a

feat(container): add a FastSocket API
  PiperOrigin-RevId: 491259489
  Source-Link: googleapis/googleapis@39bcdf4

chore(oslogin): fix warehouse-package-name for oslogin v1
  PiperOrigin-RevId: 491014627
  Source-Link: googleapis/googleapis@5e43841

chore: regenerate API index

  Source-Link: googleapis/googleapis@d81001b

chore(monitoring/metricsscope): fix warehouse-package-name for google/monitoring/metricsscope/v1
  PiperOrigin-RevId: 490896705
  Source-Link: googleapis/googleapis@a0b7558

chore: regenerate API index

  Source-Link: googleapis/googleapis@d1c447b

feat(metastore): added federation API feat: added EncryptionConfig field feat: added NetworkConfig field feat: added DatabaseType field feat: added TelemetryConfiguration field
  PiperOrigin-RevId: 490636886
  Source-Link: googleapis/googleapis@791374c

chore(dataqna): fix warehouse-package-name for dataqna v1alpha
  PiperOrigin-RevId: 490515684
  Source-Link: googleapis/googleapis@cfe5068

chore(metastore): fix warehouse-package-name for metastore v1/v1beta/v1alpha
  PiperOrigin-RevId: 490488377
  Source-Link: googleapis/googleapis@dc9658d

chore: regenerate API index

  Source-Link: googleapis/googleapis@341e511

feat(pubsublite): Remove obsolete export subscription statuses field from API
  PiperOrigin-RevId: 490440743
  Source-Link: googleapis/googleapis@f3f035a

feat: added event log proto file
  PiperOrigin-RevId: 490435150
  Source-Link: googleapis/googleapis@b997fe3

chore(vmwareengine): Configure Bazel rules for VMware Engine client
  PiperOrigin-RevId: 490399398
  Source-Link: googleapis/googleapis@70b1212

docs(asset): Small change for documentation
  PiperOrigin-RevId: 490314741
  Source-Link: googleapis/googleapis@9247e23

feat(kms): add SHA-2 import methods
  PiperOrigin-RevId: 490250391
  Source-Link: googleapis/googleapis@4713c10

chore(python): fix warehouse-package-name for containeranalysis v1
  PiperOrigin-RevId: 490231518
  Source-Link: googleapis/googleapis@fea1947

docs(asset): Small change for documentation
  PiperOrigin-RevId: 490109215
  Source-Link: googleapis/googleapis@0cbcc59

chore: regenerate API index

  Source-Link: googleapis/googleapis@95cc6e0

feat(dialogflow): added cx_current_page field to AutomatedAgentReply docs: clarified docs for Sentiment
  PiperOrigin-RevId: 490103678
  Source-Link: googleapis/googleapis@8f95a5f

docs: fix typo in docstring
  PiperOrigin-RevId: 490003667
  Source-Link: googleapis/googleapis@b6b7514

docs(batch): fix minor docstring formatting
  PiperOrigin-RevId: 490003354
  Source-Link: googleapis/googleapis@9afb89b

feat: add polling timeouts config for RevertInstance operation
  PiperOrigin-RevId: 489758239
  Source-Link: googleapis/googleapis@9de27c9

chore: regenerate API index

  Source-Link: googleapis/googleapis@59b1362

feat: Update Compute Engine API to revision 20221101 (#751)

  Source-Link: googleapis/googleapis@d91c6d8

feat(compute): Update Compute Engine API to revision 20221101 (#751)

  Source-Link: googleapis/googleapis@b0432a1
codyoss pushed a commit that referenced this pull request Dec 1, 2022
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#7110

Changes:

chore(errorreporting): fix warehouse-package-name for clouderrorreporting v1beta1
  PiperOrigin-RevId: 491971000
  Source-Link: googleapis/googleapis@f0c519f

feat(aiplatform): add metadata_artifact to Dataset in aiplatform v1beta1 dataset.proto feat: add offline_storage_ttl_days to EntityType in aiplatform v1beta1 entity_type.proto feat: add online_storage_ttl_days to Featurestore in aiplatform v1beta1 featurestore.proto feat: add source_uris to ImportFeatureValuesOperationMetadata in aiplatform v1beta1 featurestore_service.proto
  PiperOrigin-RevId: 491934619
  Source-Link: googleapis/googleapis@572774c

chore: regenerate API index

  Source-Link: googleapis/googleapis@c7efca5

feat(aiplatform): add metadata_artifact to Dataset in aiplatform v1 dataset.proto feat: add WriteFeatureValues rpc to FeaturestoreOnlineServingService in aiplatform v1 featurestore_online_service.proto
  PiperOrigin-RevId: 491933995
  Source-Link: googleapis/googleapis@693430f

chore: regenerate API index

  Source-Link: googleapis/googleapis@1051d7d

docs(tpu): minor updates in comments
  PiperOrigin-RevId: 491785685
  Source-Link: googleapis/googleapis@e8bd0c4

chore(orgpolicy): fix warehouse-package-name for orgpolicy v2
  PiperOrigin-RevId: 491637046
  Source-Link: googleapis/googleapis@dc4d319

chore(binaryauthorization): fix warehouse-package-name for binaryauthorization v1/v1beta1
  PiperOrigin-RevId: 491634075
  Source-Link: googleapis/googleapis@8050816

docs(optimization): fix minor docstring formatting
  PiperOrigin-RevId: 491440092
  Source-Link: googleapis/googleapis@16db2fb

chore: regenerate API index

  Source-Link: googleapis/googleapis@87461c0

feat: Add support for keyword_view, product_group_view for GA launch
  PiperOrigin-RevId: 491412823
  Source-Link: googleapis/googleapis@e69ce26

docs(notebooks): fix minor docstring formatting
  PiperOrigin-RevId: 491386965
  Source-Link: googleapis/googleapis@b706495

feat: add a FastSocket API
  PiperOrigin-RevId: 491381130
  Source-Link: googleapis/googleapis@6485d9c

chore(monitoring/dashboard): fix warehouse-package-name for google/monitoring/dashboard/v1
  PiperOrigin-RevId: 491377718
  Source-Link: googleapis/googleapis@5b64b2c

chore(networkconnectivity): fix warehouse-package-name for networkconnectivity v1
  PiperOrigin-RevId: 491376026
  Source-Link: googleapis/googleapis@6defef8

docs(recommendationengine): fix minor docstring formatting
  PiperOrigin-RevId: 491340500
  Source-Link: googleapis/googleapis@5686f7b

chore(phishingprotection): fix warehouse-package-name for phishingprotection v1beta1
  PiperOrigin-RevId: 491340209
  Source-Link: googleapis/googleapis@96ed22a

feat(container): add a FastSocket API
  PiperOrigin-RevId: 491259489
  Source-Link: googleapis/googleapis@39bcdf4

chore(oslogin): fix warehouse-package-name for oslogin v1
  PiperOrigin-RevId: 491014627
  Source-Link: googleapis/googleapis@5e43841

chore: regenerate API index

  Source-Link: googleapis/googleapis@d81001b

chore(monitoring/metricsscope): fix warehouse-package-name for google/monitoring/metricsscope/v1
  PiperOrigin-RevId: 490896705
  Source-Link: googleapis/googleapis@a0b7558

chore: regenerate API index

  Source-Link: googleapis/googleapis@d1c447b

feat(metastore): added federation API feat: added EncryptionConfig field feat: added NetworkConfig field feat: added DatabaseType field feat: added TelemetryConfiguration field
  PiperOrigin-RevId: 490636886
  Source-Link: googleapis/googleapis@791374c

chore(dataqna): fix warehouse-package-name for dataqna v1alpha
  PiperOrigin-RevId: 490515684
  Source-Link: googleapis/googleapis@cfe5068

chore(metastore): fix warehouse-package-name for metastore v1/v1beta/v1alpha
  PiperOrigin-RevId: 490488377
  Source-Link: googleapis/googleapis@dc9658d

chore: regenerate API index

  Source-Link: googleapis/googleapis@341e511

feat(pubsublite): Remove obsolete export subscription statuses field from API
  PiperOrigin-RevId: 490440743
  Source-Link: googleapis/googleapis@f3f035a

feat: added event log proto file
  PiperOrigin-RevId: 490435150
  Source-Link: googleapis/googleapis@b997fe3

chore(vmwareengine): Configure Bazel rules for VMware Engine client
  PiperOrigin-RevId: 490399398
  Source-Link: googleapis/googleapis@70b1212

docs(asset): Small change for documentation
  PiperOrigin-RevId: 490314741
  Source-Link: googleapis/googleapis@9247e23

feat(kms): add SHA-2 import methods
  PiperOrigin-RevId: 490250391
  Source-Link: googleapis/googleapis@4713c10

chore(python): fix warehouse-package-name for containeranalysis v1
  PiperOrigin-RevId: 490231518
  Source-Link: googleapis/googleapis@fea1947

docs(asset): Small change for documentation
  PiperOrigin-RevId: 490109215
  Source-Link: googleapis/googleapis@0cbcc59

chore: regenerate API index

  Source-Link: googleapis/googleapis@95cc6e0

feat(dialogflow): added cx_current_page field to AutomatedAgentReply docs: clarified docs for Sentiment
  PiperOrigin-RevId: 490103678
  Source-Link: googleapis/googleapis@8f95a5f

docs: fix typo in docstring
  PiperOrigin-RevId: 490003667
  Source-Link: googleapis/googleapis@b6b7514

docs(batch): fix minor docstring formatting
  PiperOrigin-RevId: 490003354
  Source-Link: googleapis/googleapis@9afb89b

feat: add polling timeouts config for RevertInstance operation
  PiperOrigin-RevId: 489758239
  Source-Link: googleapis/googleapis@9de27c9

chore: regenerate API index

  Source-Link: googleapis/googleapis@59b1362

feat: Update Compute Engine API to revision 20221101 (#751)

  Source-Link: googleapis/googleapis@d91c6d8

feat(compute): Update Compute Engine API to revision 20221101 (#751)

  Source-Link: googleapis/googleapis@b0432a1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants