Skip to content

Commit 392ff2d

Browse files
chore: generate libraries at Wed Mar 13 03:07:38 UTC 2024 (#10529)
* chore: generate libraries at Tue Mar 12 17:21:49 UTC 2024 * ignore failing tests in service management * chore: generate libraries at Wed Mar 13 03:07:38 UTC 2024 * ignore failing tests in service management --------- Co-authored-by: Joe Wang <[email protected]>
1 parent 51b598f commit 392ff2d

File tree

1,072 files changed

+215777
-16504
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,072 files changed

+215777
-16504
lines changed

generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
gapic_generator_version: 2.37.0
22
protobuf_version: '25.2'
3-
googleapis_commitish: 97e3b44f2f08bd0ffff128872519e619750c7892
3+
googleapis_commitish: e960a82d36e3ddaeb62f549dbd4c300e11e240dc
44
owlbot_cli_image: sha256:623647ee79ac605858d09e60c1382a716c125fb776f69301b72de1cd35d49409
55
synthtool_commitish: 6612ab8f3afcd5e292aecd647f0fa68812c9f5b5
66
template_excludes:

java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/PipelineServiceClient.java

Lines changed: 392 additions & 0 deletions
Large diffs are not rendered by default.

java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/PipelineServiceSettings.java

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,41 @@ public UnaryCallSettings<DeletePipelineJobRequest, Operation> deletePipelineJobS
154154
return ((PipelineServiceStubSettings) getStubSettings()).deletePipelineJobOperationSettings();
155155
}
156156

157+
/** Returns the object with the settings used for calls to batchDeletePipelineJobs. */
158+
public UnaryCallSettings<BatchDeletePipelineJobsRequest, Operation>
159+
batchDeletePipelineJobsSettings() {
160+
return ((PipelineServiceStubSettings) getStubSettings()).batchDeletePipelineJobsSettings();
161+
}
162+
163+
/** Returns the object with the settings used for calls to batchDeletePipelineJobs. */
164+
public OperationCallSettings<
165+
BatchDeletePipelineJobsRequest, BatchDeletePipelineJobsResponse, DeleteOperationMetadata>
166+
batchDeletePipelineJobsOperationSettings() {
167+
return ((PipelineServiceStubSettings) getStubSettings())
168+
.batchDeletePipelineJobsOperationSettings();
169+
}
170+
157171
/** Returns the object with the settings used for calls to cancelPipelineJob. */
158172
public UnaryCallSettings<CancelPipelineJobRequest, Empty> cancelPipelineJobSettings() {
159173
return ((PipelineServiceStubSettings) getStubSettings()).cancelPipelineJobSettings();
160174
}
161175

176+
/** Returns the object with the settings used for calls to batchCancelPipelineJobs. */
177+
public UnaryCallSettings<BatchCancelPipelineJobsRequest, Operation>
178+
batchCancelPipelineJobsSettings() {
179+
return ((PipelineServiceStubSettings) getStubSettings()).batchCancelPipelineJobsSettings();
180+
}
181+
182+
/** Returns the object with the settings used for calls to batchCancelPipelineJobs. */
183+
public OperationCallSettings<
184+
BatchCancelPipelineJobsRequest,
185+
BatchCancelPipelineJobsResponse,
186+
BatchCancelPipelineJobsOperationMetadata>
187+
batchCancelPipelineJobsOperationSettings() {
188+
return ((PipelineServiceStubSettings) getStubSettings())
189+
.batchCancelPipelineJobsOperationSettings();
190+
}
191+
162192
/** Returns the object with the settings used for calls to listLocations. */
163193
public PagedCallSettings<ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>
164194
listLocationsSettings() {
@@ -352,11 +382,41 @@ public UnaryCallSettings.Builder<GetPipelineJobRequest, PipelineJob> getPipeline
352382
return getStubSettingsBuilder().deletePipelineJobOperationSettings();
353383
}
354384

