Skip to content

Commit a04be27

Browse files
chore: sort class names (#78)
1 parent 65fba35 commit a04be27

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/google-cloud-talent/google/cloud/talent_v4/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
"JobLevel",
128128
"JobQuery",
129129
"JobResult",
130+
"JobServiceClient",
130131
"JobView",
131132
"ListCompaniesRequest",
132133
"ListCompaniesResponse",
@@ -143,11 +144,10 @@
143144
"SearchJobsResponse",
144145
"SpellingCorrection",
145146
"Tenant",
146-
"TenantServiceClient",
147147
"TimestampRange",
148148
"UpdateCompanyRequest",
149149
"UpdateJobRequest",
150150
"UpdateTenantRequest",
151151
"Visibility",
152-
"JobServiceClient",
152+
"TenantServiceClient",
153153
)

packages/google-cloud-talent/google/cloud/talent_v4beta1/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163
"CompensationInfo",
164164
"CompleteQueryRequest",
165165
"CompleteQueryResponse",
166+
"CompletionClient",
166167
"ContactInfoUsage",
167168
"CreateApplicationRequest",
168169
"CreateClientEventRequest",
@@ -227,7 +228,6 @@
227228
"Profile",
228229
"ProfileEvent",
229230
"ProfileQuery",
230-
"ProfileServiceClient",
231231
"Publication",
232232
"Rating",
233233
"RequestMetadata",
@@ -253,5 +253,5 @@
253253
"UpdateTenantRequest",
254254
"Visibility",
255255
"WorkExperienceFilter",
256-
"CompletionClient",
256+
"ProfileServiceClient",
257257
)

packages/google-cloud-talent/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-talent.git",
7-
"sha": "095747e8b517769a9caa2df6babf96fd526d0a22"
7+
"sha": "12d77fa03a5b4757e74c40f5aa7d4e60bcebf4c2"
88
}
99
},
1010
{

0 commit comments

Comments
 (0)