diff --git a/TelcoAutomation/samples/V1/TelcoAutomationClient/search_blueprint_revisions.php b/TelcoAutomation/samples/V1/TelcoAutomationClient/search_blueprint_revisions.php index 54a299da4789..65406510e200 100644 --- a/TelcoAutomation/samples/V1/TelcoAutomationClient/search_blueprint_revisions.php +++ b/TelcoAutomation/samples/V1/TelcoAutomationClient/search_blueprint_revisions.php @@ -39,10 +39,10 @@ * @param string $query Supported queries: * 1. "" : Lists all revisions across all blueprints. * 2. "latest=true" : Lists latest revisions across all blueprints. - * 3. "name=" : Lists all revisions of blueprint with name - * . - * 4. "name= latest=true": Lists latest revision of blueprint with 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} */ function search_blueprint_revisions_sample(string $formattedParent, string $query): void { diff --git a/TelcoAutomation/samples/V1/TelcoAutomationClient/search_deployment_revisions.php b/TelcoAutomation/samples/V1/TelcoAutomationClient/search_deployment_revisions.php index bef37a91fb1c..f5febf8a91a0 100644 --- a/TelcoAutomation/samples/V1/TelcoAutomationClient/search_deployment_revisions.php +++ b/TelcoAutomation/samples/V1/TelcoAutomationClient/search_deployment_revisions.php @@ -40,10 +40,10 @@ * 1. "" : Lists all revisions across all deployments. * 2. "latest=true" : Lists latest revisions across all * deployments. - * 3. "name=" : Lists all revisions of deployment with name - * . - * 4. "name= latest=true": Lists latest revision of deployment with 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} */ function search_deployment_revisions_sample(string $formattedParent, string $query): void { diff --git a/TelcoAutomation/src/V1/SearchBlueprintRevisionsRequest.php b/TelcoAutomation/src/V1/SearchBlueprintRevisionsRequest.php index 86c7eab4f675..def3ca0e6efe 100644 --- a/TelcoAutomation/src/V1/SearchBlueprintRevisionsRequest.php +++ b/TelcoAutomation/src/V1/SearchBlueprintRevisionsRequest.php @@ -27,10 +27,10 @@ class SearchBlueprintRevisionsRequest extends \Google\Protobuf\Internal\Message * Required. Supported queries: * 1. "" : Lists all revisions across all blueprints. * 2. "latest=true" : Lists latest revisions across all blueprints. - * 3. "name=" : Lists all revisions of blueprint with name - * . - * 4. "name= latest=true": Lists latest revision of blueprint with 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} * * Generated from protobuf field string query = 2 [(.google.api.field_behavior) = REQUIRED]; */ @@ -58,10 +58,10 @@ class SearchBlueprintRevisionsRequest extends \Google\Protobuf\Internal\Message * @param string $query Required. Supported queries: * 1. "" : Lists all revisions across all blueprints. * 2. "latest=true" : Lists latest revisions across all blueprints. - * 3. "name=" : Lists all revisions of blueprint with name - * . - * 4. "name= latest=true": Lists latest revision of blueprint with 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} * * @return \Google\Cloud\TelcoAutomation\V1\SearchBlueprintRevisionsRequest * @@ -88,10 +88,10 @@ public static function build(string $parent, string $query): self * Required. Supported queries: * 1. "" : Lists all revisions across all blueprints. * 2. "latest=true" : Lists latest revisions across all blueprints. - * 3. "name=" : Lists all revisions of blueprint with name - * . - * 4. "name= latest=true": Lists latest revision of blueprint with 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} * @type int $page_size * Optional. The maximum number of blueprints revisions to return per page. * max page size = 100, default page size = 20. @@ -139,10 +139,10 @@ public function setParent($var) * Required. Supported queries: * 1. "" : Lists all revisions across all blueprints. * 2. "latest=true" : Lists latest revisions across all blueprints. - * 3. "name=" : Lists all revisions of blueprint with name - * . - * 4. "name= latest=true": Lists latest revision of blueprint with 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} * * Generated from protobuf field string query = 2 [(.google.api.field_behavior) = REQUIRED]; * @return string @@ -156,10 +156,10 @@ public function getQuery() * Required. Supported queries: * 1. "" : Lists all revisions across all blueprints. * 2. "latest=true" : Lists latest revisions across all blueprints. - * 3. "name=" : Lists all revisions of blueprint with name - * . - * 4. "name= latest=true": Lists latest revision of blueprint with 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} * * Generated from protobuf field string query = 2 [(.google.api.field_behavior) = REQUIRED]; * @param string $var diff --git a/TelcoAutomation/src/V1/SearchDeploymentRevisionsRequest.php b/TelcoAutomation/src/V1/SearchDeploymentRevisionsRequest.php index 1aa2f1a508cc..1e5ecd13bc64 100644 --- a/TelcoAutomation/src/V1/SearchDeploymentRevisionsRequest.php +++ b/TelcoAutomation/src/V1/SearchDeploymentRevisionsRequest.php @@ -28,10 +28,10 @@ class SearchDeploymentRevisionsRequest extends \Google\Protobuf\Internal\Message * 1. "" : Lists all revisions across all deployments. * 2. "latest=true" : Lists latest revisions across all * deployments. - * 3. "name=" : Lists all revisions of deployment with name - * . - * 4. "name= latest=true": Lists latest revision of deployment with 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} * * Generated from protobuf field string query = 2 [(.google.api.field_behavior) = REQUIRED]; */ @@ -60,10 +60,10 @@ class SearchDeploymentRevisionsRequest extends \Google\Protobuf\Internal\Message * 1. "" : Lists all revisions across all deployments. * 2. "latest=true" : Lists latest revisions across all * deployments. - * 3. "name=" : Lists all revisions of deployment with name - * . - * 4. "name= latest=true": Lists latest revision of deployment with 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} * * @return \Google\Cloud\TelcoAutomation\V1\SearchDeploymentRevisionsRequest * @@ -91,10 +91,10 @@ public static function build(string $parent, string $query): self * 1. "" : Lists all revisions across all deployments. * 2. "latest=true" : Lists latest revisions across all * deployments. - * 3. "name=" : Lists all revisions of deployment with name - * . - * 4. "name= latest=true": Lists latest revision of deployment with 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} * @type int $page_size * Optional. The maximum number of deployment revisions to return per page. * max page size = 100, default page size = 20. @@ -143,10 +143,10 @@ public function setParent($var) * 1. "" : Lists all revisions across all deployments. * 2. "latest=true" : Lists latest revisions across all * deployments. - * 3. "name=" : Lists all revisions of deployment with name - * . - * 4. "name= latest=true": Lists latest revision of deployment with 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} * * Generated from protobuf field string query = 2 [(.google.api.field_behavior) = REQUIRED]; * @return string @@ -161,10 +161,10 @@ public function getQuery() * 1. "" : Lists all revisions across all deployments. * 2. "latest=true" : Lists latest revisions across all * deployments. - * 3. "name=" : Lists all revisions of deployment with name - * . - * 4. "name= latest=true": Lists latest revision of deployment with 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} * * Generated from protobuf field string query = 2 [(.google.api.field_behavior) = REQUIRED]; * @param string $var