Skip to content

Commit

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

Changes:

feat(container): add support to modify kubelet pod pid limit in node system configuration feat: support spot VM feat: support Tier 1 bandwidth feat: update support for node pool labels, taints and network tags feat: add Binauthz Evaluation mode support to GKE Classic feat: add GKE Identity Service feat: add network tags to autopilot cluster feat: support enabling Confidential Nodes in the node pool feat: support node pool blue-green upgrade feat: add Location Policy API feat: support GPU timesharing feat: add managed prometheus feature
  PiperOrigin-RevId: 458323987
  Source-Link: googleapis/googleapis@c51f2ed

feat(assuredworkloads): ITAR June Preview Launch
  Committer: @Guisin
  PiperOrigin-RevId: 458302463
  Source-Link: googleapis/googleapis@523fdaf

build(video/stitcher): correct artifact name for npm
  PiperOrigin-RevId: 458276680
  Source-Link: googleapis/googleapis@1e6c634

fix(gaming): publish v1beta LRO HTTP rules
  PiperOrigin-RevId: 458259504
  Source-Link: googleapis/googleapis@181b856

docs(dialogflow/cx): improve comments for protos
  PiperOrigin-RevId: 458250124
  Source-Link: googleapis/googleapis@913b9bd

fix(security/privateca): publish v1beta1 LRO HTTP rules
  PiperOrigin-RevId: 458248734
  Source-Link: googleapis/googleapis@e63fcd7
  • Loading branch information
yoshi-automation committed Jul 1, 2022
1 parent eed822d commit 697403d
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 0 deletions.
22 changes: 22 additions & 0 deletions container/apiv1/cluster_manager_client.go

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

18 changes: 18 additions & 0 deletions container/apiv1/cluster_manager_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 container/apiv1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"CompleteIPRotation"
]
},
"CompleteNodePoolUpgrade": {
"methods": [
"CompleteNodePoolUpgrade"
]
},
"CreateCluster": {
"methods": [
"CreateCluster"
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,51 @@
}
]
},
{
"regionTag": "container_v1_generated_ClusterManager_CompleteNodePoolUpgrade_sync",
"title": "container CompleteNodePoolUpgrade Sample",
"description": "CompleteNodePoolUpgrade completeNodePoolUpgrade will signal an on-going node pool upgrade to\ncomplete.",
"file": "ClusterManagerClient/CompleteNodePoolUpgrade/main.go",
"language": "GO",
"clientMethod": {
"shortName": "CompleteNodePoolUpgrade",
"fullName": "google.container.v1.ClusterManagerClient.CompleteNodePoolUpgrade",
"parameters": [
{
"type": "context.Context",
"name": "ctx"
},
{
"type": "containerpb.CompleteNodePoolUpgradeRequest",
"name": "req"
},
{
"type": "...gax.CallOption",
"name": "opts"
}
],
"client": {
"shortName": "ClusterManagerClient",
"fullName": "google.container.v1.ClusterManagerClient"
},
"method": {
"shortName": "CompleteNodePoolUpgrade",
"fullName": "google.container.v1.ClusterManager.CompleteNodePoolUpgrade",
"service": {
"shortName": "ClusterManager",
"fullName": "google.container.v1.ClusterManager"
}
}
},
"origin": "API_DEFINITION",
"segments": [
{
"start": 18,
"end": 45,
"type": "FULL"
}
]
},
{
"regionTag": "container_v1_generated_ClusterManager_CreateCluster_sync",
"title": "container CreateCluster Sample",
Expand Down

0 comments on commit 697403d

Please sign in to comment.