Skip to content

Commit

Permalink
docs: [google-cloud-network-services] Add a comment for the NetworkSe…
Browse files Browse the repository at this point in the history
…rvices service (#12794)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 642310389

Source-Link:
googleapis/googleapis@04abdaa

Source-Link:
googleapis/googleapis-gen@64d0957
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW5ldHdvcmstc2VydmljZXMvLk93bEJvdC55YW1sIiwiaCI6IjY0ZDA5NTdhMTc1MmIyMmNhMGE5MWIwZjg2ZWY0NmEyMzg0NjZhN2QifQ==

---------

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 Jun 12, 2024
1 parent 2f63125 commit 4a672dc
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.5.11" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.5.11" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@


class NetworkServicesAsyncClient:
""""""
"""Service describing handlers for resources."""

_client: NetworkServicesClient

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def get_transport_class(


class NetworkServicesClient(metaclass=NetworkServicesClientMeta):
""""""
"""Service describing handlers for resources."""

@staticmethod
def _get_default_mtls_endpoint(api_endpoint):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
class NetworkServicesGrpcTransport(NetworkServicesTransport):
"""gRPC backend transport for NetworkServices.
Service describing handlers for resources.
This class defines the same methods as the primary client, so the
primary client can load the underlying transport implementation
and call it.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
class NetworkServicesGrpcAsyncIOTransport(NetworkServicesTransport):
"""gRPC AsyncIO backend transport for NetworkServices.
Service describing handlers for resources.
This class defines the same methods as the primary client, so the
primary client can load the underlying transport implementation
and call it.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1496,6 +1496,8 @@ class NetworkServicesRestStub:
class NetworkServicesRestTransport(NetworkServicesTransport):
"""REST backend transport for NetworkServices.
Service describing handlers for resources.
This class defines the same methods as the primary client, so the
primary client can load the underlying transport implementation
and call it.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-network-services",
"version": "0.5.11"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 4a672dc

Please sign in to comment.