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

Commit

Permalink
feat: add encryption_spec to aiplatform v1beta1 (#155)
Browse files Browse the repository at this point in the history
* chore: update gapic-generator-java to 0.0.16

Committer: @miraleung
PiperOrigin-RevId: 350067652

Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon Jan 4 19:45:21 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: ad3bb00ed7750cd0625b3a36e0e2eff29f778e4a
Source-Link: googleapis/googleapis@ad3bb00

* chore: update gapic-generator-java to 0.0.16

Committer: @miraleung
PiperOrigin-RevId: 350067652

Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon Jan 4 19:45:21 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: ad3bb00ed7750cd0625b3a36e0e2eff29f778e4a
Source-Link: googleapis/googleapis@ad3bb00

* chore: update gapic-generator-java to 0.0.18

Committer: @miraleung
PiperOrigin-RevId: 350949863

Source-Author: Google APIs <noreply@google.com>
Source-Date: Sat Jan 9 14:01:49 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 91e206bcfeaf8948ea03fe3cb1b7616108496cd3
Source-Link: googleapis/googleapis@91e206b

* feat: add encryption_spec to aiplatform v1beta1

PiperOrigin-RevId: 354148500

Source-Author: Google APIs <noreply@google.com>
Source-Date: Wed Jan 27 12:35:58 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: d99d5d592f3d1d5526511c90120b1e9ab3ce6e17
Source-Link: googleapis/googleapis@d99d5d5

* fix: add clirr-ignored-differences file for breaking changes

Co-authored-by: Neenu Shaji <Neenu1995@users.noreply.github.com>
Co-authored-by: Neenu1995 <neenushaji@google.com>
Co-authored-by: Eric Schmidt <erschmid@google.com>
  • Loading branch information
4 people committed Feb 18, 2021
1 parent 8cf8cc6 commit fbeb273
Show file tree
Hide file tree
Showing 165 changed files with 16,255 additions and 2,459 deletions.
Expand Up @@ -92,7 +92,7 @@
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
*/
@BetaApi
@Generated("by gapic-generator")
@Generated("by gapic-generator-java")
public class DatasetServiceClient implements BackgroundResource {
private final DatasetServiceSettings settings;
private final DatasetServiceStub stub;
Expand Down Expand Up @@ -276,8 +276,7 @@ public final UnaryCallable<GetDatasetRequest, Dataset> getDatasetCallable() {
*
* @param dataset Required. The Dataset which replaces the resource on the server.
* @param updateMask Required. The update mask applies to the resource. For the `FieldMask`
* definition, see
* <p>[FieldMask](https: //tinyurl.com/dev-google-protobuf#google.protobuf.FieldMask).
* definition, see [FieldMask](https://tinyurl.com/protobufs/google.protobuf#fieldmask).
* Updatable fields:
* <p>&#42; `display_name` &#42; `description` &#42; `labels`
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
Expand Down
Expand Up @@ -71,6 +71,7 @@
* DatasetServiceSettings datasetServiceSettings = datasetServiceSettingsBuilder.build();
* }</pre>
*/
@BetaApi
@Generated("by gapic-generator-java")
public class DatasetServiceSettings extends ClientSettings<DatasetServiceSettings> {

Expand Down
Expand Up @@ -96,7 +96,7 @@
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
*/
@BetaApi
@Generated("by gapic-generator")
@Generated("by gapic-generator-java")
public class EndpointServiceClient implements BackgroundResource {
private final EndpointServiceSettings settings;
private final EndpointServiceStub stub;
Expand Down Expand Up @@ -342,7 +342,8 @@ public final UnaryCallable<ListEndpointsRequest, ListEndpointsResponse> listEndp
* Updates an Endpoint.
*
* @param endpoint Required. The Endpoint which replaces the resource on the server.
* @param updateMask Required. The update mask applies to the resource.
* @param updateMask Required. The update mask applies to the resource. See
* [FieldMask](https://tinyurl.com/protobufs/google.protobuf#fieldmask).
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final Endpoint updateEndpoint(Endpoint endpoint, FieldMask updateMask) {
Expand Down
Expand Up @@ -69,6 +69,7 @@
* EndpointServiceSettings endpointServiceSettings = endpointServiceSettingsBuilder.build();
* }</pre>
*/
@BetaApi
@Generated("by gapic-generator-java")
public class EndpointServiceSettings extends ClientSettings<EndpointServiceSettings> {

Expand Down
Expand Up @@ -93,7 +93,7 @@
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
*/
@BetaApi
@Generated("by gapic-generator")
@Generated("by gapic-generator-java")
public class JobServiceClient implements BackgroundResource {
private final JobServiceSettings settings;
private final JobServiceStub stub;
Expand Down
Expand Up @@ -71,6 +71,7 @@
* JobServiceSettings jobServiceSettings = jobServiceSettingsBuilder.build();
* }</pre>
*/
@BetaApi
@Generated("by gapic-generator-java")
public class JobServiceSettings extends ClientSettings<JobServiceSettings> {

Expand Down
Expand Up @@ -96,7 +96,7 @@
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
*/
@BetaApi
@Generated("by gapic-generator")
@Generated("by gapic-generator-java")
public class MigrationServiceClient implements BackgroundResource {
private final MigrationServiceSettings settings;
private final MigrationServiceStub stub;
Expand Down
Expand Up @@ -68,6 +68,7 @@
* MigrationServiceSettings migrationServiceSettings = migrationServiceSettingsBuilder.build();
* }</pre>
*/
@BetaApi
@Generated("by gapic-generator-java")
public class MigrationServiceSettings extends ClientSettings<MigrationServiceSettings> {

Expand Down
Expand Up @@ -94,7 +94,7 @@
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
*/
@BetaApi
@Generated("by gapic-generator")
@Generated("by gapic-generator-java")
public class ModelServiceClient implements BackgroundResource {
private final ModelServiceSettings settings;
private final ModelServiceStub stub;
Expand Down Expand Up @@ -338,9 +338,7 @@ public final UnaryCallable<ListModelsRequest, ListModelsResponse> listModelsCall
*
* @param model Required. The Model which replaces the resource on the server.
* @param updateMask Required. The update mask applies to the resource. For the `FieldMask`
* definition, see
* <p>[FieldMask](https: //developers.google.com/protocol-buffers //
* /docs/reference/google.protobuf#fieldmask).
* definition, see [FieldMask](https://tinyurl.com/protobufs/google.protobuf#fieldmask).
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final Model updateModel(Model model, FieldMask updateMask) {
Expand Down
Expand Up @@ -70,6 +70,7 @@
* ModelServiceSettings modelServiceSettings = modelServiceSettingsBuilder.build();
* }</pre>
*/
@BetaApi
@Generated("by gapic-generator-java")
public class ModelServiceSettings extends ClientSettings<ModelServiceSettings> {

Expand Down
Expand Up @@ -96,7 +96,7 @@
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
*/
@BetaApi
@Generated("by gapic-generator")
@Generated("by gapic-generator-java")
public class PipelineServiceClient implements BackgroundResource {
private final PipelineServiceSettings settings;
private final PipelineServiceStub stub;
Expand Down
Expand Up @@ -69,6 +69,7 @@
* PipelineServiceSettings pipelineServiceSettings = pipelineServiceSettingsBuilder.build();
* }</pre>
*/
@BetaApi
@Generated("by gapic-generator-java")
public class PipelineServiceSettings extends ClientSettings<PipelineServiceSettings> {

Expand Down
Expand Up @@ -84,7 +84,7 @@
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
*/
@BetaApi
@Generated("by gapic-generator")
@Generated("by gapic-generator-java")
public class PredictionServiceClient implements BackgroundResource {
private final PredictionServiceSettings settings;
private final PredictionServiceStub stub;
Expand Down
Expand Up @@ -63,6 +63,7 @@
* PredictionServiceSettings predictionServiceSettings = predictionServiceSettingsBuilder.build();
* }</pre>
*/
@BetaApi
@Generated("by gapic-generator-java")
public class PredictionServiceSettings extends ClientSettings<PredictionServiceSettings> {

Expand Down
Expand Up @@ -101,7 +101,7 @@
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
*/
@BetaApi
@Generated("by gapic-generator")
@Generated("by gapic-generator-java")
public class SpecialistPoolServiceClient implements BackgroundResource {
private final SpecialistPoolServiceSettings settings;
private final SpecialistPoolServiceStub stub;
Expand Down
Expand Up @@ -70,6 +70,7 @@
* specialistPoolServiceSettingsBuilder.build();
* }</pre>
*/
@BetaApi
@Generated("by gapic-generator-java")
public class SpecialistPoolServiceSettings extends ClientSettings<SpecialistPoolServiceSettings> {

Expand Down
Expand Up @@ -20,6 +20,7 @@
import static com.google.cloud.aiplatform.v1beta1.DatasetServiceClient.ListDataItemsPagedResponse;
import static com.google.cloud.aiplatform.v1beta1.DatasetServiceClient.ListDatasetsPagedResponse;

import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.OperationCallable;
import com.google.api.gax.rpc.UnaryCallable;
Expand Down Expand Up @@ -55,7 +56,8 @@
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator")
@BetaApi
@Generated("by gapic-generator-java")
public abstract class DatasetServiceStub implements BackgroundResource {

public OperationsStub getOperationsStub() {
Expand Down
Expand Up @@ -18,6 +18,7 @@

import static com.google.cloud.aiplatform.v1beta1.EndpointServiceClient.ListEndpointsPagedResponse;

import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.OperationCallable;
import com.google.api.gax.rpc.UnaryCallable;
Expand Down Expand Up @@ -47,7 +48,8 @@
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator")
@BetaApi
@Generated("by gapic-generator-java")
public abstract class EndpointServiceStub implements BackgroundResource {

public OperationsStub getOperationsStub() {
Expand Down
Expand Up @@ -16,6 +16,7 @@

package com.google.cloud.aiplatform.v1beta1.stub;

import com.google.api.core.BetaApi;
import com.google.api.gax.grpc.GrpcCallSettings;
import com.google.api.gax.grpc.GrpcCallableFactory;
import com.google.api.gax.grpc.GrpcStubCallableFactory;
Expand All @@ -41,7 +42,8 @@
*
* <p>This class is for advanced usage.
*/
@Generated("by gapic-generator")
@BetaApi
@Generated("by gapic-generator-java")
public class GrpcDatasetServiceCallableFactory implements GrpcStubCallableFactory {

@Override
Expand Down
Expand Up @@ -20,6 +20,7 @@
import static com.google.cloud.aiplatform.v1beta1.DatasetServiceClient.ListDataItemsPagedResponse;
import static com.google.cloud.aiplatform.v1beta1.DatasetServiceClient.ListDatasetsPagedResponse;

import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.core.BackgroundResourceAggregation;
import com.google.api.gax.grpc.GrpcCallSettings;
Expand Down Expand Up @@ -66,6 +67,7 @@
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@BetaApi
@Generated("by gapic-generator-java")
public class GrpcDatasetServiceStub extends DatasetServiceStub {
private static final MethodDescriptor<CreateDatasetRequest, Operation>
Expand Down
Expand Up @@ -16,6 +16,7 @@

package com.google.cloud.aiplatform.v1beta1.stub;

import com.google.api.core.BetaApi;
import com.google.api.gax.grpc.GrpcCallSettings;
import com.google.api.gax.grpc.GrpcCallableFactory;
import com.google.api.gax.grpc.GrpcStubCallableFactory;
Expand All @@ -41,7 +42,8 @@
*
* <p>This class is for advanced usage.
*/
@Generated("by gapic-generator")
@BetaApi
@Generated("by gapic-generator-java")
public class GrpcEndpointServiceCallableFactory implements GrpcStubCallableFactory {

@Override
Expand Down
Expand Up @@ -18,6 +18,7 @@

import static com.google.cloud.aiplatform.v1beta1.EndpointServiceClient.ListEndpointsPagedResponse;

import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.core.BackgroundResourceAggregation;
import com.google.api.gax.grpc.GrpcCallSettings;
Expand Down Expand Up @@ -58,6 +59,7 @@
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@BetaApi
@Generated("by gapic-generator-java")
public class GrpcEndpointServiceStub extends EndpointServiceStub {
private static final MethodDescriptor<CreateEndpointRequest, Operation>
Expand Down
Expand Up @@ -16,6 +16,7 @@

package com.google.cloud.aiplatform.v1beta1.stub;

import com.google.api.core.BetaApi;
import com.google.api.gax.grpc.GrpcCallSettings;
import com.google.api.gax.grpc.GrpcCallableFactory;
import com.google.api.gax.grpc.GrpcStubCallableFactory;
Expand All @@ -41,7 +42,8 @@
*
* <p>This class is for advanced usage.
*/
@Generated("by gapic-generator")
@BetaApi
@Generated("by gapic-generator-java")
public class GrpcJobServiceCallableFactory implements GrpcStubCallableFactory {

@Override
Expand Down
Expand Up @@ -21,6 +21,7 @@
import static com.google.cloud.aiplatform.v1beta1.JobServiceClient.ListDataLabelingJobsPagedResponse;
import static com.google.cloud.aiplatform.v1beta1.JobServiceClient.ListHyperparameterTuningJobsPagedResponse;

import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.core.BackgroundResourceAggregation;
import com.google.api.gax.grpc.GrpcCallSettings;
Expand Down Expand Up @@ -75,6 +76,7 @@
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@BetaApi
@Generated("by gapic-generator-java")
public class GrpcJobServiceStub extends JobServiceStub {
private static final MethodDescriptor<CreateCustomJobRequest, CustomJob>
Expand Down
Expand Up @@ -16,6 +16,7 @@

package com.google.cloud.aiplatform.v1beta1.stub;

import com.google.api.core.BetaApi;
import com.google.api.gax.grpc.GrpcCallSettings;
import com.google.api.gax.grpc.GrpcCallableFactory;
import com.google.api.gax.grpc.GrpcStubCallableFactory;
Expand All @@ -41,7 +42,8 @@
*
* <p>This class is for advanced usage.
*/
@Generated("by gapic-generator")
@BetaApi
@Generated("by gapic-generator-java")
public class GrpcMigrationServiceCallableFactory implements GrpcStubCallableFactory {

@Override
Expand Down
Expand Up @@ -18,6 +18,7 @@

import static com.google.cloud.aiplatform.v1beta1.MigrationServiceClient.SearchMigratableResourcesPagedResponse;

import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.core.BackgroundResourceAggregation;
import com.google.api.gax.grpc.GrpcCallSettings;
Expand Down Expand Up @@ -47,6 +48,7 @@
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@BetaApi
@Generated("by gapic-generator-java")
public class GrpcMigrationServiceStub extends MigrationServiceStub {
private static final MethodDescriptor<
Expand Down
Expand Up @@ -16,6 +16,7 @@

package com.google.cloud.aiplatform.v1beta1.stub;

import com.google.api.core.BetaApi;
import com.google.api.gax.grpc.GrpcCallSettings;
import com.google.api.gax.grpc.GrpcCallableFactory;
import com.google.api.gax.grpc.GrpcStubCallableFactory;
Expand All @@ -41,7 +42,8 @@
*
* <p>This class is for advanced usage.
*/
@Generated("by gapic-generator")
@BetaApi
@Generated("by gapic-generator-java")
public class GrpcModelServiceCallableFactory implements GrpcStubCallableFactory {

@Override
Expand Down
Expand Up @@ -20,6 +20,7 @@
import static com.google.cloud.aiplatform.v1beta1.ModelServiceClient.ListModelEvaluationsPagedResponse;
import static com.google.cloud.aiplatform.v1beta1.ModelServiceClient.ListModelsPagedResponse;

import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.core.BackgroundResourceAggregation;
import com.google.api.gax.grpc.GrpcCallSettings;
Expand Down Expand Up @@ -66,6 +67,7 @@
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@BetaApi
@Generated("by gapic-generator-java")
public class GrpcModelServiceStub extends ModelServiceStub {
private static final MethodDescriptor<UploadModelRequest, Operation> uploadModelMethodDescriptor =
Expand Down
Expand Up @@ -16,6 +16,7 @@

package com.google.cloud.aiplatform.v1beta1.stub;

import com.google.api.core.BetaApi;
import com.google.api.gax.grpc.GrpcCallSettings;
import com.google.api.gax.grpc.GrpcCallableFactory;
import com.google.api.gax.grpc.GrpcStubCallableFactory;
Expand All @@ -41,7 +42,8 @@
*
* <p>This class is for advanced usage.
*/
@Generated("by gapic-generator")
@BetaApi
@Generated("by gapic-generator-java")
public class GrpcPipelineServiceCallableFactory implements GrpcStubCallableFactory {

@Override
Expand Down

0 comments on commit fbeb273

Please sign in to comment.