Skip to content

Commit

Permalink
chore(all): auto-regenerate gapics (#6253)
Browse files Browse the repository at this point in the history
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#834

Changes:

feat(aiplatform): add ListSavedQueries rpc to aiplatform v1 dataset_service.proto feat: add saved_query.proto to aiplatform v1 feat: add saved_query_id to InputDataConfig in aiplatform v1 training_pipeline.proto
  PiperOrigin-RevId: 456872211
  Source-Link: googleapis/googleapis@88f3973

feat(aiplatform): add ListSavedQueries rpc to aiplatform v1beta1 dataset_service.proto feat: add saved_query.proto to aiplatform v1beta1 feat: add saved_query_id to InputDataConfig in aiplatform v1beta1 training_pipeline.proto
  PiperOrigin-RevId: 456872207
  Source-Link: googleapis/googleapis@aeb384a

feat(channel): google.longrunning.Operations for Cloud Channel apis
  PiperOrigin-RevId: 456853650
  Source-Link: googleapis/googleapis@ebf8158

chore(contactcenterinsights):add LRO to API list
  PiperOrigin-RevId: 456850784
  Source-Link: googleapis/googleapis@17cc208
  • Loading branch information
yoshi-automation authored Jun 28, 2022
1 parent b1110db commit 350e276
Show file tree
Hide file tree
Showing 47 changed files with 1,697 additions and 21 deletions.
100 changes: 100 additions & 0 deletions aiplatform/apiv1/dataset_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions aiplatform/apiv1/dataset_client_example_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions aiplatform/apiv1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@
"ListOperations"
]
},
"ListSavedQueries": {
"methods": [
"ListSavedQueries"
]
},
"SetIamPolicy": {
"methods": [
"SetIamPolicy"
Expand Down
100 changes: 100 additions & 0 deletions aiplatform/apiv1beta1/dataset_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions aiplatform/apiv1beta1/dataset_client_example_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions aiplatform/apiv1beta1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@
"ListOperations"
]
},
"ListSavedQueries": {
"methods": [
"ListSavedQueries"
]
},
"SetIamPolicy": {
"methods": [
"SetIamPolicy"
Expand Down
2 changes: 1 addition & 1 deletion aiplatform/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
cloud.google.com/go v0.102.1
github.com/googleapis/gax-go/v2 v2.4.0
google.golang.org/api v0.85.0
google.golang.org/genproto v0.0.0-20220623142657-077d458a5694
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f
google.golang.org/grpc v1.47.0
google.golang.org/protobuf v1.28.0
)
4 changes: 2 additions & 2 deletions aiplatform/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,8 @@ google.golang.org/genproto v0.0.0-20220523171625-347a074981d8/go.mod h1:RAyBrSAP
google.golang.org/genproto v0.0.0-20220608133413-ed9918b62aac/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA=
google.golang.org/genproto v0.0.0-20220616135557-88e70c0c3a90/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA=
google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA=
google.golang.org/genproto v0.0.0-20220623142657-077d458a5694 h1:itnFmgk4Ls5nT+mYO2ZK6F0DpKsGZLhB5BB9y5ZL2HA=
google.golang.org/genproto v0.0.0-20220623142657-077d458a5694/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA=
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f h1:hJ/Y5SqPXbarffmAsApliUlcvMU+wScNGfyop4bZm8o=
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA=
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=
Expand Down
Loading

0 comments on commit 350e276

Please sign in to comment.