Skip to content

Commit

Permalink
chore(all): auto-regenerate gapics (#4712)
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#669

Changes:

feat(aiplatform): add Vizier service to aiplatform v1
  Committer: @dizcology
  PiperOrigin-RevId: 394116440
  Source-Link: googleapis/googleapis@67c780b

docs(dialogflow/cx): clarified some LRO types docs: fixed some wrong update mask descriptions
  PiperOrigin-RevId: 394033461
  Source-Link: googleapis/googleapis@aa15f32
  • Loading branch information
yoshi-automation committed Sep 3, 2021
1 parent c264b1f commit 33e4d89
Show file tree
Hide file tree
Showing 31 changed files with 2,116 additions and 33 deletions.
2 changes: 1 addition & 1 deletion aiplatform/apiv1/doc.go

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

84 changes: 84 additions & 0 deletions aiplatform/apiv1/gapic_metadata.json
Expand Up @@ -529,6 +529,90 @@
}
}
}
},
"VizierService": {
"clients": {
"grpc": {
"libraryClient": "VizierClient",
"rpcs": {
"AddTrialMeasurement": {
"methods": [
"AddTrialMeasurement"
]
},
"CheckTrialEarlyStoppingState": {
"methods": [
"CheckTrialEarlyStoppingState"
]
},
"CompleteTrial": {
"methods": [
"CompleteTrial"
]
},
"CreateStudy": {
"methods": [
"CreateStudy"
]
},
"CreateTrial": {
"methods": [
"CreateTrial"
]
},
"DeleteStudy": {
"methods": [
"DeleteStudy"
]
},
"DeleteTrial": {
"methods": [
"DeleteTrial"
]
},
"GetStudy": {
"methods": [
"GetStudy"
]
},
"GetTrial": {
"methods": [
"GetTrial"
]
},
"ListOptimalTrials": {
"methods": [
"ListOptimalTrials"
]
},
"ListStudies": {
"methods": [
"ListStudies"
]
},
"ListTrials": {
"methods": [
"ListTrials"
]
},
"LookupStudy": {
"methods": [
"LookupStudy"
]
},
"StopTrial": {
"methods": [
"StopTrial"
]
},
"SuggestTrials": {
"methods": [
"SuggestTrials"
]
}
}
}
}
}
}
}

0 comments on commit 33e4d89

Please sign in to comment.