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{@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 ======================= 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{@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
- * [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
- * [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
- * [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
- * 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 @@