Skip to content

Commit 999231b

Browse files
authored
feat(hypercomputecluster): add new clients (#13890)
PiperOrigin-RevId: 873108574
1 parent 019bb10 commit 999231b

File tree

26 files changed

+10837
-1
lines changed

26 files changed

+10837
-1
lines changed

.librarian/state.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3001,10 +3001,12 @@ libraries:
30013001
tag_format: '{id}/v{version}'
30023002
- id: hypercomputecluster
30033003
version: 0.1.0
3004-
last_generated_commit: 53af3b727f84acc34e31c23f3b6e7b8aa4b7e837
3004+
last_generated_commit: 258563af0e9d6e7219de9afdffe74687d1eb7b83
30053005
apis:
30063006
- path: google/cloud/hypercomputecluster/v1beta
30073007
service_config: hypercomputecluster_v1beta.yaml
3008+
- path: google/cloud/hypercomputecluster/v1
3009+
service_config: hypercomputecluster_v1.yaml
30083010
source_roots:
30093011
- hypercomputecluster
30103012
- internal/generated/snippets/hypercomputecluster
@@ -3021,6 +3023,16 @@ libraries:
30213023
- ^hypercomputecluster/apiv1beta/helpers\.go$
30223024
- ^hypercomputecluster/apiv1beta/\.repo-metadata\.json$
30233025
- ^hypercomputecluster/apiv1beta/hypercomputeclusterpb/.*$
3026+
- ^hypercomputecluster/apiv1/[^/]*_client\.go$
3027+
- ^hypercomputecluster/apiv1/[^/]*_client_example_go123_test\.go$
3028+
- ^hypercomputecluster/apiv1/[^/]*_client_example_test\.go$
3029+
- ^hypercomputecluster/apiv1/auxiliary\.go$
3030+
- ^hypercomputecluster/apiv1/auxiliary_go123\.go$
3031+
- ^hypercomputecluster/apiv1/doc\.go$
3032+
- ^hypercomputecluster/apiv1/gapic_metadata\.json$
3033+
- ^hypercomputecluster/apiv1/helpers\.go$
3034+
- ^hypercomputecluster/apiv1/\.repo-metadata\.json$
3035+
- ^hypercomputecluster/apiv1/hypercomputeclusterpb/.*$
30243036
tag_format: '{id}/v{version}'
30253037
- id: iam
30263038
version: 1.5.3
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"api_shortname": "hypercomputecluster",
3+
"client_documentation": "https://cloud.google.com/go/docs/reference/cloud.google.com/go/hypercomputecluster/latest/apiv1",
4+
"client_library_type": "generated",
5+
"description": "Cluster Director API",
6+
"distribution_name": "cloud.google.com/go/hypercomputecluster/apiv1",
7+
"language": "go",
8+
"library_type": "GAPIC_AUTO",
9+
"release_level": "preview"
10+
}

hypercomputecluster/apiv1/auxiliary.go

Lines changed: 351 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)