385+
/** Returns the builder for the settings used for calls to batchDeletePipelineJobs. */
386+
public UnaryCallSettings.Builder<BatchDeletePipelineJobsRequest, Operation>
387+
batchDeletePipelineJobsSettings() {
388+
return getStubSettingsBuilder().batchDeletePipelineJobsSettings();
389+
}
390+
391+
/** Returns the builder for the settings used for calls to batchDeletePipelineJobs. */
392+
public OperationCallSettings.Builder<
393+
BatchDeletePipelineJobsRequest,
394+
BatchDeletePipelineJobsResponse,
395+
DeleteOperationMetadata>
396+
batchDeletePipelineJobsOperationSettings() {
397+
return getStubSettingsBuilder().batchDeletePipelineJobsOperationSettings();
398+
}
399+
355400
/** Returns the builder for the settings used for calls to cancelPipelineJob. */
356401
public UnaryCallSettings.Builder<CancelPipelineJobRequest, Empty> cancelPipelineJobSettings() {
357402
return getStubSettingsBuilder().cancelPipelineJobSettings();
358403
}
359404

405+
/** Returns the builder for the settings used for calls to batchCancelPipelineJobs. */
406+
public UnaryCallSettings.Builder<BatchCancelPipelineJobsRequest, Operation>
407+
batchCancelPipelineJobsSettings() {
408+
return getStubSettingsBuilder().batchCancelPipelineJobsSettings();
409+
}
410+
411+
/** Returns the builder for the settings used for calls to batchCancelPipelineJobs. */
412+
public OperationCallSettings.Builder<
413+
BatchCancelPipelineJobsRequest,
414+
BatchCancelPipelineJobsResponse,
415+
BatchCancelPipelineJobsOperationMetadata>
416+
batchCancelPipelineJobsOperationSettings() {
417+
return getStubSettingsBuilder().batchCancelPipelineJobsOperationSettings();
418+
}
419+
360420
/** Returns the builder for the settings used for calls to listLocations. */
361421
public PagedCallSettings.Builder<
362422
ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>

java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/gapic_metadata.json

