Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Commit

Permalink
chore: update gax-java dependency to 1.62 (#332)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/0aaef842-1931-4de0-9c62-bc70db996d0d/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)

PiperOrigin-RevId: 368532697
Source-Link: googleapis/googleapis@a8615e2
PiperOrigin-RevId: 363921711
Source-Link: googleapis/googleapis@4ea5a27
PiperOrigin-RevId: 362856902
Source-Link: googleapis/googleapis@1305ca4
PiperOrigin-RevId: 361377784
Source-Link: googleapis/googleapis@0e91521
PiperOrigin-RevId: 360805639
Source-Link: googleapis/googleapis@3befd26
PiperOrigin-RevId: 360248513
Source-Link: googleapis/googleapis@a389671
PiperOrigin-RevId: 360235141
Source-Link: googleapis/googleapis@d1ec8a4
PiperOrigin-RevId: 359781040
Source-Link: googleapis/googleapis@f6dd7e4
PiperOrigin-RevId: 358516065
Source-Link: googleapis/googleapis@af8f71d

feat: remove unsupported accelerator types 
feat: add aiplatform API Vizier service
fix: configuring timeouts for aiplatform v1 methods
  • Loading branch information
yoshi-automation committed Apr 27, 2021
1 parent 5659ceb commit fee522f
Show file tree
Hide file tree
Showing 366 changed files with 42,808 additions and 2,559 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Google LLC
* Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -575,6 +575,15 @@ public final ListDatasetsPagedResponse listDatasets(ListDatasetsRequest request)
*
* <pre>{@code
* try (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
* ListDatasetsRequest request =
* ListDatasetsRequest.newBuilder()
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setFilter("filter-1274492040")
* .setPageSize(883849137)
* .setPageToken("pageToken873572522")
* .setReadMask(FieldMask.newBuilder().build())
* .setOrderBy("orderBy-1207110587")
* .build();
* while (true) {
* ListDatasetsResponse response = datasetServiceClient.listDatasetsCallable().call(request);
* for (Dataset element : response.getResponsesList()) {
Expand Down Expand Up @@ -1089,6 +1098,15 @@ public final ListDataItemsPagedResponse listDataItems(ListDataItemsRequest reque
*
* <pre>{@code
* try (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
* ListDataItemsRequest request =
* ListDataItemsRequest.newBuilder()
* .setParent(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
* .setFilter("filter-1274492040")
* .setPageSize(883849137)
* .setPageToken("pageToken873572522")
* .setReadMask(FieldMask.newBuilder().build())
* .setOrderBy("orderBy-1207110587")
* .build();
* while (true) {
* ListDataItemsResponse response = datasetServiceClient.listDataItemsCallable().call(request);
* for (DataItem element : response.getResponsesList()) {
Expand Down Expand Up @@ -1333,6 +1351,16 @@ public final ListAnnotationsPagedResponse listAnnotations(ListAnnotationsRequest
*
* <pre>{@code
* try (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
* ListAnnotationsRequest request =
* ListAnnotationsRequest.newBuilder()
* .setParent(
* DataItemName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[DATA_ITEM]").toString())
* .setFilter("filter-1274492040")
* .setPageSize(883849137)
* .setPageToken("pageToken873572522")
* .setReadMask(FieldMask.newBuilder().build())
* .setOrderBy("orderBy-1207110587")
* .build();
* while (true) {
* ListAnnotationsResponse response =
* datasetServiceClient.listAnnotationsCallable().call(request);
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Google LLC
* Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Google LLC
* Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -505,6 +505,15 @@ public final ListEndpointsPagedResponse listEndpoints(ListEndpointsRequest reque
*
* <pre>{@code
* try (EndpointServiceClient endpointServiceClient = EndpointServiceClient.create()) {
* ListEndpointsRequest request =
* ListEndpointsRequest.newBuilder()
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setFilter("filter-1274492040")
* .setPageSize(883849137)
* .setPageToken("pageToken873572522")
* .setReadMask(FieldMask.newBuilder().build())
* .setOrderBy("orderBy-1207110587")
* .build();
* while (true) {
* ListEndpointsResponse response =
* endpointServiceClient.listEndpointsCallable().call(request);
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Google LLC
* Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Google LLC
* Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -470,6 +470,14 @@ public final ListCustomJobsPagedResponse listCustomJobs(ListCustomJobsRequest re
*
* <pre>{@code
* try (JobServiceClient jobServiceClient = JobServiceClient.create()) {
* ListCustomJobsRequest request =
* ListCustomJobsRequest.newBuilder()
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setFilter("filter-1274492040")
* .setPageSize(883849137)
* .setPageToken("pageToken873572522")
* .setReadMask(FieldMask.newBuilder().build())
* .build();
* while (true) {
* ListCustomJobsResponse response = jobServiceClient.listCustomJobsCallable().call(request);
* for (CustomJob element : response.getResponsesList()) {
Expand Down Expand Up @@ -1054,6 +1062,15 @@ public final ListDataLabelingJobsPagedResponse listDataLabelingJobs(
*
* <pre>{@code
* try (JobServiceClient jobServiceClient = JobServiceClient.create()) {
* ListDataLabelingJobsRequest request =
* ListDataLabelingJobsRequest.newBuilder()
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setFilter("filter-1274492040")
* .setPageSize(883849137)
* .setPageToken("pageToken873572522")
* .setReadMask(FieldMask.newBuilder().build())
* .setOrderBy("orderBy-1207110587")
* .build();
* while (true) {
* ListDataLabelingJobsResponse response =
* jobServiceClient.listDataLabelingJobsCallable().call(request);
Expand Down Expand Up @@ -1649,6 +1666,14 @@ public final ListHyperparameterTuningJobsPagedResponse listHyperparameterTuningJ
*
* <pre>{@code
* try (JobServiceClient jobServiceClient = JobServiceClient.create()) {
* ListHyperparameterTuningJobsRequest request =
* ListHyperparameterTuningJobsRequest.newBuilder()
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setFilter("filter-1274492040")
* .setPageSize(883849137)
* .setPageToken("pageToken873572522")
* .setReadMask(FieldMask.newBuilder().build())
* .build();
* while (true) {
* ListHyperparameterTuningJobsResponse response =
* jobServiceClient.listHyperparameterTuningJobsCallable().call(request);
Expand Down Expand Up @@ -2292,6 +2317,14 @@ public final ListBatchPredictionJobsPagedResponse listBatchPredictionJobs(
*
* <pre>{@code
* try (JobServiceClient jobServiceClient = JobServiceClient.create()) {
* ListBatchPredictionJobsRequest request =
* ListBatchPredictionJobsRequest.newBuilder()
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setFilter("filter-1274492040")
* .setPageSize(883849137)
* .setPageToken("pageToken873572522")
* .setReadMask(FieldMask.newBuilder().build())
* .build();
* while (true) {
* ListBatchPredictionJobsResponse response =
* jobServiceClient.listBatchPredictionJobsCallable().call(request);
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Google LLC
* Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Google LLC
* Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -299,6 +299,13 @@ public final SearchMigratableResourcesPagedResponse searchMigratableResources(
*
* <pre>{@code
* try (MigrationServiceClient migrationServiceClient = MigrationServiceClient.create()) {
* SearchMigratableResourcesRequest request =
* SearchMigratableResourcesRequest.newBuilder()
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setPageSize(883849137)
* .setPageToken("pageToken873572522")
* .setFilter("filter-1274492040")
* .build();
* while (true) {
* SearchMigratableResourcesResponse response =
* migrationServiceClient.searchMigratableResourcesCallable().call(request);
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Google LLC
* Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Google LLC
* Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -498,6 +498,15 @@ public final UnaryCallable<ListModelsRequest, ListModelsPagedResponse> listModel
*
* <pre>{@code
* try (ModelServiceClient modelServiceClient = ModelServiceClient.create()) {
* ListModelsRequest request =
* ListModelsRequest.newBuilder()
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setFilter("filter-1274492040")
* .setPageSize(883849137)
* .setPageToken("pageToken873572522")
* .setReadMask(FieldMask.newBuilder().build())
* .setOrderBy("orderBy-1207110587")
* .build();
* while (true) {
* ListModelsResponse response = modelServiceClient.listModelsCallable().call(request);
* for (Model element : response.getResponsesList()) {
Expand Down Expand Up @@ -1072,6 +1081,14 @@ public final ListModelEvaluationsPagedResponse listModelEvaluations(
*
* <pre>{@code
* try (ModelServiceClient modelServiceClient = ModelServiceClient.create()) {
* ListModelEvaluationsRequest request =
* ListModelEvaluationsRequest.newBuilder()
* .setParent(ModelName.of("[PROJECT]", "[LOCATION]", "[MODEL]").toString())
* .setFilter("filter-1274492040")
* .setPageSize(883849137)
* .setPageToken("pageToken873572522")
* .setReadMask(FieldMask.newBuilder().build())
* .build();
* while (true) {
* ListModelEvaluationsResponse response =
* modelServiceClient.listModelEvaluationsCallable().call(request);
Expand Down Expand Up @@ -1333,6 +1350,16 @@ public final ListModelEvaluationSlicesPagedResponse listModelEvaluationSlices(
*
* <pre>{@code
* try (ModelServiceClient modelServiceClient = ModelServiceClient.create()) {
* ListModelEvaluationSlicesRequest request =
* ListModelEvaluationSlicesRequest.newBuilder()
* .setParent(
* ModelEvaluationName.of("[PROJECT]", "[LOCATION]", "[MODEL]", "[EVALUATION]")
* .toString())
* .setFilter("filter-1274492040")
* .setPageSize(883849137)
* .setPageToken("pageToken873572522")
* .setReadMask(FieldMask.newBuilder().build())
* .build();
* while (true) {
* ListModelEvaluationSlicesResponse response =
* modelServiceClient.listModelEvaluationSlicesCallable().call(request);
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Google LLC
* Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Google LLC
* Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -501,6 +501,14 @@ public final ListTrainingPipelinesPagedResponse listTrainingPipelines(
*
* <pre>{@code
* try (PipelineServiceClient pipelineServiceClient = PipelineServiceClient.create()) {
* ListTrainingPipelinesRequest request =
* ListTrainingPipelinesRequest.newBuilder()
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setFilter("filter-1274492040")
* .setPageSize(883849137)
* .setPageToken("pageToken873572522")
* .setReadMask(FieldMask.newBuilder().build())
* .build();
* while (true) {
* ListTrainingPipelinesResponse response =
* pipelineServiceClient.listTrainingPipelinesCallable().call(request);
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Google LLC
* Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Google LLC
* Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Google LLC
* Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Google LLC
* Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -542,6 +542,13 @@ public final ListSpecialistPoolsPagedResponse listSpecialistPools(
* <pre>{@code
* try (SpecialistPoolServiceClient specialistPoolServiceClient =
* SpecialistPoolServiceClient.create()) {
* ListSpecialistPoolsRequest request =
* ListSpecialistPoolsRequest.newBuilder()
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setPageSize(883849137)
* .setPageToken("pageToken873572522")
* .setReadMask(FieldMask.newBuilder().build())
* .build();
* while (true) {
* ListSpecialistPoolsResponse response =
* specialistPoolServiceClient.listSpecialistPoolsCallable().call(request);
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Google LLC
* Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down

0 comments on commit fee522f

Please sign in to comment.