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

docs: fix remaining broken links #237

Merged
merged 2 commits into from
Apr 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -525,8 +525,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-infrastructure/docs/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 +634,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-infrastructure/docs/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 +739,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-infrastructure/docs/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 +859,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-infrastructure/docs/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 +946,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-infrastructure/docs/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 +1046,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-infrastructure/docs/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 +1190,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-infrastructure/docs/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 +1321,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-infrastructure/docs/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 +1409,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-infrastructure/docs/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
Original file line number Diff line number Diff line change
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) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand All @@ -158,7 +158,7 @@ public java.lang.String getServiceName() {
*
* <pre>
* Required. The name of the service. See the
* [overview](/service-management/overview) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand Down Expand Up @@ -581,7 +581,7 @@ public Builder mergeFrom(
*
* <pre>
* Required. The name of the service. See the
* [overview](/service-management/overview) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand All @@ -605,7 +605,7 @@ public java.lang.String getServiceName() {
*
* <pre>
* Required. The name of the service. See the
* [overview](/service-management/overview) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand All @@ -629,7 +629,7 @@ public com.google.protobuf.ByteString getServiceNameBytes() {
*
* <pre>
* Required. The name of the service. See the
* [overview](/service-management/overview) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand All @@ -652,7 +652,7 @@ public Builder setServiceName(java.lang.String value) {
*
* <pre>
* Required. The name of the service. See the
* [overview](/service-management/overview) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand All @@ -671,7 +671,7 @@ public Builder clearServiceName() {
*
* <pre>
* Required. The name of the service. See the
* [overview](/service-management/overview) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public interface CreateServiceConfigRequestOrBuilder
*
* <pre>
* Required. The name of the service. See the
* [overview](/service-management/overview) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand All @@ -42,7 +42,7 @@ public interface CreateServiceConfigRequestOrBuilder
*
* <pre>
* Required. The name of the service. See the
* [overview](/service-management/overview) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* <pre>
* Required. The name of the service. See the
* [overview](/service-management/overview) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand All @@ -159,7 +159,7 @@ public java.lang.String getServiceName() {
*
* <pre>
* Required. The name of the service. See the
* [overview](/service-management/overview) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand Down Expand Up @@ -591,7 +591,7 @@ public Builder mergeFrom(
*
* <pre>
* Required. The name of the service. See the
* [overview](/service-management/overview) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand All @@ -615,7 +615,7 @@ public java.lang.String getServiceName() {
*
* <pre>
* Required. The name of the service. See the
* [overview](/service-management/overview) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand All @@ -639,7 +639,7 @@ public com.google.protobuf.ByteString getServiceNameBytes() {
*
* <pre>
* Required. The name of the service. See the
* [overview](/service-management/overview) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand All @@ -662,7 +662,7 @@ public Builder setServiceName(java.lang.String value) {
*
* <pre>
* Required. The name of the service. See the
* [overview](/service-management/overview) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand All @@ -681,7 +681,7 @@ public Builder clearServiceName() {
*
* <pre>
* Required. The name of the service. See the
* [overview](/service-management/overview) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public interface CreateServiceRolloutRequestOrBuilder
*
* <pre>
* Required. The name of the service. See the
* [overview](/service-management/overview) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand All @@ -42,7 +42,7 @@ public interface CreateServiceRolloutRequestOrBuilder
*
* <pre>
* Required. The name of the service. See the
* [overview](/service-management/overview) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* <pre>
* Required. The name of the service. See the
* [overview](/service-management/overview) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand All @@ -143,7 +143,7 @@ public java.lang.String getServiceName() {
*
* <pre>
* Required. The name of the service. See the
* [overview](/service-management/overview) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand Down Expand Up @@ -489,7 +489,7 @@ public Builder mergeFrom(
*
* <pre>
* Required. The name of the service. See the
* [overview](/service-management/overview) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand All @@ -513,7 +513,7 @@ public java.lang.String getServiceName() {
*
* <pre>
* Required. The name of the service. See the
* [overview](/service-management/overview) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand All @@ -537,7 +537,7 @@ public com.google.protobuf.ByteString getServiceNameBytes() {
*
* <pre>
* Required. The name of the service. See the
* [overview](/service-management/overview) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand All @@ -560,7 +560,7 @@ public Builder setServiceName(java.lang.String value) {
*
* <pre>
* Required. The name of the service. See the
* [overview](/service-management/overview) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand All @@ -579,7 +579,7 @@ public Builder clearServiceName() {
*
* <pre>
* Required. The name of the service. See the
* [overview](/service-management/overview) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public interface DeleteServiceRequestOrBuilder
*
* <pre>
* Required. The name of the service. See the
* [overview](/service-management/overview) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand All @@ -42,7 +42,7 @@ public interface DeleteServiceRequestOrBuilder
*
* <pre>
* Required. The name of the service. See the
* [overview](/service-management/overview) for naming requirements. For
* [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
* example: `example.googleapis.com`.
* </pre>
*
Expand Down