Skip to content

Commit 9716b12

Browse files
Google APIscopybara-github
authored andcommitted
feat: add client libraries for Workstations v1beta
PiperOrigin-RevId: 513666538
1 parent b1c7b67 commit 9716b12

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

google/cloud/workstations/v1beta/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ java_gapic_library(
7777
rest_numeric_enums = True,
7878
service_yaml = "workstations_v1beta.yaml",
7979
test_deps = [
80-
":workstations_java_grpc",
8180
"//google/cloud/location:location_java_grpc",
8281
"//google/iam/v1:iam_java_grpc",
82+
":workstations_java_grpc",
8383
],
8484
transport = "grpc+rest",
8585
deps = [

google/cloud/workstations/v1beta/workstations_v1beta.yaml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,38 @@ authentication:
106106
oauth:
107107
canonical_scopes: |-
108108
https://www.googleapis.com/auth/cloud-platform
109+
110+
publishing:
111+
organization: CLOUD
112+
new_issue_uri: 'https://issuetracker.google.com/issues/new?component=1328344'
113+
documentation_uri: 'https://cloud.google.com/workstations/docs'
114+
api_short_name: 'workstations'
115+
github_label: 'api: workstations'
116+
doc_tag_prefix: 'workstations'
117+
codeowner_github_teams:
118+
library_settings:
119+
- version: 'google.cloud.workstations.v1beta'
120+
launch_stage: BETA
121+
rest_numeric_enums: false
122+
java_settings:
123+
library_package: ''
124+
service_class_names:
125+
common:
126+
destinations:
127+
- PACKAGE_MANAGER
128+
cpp_settings:
129+
common:
130+
destinations:
131+
- PACKAGE_MANAGER
132+
python_settings:
133+
common:
134+
destinations:
135+
- PACKAGE_MANAGER
136+
node_settings:
137+
common:
138+
destinations:
139+
- PACKAGE_MANAGER
140+
go_settings:
141+
common:
142+
destinations:
143+
- PACKAGE_MANAGER

0 commit comments

Comments
 (0)