diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 85d1dfc..a32aae9 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -79,6 +79,11 @@ samples) if [[ -f ${SAMPLES_DIR}/pom.xml ]] then + for FILE in ${KOKORO_GFILE_DIR}/secret_manager/*-samples-secrets; do + [[ -f "$FILE" ]] || continue + source "$FILE" + done + pushd ${SAMPLES_DIR} mvn -B \ -Penable-samples \ diff --git a/.kokoro/release/publish_javadoc.sh b/.kokoro/release/publish_javadoc.sh index 4995f52..6298e2b 100755 --- a/.kokoro/release/publish_javadoc.sh +++ b/.kokoro/release/publish_javadoc.sh @@ -24,11 +24,6 @@ if [[ -z "${STAGING_BUCKET}" ]]; then exit 1 fi -if [[ -z "${STAGING_BUCKET_V2}" ]]; then - echo "Need to set STAGING_BUCKET_V2 environment variable" - exit 1 -fi - # work from the git root directory pushd $(dirname "$0")/../../ diff --git a/CHANGELOG.md b/CHANGELOG.md index ac238bb..fc6123e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.1.1](https://www.github.com/googleapis/java-service-management/compare/v0.1.0...v0.1.1) (2021-04-09) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.0 ([#22](https://www.github.com/googleapis/java-service-management/issues/22)) ([1e6e9e4](https://www.github.com/googleapis/java-service-management/commit/1e6e9e460f094a52b284b5649f8e88eb680fea04)) + ## 0.1.0 (2021-03-15) diff --git a/google-cloud-service-management-bom/pom.xml b/google-cloud-service-management-bom/pom.xml index d70ede7..24d299b 100644 --- a/google-cloud-service-management-bom/pom.xml +++ b/google-cloud-service-management-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-service-management-bom - 0.1.0 + 0.1.1 pom com.google.cloud @@ -68,17 +68,17 @@ com.google.cloud google-cloud-service-management - 0.1.0 + 0.1.1 com.google.api.grpc proto-google-cloud-service-management-v1 - 0.1.0 + 0.1.1 com.google.api.grpc grpc-google-cloud-service-management-v1 - 0.1.0 + 0.1.1 diff --git a/google-cloud-service-management/pom.xml b/google-cloud-service-management/pom.xml index 1279849..bc2e8dd 100644 --- a/google-cloud-service-management/pom.xml +++ b/google-cloud-service-management/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-service-management - 0.1.0 + 0.1.1 jar Google Service Management API https://github.com/googleapis/java-service-management @@ -11,7 +11,7 @@ com.google.cloud google-cloud-service-management-parent - 0.1.0 + 0.1.1 google-cloud-service-management diff --git a/google-cloud-service-management/src/main/java/com/google/cloud/api/servicemanagement/v1/ServiceManagerClient.java b/google-cloud-service-management/src/main/java/com/google/cloud/api/servicemanagement/v1/ServiceManagerClient.java index 2dd4ccd..fa07c57 100644 --- a/google-cloud-service-management/src/main/java/com/google/cloud/api/servicemanagement/v1/ServiceManagerClient.java +++ b/google-cloud-service-management/src/main/java/com/google/cloud/api/servicemanagement/v1/ServiceManagerClient.java @@ -70,7 +70,8 @@ // AUTO-GENERATED DOCUMENTATION AND CLASS. /** - * Service Description: [Google Service Management API](/service-management/overview) + * Service Description: [Google Service Management + * API](https://cloud.google.com/service-management/overview) * *

This class provides the ability to make remote calls to the backing service through method * calls that map to API methods. Sample code to get started: @@ -317,6 +318,13 @@ public final ListServicesPagedResponse listServices(ListServicesRequest request) * *

{@code
    * try (ServiceManagerClient serviceManagerClient = ServiceManagerClient.create()) {
+   *   ListServicesRequest request =
+   *       ListServicesRequest.newBuilder()
+   *           .setProducerProjectId("producerProjectId-1297373534")
+   *           .setPageSize(883849137)
+   *           .setPageToken("pageToken873572522")
+   *           .setConsumerId("consumerId-166238287")
+   *           .build();
    *   while (true) {
    *     ListServicesResponse response = serviceManagerClient.listServicesCallable().call(request);
    *     for (ManagedService element : response.getResponsesList()) {
@@ -518,8 +526,8 @@ public final UnaryCallable createServiceCallabl
    * }
* * @param serviceName Required. The name of the service. See the - * [overview](/service-management/overview) for naming requirements. For example: - * `example.googleapis.com`. + * [overview](https://cloud.google.com/service-management/overview) for naming requirements. + * For example: `example.googleapis.com`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture deleteServiceAsync(String serviceName) { @@ -627,8 +635,8 @@ public final UnaryCallable deleteServiceCallabl * } * * @param serviceName Required. The name of the service. See the - * [overview](/service-management/overview) for naming requirements. For example: - * `example.googleapis.com`. + * [overview](https://cloud.google.com/service-management/overview) for naming requirements. + * For example: `example.googleapis.com`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture undeleteServiceAsync( @@ -732,8 +740,8 @@ public final UnaryCallable undeleteServiceCal * } * * @param serviceName Required. The name of the service. See the - * [overview](/service-management/overview) for naming requirements. For example: - * `example.googleapis.com`. + * [overview](https://cloud.google.com/service-management/overview) for naming requirements. + * For example: `example.googleapis.com`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListServiceConfigsPagedResponse listServiceConfigs(String serviceName) { @@ -809,6 +817,12 @@ public final ListServiceConfigsPagedResponse listServiceConfigs( * *
{@code
    * try (ServiceManagerClient serviceManagerClient = ServiceManagerClient.create()) {
+   *   ListServiceConfigsRequest request =
+   *       ListServiceConfigsRequest.newBuilder()
+   *           .setServiceName("serviceName-1928572192")
+   *           .setPageToken("pageToken873572522")
+   *           .setPageSize(883849137)
+   *           .build();
    *   while (true) {
    *     ListServiceConfigsResponse response =
    *         serviceManagerClient.listServiceConfigsCallable().call(request);
@@ -846,8 +860,8 @@ public final ListServiceConfigsPagedResponse listServiceConfigs(
    * }
* * @param serviceName Required. The name of the service. See the - * [overview](/service-management/overview) for naming requirements. For example: - * `example.googleapis.com`. + * [overview](https://cloud.google.com/service-management/overview) for naming requirements. + * For example: `example.googleapis.com`. * @param configId Required. The id of the service configuration resource. *

This field must be specified for the server to return all fields, including * `SourceInfo`. @@ -933,8 +947,8 @@ public final UnaryCallable getServiceConfigCal * } * * @param serviceName Required. The name of the service. See the - * [overview](/service-management/overview) for naming requirements. For example: - * `example.googleapis.com`. + * [overview](https://cloud.google.com/service-management/overview) for naming requirements. + * For example: `example.googleapis.com`. * @param serviceConfig Required. The service configuration resource. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -1033,8 +1047,8 @@ public final UnaryCallable createServiceCon * } * * @param serviceName Required. The name of the service. See the - * [overview](/service-management/overview) for naming requirements. For example: - * `example.googleapis.com`. + * [overview](https://cloud.google.com/service-management/overview) for naming requirements. + * For example: `example.googleapis.com`. * @param configSource Required. The source configuration for the service. * @param validateOnly Optional. If set, this will result in the generation of a * `google.api.Service` configuration based on the `ConfigSource` provided, but the generated @@ -1177,14 +1191,13 @@ public final UnaryCallable submitConfigSou * } * * @param serviceName Required. The name of the service. See the - * [overview](/service-management/overview) for naming requirements. For example: - * `example.googleapis.com`. + * [overview](https://cloud.google.com/service-management/overview) for naming requirements. + * For example: `example.googleapis.com`. * @param filter Required. Use `filter` to return subset of rollouts. The following filters are - * supported: -- To limit the results to only those in - * [status](google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', use - * filter='status=SUCCESS' -- To limit the results to those in - * [status](google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED' or 'FAILED', use - * filter='status=CANCELLED OR status=FAILED' + * supported: -- To limit the results to only those in status + * (google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', use filter='status=SUCCESS' -- + * To limit the results to those in status (google.api.servicemanagement.v1.RolloutStatus) + * 'CANCELLED' or 'FAILED', use filter='status=CANCELLED OR status=FAILED' * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListServiceRolloutsPagedResponse listServiceRollouts( @@ -1266,6 +1279,13 @@ public final ListServiceRolloutsPagedResponse listServiceRollouts( * *

{@code
    * try (ServiceManagerClient serviceManagerClient = ServiceManagerClient.create()) {
+   *   ListServiceRolloutsRequest request =
+   *       ListServiceRolloutsRequest.newBuilder()
+   *           .setServiceName("serviceName-1928572192")
+   *           .setPageToken("pageToken873572522")
+   *           .setPageSize(883849137)
+   *           .setFilter("filter-1274492040")
+   *           .build();
    *   while (true) {
    *     ListServiceRolloutsResponse response =
    *         serviceManagerClient.listServiceRolloutsCallable().call(request);
@@ -1302,8 +1322,8 @@ public final ListServiceRolloutsPagedResponse listServiceRollouts(
    * }
* * @param serviceName Required. The name of the service. See the - * [overview](/service-management/overview) for naming requirements. For example: - * `example.googleapis.com`. + * [overview](https://cloud.google.com/service-management/overview) for naming requirements. + * For example: `example.googleapis.com`. * @param rolloutId Required. The id of the rollout resource. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -1390,8 +1410,8 @@ public final UnaryCallable getServiceRolloutC * } * * @param serviceName Required. The name of the service. See the - * [overview](/service-management/overview) for naming requirements. For example: - * `example.googleapis.com`. + * [overview](https://cloud.google.com/service-management/overview) for naming requirements. + * For example: `example.googleapis.com`. * @param rollout Required. The rollout resource. The `service_name` field is output only. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ diff --git a/google-cloud-service-management/src/main/java/com/google/cloud/api/servicemanagement/v1/package-info.java b/google-cloud-service-management/src/main/java/com/google/cloud/api/servicemanagement/v1/package-info.java index 024370d..d95a05a 100644 --- a/google-cloud-service-management/src/main/java/com/google/cloud/api/servicemanagement/v1/package-info.java +++ b/google-cloud-service-management/src/main/java/com/google/cloud/api/servicemanagement/v1/package-info.java @@ -19,7 +19,8 @@ * *

======================= ServiceManagerClient ======================= * - *

Service Description: [Google Service Management API](/service-management/overview) + *

Service Description: [Google Service Management + * API](https://cloud.google.com/service-management/overview) * *

Sample for ServiceManagerClient: * diff --git a/google-cloud-service-management/src/test/java/com/google/cloud/api/servicemanagement/v1/MockServiceManagerImpl.java b/google-cloud-service-management/src/test/java/com/google/cloud/api/servicemanagement/v1/MockServiceManagerImpl.java index e47bfe3..a9c1b3f 100644 --- a/google-cloud-service-management/src/test/java/com/google/cloud/api/servicemanagement/v1/MockServiceManagerImpl.java +++ b/google-cloud-service-management/src/test/java/com/google/cloud/api/servicemanagement/v1/MockServiceManagerImpl.java @@ -84,7 +84,7 @@ public void reset() { @Override public void listServices( ListServicesRequest request, StreamObserver responseObserver) { - Object response = responses.remove(); + Object response = responses.poll(); if (response instanceof ListServicesResponse) { requests.add(request); responseObserver.onNext(((ListServicesResponse) response)); @@ -96,7 +96,7 @@ public void listServices( new IllegalArgumentException( String.format( "Unrecognized response type %s for method ListServices, expected %s or %s", - response.getClass().getName(), + response == null ? "null" : response.getClass().getName(), ListServicesResponse.class.getName(), Exception.class.getName()))); } @@ -105,7 +105,7 @@ public void listServices( @Override public void getService( GetServiceRequest request, StreamObserver responseObserver) { - Object response = responses.remove(); + Object response = responses.poll(); if (response instanceof ManagedService) { requests.add(request); responseObserver.onNext(((ManagedService) response)); @@ -117,7 +117,7 @@ public void getService( new IllegalArgumentException( String.format( "Unrecognized response type %s for method GetService, expected %s or %s", - response.getClass().getName(), + response == null ? "null" : response.getClass().getName(), ManagedService.class.getName(), Exception.class.getName()))); } @@ -126,7 +126,7 @@ public void getService( @Override public void createService( CreateServiceRequest request, StreamObserver responseObserver) { - Object response = responses.remove(); + Object response = responses.poll(); if (response instanceof Operation) { requests.add(request); responseObserver.onNext(((Operation) response)); @@ -138,7 +138,7 @@ public void createService( new IllegalArgumentException( String.format( "Unrecognized response type %s for method CreateService, expected %s or %s", - response.getClass().getName(), + response == null ? "null" : response.getClass().getName(), Operation.class.getName(), Exception.class.getName()))); } @@ -147,7 +147,7 @@ public void createService( @Override public void deleteService( DeleteServiceRequest request, StreamObserver responseObserver) { - Object response = responses.remove(); + Object response = responses.poll(); if (response instanceof Operation) { requests.add(request); responseObserver.onNext(((Operation) response)); @@ -159,7 +159,7 @@ public void deleteService( new IllegalArgumentException( String.format( "Unrecognized response type %s for method DeleteService, expected %s or %s", - response.getClass().getName(), + response == null ? "null" : response.getClass().getName(), Operation.class.getName(), Exception.class.getName()))); } @@ -168,7 +168,7 @@ public void deleteService( @Override public void undeleteService( UndeleteServiceRequest request, StreamObserver responseObserver) { - Object response = responses.remove(); + Object response = responses.poll(); if (response instanceof Operation) { requests.add(request); responseObserver.onNext(((Operation) response)); @@ -180,7 +180,7 @@ public void undeleteService( new IllegalArgumentException( String.format( "Unrecognized response type %s for method UndeleteService, expected %s or %s", - response.getClass().getName(), + response == null ? "null" : response.getClass().getName(), Operation.class.getName(), Exception.class.getName()))); } @@ -190,7 +190,7 @@ public void undeleteService( public void listServiceConfigs( ListServiceConfigsRequest request, StreamObserver responseObserver) { - Object response = responses.remove(); + Object response = responses.poll(); if (response instanceof ListServiceConfigsResponse) { requests.add(request); responseObserver.onNext(((ListServiceConfigsResponse) response)); @@ -202,7 +202,7 @@ public void listServiceConfigs( new IllegalArgumentException( String.format( "Unrecognized response type %s for method ListServiceConfigs, expected %s or %s", - response.getClass().getName(), + response == null ? "null" : response.getClass().getName(), ListServiceConfigsResponse.class.getName(), Exception.class.getName()))); } @@ -211,7 +211,7 @@ public void listServiceConfigs( @Override public void getServiceConfig( GetServiceConfigRequest request, StreamObserver responseObserver) { - Object response = responses.remove(); + Object response = responses.poll(); if (response instanceof Service) { requests.add(request); responseObserver.onNext(((Service) response)); @@ -223,7 +223,7 @@ public void getServiceConfig( new IllegalArgumentException( String.format( "Unrecognized response type %s for method GetServiceConfig, expected %s or %s", - response.getClass().getName(), + response == null ? "null" : response.getClass().getName(), Service.class.getName(), Exception.class.getName()))); } @@ -232,7 +232,7 @@ public void getServiceConfig( @Override public void createServiceConfig( CreateServiceConfigRequest request, StreamObserver responseObserver) { - Object response = responses.remove(); + Object response = responses.poll(); if (response instanceof Service) { requests.add(request); responseObserver.onNext(((Service) response)); @@ -244,7 +244,7 @@ public void createServiceConfig( new IllegalArgumentException( String.format( "Unrecognized response type %s for method CreateServiceConfig, expected %s or %s", - response.getClass().getName(), + response == null ? "null" : response.getClass().getName(), Service.class.getName(), Exception.class.getName()))); } @@ -253,7 +253,7 @@ public void createServiceConfig( @Override public void submitConfigSource( SubmitConfigSourceRequest request, StreamObserver responseObserver) { - Object response = responses.remove(); + Object response = responses.poll(); if (response instanceof Operation) { requests.add(request); responseObserver.onNext(((Operation) response)); @@ -265,7 +265,7 @@ public void submitConfigSource( new IllegalArgumentException( String.format( "Unrecognized response type %s for method SubmitConfigSource, expected %s or %s", - response.getClass().getName(), + response == null ? "null" : response.getClass().getName(), Operation.class.getName(), Exception.class.getName()))); } @@ -275,7 +275,7 @@ public void submitConfigSource( public void listServiceRollouts( ListServiceRolloutsRequest request, StreamObserver responseObserver) { - Object response = responses.remove(); + Object response = responses.poll(); if (response instanceof ListServiceRolloutsResponse) { requests.add(request); responseObserver.onNext(((ListServiceRolloutsResponse) response)); @@ -287,7 +287,7 @@ public void listServiceRollouts( new IllegalArgumentException( String.format( "Unrecognized response type %s for method ListServiceRollouts, expected %s or %s", - response.getClass().getName(), + response == null ? "null" : response.getClass().getName(), ListServiceRolloutsResponse.class.getName(), Exception.class.getName()))); } @@ -296,7 +296,7 @@ public void listServiceRollouts( @Override public void getServiceRollout( GetServiceRolloutRequest request, StreamObserver responseObserver) { - Object response = responses.remove(); + Object response = responses.poll(); if (response instanceof Rollout) { requests.add(request); responseObserver.onNext(((Rollout) response)); @@ -308,7 +308,7 @@ public void getServiceRollout( new IllegalArgumentException( String.format( "Unrecognized response type %s for method GetServiceRollout, expected %s or %s", - response.getClass().getName(), + response == null ? "null" : response.getClass().getName(), Rollout.class.getName(), Exception.class.getName()))); } @@ -317,7 +317,7 @@ public void getServiceRollout( @Override public void createServiceRollout( CreateServiceRolloutRequest request, StreamObserver responseObserver) { - Object response = responses.remove(); + Object response = responses.poll(); if (response instanceof Operation) { requests.add(request); responseObserver.onNext(((Operation) response)); @@ -329,7 +329,7 @@ public void createServiceRollout( new IllegalArgumentException( String.format( "Unrecognized response type %s for method CreateServiceRollout, expected %s or %s", - response.getClass().getName(), + response == null ? "null" : response.getClass().getName(), Operation.class.getName(), Exception.class.getName()))); } @@ -339,7 +339,7 @@ public void createServiceRollout( public void generateConfigReport( GenerateConfigReportRequest request, StreamObserver responseObserver) { - Object response = responses.remove(); + Object response = responses.poll(); if (response instanceof GenerateConfigReportResponse) { requests.add(request); responseObserver.onNext(((GenerateConfigReportResponse) response)); @@ -351,7 +351,7 @@ public void generateConfigReport( new IllegalArgumentException( String.format( "Unrecognized response type %s for method GenerateConfigReport, expected %s or %s", - response.getClass().getName(), + response == null ? "null" : response.getClass().getName(), GenerateConfigReportResponse.class.getName(), Exception.class.getName()))); } @@ -360,7 +360,7 @@ public void generateConfigReport( @Override public void enableService( EnableServiceRequest request, StreamObserver responseObserver) { - Object response = responses.remove(); + Object response = responses.poll(); if (response instanceof Operation) { requests.add(request); responseObserver.onNext(((Operation) response)); @@ -372,7 +372,7 @@ public void enableService( new IllegalArgumentException( String.format( "Unrecognized response type %s for method EnableService, expected %s or %s", - response.getClass().getName(), + response == null ? "null" : response.getClass().getName(), Operation.class.getName(), Exception.class.getName()))); } @@ -381,7 +381,7 @@ public void enableService( @Override public void disableService( DisableServiceRequest request, StreamObserver responseObserver) { - Object response = responses.remove(); + Object response = responses.poll(); if (response instanceof Operation) { requests.add(request); responseObserver.onNext(((Operation) response)); @@ -393,7 +393,7 @@ public void disableService( new IllegalArgumentException( String.format( "Unrecognized response type %s for method DisableService, expected %s or %s", - response.getClass().getName(), + response == null ? "null" : response.getClass().getName(), Operation.class.getName(), Exception.class.getName()))); } diff --git a/grpc-google-cloud-service-management-v1/pom.xml b/grpc-google-cloud-service-management-v1/pom.xml index 54be6f3..cbbf550 100644 --- a/grpc-google-cloud-service-management-v1/pom.xml +++ b/grpc-google-cloud-service-management-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-service-management-v1 - 0.1.0 + 0.1.1 grpc-google-cloud-service-management-v1 GRPC library for google-cloud-service-management com.google.cloud google-cloud-service-management-parent - 0.1.0 + 0.1.1 diff --git a/grpc-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ServiceManagerGrpc.java b/grpc-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ServiceManagerGrpc.java index 09b3f9f..cde08ff 100644 --- a/grpc-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ServiceManagerGrpc.java +++ b/grpc-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ServiceManagerGrpc.java @@ -16,17 +16,12 @@ package com.google.api.servicemanagement.v1; import static io.grpc.MethodDescriptor.generateFullMethodName; -import static io.grpc.stub.ClientCalls.asyncUnaryCall; -import static io.grpc.stub.ClientCalls.blockingUnaryCall; -import static io.grpc.stub.ClientCalls.futureUnaryCall; -import static io.grpc.stub.ServerCalls.asyncUnaryCall; -import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall; /** * * *

- * [Google Service Management API](/service-management/overview)
+ * [Google Service Management API](https://cloud.google.com/service-management/overview)
  * 
*/ @javax.annotation.Generated( @@ -784,7 +779,7 @@ public ServiceManagerFutureStub newStub( * * *
-   * [Google Service Management API](/service-management/overview)
+   * [Google Service Management API](https://cloud.google.com/service-management/overview)
    * 
*/ public abstract static class ServiceManagerImplBase implements io.grpc.BindableService { @@ -806,7 +801,8 @@ public void listServices( com.google.api.servicemanagement.v1.ListServicesRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getListServicesMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getListServicesMethod(), responseObserver); } /** @@ -821,7 +817,7 @@ public void getService( com.google.api.servicemanagement.v1.GetServiceRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getGetServiceMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetServiceMethod(), responseObserver); } /** @@ -836,7 +832,8 @@ public void getService( public void createService( com.google.api.servicemanagement.v1.CreateServiceRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getCreateServiceMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getCreateServiceMethod(), responseObserver); } /** @@ -853,7 +850,8 @@ public void createService( public void deleteService( com.google.api.servicemanagement.v1.DeleteServiceRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getDeleteServiceMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getDeleteServiceMethod(), responseObserver); } /** @@ -870,7 +868,8 @@ public void deleteService( public void undeleteService( com.google.api.servicemanagement.v1.UndeleteServiceRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getUndeleteServiceMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getUndeleteServiceMethod(), responseObserver); } /** @@ -885,7 +884,8 @@ public void listServiceConfigs( com.google.api.servicemanagement.v1.ListServiceConfigsRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getListServiceConfigsMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getListServiceConfigsMethod(), responseObserver); } /** @@ -898,7 +898,8 @@ public void listServiceConfigs( public void getServiceConfig( com.google.api.servicemanagement.v1.GetServiceConfigRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getGetServiceConfigMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getGetServiceConfigMethod(), responseObserver); } /** @@ -917,7 +918,8 @@ public void getServiceConfig( public void createServiceConfig( com.google.api.servicemanagement.v1.CreateServiceConfigRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getCreateServiceConfigMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getCreateServiceConfigMethod(), responseObserver); } /** @@ -940,7 +942,8 @@ public void createServiceConfig( public void submitConfigSource( com.google.api.servicemanagement.v1.SubmitConfigSourceRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getSubmitConfigSourceMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getSubmitConfigSourceMethod(), responseObserver); } /** @@ -955,7 +958,8 @@ public void listServiceRollouts( com.google.api.servicemanagement.v1.ListServiceRolloutsRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getListServiceRolloutsMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getListServiceRolloutsMethod(), responseObserver); } /** @@ -968,7 +972,8 @@ public void listServiceRollouts( public void getServiceRollout( com.google.api.servicemanagement.v1.GetServiceRolloutRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getGetServiceRolloutMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getGetServiceRolloutMethod(), responseObserver); } /** @@ -991,7 +996,8 @@ public void getServiceRollout( public void createServiceRollout( com.google.api.servicemanagement.v1.CreateServiceRolloutRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getCreateServiceRolloutMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getCreateServiceRolloutMethod(), responseObserver); } /** @@ -1015,7 +1021,8 @@ public void generateConfigReport( io.grpc.stub.StreamObserver< com.google.api.servicemanagement.v1.GenerateConfigReportResponse> responseObserver) { - asyncUnimplementedUnaryCall(getGenerateConfigReportMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getGenerateConfigReportMethod(), responseObserver); } /** @@ -1033,7 +1040,8 @@ public void generateConfigReport( public void enableService( com.google.api.servicemanagement.v1.EnableServiceRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getEnableServiceMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getEnableServiceMethod(), responseObserver); } /** @@ -1050,7 +1058,8 @@ public void enableService( public void disableService( com.google.api.servicemanagement.v1.DisableServiceRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getDisableServiceMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getDisableServiceMethod(), responseObserver); } @java.lang.Override @@ -1058,97 +1067,97 @@ public final io.grpc.ServerServiceDefinition bindService() { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( getListServicesMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.api.servicemanagement.v1.ListServicesRequest, com.google.api.servicemanagement.v1.ListServicesResponse>( this, METHODID_LIST_SERVICES))) .addMethod( getGetServiceMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.api.servicemanagement.v1.GetServiceRequest, com.google.api.servicemanagement.v1.ManagedService>( this, METHODID_GET_SERVICE))) .addMethod( getCreateServiceMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.api.servicemanagement.v1.CreateServiceRequest, com.google.longrunning.Operation>(this, METHODID_CREATE_SERVICE))) .addMethod( getDeleteServiceMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.api.servicemanagement.v1.DeleteServiceRequest, com.google.longrunning.Operation>(this, METHODID_DELETE_SERVICE))) .addMethod( getUndeleteServiceMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.api.servicemanagement.v1.UndeleteServiceRequest, com.google.longrunning.Operation>(this, METHODID_UNDELETE_SERVICE))) .addMethod( getListServiceConfigsMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.api.servicemanagement.v1.ListServiceConfigsRequest, com.google.api.servicemanagement.v1.ListServiceConfigsResponse>( this, METHODID_LIST_SERVICE_CONFIGS))) .addMethod( getGetServiceConfigMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.api.servicemanagement.v1.GetServiceConfigRequest, com.google.api.Service>(this, METHODID_GET_SERVICE_CONFIG))) .addMethod( getCreateServiceConfigMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.api.servicemanagement.v1.CreateServiceConfigRequest, com.google.api.Service>(this, METHODID_CREATE_SERVICE_CONFIG))) .addMethod( getSubmitConfigSourceMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.api.servicemanagement.v1.SubmitConfigSourceRequest, com.google.longrunning.Operation>(this, METHODID_SUBMIT_CONFIG_SOURCE))) .addMethod( getListServiceRolloutsMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.api.servicemanagement.v1.ListServiceRolloutsRequest, com.google.api.servicemanagement.v1.ListServiceRolloutsResponse>( this, METHODID_LIST_SERVICE_ROLLOUTS))) .addMethod( getGetServiceRolloutMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.api.servicemanagement.v1.GetServiceRolloutRequest, com.google.api.servicemanagement.v1.Rollout>( this, METHODID_GET_SERVICE_ROLLOUT))) .addMethod( getCreateServiceRolloutMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.api.servicemanagement.v1.CreateServiceRolloutRequest, com.google.longrunning.Operation>(this, METHODID_CREATE_SERVICE_ROLLOUT))) .addMethod( getGenerateConfigReportMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.api.servicemanagement.v1.GenerateConfigReportRequest, com.google.api.servicemanagement.v1.GenerateConfigReportResponse>( this, METHODID_GENERATE_CONFIG_REPORT))) .addMethod( getEnableServiceMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.api.servicemanagement.v1.EnableServiceRequest, com.google.longrunning.Operation>(this, METHODID_ENABLE_SERVICE))) .addMethod( getDisableServiceMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.api.servicemanagement.v1.DisableServiceRequest, com.google.longrunning.Operation>(this, METHODID_DISABLE_SERVICE))) @@ -1160,7 +1169,7 @@ public final io.grpc.ServerServiceDefinition bindService() { * * *
-   * [Google Service Management API](/service-management/overview)
+   * [Google Service Management API](https://cloud.google.com/service-management/overview)
    * 
*/ public static final class ServiceManagerStub @@ -1191,7 +1200,7 @@ public void listServices( com.google.api.servicemanagement.v1.ListServicesRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getListServicesMethod(), getCallOptions()), request, responseObserver); @@ -1209,7 +1218,7 @@ public void getService( com.google.api.servicemanagement.v1.GetServiceRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetServiceMethod(), getCallOptions()), request, responseObserver); } @@ -1225,7 +1234,7 @@ public void getService( public void createService( com.google.api.servicemanagement.v1.CreateServiceRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getCreateServiceMethod(), getCallOptions()), request, responseObserver); @@ -1245,7 +1254,7 @@ public void createService( public void deleteService( com.google.api.servicemanagement.v1.DeleteServiceRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getDeleteServiceMethod(), getCallOptions()), request, responseObserver); @@ -1265,7 +1274,7 @@ public void deleteService( public void undeleteService( com.google.api.servicemanagement.v1.UndeleteServiceRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getUndeleteServiceMethod(), getCallOptions()), request, responseObserver); @@ -1283,7 +1292,7 @@ public void listServiceConfigs( com.google.api.servicemanagement.v1.ListServiceConfigsRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getListServiceConfigsMethod(), getCallOptions()), request, responseObserver); @@ -1299,7 +1308,7 @@ public void listServiceConfigs( public void getServiceConfig( com.google.api.servicemanagement.v1.GetServiceConfigRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetServiceConfigMethod(), getCallOptions()), request, responseObserver); @@ -1321,7 +1330,7 @@ public void getServiceConfig( public void createServiceConfig( com.google.api.servicemanagement.v1.CreateServiceConfigRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getCreateServiceConfigMethod(), getCallOptions()), request, responseObserver); @@ -1347,7 +1356,7 @@ public void createServiceConfig( public void submitConfigSource( com.google.api.servicemanagement.v1.SubmitConfigSourceRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSubmitConfigSourceMethod(), getCallOptions()), request, responseObserver); @@ -1365,7 +1374,7 @@ public void listServiceRollouts( com.google.api.servicemanagement.v1.ListServiceRolloutsRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getListServiceRolloutsMethod(), getCallOptions()), request, responseObserver); @@ -1381,7 +1390,7 @@ public void listServiceRollouts( public void getServiceRollout( com.google.api.servicemanagement.v1.GetServiceRolloutRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetServiceRolloutMethod(), getCallOptions()), request, responseObserver); @@ -1407,7 +1416,7 @@ public void getServiceRollout( public void createServiceRollout( com.google.api.servicemanagement.v1.CreateServiceRolloutRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getCreateServiceRolloutMethod(), getCallOptions()), request, responseObserver); @@ -1434,7 +1443,7 @@ public void generateConfigReport( io.grpc.stub.StreamObserver< com.google.api.servicemanagement.v1.GenerateConfigReportResponse> responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGenerateConfigReportMethod(), getCallOptions()), request, responseObserver); @@ -1455,7 +1464,7 @@ public void generateConfigReport( public void enableService( com.google.api.servicemanagement.v1.EnableServiceRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getEnableServiceMethod(), getCallOptions()), request, responseObserver); @@ -1475,7 +1484,7 @@ public void enableService( public void disableService( com.google.api.servicemanagement.v1.DisableServiceRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getDisableServiceMethod(), getCallOptions()), request, responseObserver); @@ -1486,7 +1495,7 @@ public void disableService( * * *
-   * [Google Service Management API](/service-management/overview)
+   * [Google Service Management API](https://cloud.google.com/service-management/overview)
    * 
*/ public static final class ServiceManagerBlockingStub @@ -1516,7 +1525,8 @@ protected ServiceManagerBlockingStub build( */ public com.google.api.servicemanagement.v1.ListServicesResponse listServices( com.google.api.servicemanagement.v1.ListServicesRequest request) { - return blockingUnaryCall(getChannel(), getListServicesMethod(), getCallOptions(), request); + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListServicesMethod(), getCallOptions(), request); } /** @@ -1529,7 +1539,8 @@ public com.google.api.servicemanagement.v1.ListServicesResponse listServices( */ public com.google.api.servicemanagement.v1.ManagedService getService( com.google.api.servicemanagement.v1.GetServiceRequest request) { - return blockingUnaryCall(getChannel(), getGetServiceMethod(), getCallOptions(), request); + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetServiceMethod(), getCallOptions(), request); } /** @@ -1543,7 +1554,8 @@ public com.google.api.servicemanagement.v1.ManagedService getService( */ public com.google.longrunning.Operation createService( com.google.api.servicemanagement.v1.CreateServiceRequest request) { - return blockingUnaryCall(getChannel(), getCreateServiceMethod(), getCallOptions(), request); + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getCreateServiceMethod(), getCallOptions(), request); } /** @@ -1559,7 +1571,8 @@ public com.google.longrunning.Operation createService( */ public com.google.longrunning.Operation deleteService( com.google.api.servicemanagement.v1.DeleteServiceRequest request) { - return blockingUnaryCall(getChannel(), getDeleteServiceMethod(), getCallOptions(), request); + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getDeleteServiceMethod(), getCallOptions(), request); } /** @@ -1575,7 +1588,8 @@ public com.google.longrunning.Operation deleteService( */ public com.google.longrunning.Operation undeleteService( com.google.api.servicemanagement.v1.UndeleteServiceRequest request) { - return blockingUnaryCall(getChannel(), getUndeleteServiceMethod(), getCallOptions(), request); + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getUndeleteServiceMethod(), getCallOptions(), request); } /** @@ -1588,7 +1602,7 @@ public com.google.longrunning.Operation undeleteService( */ public com.google.api.servicemanagement.v1.ListServiceConfigsResponse listServiceConfigs( com.google.api.servicemanagement.v1.ListServiceConfigsRequest request) { - return blockingUnaryCall( + return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListServiceConfigsMethod(), getCallOptions(), request); } @@ -1601,7 +1615,7 @@ public com.google.api.servicemanagement.v1.ListServiceConfigsResponse listServic */ public com.google.api.Service getServiceConfig( com.google.api.servicemanagement.v1.GetServiceConfigRequest request) { - return blockingUnaryCall( + return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetServiceConfigMethod(), getCallOptions(), request); } @@ -1620,7 +1634,7 @@ public com.google.api.Service getServiceConfig( */ public com.google.api.Service createServiceConfig( com.google.api.servicemanagement.v1.CreateServiceConfigRequest request) { - return blockingUnaryCall( + return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getCreateServiceConfigMethod(), getCallOptions(), request); } @@ -1643,7 +1657,7 @@ public com.google.api.Service createServiceConfig( */ public com.google.longrunning.Operation submitConfigSource( com.google.api.servicemanagement.v1.SubmitConfigSourceRequest request) { - return blockingUnaryCall( + return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSubmitConfigSourceMethod(), getCallOptions(), request); } @@ -1657,7 +1671,7 @@ public com.google.longrunning.Operation submitConfigSource( */ public com.google.api.servicemanagement.v1.ListServiceRolloutsResponse listServiceRollouts( com.google.api.servicemanagement.v1.ListServiceRolloutsRequest request) { - return blockingUnaryCall( + return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListServiceRolloutsMethod(), getCallOptions(), request); } @@ -1670,7 +1684,7 @@ public com.google.api.servicemanagement.v1.ListServiceRolloutsResponse listServi */ public com.google.api.servicemanagement.v1.Rollout getServiceRollout( com.google.api.servicemanagement.v1.GetServiceRolloutRequest request) { - return blockingUnaryCall( + return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetServiceRolloutMethod(), getCallOptions(), request); } @@ -1693,7 +1707,7 @@ public com.google.api.servicemanagement.v1.Rollout getServiceRollout( */ public com.google.longrunning.Operation createServiceRollout( com.google.api.servicemanagement.v1.CreateServiceRolloutRequest request) { - return blockingUnaryCall( + return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getCreateServiceRolloutMethod(), getCallOptions(), request); } @@ -1715,7 +1729,7 @@ public com.google.longrunning.Operation createServiceRollout( */ public com.google.api.servicemanagement.v1.GenerateConfigReportResponse generateConfigReport( com.google.api.servicemanagement.v1.GenerateConfigReportRequest request) { - return blockingUnaryCall( + return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGenerateConfigReportMethod(), getCallOptions(), request); } @@ -1733,7 +1747,8 @@ public com.google.api.servicemanagement.v1.GenerateConfigReportResponse generate @java.lang.Deprecated public com.google.longrunning.Operation enableService( com.google.api.servicemanagement.v1.EnableServiceRequest request) { - return blockingUnaryCall(getChannel(), getEnableServiceMethod(), getCallOptions(), request); + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getEnableServiceMethod(), getCallOptions(), request); } /** @@ -1749,7 +1764,8 @@ public com.google.longrunning.Operation enableService( @java.lang.Deprecated public com.google.longrunning.Operation disableService( com.google.api.servicemanagement.v1.DisableServiceRequest request) { - return blockingUnaryCall(getChannel(), getDisableServiceMethod(), getCallOptions(), request); + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getDisableServiceMethod(), getCallOptions(), request); } } @@ -1757,7 +1773,7 @@ public com.google.longrunning.Operation disableService( * * *
-   * [Google Service Management API](/service-management/overview)
+   * [Google Service Management API](https://cloud.google.com/service-management/overview)
    * 
*/ public static final class ServiceManagerFutureStub @@ -1788,7 +1804,7 @@ protected ServiceManagerFutureStub build( public com.google.common.util.concurrent.ListenableFuture< com.google.api.servicemanagement.v1.ListServicesResponse> listServices(com.google.api.servicemanagement.v1.ListServicesRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListServicesMethod(), getCallOptions()), request); } @@ -1803,7 +1819,7 @@ protected ServiceManagerFutureStub build( public com.google.common.util.concurrent.ListenableFuture< com.google.api.servicemanagement.v1.ManagedService> getService(com.google.api.servicemanagement.v1.GetServiceRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetServiceMethod(), getCallOptions()), request); } @@ -1818,7 +1834,7 @@ protected ServiceManagerFutureStub build( */ public com.google.common.util.concurrent.ListenableFuture createService(com.google.api.servicemanagement.v1.CreateServiceRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getCreateServiceMethod(), getCallOptions()), request); } @@ -1835,7 +1851,7 @@ protected ServiceManagerFutureStub build( */ public com.google.common.util.concurrent.ListenableFuture deleteService(com.google.api.servicemanagement.v1.DeleteServiceRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDeleteServiceMethod(), getCallOptions()), request); } @@ -1852,7 +1868,7 @@ protected ServiceManagerFutureStub build( */ public com.google.common.util.concurrent.ListenableFuture undeleteService(com.google.api.servicemanagement.v1.UndeleteServiceRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getUndeleteServiceMethod(), getCallOptions()), request); } @@ -1867,7 +1883,7 @@ protected ServiceManagerFutureStub build( public com.google.common.util.concurrent.ListenableFuture< com.google.api.servicemanagement.v1.ListServiceConfigsResponse> listServiceConfigs(com.google.api.servicemanagement.v1.ListServiceConfigsRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListServiceConfigsMethod(), getCallOptions()), request); } @@ -1880,7 +1896,7 @@ protected ServiceManagerFutureStub build( */ public com.google.common.util.concurrent.ListenableFuture getServiceConfig(com.google.api.servicemanagement.v1.GetServiceConfigRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetServiceConfigMethod(), getCallOptions()), request); } @@ -1900,7 +1916,7 @@ protected ServiceManagerFutureStub build( public com.google.common.util.concurrent.ListenableFuture createServiceConfig( com.google.api.servicemanagement.v1.CreateServiceConfigRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getCreateServiceConfigMethod(), getCallOptions()), request); } @@ -1923,7 +1939,7 @@ protected ServiceManagerFutureStub build( */ public com.google.common.util.concurrent.ListenableFuture submitConfigSource(com.google.api.servicemanagement.v1.SubmitConfigSourceRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSubmitConfigSourceMethod(), getCallOptions()), request); } @@ -1939,7 +1955,7 @@ protected ServiceManagerFutureStub build( com.google.api.servicemanagement.v1.ListServiceRolloutsResponse> listServiceRollouts( com.google.api.servicemanagement.v1.ListServiceRolloutsRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListServiceRolloutsMethod(), getCallOptions()), request); } @@ -1953,7 +1969,7 @@ protected ServiceManagerFutureStub build( public com.google.common.util.concurrent.ListenableFuture< com.google.api.servicemanagement.v1.Rollout> getServiceRollout(com.google.api.servicemanagement.v1.GetServiceRolloutRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetServiceRolloutMethod(), getCallOptions()), request); } @@ -1977,7 +1993,7 @@ protected ServiceManagerFutureStub build( public com.google.common.util.concurrent.ListenableFuture createServiceRollout( com.google.api.servicemanagement.v1.CreateServiceRolloutRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getCreateServiceRolloutMethod(), getCallOptions()), request); } @@ -2001,7 +2017,7 @@ protected ServiceManagerFutureStub build( com.google.api.servicemanagement.v1.GenerateConfigReportResponse> generateConfigReport( com.google.api.servicemanagement.v1.GenerateConfigReportRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGenerateConfigReportMethod(), getCallOptions()), request); } @@ -2019,7 +2035,7 @@ protected ServiceManagerFutureStub build( @java.lang.Deprecated public com.google.common.util.concurrent.ListenableFuture enableService(com.google.api.servicemanagement.v1.EnableServiceRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getEnableServiceMethod(), getCallOptions()), request); } @@ -2036,7 +2052,7 @@ protected ServiceManagerFutureStub build( @java.lang.Deprecated public com.google.common.util.concurrent.ListenableFuture disableService(com.google.api.servicemanagement.v1.DisableServiceRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDisableServiceMethod(), getCallOptions()), request); } } diff --git a/pom.xml b/pom.xml index 60ce67e..8e3c55f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-service-management-parent pom - 0.1.0 + 0.1.1 Google Service Management API Parent https://github.com/googleapis/java-service-management @@ -70,23 +70,23 @@ com.google.cloud google-cloud-service-management - 0.1.0 + 0.1.1 com.google.api.grpc proto-google-cloud-service-management-v1 - 0.1.0 + 0.1.1 com.google.api.grpc grpc-google-cloud-service-management-v1 - 0.1.0 + 0.1.1 com.google.cloud google-cloud-shared-dependencies - 0.20.1 + 0.21.0 pom import diff --git a/proto-google-cloud-service-management-v1/pom.xml b/proto-google-cloud-service-management-v1/pom.xml index c7f74b8..954b54d 100644 --- a/proto-google-cloud-service-management-v1/pom.xml +++ b/proto-google-cloud-service-management-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-service-management-v1 - 0.1.0 + 0.1.1 proto-google-cloud-service-management-v1 Proto library for google-cloud-service-management com.google.cloud google-cloud-service-management-parent - 0.1.0 + 0.1.1 diff --git a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/CreateServiceConfigRequest.java b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/CreateServiceConfigRequest.java index 7e6a86a..a86c3eb 100644 --- a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/CreateServiceConfigRequest.java +++ b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/CreateServiceConfigRequest.java @@ -132,7 +132,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* @@ -156,7 +156,7 @@ public java.lang.String getServiceName() { * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* @@ -578,7 +578,7 @@ public Builder mergeFrom( * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -601,7 +601,7 @@ public java.lang.String getServiceName() { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -624,7 +624,7 @@ public com.google.protobuf.ByteString getServiceNameBytes() { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -646,7 +646,7 @@ public Builder setServiceName(java.lang.String value) { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -664,7 +664,7 @@ public Builder clearServiceName() { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* diff --git a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/CreateServiceConfigRequestOrBuilder.java b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/CreateServiceConfigRequestOrBuilder.java index 8d01eac..61755d5 100644 --- a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/CreateServiceConfigRequestOrBuilder.java +++ b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/CreateServiceConfigRequestOrBuilder.java @@ -27,7 +27,7 @@ public interface CreateServiceConfigRequestOrBuilder * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* @@ -40,7 +40,7 @@ public interface CreateServiceConfigRequestOrBuilder * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* diff --git a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/CreateServiceRolloutRequest.java b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/CreateServiceRolloutRequest.java index fbcd2c5..883b8c2 100644 --- a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/CreateServiceRolloutRequest.java +++ b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/CreateServiceRolloutRequest.java @@ -133,7 +133,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* @@ -157,7 +157,7 @@ public java.lang.String getServiceName() { * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* @@ -588,7 +588,7 @@ public Builder mergeFrom( * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -611,7 +611,7 @@ public java.lang.String getServiceName() { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -634,7 +634,7 @@ public com.google.protobuf.ByteString getServiceNameBytes() { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -656,7 +656,7 @@ public Builder setServiceName(java.lang.String value) { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -674,7 +674,7 @@ public Builder clearServiceName() { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* diff --git a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/CreateServiceRolloutRequestOrBuilder.java b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/CreateServiceRolloutRequestOrBuilder.java index 48536c9..36ba462 100644 --- a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/CreateServiceRolloutRequestOrBuilder.java +++ b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/CreateServiceRolloutRequestOrBuilder.java @@ -27,7 +27,7 @@ public interface CreateServiceRolloutRequestOrBuilder * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* @@ -40,7 +40,7 @@ public interface CreateServiceRolloutRequestOrBuilder * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* diff --git a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/DeleteServiceRequest.java b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/DeleteServiceRequest.java index 47725e2..e7f2930 100644 --- a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/DeleteServiceRequest.java +++ b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/DeleteServiceRequest.java @@ -117,7 +117,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* @@ -141,7 +141,7 @@ public java.lang.String getServiceName() { * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* @@ -486,7 +486,7 @@ public Builder mergeFrom( * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -509,7 +509,7 @@ public java.lang.String getServiceName() { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -532,7 +532,7 @@ public com.google.protobuf.ByteString getServiceNameBytes() { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -554,7 +554,7 @@ public Builder setServiceName(java.lang.String value) { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -572,7 +572,7 @@ public Builder clearServiceName() { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* diff --git a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/DeleteServiceRequestOrBuilder.java b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/DeleteServiceRequestOrBuilder.java index bdbec98..c354661 100644 --- a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/DeleteServiceRequestOrBuilder.java +++ b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/DeleteServiceRequestOrBuilder.java @@ -27,7 +27,7 @@ public interface DeleteServiceRequestOrBuilder * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* @@ -40,7 +40,7 @@ public interface DeleteServiceRequestOrBuilder * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* diff --git a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/GetServiceConfigRequest.java b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/GetServiceConfigRequest.java index 41233e3..703b3b8 100644 --- a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/GetServiceConfigRequest.java +++ b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/GetServiceConfigRequest.java @@ -268,7 +268,7 @@ private ConfigView(int value) { * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* @@ -292,7 +292,7 @@ public java.lang.String getServiceName() { * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* @@ -765,7 +765,7 @@ public Builder mergeFrom( * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -788,7 +788,7 @@ public java.lang.String getServiceName() { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -811,7 +811,7 @@ public com.google.protobuf.ByteString getServiceNameBytes() { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -833,7 +833,7 @@ public Builder setServiceName(java.lang.String value) { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -851,7 +851,7 @@ public Builder clearServiceName() { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* diff --git a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/GetServiceConfigRequestOrBuilder.java b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/GetServiceConfigRequestOrBuilder.java index 4a89592..b63926a 100644 --- a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/GetServiceConfigRequestOrBuilder.java +++ b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/GetServiceConfigRequestOrBuilder.java @@ -27,7 +27,7 @@ public interface GetServiceConfigRequestOrBuilder * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* @@ -40,7 +40,7 @@ public interface GetServiceConfigRequestOrBuilder * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* diff --git a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/GetServiceRolloutRequest.java b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/GetServiceRolloutRequest.java index 92c341d..8846bc6 100644 --- a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/GetServiceRolloutRequest.java +++ b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/GetServiceRolloutRequest.java @@ -125,7 +125,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* @@ -149,7 +149,7 @@ public java.lang.String getServiceName() { * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* @@ -561,7 +561,7 @@ public Builder mergeFrom( * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -584,7 +584,7 @@ public java.lang.String getServiceName() { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -607,7 +607,7 @@ public com.google.protobuf.ByteString getServiceNameBytes() { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -629,7 +629,7 @@ public Builder setServiceName(java.lang.String value) { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -647,7 +647,7 @@ public Builder clearServiceName() { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* diff --git a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/GetServiceRolloutRequestOrBuilder.java b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/GetServiceRolloutRequestOrBuilder.java index 7f0ee4e..1913686 100644 --- a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/GetServiceRolloutRequestOrBuilder.java +++ b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/GetServiceRolloutRequestOrBuilder.java @@ -27,7 +27,7 @@ public interface GetServiceRolloutRequestOrBuilder * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* @@ -40,7 +40,7 @@ public interface GetServiceRolloutRequestOrBuilder * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* diff --git a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ListServiceConfigsRequest.java b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ListServiceConfigsRequest.java index c72c19d..361f3e2 100644 --- a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ListServiceConfigsRequest.java +++ b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ListServiceConfigsRequest.java @@ -130,7 +130,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* @@ -154,7 +154,7 @@ public java.lang.String getServiceName() { * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* @@ -601,7 +601,7 @@ public Builder mergeFrom( * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -624,7 +624,7 @@ public java.lang.String getServiceName() { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -647,7 +647,7 @@ public com.google.protobuf.ByteString getServiceNameBytes() { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -669,7 +669,7 @@ public Builder setServiceName(java.lang.String value) { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -687,7 +687,7 @@ public Builder clearServiceName() { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* diff --git a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ListServiceConfigsRequestOrBuilder.java b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ListServiceConfigsRequestOrBuilder.java index 1848c40..d85ae1a 100644 --- a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ListServiceConfigsRequestOrBuilder.java +++ b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ListServiceConfigsRequestOrBuilder.java @@ -27,7 +27,7 @@ public interface ListServiceConfigsRequestOrBuilder * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* @@ -40,7 +40,7 @@ public interface ListServiceConfigsRequestOrBuilder * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* diff --git a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ListServiceRolloutsRequest.java b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ListServiceRolloutsRequest.java index 5b34253..39b17e6 100644 --- a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ListServiceRolloutsRequest.java +++ b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ListServiceRolloutsRequest.java @@ -138,7 +138,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* @@ -162,7 +162,7 @@ public java.lang.String getServiceName() { * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* @@ -260,10 +260,10 @@ public int getPageSize() { * Required. Use `filter` to return subset of rollouts. * The following filters are supported: * -- To limit the results to only those in - * [status](google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', + * status (google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', * use filter='status=SUCCESS' * -- To limit the results to those in - * [status](google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED' + * status (google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED' * or 'FAILED', use filter='status=CANCELLED OR status=FAILED' * * @@ -290,10 +290,10 @@ public java.lang.String getFilter() { * Required. Use `filter` to return subset of rollouts. * The following filters are supported: * -- To limit the results to only those in - * [status](google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', + * status (google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', * use filter='status=SUCCESS' * -- To limit the results to those in - * [status](google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED' + * status (google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED' * or 'FAILED', use filter='status=CANCELLED OR status=FAILED' * * @@ -688,7 +688,7 @@ public Builder mergeFrom( * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -711,7 +711,7 @@ public java.lang.String getServiceName() { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -734,7 +734,7 @@ public com.google.protobuf.ByteString getServiceNameBytes() { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -756,7 +756,7 @@ public Builder setServiceName(java.lang.String value) { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -774,7 +774,7 @@ public Builder clearServiceName() { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -963,10 +963,10 @@ public Builder clearPageSize() { * Required. Use `filter` to return subset of rollouts. * The following filters are supported: * -- To limit the results to only those in - * [status](google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', + * status (google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', * use filter='status=SUCCESS' * -- To limit the results to those in - * [status](google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED' + * status (google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED' * or 'FAILED', use filter='status=CANCELLED OR status=FAILED' * * @@ -992,10 +992,10 @@ public java.lang.String getFilter() { * Required. Use `filter` to return subset of rollouts. * The following filters are supported: * -- To limit the results to only those in - * [status](google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', + * status (google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', * use filter='status=SUCCESS' * -- To limit the results to those in - * [status](google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED' + * status (google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED' * or 'FAILED', use filter='status=CANCELLED OR status=FAILED' * * @@ -1021,10 +1021,10 @@ public com.google.protobuf.ByteString getFilterBytes() { * Required. Use `filter` to return subset of rollouts. * The following filters are supported: * -- To limit the results to only those in - * [status](google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', + * status (google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', * use filter='status=SUCCESS' * -- To limit the results to those in - * [status](google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED' + * status (google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED' * or 'FAILED', use filter='status=CANCELLED OR status=FAILED' * * @@ -1049,10 +1049,10 @@ public Builder setFilter(java.lang.String value) { * Required. Use `filter` to return subset of rollouts. * The following filters are supported: * -- To limit the results to only those in - * [status](google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', + * status (google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', * use filter='status=SUCCESS' * -- To limit the results to those in - * [status](google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED' + * status (google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED' * or 'FAILED', use filter='status=CANCELLED OR status=FAILED' * * @@ -1073,10 +1073,10 @@ public Builder clearFilter() { * Required. Use `filter` to return subset of rollouts. * The following filters are supported: * -- To limit the results to only those in - * [status](google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', + * status (google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', * use filter='status=SUCCESS' * -- To limit the results to those in - * [status](google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED' + * status (google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED' * or 'FAILED', use filter='status=CANCELLED OR status=FAILED' * * diff --git a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ListServiceRolloutsRequestOrBuilder.java b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ListServiceRolloutsRequestOrBuilder.java index b1ef6cd..702f794 100644 --- a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ListServiceRolloutsRequestOrBuilder.java +++ b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ListServiceRolloutsRequestOrBuilder.java @@ -27,7 +27,7 @@ public interface ListServiceRolloutsRequestOrBuilder * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* @@ -40,7 +40,7 @@ public interface ListServiceRolloutsRequestOrBuilder * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* @@ -96,10 +96,10 @@ public interface ListServiceRolloutsRequestOrBuilder * Required. Use `filter` to return subset of rollouts. * The following filters are supported: * -- To limit the results to only those in - * [status](google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', + * status (google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', * use filter='status=SUCCESS' * -- To limit the results to those in - * [status](google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED' + * status (google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED' * or 'FAILED', use filter='status=CANCELLED OR status=FAILED' * * @@ -115,10 +115,10 @@ public interface ListServiceRolloutsRequestOrBuilder * Required. Use `filter` to return subset of rollouts. * The following filters are supported: * -- To limit the results to only those in - * [status](google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', + * status (google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', * use filter='status=SUCCESS' * -- To limit the results to those in - * [status](google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED' + * status (google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED' * or 'FAILED', use filter='status=CANCELLED OR status=FAILED' * * diff --git a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ManagedService.java b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ManagedService.java index 1ff7580..68d3174 100644 --- a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ManagedService.java +++ b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ManagedService.java @@ -126,7 +126,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * The name of the service. See the [overview](/service-management/overview)
+   * The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.
    * 
