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

Commit

Permalink
docs: Minor formatting (#100)
Browse files Browse the repository at this point in the history
* docs: Minor formatting
chore: Update gapic-generator-python to v1.11.5
build: Update rules_python to 0.24.0

PiperOrigin-RevId: 563436317

Source-Link: googleapis/googleapis@42fd37b

Source-Link: googleapis/googleapis-gen@280264c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjgwMjY0Y2EwMmZiOTMxNmI0MjM3YTk2ZDBhZjFhMjM0M2E4MWE1NiJ9

* 🦉 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>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
3 people committed Sep 13, 2023
1 parent 7430028 commit 77844a9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
from google.cloud.location import locations_pb2 # type: ignore
from google.iam.v1 import iam_policy_pb2 # type: ignore
from google.iam.v1 import policy_pb2 # type: ignore
from google.longrunning import operations_pb2
from google.longrunning import operations_pb2 # type: ignore
from google.protobuf import empty_pb2 # type: ignore
from google.protobuf import field_mask_pb2 # type: ignore
from google.protobuf import timestamp_pb2 # type: ignore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
from google.cloud.location import locations_pb2 # type: ignore
from google.iam.v1 import iam_policy_pb2 # type: ignore
from google.iam.v1 import policy_pb2 # type: ignore
from google.longrunning import operations_pb2
from google.longrunning import operations_pb2 # type: ignore
from google.protobuf import empty_pb2 # type: ignore
from google.protobuf import field_mask_pb2 # type: ignore
from google.protobuf import timestamp_pb2 # type: ignore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
from google.cloud.location import locations_pb2 # type: ignore
from google.iam.v1 import iam_policy_pb2 # type: ignore
from google.iam.v1 import policy_pb2 # type: ignore
from google.longrunning import operations_pb2
from google.protobuf import json_format
import grpc # type: ignore
from requests import __version__ as requests_version
Expand Down
1 change: 1 addition & 0 deletions google/cloud/network_services_v1/types/grpc_route.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ class Destination(proto.Message):
If only one serviceName is specified and it has
a weight greater than 0, 100% of the traffic is
forwarded to that backend.
If weights are specified for any one service
name, they need to be specified for all of them.
Expand Down
2 changes: 2 additions & 0 deletions google/cloud/network_services_v1/types/http_route.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ class Destination(proto.Message):
If only one serviceName is specified and it has
a weight greater than 0, 100% of the traffic is
forwarded to that backend.
If weights are specified for any one service
name, they need to be specified for all of them.
Expand Down Expand Up @@ -907,6 +908,7 @@ class RouteRule(proto.Message):
requests. Each match is independent, i.e. this
rule will be matched if ANY one of the matches
is satisfied.
If no matches field is specified, this rule will
unconditionally match traffic.
Expand Down
1 change: 1 addition & 0 deletions google/cloud/network_services_v1/types/tcp_route.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ class RouteDestination(proto.Message):
If only one serviceName is specified and it has
a weight greater than 0, 100% of the traffic is
forwarded to that backend.
If weights are specified for any one service
name, they need to be specified for all of them.
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.3"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
from google.iam.v1 import iam_policy_pb2 # type: ignore
from google.iam.v1 import options_pb2 # type: ignore
from google.iam.v1 import policy_pb2 # type: ignore
from google.longrunning import operations_pb2
from google.longrunning import operations_pb2 # type: ignore
from google.oauth2 import service_account
from google.protobuf import duration_pb2 # type: ignore
from google.protobuf import empty_pb2 # type: ignore
Expand Down

0 comments on commit 77844a9

Please sign in to comment.