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

Commit

Permalink
docs: fix broken links (#121)
Browse files Browse the repository at this point in the history
* build: fix broken links

PiperOrigin-RevId: 443188324

Source-Link: googleapis/googleapis@775267e

Source-Link: googleapis/googleapis-gen@166b6e3
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTY2YjZlM2FjNDZlMjgyMWIyYmM5Y2E0NDNjM2FjYTRkMWNiZTc4MiJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Apr 20, 2022
1 parent 064905e commit f67944e
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@


class ServiceManagerAsyncClient:
"""`Google Service Management API </service-management/overview>`__"""
"""`Google Service Management
API <https://cloud.google.com/service-infrastructure/docs/overview>`__
"""

_client: ServiceManagerClient

Expand Down Expand Up @@ -1331,11 +1333,11 @@ def sample_list_service_rollouts():
filter (:class:`str`):
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>`__
results to only those in status
(google.api.servicemanagement.v1.RolloutStatus)
'SUCCESS', use filter='status=SUCCESS' -- To limit the
results to those in
`status <google.api.servicemanagement.v1.RolloutStatus>`__
results to those in status
(google.api.servicemanagement.v1.RolloutStatus)
'CANCELLED' or 'FAILED', use filter='status=CANCELLED OR
status=FAILED'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ def get_transport_class(


class ServiceManagerClient(metaclass=ServiceManagerClientMeta):
"""`Google Service Management API </service-management/overview>`__"""
"""`Google Service Management
API <https://cloud.google.com/service-infrastructure/docs/overview>`__
"""

@staticmethod
def _get_default_mtls_endpoint(api_endpoint):
Expand Down Expand Up @@ -1535,11 +1537,11 @@ def sample_list_service_rollouts():
filter (str):
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>`__
results to only those in status
(google.api.servicemanagement.v1.RolloutStatus)
'SUCCESS', use filter='status=SUCCESS' -- To limit the
results to those in
`status <google.api.servicemanagement.v1.RolloutStatus>`__
results to those in status
(google.api.servicemanagement.v1.RolloutStatus)
'CANCELLED' or 'FAILED', use filter='status=CANCELLED OR
status=FAILED'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
class ServiceManagerGrpcTransport(ServiceManagerTransport):
"""gRPC backend transport for ServiceManager.
`Google Service Management API </service-management/overview>`__
`Google Service Management
API <https://cloud.google.com/service-infrastructure/docs/overview>`__
This class defines the same methods as the primary client, so the
primary client can load the underlying transport implementation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
class ServiceManagerGrpcAsyncIOTransport(ServiceManagerTransport):
"""gRPC AsyncIO backend transport for ServiceManager.
`Google Service Management API </service-management/overview>`__
`Google Service Management
API <https://cloud.google.com/service-infrastructure/docs/overview>`__
This class defines the same methods as the primary client, so the
primary client can load the underlying transport implementation
Expand Down
4 changes: 2 additions & 2 deletions google/cloud/servicemanagement_v1/types/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ class ManagedService(proto.Message):
Attributes:
service_name (str):
The name of the service. See the
`overview </service-management/overview>`__ for naming
requirements.
`overview <https://cloud.google.com/service-infrastructure/docs/overview>`__
for naming requirements.
producer_project_id (str):
ID of the project that produces and owns this
service.
Expand Down
9 changes: 4 additions & 5 deletions google/cloud/servicemanagement_v1/types/servicemanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,11 +398,10 @@ class ListServiceRolloutsRequest(proto.Message):
filter (str):
Required. Use ``filter`` to return subset of rollouts. The
following filters are supported: -- To limit the results to
only those in
`status <google.api.servicemanagement.v1.RolloutStatus>`__
'SUCCESS', use filter='status=SUCCESS' -- To limit the
results to those in
`status <google.api.servicemanagement.v1.RolloutStatus>`__
only those in status
(google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS',
use filter='status=SUCCESS' -- To limit the results to those
in status (google.api.servicemanagement.v1.RolloutStatus)
'CANCELLED' or 'FAILED', use filter='status=CANCELLED OR
status=FAILED'
"""
Expand Down

0 comments on commit f67944e

Please sign in to comment.