Skip to content

Commit

Permalink
docs: [google-cloud-telcoautomation] replace <> with {} in api docume…
Browse files Browse the repository at this point in the history
…ntation (#12035)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 583911409

Source-Link:
googleapis/googleapis@0e925c3

Source-Link:
googleapis/googleapis-gen@d0e9e62
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXRlbGNvYXV0b21hdGlvbi8uT3dsQm90LnlhbWwiLCJoIjoiZDBlOWU2MjY1OTBmMjdjNjdhZjU2NmNlNGE3MGI2ZTY4OGZiNWFiZiJ9

---------

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 authored Nov 20, 2023
1 parent b2dade2 commit b055b00
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-telcoautomation/.OwlBot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
deep-copy-regex:
- source: /google/cloud/telcoautomation/(v.*)/.*-py
dest: /owl-bot-staging/google-cloud-telcoautomation/$1
api-name: apiPackage
api-name: google-cloud-telcoautomation
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.1.0" # {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.1.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -2294,12 +2294,12 @@ async def sample_search_blueprint_revisions():
2. "latest=true" : Lists
latest revisions across all
blueprints.
3. "name=<name>" : Lists all
3. "name={name}" : Lists all
revisions of blueprint with name
<name>.
4. "name=<name> latest=true": Lists
{name}.
4. "name={name} latest=true": Lists
latest revision of blueprint with
name <name>
name {name}
This corresponds to the ``query`` field
on the ``request`` instance; if ``request`` is provided, this
Expand Down Expand Up @@ -2432,12 +2432,12 @@ async def sample_search_deployment_revisions():
2. "latest=true" : Lists
latest revisions across all
deployments.
3. "name=<name>" : Lists all
3. "name={name}" : Lists all
revisions of deployment with name
<name>.
4. "name=<name> latest=true": Lists
{name}.
4. "name={name} latest=true": Lists
latest revision of deployment with
name <name>
name {name}
This corresponds to the ``query`` field
on the ``request`` instance; if ``request`` is provided, this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2629,12 +2629,12 @@ def sample_search_blueprint_revisions():
2. "latest=true" : Lists
latest revisions across all
blueprints.
3. "name=<name>" : Lists all
3. "name={name}" : Lists all
revisions of blueprint with name
<name>.
4. "name=<name> latest=true": Lists
{name}.
4. "name={name} latest=true": Lists
latest revision of blueprint with
name <name>
name {name}
This corresponds to the ``query`` field
on the ``request`` instance; if ``request`` is provided, this
Expand Down Expand Up @@ -2769,12 +2769,12 @@ def sample_search_deployment_revisions():
2. "latest=true" : Lists
latest revisions across all
deployments.
3. "name=<name>" : Lists all
3. "name={name}" : Lists all
revisions of deployment with name
<name>.
4. "name=<name> latest=true": Lists
{name}.
4. "name={name} latest=true": Lists
latest revision of deployment with
name <name>
name {name}
This corresponds to the ``query`` field
on the ``request`` instance; if ``request`` is provided, this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1483,10 +1483,10 @@ class SearchBlueprintRevisionsRequest(proto.Message):
revisions across all blueprints.
2. "latest=true" : Lists latest
revisions across all blueprints.
3. "name=<name>" : Lists all
revisions of blueprint with name <name>.
4. "name=<name> latest=true": Lists latest
revision of blueprint with name <name>
3. "name={name}" : Lists all
revisions of blueprint with name {name}.
4. "name={name} latest=true": Lists latest
revision of blueprint with name {name}
page_size (int):
Optional. The maximum number of blueprints
revisions to return per page. max page size =
Expand Down Expand Up @@ -1863,10 +1863,10 @@ class SearchDeploymentRevisionsRequest(proto.Message):
revisions across all deployments.
2. "latest=true" : Lists latest
revisions across all deployments.
3. "name=<name>" : Lists all
revisions of deployment with name <name>.
4. "name=<name> latest=true": Lists latest
revision of deployment with name <name>
3. "name={name}" : Lists all
revisions of deployment with name {name}.
4. "name={name} latest=true": Lists latest
revision of deployment with name {name}
page_size (int):
Optional. The maximum number of deployment
revisions to return per page. max page size =
Expand Down
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.1.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}

0 comments on commit b055b00

Please sign in to comment.