Lines changed: 33 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,33 @@
869869
}
870870
}
871871
},
872+
"ModelGardenService": {
873+
"clients": {
874+
"grpc": {
875+
"libraryClient": "ModelGardenServiceClient",
876+
"rpcs": {
877+
"GetIamPolicy": {
878+
"methods": ["getIamPolicy", "getIamPolicyCallable"]
879+
},
880+
"GetLocation": {
881+
"methods": ["getLocation", "getLocationCallable"]
882+
},
883+
"GetPublisherModel": {
884+
"methods": ["getPublisherModel", "getPublisherModel", "getPublisherModel", "getPublisherModelCallable"]
885+
},
886+
"ListLocations": {
887+
"methods": ["listLocations", "listLocationsPagedCallable", "listLocationsCallable"]
888+
},
889+
"SetIamPolicy": {
890+
"methods": ["setIamPolicy", "setIamPolicyCallable"]
891+
},
892+
"TestIamPermissions": {
893+
"methods": ["testIamPermissions", "testIamPermissionsCallable"]
894+
}
895+
}
896+
}
897+
}
898+
},
872899
"ModelService": {
873900
"clients": {
874901
"grpc": {
@@ -947,38 +974,17 @@
947974
}
948975
}
949976
},
950-
"ModelGardenService": {
951-
"clients": {
952-
"grpc": {
953-
"libraryClient": "ModelGardenServiceClient",
954-
"rpcs": {
955-
"GetIamPolicy": {
956-
"methods": ["getIamPolicy", "getIamPolicyCallable"]
957-
},
958-
"GetLocation": {
959-
"methods": ["getLocation", "getLocationCallable"]
960-
},
961-
"GetPublisherModel": {
962-
"methods": ["getPublisherModel", "getPublisherModel", "getPublisherModel", "getPublisherModelCallable"]
963-
},
964-
"ListLocations": {
965-
"methods": ["listLocations", "listLocationsPagedCallable", "listLocationsCallable"]
966-
},
967-
"SetIamPolicy": {
968-
"methods": ["setIamPolicy", "setIamPolicyCallable"]
969-
},
970-
"TestIamPermissions": {
971-
"methods": ["testIamPermissions", "testIamPermissionsCallable"]
972-
}
973-
}
974-
}
975-
}
976-
},
977977
"PipelineService": {
978978
"clients": {
979979
"grpc": {
980980
"libraryClient": "PipelineServiceClient",
981981
"rpcs": {
982+
"BatchCancelPipelineJobs": {
983+
"methods": ["batchCancelPipelineJobsAsync", "batchCancelPipelineJobsAsync", "batchCancelPipelineJobsAsync", "batchCancelPipelineJobsOperationCallable", "batchCancelPipelineJobsCallable"]
984+
},
985+
"BatchDeletePipelineJobs": {
986+
"methods": ["batchDeletePipelineJobsAsync", "batchDeletePipelineJobsAsync", "batchDeletePipelineJobsAsync", "batchDeletePipelineJobsOperationCallable", "batchDeletePipelineJobsCallable"]
987+
},
982988
"CancelPipelineJob": {
983989
"methods": ["cancelPipelineJob", "cancelPipelineJob", "cancelPipelineJob", "cancelPipelineJobCallable"]
984990
},

java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/package-info.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -318,39 +318,39 @@
318318
* }
319319
* }</pre>
320320
*
321-
* <p>======================= ModelServiceClient =======================
321+
* <p>======================= ModelGardenServiceClient =======================
322322
*
323-
* <p>Service Description: A service for managing Vertex AI's machine learning Models.
323+
* <p>Service Description: The interface of Model Garden Service.
324324
*
325-
* <p>Sample for ModelServiceClient:
325+
* <p>Sample for ModelGardenServiceClient:
326326
*
327327
* <pre>{@code
328328
* // This snippet has been automatically generated and should be regarded as a code template only.
329329
* // It will require modifications to work:
330330
* // - It may require correct/in-range values for request initialization.
331331
* // - It may require specifying regional endpoints when creating the service client as shown in
332332
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
333-
* try (ModelServiceClient modelServiceClient = ModelServiceClient.create()) {
334-
* ModelName name = ModelName.of("[PROJECT]", "[LOCATION]", "[MODEL]");
335-
* Model response = modelServiceClient.getModel(name);
333+
* try (ModelGardenServiceClient modelGardenServiceClient = ModelGardenServiceClient.create()) {
334+
* PublisherModelName name = PublisherModelName.of("[PUBLISHER]", "[MODEL]");
335+
* PublisherModel response = modelGardenServiceClient.getPublisherModel(name);
336336
* }
337337
* }</pre>
338338
*
339-
* <p>======================= ModelGardenServiceClient =======================
339+
* <p>======================= ModelServiceClient =======================
340340
*
341-
* <p>Service Description: The interface of Model Garden Service.
341+
* <p>Service Description: A service for managing Vertex AI's machine learning Models.
342342
*
343-
* <p>Sample for ModelGardenServiceClient:
343+
* <p>Sample for ModelServiceClient:
344344
*
345345
* <pre>{@code
346346
* // This snippet has been automatically generated and should be regarded as a code template only.
347347
* // It will require modifications to work:
348348
* // - It may require correct/in-range values for request initialization.
349349
* // - It may require specifying regional endpoints when creating the service client as shown in
350350
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
351-
* try (ModelGardenServiceClient modelGardenServiceClient = ModelGardenServiceClient.create()) {
352-
* PublisherModelName name = PublisherModelName.of("[PUBLISHER]", "[MODEL]");
353-
* PublisherModel response = modelGardenServiceClient.getPublisherModel(name);
351+
* try (ModelServiceClient modelServiceClient = ModelServiceClient.create()) {
352+
* ModelName name = ModelName.of("[PROJECT]", "[LOCATION]", "[MODEL]");
353+
* Model response = modelServiceClient.getModel(name);
354354
* }
355355
* }</pre>
356356
*

0 commit comments

Comments
 (0)