* @@ -150,7 +150,7 @@ public java.lang.String getServiceName() { * * *
-   * The name of the service. See the [overview](/service-management/overview)
+   * The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.
    * 
* @@ -560,7 +560,7 @@ public Builder mergeFrom( * * *
-     * The name of the service. See the [overview](/service-management/overview)
+     * The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.
      * 
* @@ -583,7 +583,7 @@ public java.lang.String getServiceName() { * * *
-     * The name of the service. See the [overview](/service-management/overview)
+     * The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.
      * 
* @@ -606,7 +606,7 @@ public com.google.protobuf.ByteString getServiceNameBytes() { * * *
-     * The name of the service. See the [overview](/service-management/overview)
+     * The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.
      * 
* @@ -628,7 +628,7 @@ public Builder setServiceName(java.lang.String value) { * * *
-     * The name of the service. See the [overview](/service-management/overview)
+     * The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.
      * 
* @@ -646,7 +646,7 @@ public Builder clearServiceName() { * * *
-     * The name of the service. See the [overview](/service-management/overview)
+     * The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.
      * 
* diff --git a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ManagedServiceOrBuilder.java b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ManagedServiceOrBuilder.java index 2593b35..ee55569 100644 --- a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ManagedServiceOrBuilder.java +++ b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ManagedServiceOrBuilder.java @@ -27,7 +27,7 @@ public interface ManagedServiceOrBuilder * * *
-   * The name of the service. See the [overview](/service-management/overview)
+   * The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.
    * 
* @@ -40,7 +40,7 @@ public interface ManagedServiceOrBuilder * * *
-   * The name of the service. See the [overview](/service-management/overview)
+   * The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.
    * 
* diff --git a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/SubmitConfigSourceRequest.java b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/SubmitConfigSourceRequest.java index 17c1df9..86b35bd 100644 --- a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/SubmitConfigSourceRequest.java +++ b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/SubmitConfigSourceRequest.java @@ -138,7 +138,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* @@ -162,7 +162,7 @@ public java.lang.String getServiceName() { * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* @@ -627,7 +627,7 @@ public Builder mergeFrom( * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -650,7 +650,7 @@ public java.lang.String getServiceName() { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -673,7 +673,7 @@ public com.google.protobuf.ByteString getServiceNameBytes() { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -695,7 +695,7 @@ public Builder setServiceName(java.lang.String value) { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* @@ -713,7 +713,7 @@ public Builder clearServiceName() { * * *
-     * Required. The name of the service.  See the [overview](/service-management/overview)
+     * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements.  For example: `example.googleapis.com`.
      * 
* diff --git a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/SubmitConfigSourceRequestOrBuilder.java b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/SubmitConfigSourceRequestOrBuilder.java index b98d895..2701723 100644 --- a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/SubmitConfigSourceRequestOrBuilder.java +++ b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/SubmitConfigSourceRequestOrBuilder.java @@ -27,7 +27,7 @@ public interface SubmitConfigSourceRequestOrBuilder * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* @@ -40,7 +40,7 @@ public interface SubmitConfigSourceRequestOrBuilder * * *
-   * Required. The name of the service.  See the [overview](/service-management/overview)
+   * Required. The name of the service.  See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements.  For example: `example.googleapis.com`.
    * 
* diff --git a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/UndeleteServiceRequest.java b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/UndeleteServiceRequest.java index c47709c..7012cf6 100644 --- a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/UndeleteServiceRequest.java +++ b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/UndeleteServiceRequest.java @@ -117,7 +117,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The name of the service. See the [overview](/service-management/overview)
+   * Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements. For example: `example.googleapis.com`.
    * 
* @@ -141,7 +141,7 @@ public java.lang.String getServiceName() { * * *
-   * Required. The name of the service. See the [overview](/service-management/overview)
+   * Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements. For example: `example.googleapis.com`.
    * 
* @@ -486,7 +486,7 @@ public Builder mergeFrom( * * *
-     * Required. The name of the service. See the [overview](/service-management/overview)
+     * Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements. For example: `example.googleapis.com`.
      * 
* @@ -509,7 +509,7 @@ public java.lang.String getServiceName() { * * *
-     * Required. The name of the service. See the [overview](/service-management/overview)
+     * Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements. For example: `example.googleapis.com`.
      * 
* @@ -532,7 +532,7 @@ public com.google.protobuf.ByteString getServiceNameBytes() { * * *
-     * Required. The name of the service. See the [overview](/service-management/overview)
+     * Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements. For example: `example.googleapis.com`.
      * 
* @@ -554,7 +554,7 @@ public Builder setServiceName(java.lang.String value) { * * *
-     * Required. The name of the service. See the [overview](/service-management/overview)
+     * Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements. For example: `example.googleapis.com`.
      * 
* @@ -572,7 +572,7 @@ public Builder clearServiceName() { * * *
-     * Required. The name of the service. See the [overview](/service-management/overview)
+     * Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
      * for naming requirements. For example: `example.googleapis.com`.
      * 
* diff --git a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/UndeleteServiceRequestOrBuilder.java b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/UndeleteServiceRequestOrBuilder.java index 5665cae..68239d8 100644 --- a/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/UndeleteServiceRequestOrBuilder.java +++ b/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/UndeleteServiceRequestOrBuilder.java @@ -27,7 +27,7 @@ public interface UndeleteServiceRequestOrBuilder * * *
-   * Required. The name of the service. See the [overview](/service-management/overview)
+   * Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements. For example: `example.googleapis.com`.
    * 
* @@ -40,7 +40,7 @@ public interface UndeleteServiceRequestOrBuilder * * *
-   * Required. The name of the service. See the [overview](/service-management/overview)
+   * Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
    * for naming requirements. For example: `example.googleapis.com`.
    * 
* diff --git a/proto-google-cloud-service-management-v1/src/main/proto/google/api/servicemanagement/v1/resources.proto b/proto-google-cloud-service-management-v1/src/main/proto/google/api/servicemanagement/v1/resources.proto index 37ac300..0d9ed6b 100644 --- a/proto-google-cloud-service-management-v1/src/main/proto/google/api/servicemanagement/v1/resources.proto +++ b/proto-google-cloud-service-management-v1/src/main/proto/google/api/servicemanagement/v1/resources.proto @@ -41,7 +41,7 @@ option ruby_package = "Google::Cloud::ServiceManagement::V1"; // The full representation of a Service that is managed by // Google Service Management. message ManagedService { - // The name of the service. See the [overview](/service-management/overview) + // The name of the service. See the [overview](https://cloud.google.com/service-management/overview) // for naming requirements. string service_name = 2; diff --git a/proto-google-cloud-service-management-v1/src/main/proto/google/api/servicemanagement/v1/servicemanager.proto b/proto-google-cloud-service-management-v1/src/main/proto/google/api/servicemanagement/v1/servicemanager.proto index f94739f..c12f774 100644 --- a/proto-google-cloud-service-management-v1/src/main/proto/google/api/servicemanagement/v1/servicemanager.proto +++ b/proto-google-cloud-service-management-v1/src/main/proto/google/api/servicemanagement/v1/servicemanager.proto @@ -35,7 +35,7 @@ option objc_class_prefix = "GASM"; option php_namespace = "Google\\Cloud\\ServiceManagement\\V1"; option ruby_package = "Google::Cloud::ServiceManagement::V1"; -// [Google Service Management API](/service-management/overview) +// [Google Service Management API](https://cloud.google.com/service-management/overview) service ServiceManager { option (google.api.default_host) = "servicemanagement.googleapis.com"; option (google.api.oauth_scopes) = @@ -325,14 +325,14 @@ message CreateServiceRequest { // Request message for DeleteService method. message DeleteServiceRequest { - // Required. The name of the service. See the [overview](/service-management/overview) + // Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview) // for naming requirements. For example: `example.googleapis.com`. string service_name = 1 [(google.api.field_behavior) = REQUIRED]; } // Request message for UndeleteService method. message UndeleteServiceRequest { - // Required. The name of the service. See the [overview](/service-management/overview) + // Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview) // for naming requirements. For example: `example.googleapis.com`. string service_name = 1 [(google.api.field_behavior) = REQUIRED]; } @@ -356,7 +356,7 @@ message GetServiceConfigRequest { FULL = 1; } - // Required. The name of the service. See the [overview](/service-management/overview) + // Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview) // for naming requirements. For example: `example.googleapis.com`. string service_name = 1 [(google.api.field_behavior) = REQUIRED]; @@ -373,7 +373,7 @@ message GetServiceConfigRequest { // Request message for ListServiceConfigs method. message ListServiceConfigsRequest { - // Required. The name of the service. See the [overview](/service-management/overview) + // Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview) // for naming requirements. For example: `example.googleapis.com`. string service_name = 1 [(google.api.field_behavior) = REQUIRED]; @@ -396,7 +396,7 @@ message ListServiceConfigsResponse { // Request message for CreateServiceConfig method. message CreateServiceConfigRequest { - // Required. The name of the service. See the [overview](/service-management/overview) + // Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview) // for naming requirements. For example: `example.googleapis.com`. string service_name = 1 [(google.api.field_behavior) = REQUIRED]; @@ -406,7 +406,7 @@ message CreateServiceConfigRequest { // Request message for SubmitConfigSource method. message SubmitConfigSourceRequest { - // Required. The name of the service. See the [overview](/service-management/overview) + // Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview) // for naming requirements. For example: `example.googleapis.com`. string service_name = 1 [(google.api.field_behavior) = REQUIRED]; @@ -427,7 +427,7 @@ message SubmitConfigSourceResponse { // Request message for 'CreateServiceRollout' message CreateServiceRolloutRequest { - // Required. The name of the service. See the [overview](/service-management/overview) + // Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview) // for naming requirements. For example: `example.googleapis.com`. string service_name = 1 [(google.api.field_behavior) = REQUIRED]; @@ -437,7 +437,7 @@ message CreateServiceRolloutRequest { // Request message for 'ListServiceRollouts' message ListServiceRolloutsRequest { - // Required. The name of the service. See the [overview](/service-management/overview) + // Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview) // for naming requirements. For example: `example.googleapis.com`. string service_name = 1 [(google.api.field_behavior) = REQUIRED]; @@ -451,10 +451,10 @@ message ListServiceRolloutsRequest { // Required. Use `filter` to return subset of rollouts. // The following filters are supported: // -- To limit the results to only those in - // [status](google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', + // status (google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', // use filter='status=SUCCESS' // -- To limit the results to those in - // [status](google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED' + // status (google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED' // or 'FAILED', use filter='status=CANCELLED OR status=FAILED' string filter = 4 [(google.api.field_behavior) = REQUIRED]; } @@ -470,7 +470,7 @@ message ListServiceRolloutsResponse { // Request message for GetServiceRollout method. message GetServiceRolloutRequest { - // Required. The name of the service. See the [overview](/service-management/overview) + // Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview) // for naming requirements. For example: `example.googleapis.com`. string service_name = 1 [(google.api.field_behavior) = REQUIRED]; diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 9b8e81d..493f040 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -14,7 +14,7 @@ com.google.cloud.samples shared-configuration - 1.0.21 + 1.0.22 diff --git a/samples/pom.xml b/samples/pom.xml index 6f9b79c..11c8619 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -18,7 +18,7 @@ com.google.cloud.samples shared-configuration - 1.0.21 + 1.0.22 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index e291bf6..c4e4f8b 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -14,7 +14,7 @@ com.google.cloud.samples shared-configuration - 1.0.21 + 1.0.22 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 2e20133..2acf870 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -14,7 +14,7 @@ com.google.cloud.samples shared-configuration - 1.0.21 + 1.0.22 diff --git a/synth.metadata b/synth.metadata index 672d2e7..d2e2895 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,22 +4,22 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-service-management.git", - "sha": "8d892c36b75e5f101a36e2e9dadbd0b1b56462ab" + "sha": "3d4aa74301bb5b1e19ec4551f7f34a1c3df7c918" } }, { "git": { "name": "googleapis-gen", "remote": "https://github.com/googleapis/googleapis-gen.git", - "sha": "1ad043d44370c3639640b1f1f549296c005448f5", - "internalRef": "360805639" + "sha": "ee56c3493ec6aeb237ff515ecea949710944a20f", + "internalRef": "366472163" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "0b064d767537e0675fc053e53fca473c5c701fb8" + "sha": "572ef8f70edd9041f5bcfa71511aed6aecfc2098" } } ], diff --git a/versions.txt b/versions.txt index f80f396..e617d44 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -google-cloud-service-management:0.1.0:0.1.0 -proto-google-cloud-service-management-v1:0.1.0:0.1.0 -grpc-google-cloud-service-management-v1:0.1.0:0.1.0 \ No newline at end of file +google-cloud-service-management:0.1.1:0.1.1 +proto-google-cloud-service-management-v1:0.1.1:0.1.1 +grpc-google-cloud-service-management-v1:0.1.1:0.1.1 \ No newline at end of file