Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b055b00

Browse files
docs: [google-cloud-telcoautomation] replace <> with {} in api documentation (#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 <[email protected]>
1 parent b2dade2 commit b055b00

File tree

7 files changed

+28
-28
lines changed

7 files changed

+28
-28
lines changed

packages/google-cloud-telcoautomation/.OwlBot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
deep-copy-regex:
1616
- source: /google/cloud/telcoautomation/(v.*)/.*-py
1717
dest: /owl-bot-staging/google-cloud-telcoautomation/$1
18-
api-name: apiPackage
18+
api-name: google-cloud-telcoautomation

packages/google-cloud-telcoautomation/google/cloud/telcoautomation/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.1.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-telcoautomation/google/cloud/telcoautomation_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.1.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-telcoautomation/google/cloud/telcoautomation_v1/services/telco_automation/async_client.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2294,12 +2294,12 @@ async def sample_search_blueprint_revisions():
22942294
2. "latest=true" : Lists
22952295
latest revisions across all
22962296
blueprints.
2297-
3. "name=<name>" : Lists all
2297+
3. "name={name}" : Lists all
22982298
revisions of blueprint with name
2299-
<name>.
2300-
4. "name=<name> latest=true": Lists
2299+
{name}.
2300+
4. "name={name} latest=true": Lists
23012301
latest revision of blueprint with
2302-
name <name>
2302+
name {name}
23032303
23042304
This corresponds to the ``query`` field
23052305
on the ``request`` instance; if ``request`` is provided, this
@@ -2432,12 +2432,12 @@ async def sample_search_deployment_revisions():
24322432
2. "latest=true" : Lists
24332433
latest revisions across all
24342434
deployments.
2435-
3. "name=<name>" : Lists all
2435+
3. "name={name}" : Lists all
24362436
revisions of deployment with name
2437-
<name>.
2438-
4. "name=<name> latest=true": Lists
2437+
{name}.
2438+
4. "name={name} latest=true": Lists
24392439
latest revision of deployment with
2440-
name <name>
2440+
name {name}
24412441
24422442
This corresponds to the ``query`` field
24432443
on the ``request`` instance; if ``request`` is provided, this

packages/google-cloud-telcoautomation/google/cloud/telcoautomation_v1/services/telco_automation/client.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2629,12 +2629,12 @@ def sample_search_blueprint_revisions():
26292629
2. "latest=true" : Lists
26302630
latest revisions across all
26312631
blueprints.
2632-
3. "name=<name>" : Lists all
2632+
3. "name={name}" : Lists all
26332633
revisions of blueprint with name
2634-
<name>.
2635-
4. "name=<name> latest=true": Lists
2634+
{name}.
2635+
4. "name={name} latest=true": Lists
26362636
latest revision of blueprint with
2637-
name <name>
2637+
name {name}
26382638
26392639
This corresponds to the ``query`` field
26402640
on the ``request`` instance; if ``request`` is provided, this
@@ -2769,12 +2769,12 @@ def sample_search_deployment_revisions():
27692769
2. "latest=true" : Lists
27702770
latest revisions across all
27712771
deployments.
2772-
3. "name=<name>" : Lists all
2772+
3. "name={name}" : Lists all
27732773
revisions of deployment with name
2774-
<name>.
2775-
4. "name=<name> latest=true": Lists
2774+
{name}.
2775+
4. "name={name} latest=true": Lists
27762776
latest revision of deployment with
2777-
name <name>
2777+
name {name}
27782778
27792779
This corresponds to the ``query`` field
27802780
on the ``request`` instance; if ``request`` is provided, this

packages/google-cloud-telcoautomation/google/cloud/telcoautomation_v1/types/telcoautomation.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1483,10 +1483,10 @@ class SearchBlueprintRevisionsRequest(proto.Message):
14831483
revisions across all blueprints.
14841484
2. "latest=true" : Lists latest
14851485
revisions across all blueprints.
1486-
3. "name=<name>" : Lists all
1487-
revisions of blueprint with name <name>.
1488-
4. "name=<name> latest=true": Lists latest
1489-
revision of blueprint with name <name>
1486+
3. "name={name}" : Lists all
1487+
revisions of blueprint with name {name}.
1488+
4. "name={name} latest=true": Lists latest
1489+
revision of blueprint with name {name}
14901490
page_size (int):
14911491
Optional. The maximum number of blueprints
14921492
revisions to return per page. max page size =
@@ -1863,10 +1863,10 @@ class SearchDeploymentRevisionsRequest(proto.Message):
18631863
revisions across all deployments.
18641864
2. "latest=true" : Lists latest
18651865
revisions across all deployments.
1866-
3. "name=<name>" : Lists all
1867-
revisions of deployment with name <name>.
1868-
4. "name=<name> latest=true": Lists latest
1869-
revision of deployment with name <name>
1866+
3. "name={name}" : Lists all
1867+
revisions of deployment with name {name}.
1868+
4. "name={name} latest=true": Lists latest
1869+
revision of deployment with name {name}
18701870
page_size (int):
18711871
Optional. The maximum number of deployment
18721872
revisions to return per page. max page size =

packages/google-cloud-telcoautomation/google/cloud/telcoautomation_v1alpha1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.1.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

0 commit comments

Comments
 (0)