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

Commit

Permalink
build: update links for service-management, update package name for a…
Browse files Browse the repository at this point in the history
…ppengine-admin (#19)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/eb5eb539-a2fd-4225-84d1-63b5910293ea/targets

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

PiperOrigin-RevId: 366472163
Source-Link: googleapis/googleapis@8ff7d79
Source-Link: googleapis/googleapis-gen@ee56c34
  • Loading branch information
yoshi-automation committed Apr 6, 2021
1 parent bbee6cd commit 526abc4
Show file tree
Hide file tree
Showing 23 changed files with 121 additions and 119 deletions.
Expand Up @@ -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)
*
* <p>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:
Expand Down Expand Up @@ -525,8 +526,8 @@ public final UnaryCallable<CreateServiceRequest, Operation> createServiceCallabl
* }</pre>
*
* @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<Empty, OperationMetadata> deleteServiceAsync(String serviceName) {
Expand Down Expand Up @@ -634,8 +635,8 @@ public final UnaryCallable<DeleteServiceRequest, Operation> deleteServiceCallabl
* }</pre>
*
* @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<UndeleteServiceResponse, OperationMetadata> undeleteServiceAsync(
Expand Down Expand Up @@ -739,8 +740,8 @@ public final UnaryCallable<UndeleteServiceRequest, Operation> undeleteServiceCal
* }</pre>
*
* @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) {
Expand Down Expand Up @@ -859,8 +860,8 @@ public final ListServiceConfigsPagedResponse listServiceConfigs(
* }</pre>
*
* @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.
* <p>This field must be specified for the server to return all fields, including
* `SourceInfo`.
Expand Down Expand Up @@ -946,8 +947,8 @@ public final UnaryCallable<GetServiceConfigRequest, Service> getServiceConfigCal
* }</pre>
*
* @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
*/
Expand Down Expand Up @@ -1046,8 +1047,8 @@ public final UnaryCallable<CreateServiceConfigRequest, Service> createServiceCon
* }</pre>
*
* @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
Expand Down Expand Up @@ -1190,8 +1191,8 @@ public final UnaryCallable<SubmitConfigSourceRequest, Operation> submitConfigSou
* }</pre>
*
* @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' --
Expand Down Expand Up @@ -1321,8 +1322,8 @@ public final ListServiceRolloutsPagedResponse listServiceRollouts(
* }</pre>
*
* @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
*/
Expand Down Expand Up @@ -1409,8 +1410,8 @@ public final UnaryCallable<GetServiceRolloutRequest, Rollout> getServiceRolloutC
* }</pre>
*
* @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
*/
Expand Down
Expand Up @@ -19,7 +19,8 @@
*
* <p>======================= ServiceManagerClient =======================
*
* <p>Service Description: [Google Service Management API](/service-management/overview)
* <p>Service Description: [Google Service Management
* API](https://cloud.google.com/service-management/overview)
*
* <p>Sample for ServiceManagerClient:
*
Expand Down
Expand Up @@ -21,7 +21,7 @@
*
*
* <pre>
* [Google Service Management API](/service-management/overview)
* [Google Service Management API](https://cloud.google.com/service-management/overview)
* </pre>
*/
@javax.annotation.Generated(
Expand Down Expand Up @@ -779,7 +779,7 @@ public ServiceManagerFutureStub newStub(
*
*
* <pre>
* [Google Service Management API](/service-management/overview)
* [Google Service Management API](https://cloud.google.com/service-management/overview)
* </pre>
*/
public abstract static class ServiceManagerImplBase implements io.grpc.BindableService {
Expand Down Expand Up @@ -1169,7 +1169,7 @@ public final io.grpc.ServerServiceDefinition bindService() {
*
*
* <pre>
* [Google Service Management API](/service-management/overview)
* [Google Service Management API](https://cloud.google.com/service-management/overview)
* </pre>
*/
public static final class ServiceManagerStub
Expand Down Expand Up @@ -1495,7 +1495,7 @@ public void disableService(
*
*
* <pre>
* [Google Service Management API](/service-management/overview)
* [Google Service Management API](https://cloud.google.com/service-management/overview)
* </pre>
*/
public static final class ServiceManagerBlockingStub
Expand Down Expand Up @@ -1773,7 +1773,7 @@ public com.google.longrunning.Operation disableService(
*
*
* <pre>
* [Google Service Management API](/service-management/overview)
* [Google Service Management API](https://cloud.google.com/service-management/overview)
* </pre>
*/
public static final class ServiceManagerFutureStub
Expand Down
Expand Up @@ -132,7 +132,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* <pre>
* 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`.
* </pre>
*
Expand All @@ -156,7 +156,7 @@ public java.lang.String getServiceName() {
*
*
* <pre>
* 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`.
* </pre>
*
Expand Down Expand Up @@ -578,7 +578,7 @@ public Builder mergeFrom(
*
*
* <pre>
* 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`.
* </pre>
*
Expand All @@ -601,7 +601,7 @@ public java.lang.String getServiceName() {
*
*
* <pre>
* 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`.
* </pre>
*
Expand All @@ -624,7 +624,7 @@ public com.google.protobuf.ByteString getServiceNameBytes() {
*
*
* <pre>
* 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`.
* </pre>
*
Expand All @@ -646,7 +646,7 @@ public Builder setServiceName(java.lang.String value) {
*
*
* <pre>
* 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`.
* </pre>
*
Expand All @@ -664,7 +664,7 @@ public Builder clearServiceName() {
*
*
* <pre>
* 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`.
* </pre>
*
Expand Down
Expand Up @@ -27,7 +27,7 @@ public interface CreateServiceConfigRequestOrBuilder
*
*
* <pre>
* 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`.
* </pre>
*
Expand All @@ -40,7 +40,7 @@ public interface CreateServiceConfigRequestOrBuilder
*
*
* <pre>
* 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`.
* </pre>
*
Expand Down
Expand Up @@ -133,7 +133,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* <pre>
* 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`.
* </pre>
*
Expand All @@ -157,7 +157,7 @@ public java.lang.String getServiceName() {
*
*
* <pre>
* 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`.
* </pre>
*
Expand Down Expand Up @@ -588,7 +588,7 @@ public Builder mergeFrom(
*
*
* <pre>
* 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`.
* </pre>
*
Expand All @@ -611,7 +611,7 @@ public java.lang.String getServiceName() {
*
*
* <pre>
* 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`.
* </pre>
*
Expand All @@ -634,7 +634,7 @@ public com.google.protobuf.ByteString getServiceNameBytes() {
*
*
* <pre>
* 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`.
* </pre>
*
Expand All @@ -656,7 +656,7 @@ public Builder setServiceName(java.lang.String value) {
*
*
* <pre>
* 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`.
* </pre>
*
Expand All @@ -674,7 +674,7 @@ public Builder clearServiceName() {
*
*
* <pre>
* 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`.
* </pre>
*
Expand Down
Expand Up @@ -27,7 +27,7 @@ public interface CreateServiceRolloutRequestOrBuilder
*
*
* <pre>
* 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`.
* </pre>
*
Expand All @@ -40,7 +40,7 @@ public interface CreateServiceRolloutRequestOrBuilder
*
*
* <pre>
* 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`.
* </pre>
*
Expand Down
Expand Up @@ -117,7 +117,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* <pre>
* 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`.
* </pre>
*
Expand All @@ -141,7 +141,7 @@ public java.lang.String getServiceName() {
*
*
* <pre>
* 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`.
* </pre>
*
Expand Down Expand Up @@ -486,7 +486,7 @@ public Builder mergeFrom(
*
*
* <pre>
* 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`.
* </pre>
*
Expand All @@ -509,7 +509,7 @@ public java.lang.String getServiceName() {
*
*
* <pre>
* 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`.
* </pre>
*
Expand All @@ -532,7 +532,7 @@ public com.google.protobuf.ByteString getServiceNameBytes() {
*
*
* <pre>
* 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`.
* </pre>
*
Expand All @@ -554,7 +554,7 @@ public Builder setServiceName(java.lang.String value) {
*
*
* <pre>
* 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`.
* </pre>
*
Expand All @@ -572,7 +572,7 @@ public Builder clearServiceName() {
*
*
* <pre>
* 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`.
* </pre>
*
Expand Down

0 comments on commit 526abc4

Please sign in to comment.