diff --git a/Deploy/samples/V1/CloudDeployClient/get_iam_policy.php b/Deploy/samples/V1/CloudDeployClient/get_iam_policy.php index 1f99bf9ab655..9f77203fdab3 100644 --- a/Deploy/samples/V1/CloudDeployClient/get_iam_policy.php +++ b/Deploy/samples/V1/CloudDeployClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/Deploy/samples/V1/CloudDeployClient/set_iam_policy.php b/Deploy/samples/V1/CloudDeployClient/set_iam_policy.php index c2f9cb10c9a1..5f9184a9278f 100644 --- a/Deploy/samples/V1/CloudDeployClient/set_iam_policy.php +++ b/Deploy/samples/V1/CloudDeployClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/Deploy/samples/V1/CloudDeployClient/test_iam_permissions.php b/Deploy/samples/V1/CloudDeployClient/test_iam_permissions.php index 346128d68307..b611222af70b 100644 --- a/Deploy/samples/V1/CloudDeployClient/test_iam_permissions.php +++ b/Deploy/samples/V1/CloudDeployClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/Deploy/src/V1/Client/CloudDeployClient.php b/Deploy/src/V1/Client/CloudDeployClient.php index 8d5338b7c838..e03ac98b8943 100644 --- a/Deploy/src/V1/Client/CloudDeployClient.php +++ b/Deploy/src/V1/Client/CloudDeployClient.php @@ -2026,7 +2026,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see CloudDeployClient::getIamPolicyAsync()} . * @@ -2053,10 +2053,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see CloudDeployClient::setIamPolicyAsync()} . * @@ -2083,12 +2083,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is {@see CloudDeployClient::testIamPermissionsAsync()} . * diff --git a/DeveloperConnect/samples/V1/DeveloperConnectClient/list_locations.php b/DeveloperConnect/samples/V1/DeveloperConnectClient/list_locations.php index a3b5690131f7..5fdff5ed996d 100644 --- a/DeveloperConnect/samples/V1/DeveloperConnectClient/list_locations.php +++ b/DeveloperConnect/samples/V1/DeveloperConnectClient/list_locations.php @@ -31,13 +31,13 @@ /** * Lists information about the supported locations for this service. -This method can be called in two ways: - -* **List all public locations:** Use the path `GET /v1/locations`. -* **List project-visible locations:** Use the path -`GET /v1/projects/{project_id}/locations`. This may include public -locations as well as private or other locations specifically visible -to the project. + * This method can be called in two ways: + * + * * **List all public locations:** Use the path `GET /v1/locations`. + * * **List project-visible locations:** Use the path + * `GET /v1/projects/{project_id}/locations`. This may include public + * locations as well as private or other locations specifically visible + * to the project. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/DeveloperConnect/samples/V1/InsightsConfigServiceClient/list_locations.php b/DeveloperConnect/samples/V1/InsightsConfigServiceClient/list_locations.php index 84b7ccea487f..30b9b1005a02 100644 --- a/DeveloperConnect/samples/V1/InsightsConfigServiceClient/list_locations.php +++ b/DeveloperConnect/samples/V1/InsightsConfigServiceClient/list_locations.php @@ -31,13 +31,13 @@ /** * Lists information about the supported locations for this service. -This method can be called in two ways: - -* **List all public locations:** Use the path `GET /v1/locations`. -* **List project-visible locations:** Use the path -`GET /v1/projects/{project_id}/locations`. This may include public -locations as well as private or other locations specifically visible -to the project. + * This method can be called in two ways: + * + * * **List all public locations:** Use the path `GET /v1/locations`. + * * **List project-visible locations:** Use the path + * `GET /v1/projects/{project_id}/locations`. This may include public + * locations as well as private or other locations specifically visible + * to the project. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/DeveloperConnect/src/V1/Client/DeveloperConnectClient.php b/DeveloperConnect/src/V1/Client/DeveloperConnectClient.php index 628ca6fa564c..c0a7a5589b48 100644 --- a/DeveloperConnect/src/V1/Client/DeveloperConnectClient.php +++ b/DeveloperConnect/src/V1/Client/DeveloperConnectClient.php @@ -1310,13 +1310,13 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - This method can be called in two ways: - - * **List all public locations:** Use the path `GET /v1/locations`. - * **List project-visible locations:** Use the path - `GET /v1/projects/{project_id}/locations`. This may include public - locations as well as private or other locations specifically visible - to the project. + * This method can be called in two ways: + * + * * **List all public locations:** Use the path `GET /v1/locations`. + * * **List project-visible locations:** Use the path + * `GET /v1/projects/{project_id}/locations`. This may include public + * locations as well as private or other locations specifically visible + * to the project. * * The async variant is {@see DeveloperConnectClient::listLocationsAsync()} . * diff --git a/DeveloperConnect/src/V1/Client/InsightsConfigServiceClient.php b/DeveloperConnect/src/V1/Client/InsightsConfigServiceClient.php index d33f463de2bf..93087597f264 100644 --- a/DeveloperConnect/src/V1/Client/InsightsConfigServiceClient.php +++ b/DeveloperConnect/src/V1/Client/InsightsConfigServiceClient.php @@ -575,13 +575,13 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - This method can be called in two ways: - - * **List all public locations:** Use the path `GET /v1/locations`. - * **List project-visible locations:** Use the path - `GET /v1/projects/{project_id}/locations`. This may include public - locations as well as private or other locations specifically visible - to the project. + * This method can be called in two ways: + * + * * **List all public locations:** Use the path `GET /v1/locations`. + * * **List project-visible locations:** Use the path + * `GET /v1/projects/{project_id}/locations`. This may include public + * locations as well as private or other locations specifically visible + * to the project. * * The async variant is {@see InsightsConfigServiceClient::listLocationsAsync()} . * diff --git a/Dialogflow/samples/V2/AgentsClient/list_locations.php b/Dialogflow/samples/V2/AgentsClient/list_locations.php index e4a1eed37a81..966151e4197b 100644 --- a/Dialogflow/samples/V2/AgentsClient/list_locations.php +++ b/Dialogflow/samples/V2/AgentsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Dialogflow/samples/V2/AnswerRecordsClient/list_locations.php b/Dialogflow/samples/V2/AnswerRecordsClient/list_locations.php index ab614e4d408d..45c39b565351 100644 --- a/Dialogflow/samples/V2/AnswerRecordsClient/list_locations.php +++ b/Dialogflow/samples/V2/AnswerRecordsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Dialogflow/samples/V2/ContextsClient/list_locations.php b/Dialogflow/samples/V2/ContextsClient/list_locations.php index 361dfc527e82..99bff9629e1b 100644 --- a/Dialogflow/samples/V2/ContextsClient/list_locations.php +++ b/Dialogflow/samples/V2/ContextsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Dialogflow/samples/V2/ConversationDatasetsClient/list_locations.php b/Dialogflow/samples/V2/ConversationDatasetsClient/list_locations.php index 2b41bb0b8fd3..f8cb6a707ba8 100644 --- a/Dialogflow/samples/V2/ConversationDatasetsClient/list_locations.php +++ b/Dialogflow/samples/V2/ConversationDatasetsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Dialogflow/samples/V2/ConversationModelsClient/list_locations.php b/Dialogflow/samples/V2/ConversationModelsClient/list_locations.php index 1a685eabe292..4d1c7fd0af00 100644 --- a/Dialogflow/samples/V2/ConversationModelsClient/list_locations.php +++ b/Dialogflow/samples/V2/ConversationModelsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Dialogflow/samples/V2/ConversationProfilesClient/list_locations.php b/Dialogflow/samples/V2/ConversationProfilesClient/list_locations.php index 11c5da4233b1..ee7ca893fb08 100644 --- a/Dialogflow/samples/V2/ConversationProfilesClient/list_locations.php +++ b/Dialogflow/samples/V2/ConversationProfilesClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Dialogflow/samples/V2/ConversationsClient/list_locations.php b/Dialogflow/samples/V2/ConversationsClient/list_locations.php index 37550c31e4e6..7db0d64ed38c 100644 --- a/Dialogflow/samples/V2/ConversationsClient/list_locations.php +++ b/Dialogflow/samples/V2/ConversationsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Dialogflow/samples/V2/DocumentsClient/list_locations.php b/Dialogflow/samples/V2/DocumentsClient/list_locations.php index 73412e671f65..3f55374d2d24 100644 --- a/Dialogflow/samples/V2/DocumentsClient/list_locations.php +++ b/Dialogflow/samples/V2/DocumentsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Dialogflow/samples/V2/EncryptionSpecServiceClient/list_locations.php b/Dialogflow/samples/V2/EncryptionSpecServiceClient/list_locations.php index ce5484244654..d281ebe0b573 100644 --- a/Dialogflow/samples/V2/EncryptionSpecServiceClient/list_locations.php +++ b/Dialogflow/samples/V2/EncryptionSpecServiceClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Dialogflow/samples/V2/EntityTypesClient/list_locations.php b/Dialogflow/samples/V2/EntityTypesClient/list_locations.php index 738bbca3fb32..70b1b5d3c44d 100644 --- a/Dialogflow/samples/V2/EntityTypesClient/list_locations.php +++ b/Dialogflow/samples/V2/EntityTypesClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Dialogflow/samples/V2/EnvironmentsClient/list_locations.php b/Dialogflow/samples/V2/EnvironmentsClient/list_locations.php index a9a6632f6627..2196ec8c010c 100644 --- a/Dialogflow/samples/V2/EnvironmentsClient/list_locations.php +++ b/Dialogflow/samples/V2/EnvironmentsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Dialogflow/samples/V2/FulfillmentsClient/list_locations.php b/Dialogflow/samples/V2/FulfillmentsClient/list_locations.php index 298ab7285d90..8101679c2f3e 100644 --- a/Dialogflow/samples/V2/FulfillmentsClient/list_locations.php +++ b/Dialogflow/samples/V2/FulfillmentsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Dialogflow/samples/V2/GeneratorEvaluationsClient/list_locations.php b/Dialogflow/samples/V2/GeneratorEvaluationsClient/list_locations.php index c58eab34354a..cd2258c5aa13 100644 --- a/Dialogflow/samples/V2/GeneratorEvaluationsClient/list_locations.php +++ b/Dialogflow/samples/V2/GeneratorEvaluationsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Dialogflow/samples/V2/GeneratorsClient/list_locations.php b/Dialogflow/samples/V2/GeneratorsClient/list_locations.php index dd8fdc262430..403bd04d0d96 100644 --- a/Dialogflow/samples/V2/GeneratorsClient/list_locations.php +++ b/Dialogflow/samples/V2/GeneratorsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Dialogflow/samples/V2/IntentsClient/list_locations.php b/Dialogflow/samples/V2/IntentsClient/list_locations.php index 4e1f116b7b1a..afc95ded3445 100644 --- a/Dialogflow/samples/V2/IntentsClient/list_locations.php +++ b/Dialogflow/samples/V2/IntentsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Dialogflow/samples/V2/KnowledgeBasesClient/list_locations.php b/Dialogflow/samples/V2/KnowledgeBasesClient/list_locations.php index 800b1dc0c15c..ae450bc21987 100644 --- a/Dialogflow/samples/V2/KnowledgeBasesClient/list_locations.php +++ b/Dialogflow/samples/V2/KnowledgeBasesClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Dialogflow/samples/V2/ParticipantsClient/list_locations.php b/Dialogflow/samples/V2/ParticipantsClient/list_locations.php index 75daf65a0f59..177a8015720f 100644 --- a/Dialogflow/samples/V2/ParticipantsClient/list_locations.php +++ b/Dialogflow/samples/V2/ParticipantsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Dialogflow/samples/V2/SessionEntityTypesClient/list_locations.php b/Dialogflow/samples/V2/SessionEntityTypesClient/list_locations.php index e800c94b995e..a85974518186 100644 --- a/Dialogflow/samples/V2/SessionEntityTypesClient/list_locations.php +++ b/Dialogflow/samples/V2/SessionEntityTypesClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Dialogflow/samples/V2/SessionsClient/list_locations.php b/Dialogflow/samples/V2/SessionsClient/list_locations.php index e7a1fd6e3aaa..7288fcbb2f20 100644 --- a/Dialogflow/samples/V2/SessionsClient/list_locations.php +++ b/Dialogflow/samples/V2/SessionsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Dialogflow/samples/V2/SipTrunksClient/list_locations.php b/Dialogflow/samples/V2/SipTrunksClient/list_locations.php index b976616dbbf8..ac362c2728b5 100644 --- a/Dialogflow/samples/V2/SipTrunksClient/list_locations.php +++ b/Dialogflow/samples/V2/SipTrunksClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Dialogflow/samples/V2/ToolsClient/list_locations.php b/Dialogflow/samples/V2/ToolsClient/list_locations.php index 5810f6d4e0a2..40fc8267bbae 100644 --- a/Dialogflow/samples/V2/ToolsClient/list_locations.php +++ b/Dialogflow/samples/V2/ToolsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Dialogflow/samples/V2/VersionsClient/list_locations.php b/Dialogflow/samples/V2/VersionsClient/list_locations.php index d41b35242677..81a243d7d7c6 100644 --- a/Dialogflow/samples/V2/VersionsClient/list_locations.php +++ b/Dialogflow/samples/V2/VersionsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Dialogflow/src/V2/Client/AgentsClient.php b/Dialogflow/src/V2/Client/AgentsClient.php index 4776499b88c1..681d6008febe 100644 --- a/Dialogflow/src/V2/Client/AgentsClient.php +++ b/Dialogflow/src/V2/Client/AgentsClient.php @@ -714,22 +714,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see AgentsClient::listLocationsAsync()} . * diff --git a/Dialogflow/src/V2/Client/AnswerRecordsClient.php b/Dialogflow/src/V2/Client/AnswerRecordsClient.php index 4aa8ea0c172b..2498d4d0a516 100644 --- a/Dialogflow/src/V2/Client/AnswerRecordsClient.php +++ b/Dialogflow/src/V2/Client/AnswerRecordsClient.php @@ -797,22 +797,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see AnswerRecordsClient::listLocationsAsync()} . * diff --git a/Dialogflow/src/V2/Client/ContextsClient.php b/Dialogflow/src/V2/Client/ContextsClient.php index fc068ff0b8f6..60bb4210fd80 100644 --- a/Dialogflow/src/V2/Client/ContextsClient.php +++ b/Dialogflow/src/V2/Client/ContextsClient.php @@ -644,22 +644,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see ContextsClient::listLocationsAsync()} . * diff --git a/Dialogflow/src/V2/Client/ConversationDatasetsClient.php b/Dialogflow/src/V2/Client/ConversationDatasetsClient.php index c95db62840fc..f6a52567f160 100644 --- a/Dialogflow/src/V2/Client/ConversationDatasetsClient.php +++ b/Dialogflow/src/V2/Client/ConversationDatasetsClient.php @@ -527,22 +527,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see ConversationDatasetsClient::listLocationsAsync()} . * diff --git a/Dialogflow/src/V2/Client/ConversationModelsClient.php b/Dialogflow/src/V2/Client/ConversationModelsClient.php index c50975008c51..297f41d0cad1 100644 --- a/Dialogflow/src/V2/Client/ConversationModelsClient.php +++ b/Dialogflow/src/V2/Client/ConversationModelsClient.php @@ -845,22 +845,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see ConversationModelsClient::listLocationsAsync()} . * diff --git a/Dialogflow/src/V2/Client/ConversationProfilesClient.php b/Dialogflow/src/V2/Client/ConversationProfilesClient.php index 94cec34c1f8d..7a15eb24ea0b 100644 --- a/Dialogflow/src/V2/Client/ConversationProfilesClient.php +++ b/Dialogflow/src/V2/Client/ConversationProfilesClient.php @@ -943,22 +943,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see ConversationProfilesClient::listLocationsAsync()} . * diff --git a/Dialogflow/src/V2/Client/ConversationsClient.php b/Dialogflow/src/V2/Client/ConversationsClient.php index 27c6311627ee..2a504e6cde98 100644 --- a/Dialogflow/src/V2/Client/ConversationsClient.php +++ b/Dialogflow/src/V2/Client/ConversationsClient.php @@ -1255,22 +1255,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see ConversationsClient::listLocationsAsync()} . * diff --git a/Dialogflow/src/V2/Client/DocumentsClient.php b/Dialogflow/src/V2/Client/DocumentsClient.php index d5fc03396587..11bdedc1aa90 100644 --- a/Dialogflow/src/V2/Client/DocumentsClient.php +++ b/Dialogflow/src/V2/Client/DocumentsClient.php @@ -708,22 +708,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see DocumentsClient::listLocationsAsync()} . * diff --git a/Dialogflow/src/V2/Client/EncryptionSpecServiceClient.php b/Dialogflow/src/V2/Client/EncryptionSpecServiceClient.php index 803a340ef470..f688cde5a041 100644 --- a/Dialogflow/src/V2/Client/EncryptionSpecServiceClient.php +++ b/Dialogflow/src/V2/Client/EncryptionSpecServiceClient.php @@ -377,22 +377,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see EncryptionSpecServiceClient::listLocationsAsync()} . * diff --git a/Dialogflow/src/V2/Client/EntityTypesClient.php b/Dialogflow/src/V2/Client/EntityTypesClient.php index af3b6ab4e279..89aa82489e54 100644 --- a/Dialogflow/src/V2/Client/EntityTypesClient.php +++ b/Dialogflow/src/V2/Client/EntityTypesClient.php @@ -765,22 +765,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see EntityTypesClient::listLocationsAsync()} . * diff --git a/Dialogflow/src/V2/Client/EnvironmentsClient.php b/Dialogflow/src/V2/Client/EnvironmentsClient.php index c548b792df3c..f63ab86bc04d 100644 --- a/Dialogflow/src/V2/Client/EnvironmentsClient.php +++ b/Dialogflow/src/V2/Client/EnvironmentsClient.php @@ -634,22 +634,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see EnvironmentsClient::listLocationsAsync()} . * diff --git a/Dialogflow/src/V2/Client/FulfillmentsClient.php b/Dialogflow/src/V2/Client/FulfillmentsClient.php index 3fa67e3491f6..4ff0c182c23e 100644 --- a/Dialogflow/src/V2/Client/FulfillmentsClient.php +++ b/Dialogflow/src/V2/Client/FulfillmentsClient.php @@ -346,22 +346,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see FulfillmentsClient::listLocationsAsync()} . * diff --git a/Dialogflow/src/V2/Client/GeneratorEvaluationsClient.php b/Dialogflow/src/V2/Client/GeneratorEvaluationsClient.php index 6d45dcda997b..79cdea81a4be 100644 --- a/Dialogflow/src/V2/Client/GeneratorEvaluationsClient.php +++ b/Dialogflow/src/V2/Client/GeneratorEvaluationsClient.php @@ -522,22 +522,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see GeneratorEvaluationsClient::listLocationsAsync()} . * diff --git a/Dialogflow/src/V2/Client/GeneratorsClient.php b/Dialogflow/src/V2/Client/GeneratorsClient.php index b903a83fef0d..0c9f674756f9 100644 --- a/Dialogflow/src/V2/Client/GeneratorsClient.php +++ b/Dialogflow/src/V2/Client/GeneratorsClient.php @@ -480,22 +480,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see GeneratorsClient::listLocationsAsync()} . * diff --git a/Dialogflow/src/V2/Client/IntentsClient.php b/Dialogflow/src/V2/Client/IntentsClient.php index 37fcb6b23250..85550acffd4d 100644 --- a/Dialogflow/src/V2/Client/IntentsClient.php +++ b/Dialogflow/src/V2/Client/IntentsClient.php @@ -872,22 +872,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see IntentsClient::listLocationsAsync()} . * diff --git a/Dialogflow/src/V2/Client/KnowledgeBasesClient.php b/Dialogflow/src/V2/Client/KnowledgeBasesClient.php index fe32438bc2f9..215d9fbee625 100644 --- a/Dialogflow/src/V2/Client/KnowledgeBasesClient.php +++ b/Dialogflow/src/V2/Client/KnowledgeBasesClient.php @@ -472,22 +472,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see KnowledgeBasesClient::listLocationsAsync()} . * diff --git a/Dialogflow/src/V2/Client/ParticipantsClient.php b/Dialogflow/src/V2/Client/ParticipantsClient.php index 1585a34b61a0..b9664b7a8fa9 100644 --- a/Dialogflow/src/V2/Client/ParticipantsClient.php +++ b/Dialogflow/src/V2/Client/ParticipantsClient.php @@ -1129,22 +1129,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see ParticipantsClient::listLocationsAsync()} . * diff --git a/Dialogflow/src/V2/Client/SessionEntityTypesClient.php b/Dialogflow/src/V2/Client/SessionEntityTypesClient.php index 9e2c9ce960c6..4fa6608f97c1 100644 --- a/Dialogflow/src/V2/Client/SessionEntityTypesClient.php +++ b/Dialogflow/src/V2/Client/SessionEntityTypesClient.php @@ -653,22 +653,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see SessionEntityTypesClient::listLocationsAsync()} . * diff --git a/Dialogflow/src/V2/Client/SessionsClient.php b/Dialogflow/src/V2/Client/SessionsClient.php index bed9baf70a16..784723864e44 100644 --- a/Dialogflow/src/V2/Client/SessionsClient.php +++ b/Dialogflow/src/V2/Client/SessionsClient.php @@ -705,22 +705,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see SessionsClient::listLocationsAsync()} . * diff --git a/Dialogflow/src/V2/Client/SipTrunksClient.php b/Dialogflow/src/V2/Client/SipTrunksClient.php index fb0d929d7f6e..72d489ca91f0 100644 --- a/Dialogflow/src/V2/Client/SipTrunksClient.php +++ b/Dialogflow/src/V2/Client/SipTrunksClient.php @@ -416,22 +416,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see SipTrunksClient::listLocationsAsync()} . * diff --git a/Dialogflow/src/V2/Client/ToolsClient.php b/Dialogflow/src/V2/Client/ToolsClient.php index 653956800666..c4e041093c13 100644 --- a/Dialogflow/src/V2/Client/ToolsClient.php +++ b/Dialogflow/src/V2/Client/ToolsClient.php @@ -460,22 +460,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see ToolsClient::listLocationsAsync()} . * diff --git a/Dialogflow/src/V2/Client/VersionsClient.php b/Dialogflow/src/V2/Client/VersionsClient.php index 5729c90c1723..85f7d982068b 100644 --- a/Dialogflow/src/V2/Client/VersionsClient.php +++ b/Dialogflow/src/V2/Client/VersionsClient.php @@ -490,22 +490,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see VersionsClient::listLocationsAsync()} . * diff --git a/DialogflowCx/samples/V3/AgentsClient/list_locations.php b/DialogflowCx/samples/V3/AgentsClient/list_locations.php index e4ad64ca7de7..9ebb11bcac42 100644 --- a/DialogflowCx/samples/V3/AgentsClient/list_locations.php +++ b/DialogflowCx/samples/V3/AgentsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/DialogflowCx/samples/V3/ChangelogsClient/list_locations.php b/DialogflowCx/samples/V3/ChangelogsClient/list_locations.php index 7b3affa81d25..d76e255f33c2 100644 --- a/DialogflowCx/samples/V3/ChangelogsClient/list_locations.php +++ b/DialogflowCx/samples/V3/ChangelogsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/DialogflowCx/samples/V3/DeploymentsClient/list_locations.php b/DialogflowCx/samples/V3/DeploymentsClient/list_locations.php index db3f2602af89..f515a0347af2 100644 --- a/DialogflowCx/samples/V3/DeploymentsClient/list_locations.php +++ b/DialogflowCx/samples/V3/DeploymentsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/DialogflowCx/samples/V3/EntityTypesClient/list_locations.php b/DialogflowCx/samples/V3/EntityTypesClient/list_locations.php index e7b0ec5094da..d478b9c4bf59 100644 --- a/DialogflowCx/samples/V3/EntityTypesClient/list_locations.php +++ b/DialogflowCx/samples/V3/EntityTypesClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/DialogflowCx/samples/V3/EnvironmentsClient/list_locations.php b/DialogflowCx/samples/V3/EnvironmentsClient/list_locations.php index 53bcd3619818..7cbe3afba37c 100644 --- a/DialogflowCx/samples/V3/EnvironmentsClient/list_locations.php +++ b/DialogflowCx/samples/V3/EnvironmentsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/DialogflowCx/samples/V3/ExamplesClient/list_locations.php b/DialogflowCx/samples/V3/ExamplesClient/list_locations.php index 10034c9cd6cf..c057a585dab4 100644 --- a/DialogflowCx/samples/V3/ExamplesClient/list_locations.php +++ b/DialogflowCx/samples/V3/ExamplesClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/DialogflowCx/samples/V3/ExperimentsClient/list_locations.php b/DialogflowCx/samples/V3/ExperimentsClient/list_locations.php index 1136c5474a0e..27e10794043d 100644 --- a/DialogflowCx/samples/V3/ExperimentsClient/list_locations.php +++ b/DialogflowCx/samples/V3/ExperimentsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/DialogflowCx/samples/V3/FlowsClient/list_locations.php b/DialogflowCx/samples/V3/FlowsClient/list_locations.php index 0fcacd711495..e8438b259773 100644 --- a/DialogflowCx/samples/V3/FlowsClient/list_locations.php +++ b/DialogflowCx/samples/V3/FlowsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/DialogflowCx/samples/V3/GeneratorsClient/list_locations.php b/DialogflowCx/samples/V3/GeneratorsClient/list_locations.php index c65cda4c8a23..4c8dd9f10a38 100644 --- a/DialogflowCx/samples/V3/GeneratorsClient/list_locations.php +++ b/DialogflowCx/samples/V3/GeneratorsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/DialogflowCx/samples/V3/IntentsClient/list_locations.php b/DialogflowCx/samples/V3/IntentsClient/list_locations.php index f28b18cc9aef..574e3d8fdb03 100644 --- a/DialogflowCx/samples/V3/IntentsClient/list_locations.php +++ b/DialogflowCx/samples/V3/IntentsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/DialogflowCx/samples/V3/PagesClient/list_locations.php b/DialogflowCx/samples/V3/PagesClient/list_locations.php index 766b8477e218..5023101d09af 100644 --- a/DialogflowCx/samples/V3/PagesClient/list_locations.php +++ b/DialogflowCx/samples/V3/PagesClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/DialogflowCx/samples/V3/PlaybooksClient/list_locations.php b/DialogflowCx/samples/V3/PlaybooksClient/list_locations.php index d33f00a9cb7b..b448c1b6316c 100644 --- a/DialogflowCx/samples/V3/PlaybooksClient/list_locations.php +++ b/DialogflowCx/samples/V3/PlaybooksClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/DialogflowCx/samples/V3/SecuritySettingsServiceClient/list_locations.php b/DialogflowCx/samples/V3/SecuritySettingsServiceClient/list_locations.php index 8f761b970596..b6eba19c6470 100644 --- a/DialogflowCx/samples/V3/SecuritySettingsServiceClient/list_locations.php +++ b/DialogflowCx/samples/V3/SecuritySettingsServiceClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/DialogflowCx/samples/V3/SessionEntityTypesClient/list_locations.php b/DialogflowCx/samples/V3/SessionEntityTypesClient/list_locations.php index 27536ac20030..76682264080d 100644 --- a/DialogflowCx/samples/V3/SessionEntityTypesClient/list_locations.php +++ b/DialogflowCx/samples/V3/SessionEntityTypesClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/DialogflowCx/samples/V3/SessionsClient/list_locations.php b/DialogflowCx/samples/V3/SessionsClient/list_locations.php index 593140267ee7..adbec7d13d60 100644 --- a/DialogflowCx/samples/V3/SessionsClient/list_locations.php +++ b/DialogflowCx/samples/V3/SessionsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/DialogflowCx/samples/V3/TestCasesClient/list_locations.php b/DialogflowCx/samples/V3/TestCasesClient/list_locations.php index 3149bb99e4c8..7ea0228d7d61 100644 --- a/DialogflowCx/samples/V3/TestCasesClient/list_locations.php +++ b/DialogflowCx/samples/V3/TestCasesClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/DialogflowCx/samples/V3/ToolsClient/list_locations.php b/DialogflowCx/samples/V3/ToolsClient/list_locations.php index 6b3eb7d50566..e42ec089ee72 100644 --- a/DialogflowCx/samples/V3/ToolsClient/list_locations.php +++ b/DialogflowCx/samples/V3/ToolsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/DialogflowCx/samples/V3/TransitionRouteGroupsClient/list_locations.php b/DialogflowCx/samples/V3/TransitionRouteGroupsClient/list_locations.php index a67cbb63664a..f1af4239963f 100644 --- a/DialogflowCx/samples/V3/TransitionRouteGroupsClient/list_locations.php +++ b/DialogflowCx/samples/V3/TransitionRouteGroupsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/DialogflowCx/samples/V3/VersionsClient/list_locations.php b/DialogflowCx/samples/V3/VersionsClient/list_locations.php index 10b09f777463..f0a38cb30dfe 100644 --- a/DialogflowCx/samples/V3/VersionsClient/list_locations.php +++ b/DialogflowCx/samples/V3/VersionsClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/DialogflowCx/samples/V3/WebhooksClient/list_locations.php b/DialogflowCx/samples/V3/WebhooksClient/list_locations.php index b7d11d4f206c..38fd63ade0af 100644 --- a/DialogflowCx/samples/V3/WebhooksClient/list_locations.php +++ b/DialogflowCx/samples/V3/WebhooksClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/DialogflowCx/src/V3/Client/AgentsClient.php b/DialogflowCx/src/V3/Client/AgentsClient.php index d6aa30ead154..9565921b95b0 100644 --- a/DialogflowCx/src/V3/Client/AgentsClient.php +++ b/DialogflowCx/src/V3/Client/AgentsClient.php @@ -834,22 +834,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see AgentsClient::listLocationsAsync()} . * diff --git a/DialogflowCx/src/V3/Client/ChangelogsClient.php b/DialogflowCx/src/V3/Client/ChangelogsClient.php index 4298ad0f74cd..d7b655e5c251 100644 --- a/DialogflowCx/src/V3/Client/ChangelogsClient.php +++ b/DialogflowCx/src/V3/Client/ChangelogsClient.php @@ -338,22 +338,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see ChangelogsClient::listLocationsAsync()} . * diff --git a/DialogflowCx/src/V3/Client/DeploymentsClient.php b/DialogflowCx/src/V3/Client/DeploymentsClient.php index bbf27f65f70e..de2d76559b52 100644 --- a/DialogflowCx/src/V3/Client/DeploymentsClient.php +++ b/DialogflowCx/src/V3/Client/DeploymentsClient.php @@ -353,22 +353,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see DeploymentsClient::listLocationsAsync()} . * diff --git a/DialogflowCx/src/V3/Client/EntityTypesClient.php b/DialogflowCx/src/V3/Client/EntityTypesClient.php index e1b841f9de30..5297c0622fef 100644 --- a/DialogflowCx/src/V3/Client/EntityTypesClient.php +++ b/DialogflowCx/src/V3/Client/EntityTypesClient.php @@ -544,22 +544,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see EntityTypesClient::listLocationsAsync()} . * diff --git a/DialogflowCx/src/V3/Client/EnvironmentsClient.php b/DialogflowCx/src/V3/Client/EnvironmentsClient.php index e9eafe0ba5d1..12c9f5460cf1 100644 --- a/DialogflowCx/src/V3/Client/EnvironmentsClient.php +++ b/DialogflowCx/src/V3/Client/EnvironmentsClient.php @@ -759,22 +759,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see EnvironmentsClient::listLocationsAsync()} . * diff --git a/DialogflowCx/src/V3/Client/ExamplesClient.php b/DialogflowCx/src/V3/Client/ExamplesClient.php index 2a079898b21e..2a5e14fdaa2b 100644 --- a/DialogflowCx/src/V3/Client/ExamplesClient.php +++ b/DialogflowCx/src/V3/Client/ExamplesClient.php @@ -473,22 +473,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see ExamplesClient::listLocationsAsync()} . * diff --git a/DialogflowCx/src/V3/Client/ExperimentsClient.php b/DialogflowCx/src/V3/Client/ExperimentsClient.php index a2f01ee878cb..50e05e3631b4 100644 --- a/DialogflowCx/src/V3/Client/ExperimentsClient.php +++ b/DialogflowCx/src/V3/Client/ExperimentsClient.php @@ -526,22 +526,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see ExperimentsClient::listLocationsAsync()} . * diff --git a/DialogflowCx/src/V3/Client/FlowsClient.php b/DialogflowCx/src/V3/Client/FlowsClient.php index beb942cd12d9..9b35994eeee8 100644 --- a/DialogflowCx/src/V3/Client/FlowsClient.php +++ b/DialogflowCx/src/V3/Client/FlowsClient.php @@ -919,22 +919,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see FlowsClient::listLocationsAsync()} . * diff --git a/DialogflowCx/src/V3/Client/GeneratorsClient.php b/DialogflowCx/src/V3/Client/GeneratorsClient.php index 1d669b531a4a..bab6196cf67a 100644 --- a/DialogflowCx/src/V3/Client/GeneratorsClient.php +++ b/DialogflowCx/src/V3/Client/GeneratorsClient.php @@ -420,22 +420,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see GeneratorsClient::listLocationsAsync()} . * diff --git a/DialogflowCx/src/V3/Client/IntentsClient.php b/DialogflowCx/src/V3/Client/IntentsClient.php index 30d509854349..170b190f813e 100644 --- a/DialogflowCx/src/V3/Client/IntentsClient.php +++ b/DialogflowCx/src/V3/Client/IntentsClient.php @@ -586,22 +586,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see IntentsClient::listLocationsAsync()} . * diff --git a/DialogflowCx/src/V3/Client/PagesClient.php b/DialogflowCx/src/V3/Client/PagesClient.php index 1abe7750f42c..cc0067654d28 100644 --- a/DialogflowCx/src/V3/Client/PagesClient.php +++ b/DialogflowCx/src/V3/Client/PagesClient.php @@ -657,22 +657,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see PagesClient::listLocationsAsync()} . * diff --git a/DialogflowCx/src/V3/Client/PlaybooksClient.php b/DialogflowCx/src/V3/Client/PlaybooksClient.php index 099b3563cd8e..8fde8a7a4b9d 100644 --- a/DialogflowCx/src/V3/Client/PlaybooksClient.php +++ b/DialogflowCx/src/V3/Client/PlaybooksClient.php @@ -828,22 +828,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see PlaybooksClient::listLocationsAsync()} . * diff --git a/DialogflowCx/src/V3/Client/SecuritySettingsServiceClient.php b/DialogflowCx/src/V3/Client/SecuritySettingsServiceClient.php index 47de89332a33..bb43d7e5bdfd 100644 --- a/DialogflowCx/src/V3/Client/SecuritySettingsServiceClient.php +++ b/DialogflowCx/src/V3/Client/SecuritySettingsServiceClient.php @@ -567,22 +567,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see SecuritySettingsServiceClient::listLocationsAsync()} * . diff --git a/DialogflowCx/src/V3/Client/SessionEntityTypesClient.php b/DialogflowCx/src/V3/Client/SessionEntityTypesClient.php index 599d1785131e..b0612a1618d8 100644 --- a/DialogflowCx/src/V3/Client/SessionEntityTypesClient.php +++ b/DialogflowCx/src/V3/Client/SessionEntityTypesClient.php @@ -559,22 +559,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see SessionEntityTypesClient::listLocationsAsync()} . * diff --git a/DialogflowCx/src/V3/Client/SessionsClient.php b/DialogflowCx/src/V3/Client/SessionsClient.php index bc849b5f95ec..eeafa1637bc6 100644 --- a/DialogflowCx/src/V3/Client/SessionsClient.php +++ b/DialogflowCx/src/V3/Client/SessionsClient.php @@ -827,22 +827,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see SessionsClient::listLocationsAsync()} . * diff --git a/DialogflowCx/src/V3/Client/TestCasesClient.php b/DialogflowCx/src/V3/Client/TestCasesClient.php index bf29504edf7a..1f9946187ebb 100644 --- a/DialogflowCx/src/V3/Client/TestCasesClient.php +++ b/DialogflowCx/src/V3/Client/TestCasesClient.php @@ -1045,22 +1045,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see TestCasesClient::listLocationsAsync()} . * diff --git a/DialogflowCx/src/V3/Client/ToolsClient.php b/DialogflowCx/src/V3/Client/ToolsClient.php index e42d7a42ae02..9b5b2ad03980 100644 --- a/DialogflowCx/src/V3/Client/ToolsClient.php +++ b/DialogflowCx/src/V3/Client/ToolsClient.php @@ -639,22 +639,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see ToolsClient::listLocationsAsync()} . * diff --git a/DialogflowCx/src/V3/Client/TransitionRouteGroupsClient.php b/DialogflowCx/src/V3/Client/TransitionRouteGroupsClient.php index 9de79a1c7cd9..661e625eec3b 100644 --- a/DialogflowCx/src/V3/Client/TransitionRouteGroupsClient.php +++ b/DialogflowCx/src/V3/Client/TransitionRouteGroupsClient.php @@ -654,22 +654,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see TransitionRouteGroupsClient::listLocationsAsync()} . * diff --git a/DialogflowCx/src/V3/Client/VersionsClient.php b/DialogflowCx/src/V3/Client/VersionsClient.php index 10a5a87ddc91..f1c682368472 100644 --- a/DialogflowCx/src/V3/Client/VersionsClient.php +++ b/DialogflowCx/src/V3/Client/VersionsClient.php @@ -561,22 +561,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see VersionsClient::listLocationsAsync()} . * diff --git a/DialogflowCx/src/V3/Client/WebhooksClient.php b/DialogflowCx/src/V3/Client/WebhooksClient.php index bd31de5b71f4..706ae3e51d70 100644 --- a/DialogflowCx/src/V3/Client/WebhooksClient.php +++ b/DialogflowCx/src/V3/Client/WebhooksClient.php @@ -462,22 +462,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see WebhooksClient::listLocationsAsync()} . * diff --git a/Eventarc/samples/V1/EventarcClient/get_iam_policy.php b/Eventarc/samples/V1/EventarcClient/get_iam_policy.php index 5bb57802d46d..8e09a11e2097 100644 --- a/Eventarc/samples/V1/EventarcClient/get_iam_policy.php +++ b/Eventarc/samples/V1/EventarcClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/Eventarc/samples/V1/EventarcClient/set_iam_policy.php b/Eventarc/samples/V1/EventarcClient/set_iam_policy.php index 4191e51b6121..bf1f23e9a4a7 100644 --- a/Eventarc/samples/V1/EventarcClient/set_iam_policy.php +++ b/Eventarc/samples/V1/EventarcClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/Eventarc/samples/V1/EventarcClient/test_iam_permissions.php b/Eventarc/samples/V1/EventarcClient/test_iam_permissions.php index dec73dcaf0f6..2e8b4bea9334 100644 --- a/Eventarc/samples/V1/EventarcClient/test_iam_permissions.php +++ b/Eventarc/samples/V1/EventarcClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/Eventarc/src/V1/Client/EventarcClient.php b/Eventarc/src/V1/Client/EventarcClient.php index 7bd25270a833..ca3908281c37 100644 --- a/Eventarc/src/V1/Client/EventarcClient.php +++ b/Eventarc/src/V1/Client/EventarcClient.php @@ -1764,7 +1764,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see EventarcClient::getIamPolicyAsync()} . * @@ -1791,10 +1791,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see EventarcClient::setIamPolicyAsync()} . * @@ -1821,12 +1821,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is {@see EventarcClient::testIamPermissionsAsync()} . * diff --git a/Functions/samples/V2/FunctionServiceClient/get_iam_policy.php b/Functions/samples/V2/FunctionServiceClient/get_iam_policy.php index 056fb592eff9..87eadde43684 100644 --- a/Functions/samples/V2/FunctionServiceClient/get_iam_policy.php +++ b/Functions/samples/V2/FunctionServiceClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/Functions/samples/V2/FunctionServiceClient/set_iam_policy.php b/Functions/samples/V2/FunctionServiceClient/set_iam_policy.php index 54c65ce2faee..70b6b289ad97 100644 --- a/Functions/samples/V2/FunctionServiceClient/set_iam_policy.php +++ b/Functions/samples/V2/FunctionServiceClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/Functions/samples/V2/FunctionServiceClient/test_iam_permissions.php b/Functions/samples/V2/FunctionServiceClient/test_iam_permissions.php index 0d7b01c5ad32..5b2486c33b07 100644 --- a/Functions/samples/V2/FunctionServiceClient/test_iam_permissions.php +++ b/Functions/samples/V2/FunctionServiceClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/Functions/src/V2/Client/FunctionServiceClient.php b/Functions/src/V2/Client/FunctionServiceClient.php index dd4be8316c38..c7c828f21076 100644 --- a/Functions/src/V2/Client/FunctionServiceClient.php +++ b/Functions/src/V2/Client/FunctionServiceClient.php @@ -780,7 +780,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see FunctionServiceClient::getIamPolicyAsync()} . * @@ -807,10 +807,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see FunctionServiceClient::setIamPolicyAsync()} . * @@ -837,12 +837,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is {@see FunctionServiceClient::testIamPermissionsAsync()} . * diff --git a/GeminiDataAnalytics/samples/V1/DataAgentServiceClient/list_locations.php b/GeminiDataAnalytics/samples/V1/DataAgentServiceClient/list_locations.php index ab795cc141ae..747fb6b8396d 100644 --- a/GeminiDataAnalytics/samples/V1/DataAgentServiceClient/list_locations.php +++ b/GeminiDataAnalytics/samples/V1/DataAgentServiceClient/list_locations.php @@ -31,21 +31,21 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * -**Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/GeminiDataAnalytics/samples/V1/DataChatServiceClient/list_locations.php b/GeminiDataAnalytics/samples/V1/DataChatServiceClient/list_locations.php index aab282ee8811..12566a5473df 100644 --- a/GeminiDataAnalytics/samples/V1/DataChatServiceClient/list_locations.php +++ b/GeminiDataAnalytics/samples/V1/DataChatServiceClient/list_locations.php @@ -31,21 +31,21 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * -**Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/GeminiDataAnalytics/samples/V1beta/DataAgentServiceClient/list_locations.php b/GeminiDataAnalytics/samples/V1beta/DataAgentServiceClient/list_locations.php index bbe815f6b281..b8193af6138c 100644 --- a/GeminiDataAnalytics/samples/V1beta/DataAgentServiceClient/list_locations.php +++ b/GeminiDataAnalytics/samples/V1beta/DataAgentServiceClient/list_locations.php @@ -31,21 +31,21 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * -**Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/GeminiDataAnalytics/samples/V1beta/DataChatServiceClient/list_locations.php b/GeminiDataAnalytics/samples/V1beta/DataChatServiceClient/list_locations.php index d1917776c6c0..c7cd2317da06 100644 --- a/GeminiDataAnalytics/samples/V1beta/DataChatServiceClient/list_locations.php +++ b/GeminiDataAnalytics/samples/V1beta/DataChatServiceClient/list_locations.php @@ -31,21 +31,21 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * -**Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/GeminiDataAnalytics/src/V1/Client/DataAgentServiceClient.php b/GeminiDataAnalytics/src/V1/Client/DataAgentServiceClient.php index c92752a702f8..92ed736d24ee 100644 --- a/GeminiDataAnalytics/src/V1/Client/DataAgentServiceClient.php +++ b/GeminiDataAnalytics/src/V1/Client/DataAgentServiceClient.php @@ -659,21 +659,21 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * - **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see DataAgentServiceClient::listLocationsAsync()} . * diff --git a/GeminiDataAnalytics/src/V1/Client/DataChatServiceClient.php b/GeminiDataAnalytics/src/V1/Client/DataChatServiceClient.php index 2fb286ee02dd..53708ce1686e 100644 --- a/GeminiDataAnalytics/src/V1/Client/DataChatServiceClient.php +++ b/GeminiDataAnalytics/src/V1/Client/DataChatServiceClient.php @@ -484,21 +484,21 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * - **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see DataChatServiceClient::listLocationsAsync()} . * diff --git a/GeminiDataAnalytics/src/V1beta/Client/DataAgentServiceClient.php b/GeminiDataAnalytics/src/V1beta/Client/DataAgentServiceClient.php index bd896da2414d..48b8280ac535 100644 --- a/GeminiDataAnalytics/src/V1beta/Client/DataAgentServiceClient.php +++ b/GeminiDataAnalytics/src/V1beta/Client/DataAgentServiceClient.php @@ -701,21 +701,21 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * - **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see DataAgentServiceClient::listLocationsAsync()} . * diff --git a/GeminiDataAnalytics/src/V1beta/Client/DataChatServiceClient.php b/GeminiDataAnalytics/src/V1beta/Client/DataChatServiceClient.php index 185b6ae4a37b..2d9e16a1efa4 100644 --- a/GeminiDataAnalytics/src/V1beta/Client/DataChatServiceClient.php +++ b/GeminiDataAnalytics/src/V1beta/Client/DataChatServiceClient.php @@ -563,21 +563,21 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * - **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see DataChatServiceClient::listLocationsAsync()} . * diff --git a/GkeBackup/samples/V1/BackupForGKEClient/get_iam_policy.php b/GkeBackup/samples/V1/BackupForGKEClient/get_iam_policy.php index f910e73ffe6c..79cbacaa3068 100644 --- a/GkeBackup/samples/V1/BackupForGKEClient/get_iam_policy.php +++ b/GkeBackup/samples/V1/BackupForGKEClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/GkeBackup/samples/V1/BackupForGKEClient/set_iam_policy.php b/GkeBackup/samples/V1/BackupForGKEClient/set_iam_policy.php index d42e9608e7d5..b422e871aa18 100644 --- a/GkeBackup/samples/V1/BackupForGKEClient/set_iam_policy.php +++ b/GkeBackup/samples/V1/BackupForGKEClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/GkeBackup/samples/V1/BackupForGKEClient/test_iam_permissions.php b/GkeBackup/samples/V1/BackupForGKEClient/test_iam_permissions.php index b6c49bc15568..f076bdabe070 100644 --- a/GkeBackup/samples/V1/BackupForGKEClient/test_iam_permissions.php +++ b/GkeBackup/samples/V1/BackupForGKEClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/GkeBackup/src/V1/Client/BackupForGKEClient.php b/GkeBackup/src/V1/Client/BackupForGKEClient.php index 9d6ade266f67..d934e2704048 100644 --- a/GkeBackup/src/V1/Client/BackupForGKEClient.php +++ b/GkeBackup/src/V1/Client/BackupForGKEClient.php @@ -1739,7 +1739,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see BackupForGKEClient::getIamPolicyAsync()} . * @@ -1766,10 +1766,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see BackupForGKEClient::setIamPolicyAsync()} . * @@ -1796,12 +1796,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is {@see BackupForGKEClient::testIamPermissionsAsync()} . * diff --git a/HypercomputeCluster/samples/V1/HypercomputeClusterClient/list_locations.php b/HypercomputeCluster/samples/V1/HypercomputeClusterClient/list_locations.php index 6897dd788455..2cebc38e3d3b 100644 --- a/HypercomputeCluster/samples/V1/HypercomputeClusterClient/list_locations.php +++ b/HypercomputeCluster/samples/V1/HypercomputeClusterClient/list_locations.php @@ -31,13 +31,13 @@ /** * Lists information about the supported locations for this service. -This method can be called in two ways: - -* **List all public locations:** Use the path `GET /v1/locations`. -* **List project-visible locations:** Use the path -`GET /v1/projects/{project_id}/locations`. This may include public -locations as well as private or other locations specifically visible -to the project. + * This method can be called in two ways: + * + * * **List all public locations:** Use the path `GET /v1/locations`. + * * **List project-visible locations:** Use the path + * `GET /v1/projects/{project_id}/locations`. This may include public + * locations as well as private or other locations specifically visible + * to the project. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/HypercomputeCluster/src/V1/Client/HypercomputeClusterClient.php b/HypercomputeCluster/src/V1/Client/HypercomputeClusterClient.php index 96fbdb54bc6e..6a07a0f83de1 100644 --- a/HypercomputeCluster/src/V1/Client/HypercomputeClusterClient.php +++ b/HypercomputeCluster/src/V1/Client/HypercomputeClusterClient.php @@ -625,13 +625,13 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - This method can be called in two ways: - - * **List all public locations:** Use the path `GET /v1/locations`. - * **List project-visible locations:** Use the path - `GET /v1/projects/{project_id}/locations`. This may include public - locations as well as private or other locations specifically visible - to the project. + * This method can be called in two ways: + * + * * **List all public locations:** Use the path `GET /v1/locations`. + * * **List project-visible locations:** Use the path + * `GET /v1/projects/{project_id}/locations`. This may include public + * locations as well as private or other locations specifically visible + * to the project. * * The async variant is {@see HypercomputeClusterClient::listLocationsAsync()} . * diff --git a/Kms/samples/V1/AutokeyAdminClient/get_iam_policy.php b/Kms/samples/V1/AutokeyAdminClient/get_iam_policy.php index 21fc073d8358..d7980167960e 100644 --- a/Kms/samples/V1/AutokeyAdminClient/get_iam_policy.php +++ b/Kms/samples/V1/AutokeyAdminClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/Kms/samples/V1/AutokeyAdminClient/list_locations.php b/Kms/samples/V1/AutokeyAdminClient/list_locations.php index 71dae78e3664..5fbedb824f04 100644 --- a/Kms/samples/V1/AutokeyAdminClient/list_locations.php +++ b/Kms/samples/V1/AutokeyAdminClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Kms/samples/V1/AutokeyAdminClient/set_iam_policy.php b/Kms/samples/V1/AutokeyAdminClient/set_iam_policy.php index 1202ce1f6065..76beb42340f7 100644 --- a/Kms/samples/V1/AutokeyAdminClient/set_iam_policy.php +++ b/Kms/samples/V1/AutokeyAdminClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/Kms/samples/V1/AutokeyAdminClient/test_iam_permissions.php b/Kms/samples/V1/AutokeyAdminClient/test_iam_permissions.php index 7e4fe649a041..625a9e9ba022 100644 --- a/Kms/samples/V1/AutokeyAdminClient/test_iam_permissions.php +++ b/Kms/samples/V1/AutokeyAdminClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/Kms/samples/V1/AutokeyClient/get_iam_policy.php b/Kms/samples/V1/AutokeyClient/get_iam_policy.php index d642ccb079f2..00e942d6b7c8 100644 --- a/Kms/samples/V1/AutokeyClient/get_iam_policy.php +++ b/Kms/samples/V1/AutokeyClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/Kms/samples/V1/AutokeyClient/list_locations.php b/Kms/samples/V1/AutokeyClient/list_locations.php index eff05d25605b..fb4f2c7bb117 100644 --- a/Kms/samples/V1/AutokeyClient/list_locations.php +++ b/Kms/samples/V1/AutokeyClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Kms/samples/V1/AutokeyClient/set_iam_policy.php b/Kms/samples/V1/AutokeyClient/set_iam_policy.php index db0f0ad6046c..0e975a4acbbc 100644 --- a/Kms/samples/V1/AutokeyClient/set_iam_policy.php +++ b/Kms/samples/V1/AutokeyClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/Kms/samples/V1/AutokeyClient/test_iam_permissions.php b/Kms/samples/V1/AutokeyClient/test_iam_permissions.php index e3588e89639f..516f441190fb 100644 --- a/Kms/samples/V1/AutokeyClient/test_iam_permissions.php +++ b/Kms/samples/V1/AutokeyClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/Kms/samples/V1/EkmServiceClient/get_iam_policy.php b/Kms/samples/V1/EkmServiceClient/get_iam_policy.php index 6d9361815bce..1b5a4670c9c1 100644 --- a/Kms/samples/V1/EkmServiceClient/get_iam_policy.php +++ b/Kms/samples/V1/EkmServiceClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/Kms/samples/V1/EkmServiceClient/list_locations.php b/Kms/samples/V1/EkmServiceClient/list_locations.php index b3cd349be1c8..3a5bf8a2b166 100644 --- a/Kms/samples/V1/EkmServiceClient/list_locations.php +++ b/Kms/samples/V1/EkmServiceClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Kms/samples/V1/EkmServiceClient/set_iam_policy.php b/Kms/samples/V1/EkmServiceClient/set_iam_policy.php index b6668820bab3..77d87e146157 100644 --- a/Kms/samples/V1/EkmServiceClient/set_iam_policy.php +++ b/Kms/samples/V1/EkmServiceClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/Kms/samples/V1/EkmServiceClient/test_iam_permissions.php b/Kms/samples/V1/EkmServiceClient/test_iam_permissions.php index 81a993c7a0a7..b04b082f2ee6 100644 --- a/Kms/samples/V1/EkmServiceClient/test_iam_permissions.php +++ b/Kms/samples/V1/EkmServiceClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/Kms/samples/V1/HsmManagementClient/get_iam_policy.php b/Kms/samples/V1/HsmManagementClient/get_iam_policy.php index 2a4568f9fbbd..5366fce40f46 100644 --- a/Kms/samples/V1/HsmManagementClient/get_iam_policy.php +++ b/Kms/samples/V1/HsmManagementClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/Kms/samples/V1/HsmManagementClient/list_locations.php b/Kms/samples/V1/HsmManagementClient/list_locations.php index 3af61f92a7ec..359787d859c0 100644 --- a/Kms/samples/V1/HsmManagementClient/list_locations.php +++ b/Kms/samples/V1/HsmManagementClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Kms/samples/V1/HsmManagementClient/set_iam_policy.php b/Kms/samples/V1/HsmManagementClient/set_iam_policy.php index cbcc043dbf4e..9e20cb87f791 100644 --- a/Kms/samples/V1/HsmManagementClient/set_iam_policy.php +++ b/Kms/samples/V1/HsmManagementClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/Kms/samples/V1/HsmManagementClient/test_iam_permissions.php b/Kms/samples/V1/HsmManagementClient/test_iam_permissions.php index ef6d081647ee..296d68fcd3a8 100644 --- a/Kms/samples/V1/HsmManagementClient/test_iam_permissions.php +++ b/Kms/samples/V1/HsmManagementClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/Kms/samples/V1/KeyManagementServiceClient/get_iam_policy.php b/Kms/samples/V1/KeyManagementServiceClient/get_iam_policy.php index f03b952aec7d..fdac26d7a2cc 100644 --- a/Kms/samples/V1/KeyManagementServiceClient/get_iam_policy.php +++ b/Kms/samples/V1/KeyManagementServiceClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/Kms/samples/V1/KeyManagementServiceClient/list_locations.php b/Kms/samples/V1/KeyManagementServiceClient/list_locations.php index 893f6304d42c..6452853606b0 100644 --- a/Kms/samples/V1/KeyManagementServiceClient/list_locations.php +++ b/Kms/samples/V1/KeyManagementServiceClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/Kms/samples/V1/KeyManagementServiceClient/set_iam_policy.php b/Kms/samples/V1/KeyManagementServiceClient/set_iam_policy.php index da1ec13004a9..0db66308074f 100644 --- a/Kms/samples/V1/KeyManagementServiceClient/set_iam_policy.php +++ b/Kms/samples/V1/KeyManagementServiceClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/Kms/samples/V1/KeyManagementServiceClient/test_iam_permissions.php b/Kms/samples/V1/KeyManagementServiceClient/test_iam_permissions.php index cfdbfa94a1c7..eea6ea224307 100644 --- a/Kms/samples/V1/KeyManagementServiceClient/test_iam_permissions.php +++ b/Kms/samples/V1/KeyManagementServiceClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/Kms/src/V1/Client/AutokeyAdminClient.php b/Kms/src/V1/Client/AutokeyAdminClient.php index 166661fef3a2..d81ab6868070 100644 --- a/Kms/src/V1/Client/AutokeyAdminClient.php +++ b/Kms/src/V1/Client/AutokeyAdminClient.php @@ -416,22 +416,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see AutokeyAdminClient::listLocationsAsync()} . * @@ -458,7 +458,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see AutokeyAdminClient::getIamPolicyAsync()} . * @@ -485,10 +485,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see AutokeyAdminClient::setIamPolicyAsync()} . * @@ -515,12 +515,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is {@see AutokeyAdminClient::testIamPermissionsAsync()} . * diff --git a/Kms/src/V1/Client/AutokeyClient.php b/Kms/src/V1/Client/AutokeyClient.php index 85742f8d6c3e..bb066ce54825 100644 --- a/Kms/src/V1/Client/AutokeyClient.php +++ b/Kms/src/V1/Client/AutokeyClient.php @@ -469,22 +469,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see AutokeyClient::listLocationsAsync()} . * @@ -511,7 +511,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see AutokeyClient::getIamPolicyAsync()} . * @@ -538,10 +538,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see AutokeyClient::setIamPolicyAsync()} . * @@ -568,12 +568,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is {@see AutokeyClient::testIamPermissionsAsync()} . * diff --git a/Kms/src/V1/Client/EkmServiceClient.php b/Kms/src/V1/Client/EkmServiceClient.php index b0e5cd6167da..c556b304e9bf 100644 --- a/Kms/src/V1/Client/EkmServiceClient.php +++ b/Kms/src/V1/Client/EkmServiceClient.php @@ -538,22 +538,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see EkmServiceClient::listLocationsAsync()} . * @@ -580,7 +580,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see EkmServiceClient::getIamPolicyAsync()} . * @@ -607,10 +607,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see EkmServiceClient::setIamPolicyAsync()} . * @@ -637,12 +637,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is {@see EkmServiceClient::testIamPermissionsAsync()} . * diff --git a/Kms/src/V1/Client/HsmManagementClient.php b/Kms/src/V1/Client/HsmManagementClient.php index 3fe859837392..f89cc3a84d42 100644 --- a/Kms/src/V1/Client/HsmManagementClient.php +++ b/Kms/src/V1/Client/HsmManagementClient.php @@ -679,22 +679,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see HsmManagementClient::listLocationsAsync()} . * @@ -721,7 +721,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see HsmManagementClient::getIamPolicyAsync()} . * @@ -748,10 +748,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see HsmManagementClient::setIamPolicyAsync()} . * @@ -778,12 +778,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is {@see HsmManagementClient::testIamPermissionsAsync()} . * diff --git a/Kms/src/V1/Client/KeyManagementServiceClient.php b/Kms/src/V1/Client/KeyManagementServiceClient.php index fe1ff86c90cf..6bb2f914267a 100644 --- a/Kms/src/V1/Client/KeyManagementServiceClient.php +++ b/Kms/src/V1/Client/KeyManagementServiceClient.php @@ -1543,22 +1543,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see KeyManagementServiceClient::listLocationsAsync()} . * @@ -1585,7 +1585,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see KeyManagementServiceClient::getIamPolicyAsync()} . * @@ -1612,10 +1612,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see KeyManagementServiceClient::setIamPolicyAsync()} . * @@ -1642,12 +1642,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is * {@see KeyManagementServiceClient::testIamPermissionsAsync()} . diff --git a/ModelArmor/samples/V1beta/ModelArmorClient/list_locations.php b/ModelArmor/samples/V1beta/ModelArmorClient/list_locations.php index fde488b20f96..a0160249533b 100644 --- a/ModelArmor/samples/V1beta/ModelArmorClient/list_locations.php +++ b/ModelArmor/samples/V1beta/ModelArmorClient/list_locations.php @@ -31,21 +31,21 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * -**Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/ModelArmor/src/V1beta/Client/ModelArmorClient.php b/ModelArmor/src/V1beta/Client/ModelArmorClient.php index 50172ccf38e9..483fcad980d8 100644 --- a/ModelArmor/src/V1beta/Client/ModelArmorClient.php +++ b/ModelArmor/src/V1beta/Client/ModelArmorClient.php @@ -691,21 +691,21 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * - **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see ModelArmorClient::listLocationsAsync()} . * diff --git a/NetApp/samples/V1/NetAppClient/list_locations.php b/NetApp/samples/V1/NetAppClient/list_locations.php index b7445440b77b..4cfc22506396 100644 --- a/NetApp/samples/V1/NetAppClient/list_locations.php +++ b/NetApp/samples/V1/NetAppClient/list_locations.php @@ -31,21 +31,21 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * -**Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/NetApp/src/V1/Client/NetAppClient.php b/NetApp/src/V1/Client/NetAppClient.php index e4e66da72eba..85fdf135028d 100644 --- a/NetApp/src/V1/Client/NetAppClient.php +++ b/NetApp/src/V1/Client/NetAppClient.php @@ -2602,21 +2602,21 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * - **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see NetAppClient::listLocationsAsync()} . * diff --git a/NetworkConnectivity/samples/V1/CrossNetworkAutomationServiceClient/get_iam_policy.php b/NetworkConnectivity/samples/V1/CrossNetworkAutomationServiceClient/get_iam_policy.php index d0af9a87d468..d09a5b9d8dcc 100644 --- a/NetworkConnectivity/samples/V1/CrossNetworkAutomationServiceClient/get_iam_policy.php +++ b/NetworkConnectivity/samples/V1/CrossNetworkAutomationServiceClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkConnectivity/samples/V1/CrossNetworkAutomationServiceClient/set_iam_policy.php b/NetworkConnectivity/samples/V1/CrossNetworkAutomationServiceClient/set_iam_policy.php index f63e26ffe8cb..58b5ebc720b0 100644 --- a/NetworkConnectivity/samples/V1/CrossNetworkAutomationServiceClient/set_iam_policy.php +++ b/NetworkConnectivity/samples/V1/CrossNetworkAutomationServiceClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkConnectivity/samples/V1/CrossNetworkAutomationServiceClient/test_iam_permissions.php b/NetworkConnectivity/samples/V1/CrossNetworkAutomationServiceClient/test_iam_permissions.php index 0d9ab730b97e..924fffb2dfb9 100644 --- a/NetworkConnectivity/samples/V1/CrossNetworkAutomationServiceClient/test_iam_permissions.php +++ b/NetworkConnectivity/samples/V1/CrossNetworkAutomationServiceClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkConnectivity/samples/V1/DataTransferServiceClient/get_iam_policy.php b/NetworkConnectivity/samples/V1/DataTransferServiceClient/get_iam_policy.php index 302d7e21c51b..fda9590e2c43 100644 --- a/NetworkConnectivity/samples/V1/DataTransferServiceClient/get_iam_policy.php +++ b/NetworkConnectivity/samples/V1/DataTransferServiceClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkConnectivity/samples/V1/DataTransferServiceClient/set_iam_policy.php b/NetworkConnectivity/samples/V1/DataTransferServiceClient/set_iam_policy.php index ffd11e3feb08..414b374766da 100644 --- a/NetworkConnectivity/samples/V1/DataTransferServiceClient/set_iam_policy.php +++ b/NetworkConnectivity/samples/V1/DataTransferServiceClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkConnectivity/samples/V1/DataTransferServiceClient/test_iam_permissions.php b/NetworkConnectivity/samples/V1/DataTransferServiceClient/test_iam_permissions.php index 881b0ceb97d0..160d13907843 100644 --- a/NetworkConnectivity/samples/V1/DataTransferServiceClient/test_iam_permissions.php +++ b/NetworkConnectivity/samples/V1/DataTransferServiceClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkConnectivity/samples/V1/HubServiceClient/get_iam_policy.php b/NetworkConnectivity/samples/V1/HubServiceClient/get_iam_policy.php index 0307845d9fbb..7344f252576c 100644 --- a/NetworkConnectivity/samples/V1/HubServiceClient/get_iam_policy.php +++ b/NetworkConnectivity/samples/V1/HubServiceClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkConnectivity/samples/V1/HubServiceClient/set_iam_policy.php b/NetworkConnectivity/samples/V1/HubServiceClient/set_iam_policy.php index 2612db9c5766..af46db09af35 100644 --- a/NetworkConnectivity/samples/V1/HubServiceClient/set_iam_policy.php +++ b/NetworkConnectivity/samples/V1/HubServiceClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkConnectivity/samples/V1/HubServiceClient/test_iam_permissions.php b/NetworkConnectivity/samples/V1/HubServiceClient/test_iam_permissions.php index 1e62f8673826..5a7b947d3fc8 100644 --- a/NetworkConnectivity/samples/V1/HubServiceClient/test_iam_permissions.php +++ b/NetworkConnectivity/samples/V1/HubServiceClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkConnectivity/samples/V1/InternalRangeServiceClient/get_iam_policy.php b/NetworkConnectivity/samples/V1/InternalRangeServiceClient/get_iam_policy.php index 93c59aa9fc0f..3fa92b5c77a0 100644 --- a/NetworkConnectivity/samples/V1/InternalRangeServiceClient/get_iam_policy.php +++ b/NetworkConnectivity/samples/V1/InternalRangeServiceClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkConnectivity/samples/V1/InternalRangeServiceClient/set_iam_policy.php b/NetworkConnectivity/samples/V1/InternalRangeServiceClient/set_iam_policy.php index c22029132e4e..543e77f74d3d 100644 --- a/NetworkConnectivity/samples/V1/InternalRangeServiceClient/set_iam_policy.php +++ b/NetworkConnectivity/samples/V1/InternalRangeServiceClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkConnectivity/samples/V1/InternalRangeServiceClient/test_iam_permissions.php b/NetworkConnectivity/samples/V1/InternalRangeServiceClient/test_iam_permissions.php index 5235beeaaa64..b1d78d0425de 100644 --- a/NetworkConnectivity/samples/V1/InternalRangeServiceClient/test_iam_permissions.php +++ b/NetworkConnectivity/samples/V1/InternalRangeServiceClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkConnectivity/samples/V1/PolicyBasedRoutingServiceClient/get_iam_policy.php b/NetworkConnectivity/samples/V1/PolicyBasedRoutingServiceClient/get_iam_policy.php index 3f8e7f2de1f0..eea8f8f90c0f 100644 --- a/NetworkConnectivity/samples/V1/PolicyBasedRoutingServiceClient/get_iam_policy.php +++ b/NetworkConnectivity/samples/V1/PolicyBasedRoutingServiceClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkConnectivity/samples/V1/PolicyBasedRoutingServiceClient/set_iam_policy.php b/NetworkConnectivity/samples/V1/PolicyBasedRoutingServiceClient/set_iam_policy.php index eb64af3cf48b..c95c8b21151e 100644 --- a/NetworkConnectivity/samples/V1/PolicyBasedRoutingServiceClient/set_iam_policy.php +++ b/NetworkConnectivity/samples/V1/PolicyBasedRoutingServiceClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkConnectivity/samples/V1/PolicyBasedRoutingServiceClient/test_iam_permissions.php b/NetworkConnectivity/samples/V1/PolicyBasedRoutingServiceClient/test_iam_permissions.php index aeb29a861932..98c643d3bfde 100644 --- a/NetworkConnectivity/samples/V1/PolicyBasedRoutingServiceClient/test_iam_permissions.php +++ b/NetworkConnectivity/samples/V1/PolicyBasedRoutingServiceClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkConnectivity/src/V1/Client/CrossNetworkAutomationServiceClient.php b/NetworkConnectivity/src/V1/Client/CrossNetworkAutomationServiceClient.php index 174b63c9991a..cf85e37d74b0 100644 --- a/NetworkConnectivity/src/V1/Client/CrossNetworkAutomationServiceClient.php +++ b/NetworkConnectivity/src/V1/Client/CrossNetworkAutomationServiceClient.php @@ -1068,7 +1068,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is * {@see CrossNetworkAutomationServiceClient::getIamPolicyAsync()} . @@ -1096,10 +1096,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is * {@see CrossNetworkAutomationServiceClient::setIamPolicyAsync()} . @@ -1127,12 +1127,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is * {@see CrossNetworkAutomationServiceClient::testIamPermissionsAsync()} . diff --git a/NetworkConnectivity/src/V1/Client/DataTransferServiceClient.php b/NetworkConnectivity/src/V1/Client/DataTransferServiceClient.php index 323ea0acd785..495c028f9855 100644 --- a/NetworkConnectivity/src/V1/Client/DataTransferServiceClient.php +++ b/NetworkConnectivity/src/V1/Client/DataTransferServiceClient.php @@ -784,7 +784,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see DataTransferServiceClient::getIamPolicyAsync()} . * @@ -811,10 +811,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see DataTransferServiceClient::setIamPolicyAsync()} . * @@ -841,12 +841,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is {@see DataTransferServiceClient::testIamPermissionsAsync()} * . diff --git a/NetworkConnectivity/src/V1/Client/HubServiceClient.php b/NetworkConnectivity/src/V1/Client/HubServiceClient.php index 7228f3ec1954..a59a93edc91b 100644 --- a/NetworkConnectivity/src/V1/Client/HubServiceClient.php +++ b/NetworkConnectivity/src/V1/Client/HubServiceClient.php @@ -1184,7 +1184,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see HubServiceClient::getIamPolicyAsync()} . * @@ -1211,10 +1211,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see HubServiceClient::setIamPolicyAsync()} . * @@ -1241,12 +1241,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is {@see HubServiceClient::testIamPermissionsAsync()} . * diff --git a/NetworkConnectivity/src/V1/Client/InternalRangeServiceClient.php b/NetworkConnectivity/src/V1/Client/InternalRangeServiceClient.php index 6c190f314042..75b92668cf51 100644 --- a/NetworkConnectivity/src/V1/Client/InternalRangeServiceClient.php +++ b/NetworkConnectivity/src/V1/Client/InternalRangeServiceClient.php @@ -509,7 +509,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see InternalRangeServiceClient::getIamPolicyAsync()} . * @@ -536,10 +536,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see InternalRangeServiceClient::setIamPolicyAsync()} . * @@ -566,12 +566,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is * {@see InternalRangeServiceClient::testIamPermissionsAsync()} . diff --git a/NetworkConnectivity/src/V1/Client/PolicyBasedRoutingServiceClient.php b/NetworkConnectivity/src/V1/Client/PolicyBasedRoutingServiceClient.php index df9dbf42e26f..48aa4d31124b 100644 --- a/NetworkConnectivity/src/V1/Client/PolicyBasedRoutingServiceClient.php +++ b/NetworkConnectivity/src/V1/Client/PolicyBasedRoutingServiceClient.php @@ -505,7 +505,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see PolicyBasedRoutingServiceClient::getIamPolicyAsync()} * . @@ -533,10 +533,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see PolicyBasedRoutingServiceClient::setIamPolicyAsync()} * . @@ -564,12 +564,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is * {@see PolicyBasedRoutingServiceClient::testIamPermissionsAsync()} . diff --git a/NetworkManagement/samples/V1/OrganizationVpcFlowLogsServiceClient/get_iam_policy.php b/NetworkManagement/samples/V1/OrganizationVpcFlowLogsServiceClient/get_iam_policy.php index c50f8bc2abf0..d70e241b2817 100644 --- a/NetworkManagement/samples/V1/OrganizationVpcFlowLogsServiceClient/get_iam_policy.php +++ b/NetworkManagement/samples/V1/OrganizationVpcFlowLogsServiceClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkManagement/samples/V1/OrganizationVpcFlowLogsServiceClient/list_locations.php b/NetworkManagement/samples/V1/OrganizationVpcFlowLogsServiceClient/list_locations.php index 567b330bc646..7d8a3e9b866a 100644 --- a/NetworkManagement/samples/V1/OrganizationVpcFlowLogsServiceClient/list_locations.php +++ b/NetworkManagement/samples/V1/OrganizationVpcFlowLogsServiceClient/list_locations.php @@ -31,13 +31,13 @@ /** * Lists information about the supported locations for this service. -This method can be called in two ways: - -* **List all public locations:** Use the path `GET /v1/locations`. -* **List project-visible locations:** Use the path -`GET /v1/projects/{project_id}/locations`. This may include public -locations as well as private or other locations specifically visible -to the project. + * This method can be called in two ways: + * + * * **List all public locations:** Use the path `GET /v1/locations`. + * * **List project-visible locations:** Use the path + * `GET /v1/projects/{project_id}/locations`. This may include public + * locations as well as private or other locations specifically visible + * to the project. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/NetworkManagement/samples/V1/OrganizationVpcFlowLogsServiceClient/set_iam_policy.php b/NetworkManagement/samples/V1/OrganizationVpcFlowLogsServiceClient/set_iam_policy.php index 155f8e16e15a..9e77c7f5dad0 100644 --- a/NetworkManagement/samples/V1/OrganizationVpcFlowLogsServiceClient/set_iam_policy.php +++ b/NetworkManagement/samples/V1/OrganizationVpcFlowLogsServiceClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkManagement/samples/V1/OrganizationVpcFlowLogsServiceClient/test_iam_permissions.php b/NetworkManagement/samples/V1/OrganizationVpcFlowLogsServiceClient/test_iam_permissions.php index 7b73ae215abe..29ca151ae29b 100644 --- a/NetworkManagement/samples/V1/OrganizationVpcFlowLogsServiceClient/test_iam_permissions.php +++ b/NetworkManagement/samples/V1/OrganizationVpcFlowLogsServiceClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkManagement/samples/V1/ReachabilityServiceClient/get_iam_policy.php b/NetworkManagement/samples/V1/ReachabilityServiceClient/get_iam_policy.php index e4226170ac96..16f28d58fc33 100644 --- a/NetworkManagement/samples/V1/ReachabilityServiceClient/get_iam_policy.php +++ b/NetworkManagement/samples/V1/ReachabilityServiceClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkManagement/samples/V1/ReachabilityServiceClient/list_locations.php b/NetworkManagement/samples/V1/ReachabilityServiceClient/list_locations.php index f4cd6d26fa02..5130714d47b4 100644 --- a/NetworkManagement/samples/V1/ReachabilityServiceClient/list_locations.php +++ b/NetworkManagement/samples/V1/ReachabilityServiceClient/list_locations.php @@ -31,13 +31,13 @@ /** * Lists information about the supported locations for this service. -This method can be called in two ways: - -* **List all public locations:** Use the path `GET /v1/locations`. -* **List project-visible locations:** Use the path -`GET /v1/projects/{project_id}/locations`. This may include public -locations as well as private or other locations specifically visible -to the project. + * This method can be called in two ways: + * + * * **List all public locations:** Use the path `GET /v1/locations`. + * * **List project-visible locations:** Use the path + * `GET /v1/projects/{project_id}/locations`. This may include public + * locations as well as private or other locations specifically visible + * to the project. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/NetworkManagement/samples/V1/ReachabilityServiceClient/set_iam_policy.php b/NetworkManagement/samples/V1/ReachabilityServiceClient/set_iam_policy.php index 8a0d67908524..519e0336f094 100644 --- a/NetworkManagement/samples/V1/ReachabilityServiceClient/set_iam_policy.php +++ b/NetworkManagement/samples/V1/ReachabilityServiceClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkManagement/samples/V1/ReachabilityServiceClient/test_iam_permissions.php b/NetworkManagement/samples/V1/ReachabilityServiceClient/test_iam_permissions.php index 000a79d492e0..9dc2c698cbc6 100644 --- a/NetworkManagement/samples/V1/ReachabilityServiceClient/test_iam_permissions.php +++ b/NetworkManagement/samples/V1/ReachabilityServiceClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkManagement/samples/V1/VpcFlowLogsServiceClient/get_iam_policy.php b/NetworkManagement/samples/V1/VpcFlowLogsServiceClient/get_iam_policy.php index 14db7f952aa3..4fed078525ed 100644 --- a/NetworkManagement/samples/V1/VpcFlowLogsServiceClient/get_iam_policy.php +++ b/NetworkManagement/samples/V1/VpcFlowLogsServiceClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkManagement/samples/V1/VpcFlowLogsServiceClient/list_locations.php b/NetworkManagement/samples/V1/VpcFlowLogsServiceClient/list_locations.php index 74a7f288faf3..d1c21b32a289 100644 --- a/NetworkManagement/samples/V1/VpcFlowLogsServiceClient/list_locations.php +++ b/NetworkManagement/samples/V1/VpcFlowLogsServiceClient/list_locations.php @@ -31,13 +31,13 @@ /** * Lists information about the supported locations for this service. -This method can be called in two ways: - -* **List all public locations:** Use the path `GET /v1/locations`. -* **List project-visible locations:** Use the path -`GET /v1/projects/{project_id}/locations`. This may include public -locations as well as private or other locations specifically visible -to the project. + * This method can be called in two ways: + * + * * **List all public locations:** Use the path `GET /v1/locations`. + * * **List project-visible locations:** Use the path + * `GET /v1/projects/{project_id}/locations`. This may include public + * locations as well as private or other locations specifically visible + * to the project. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/NetworkManagement/samples/V1/VpcFlowLogsServiceClient/set_iam_policy.php b/NetworkManagement/samples/V1/VpcFlowLogsServiceClient/set_iam_policy.php index 7b6d1ee95bfa..6ec415baabf7 100644 --- a/NetworkManagement/samples/V1/VpcFlowLogsServiceClient/set_iam_policy.php +++ b/NetworkManagement/samples/V1/VpcFlowLogsServiceClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkManagement/samples/V1/VpcFlowLogsServiceClient/test_iam_permissions.php b/NetworkManagement/samples/V1/VpcFlowLogsServiceClient/test_iam_permissions.php index 0af0852584fb..cca759be21d1 100644 --- a/NetworkManagement/samples/V1/VpcFlowLogsServiceClient/test_iam_permissions.php +++ b/NetworkManagement/samples/V1/VpcFlowLogsServiceClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkManagement/src/V1/Client/OrganizationVpcFlowLogsServiceClient.php b/NetworkManagement/src/V1/Client/OrganizationVpcFlowLogsServiceClient.php index 117d9766da1f..38ec6e954d59 100644 --- a/NetworkManagement/src/V1/Client/OrganizationVpcFlowLogsServiceClient.php +++ b/NetworkManagement/src/V1/Client/OrganizationVpcFlowLogsServiceClient.php @@ -590,13 +590,13 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - This method can be called in two ways: - - * **List all public locations:** Use the path `GET /v1/locations`. - * **List project-visible locations:** Use the path - `GET /v1/projects/{project_id}/locations`. This may include public - locations as well as private or other locations specifically visible - to the project. + * This method can be called in two ways: + * + * * **List all public locations:** Use the path `GET /v1/locations`. + * * **List project-visible locations:** Use the path + * `GET /v1/projects/{project_id}/locations`. This may include public + * locations as well as private or other locations specifically visible + * to the project. * * The async variant is * {@see OrganizationVpcFlowLogsServiceClient::listLocationsAsync()} . @@ -624,7 +624,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is * {@see OrganizationVpcFlowLogsServiceClient::getIamPolicyAsync()} . @@ -652,10 +652,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is * {@see OrganizationVpcFlowLogsServiceClient::setIamPolicyAsync()} . @@ -683,12 +683,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is * {@see OrganizationVpcFlowLogsServiceClient::testIamPermissionsAsync()} . diff --git a/NetworkManagement/src/V1/Client/ReachabilityServiceClient.php b/NetworkManagement/src/V1/Client/ReachabilityServiceClient.php index 89708342d414..55dbdf0a8e7a 100644 --- a/NetworkManagement/src/V1/Client/ReachabilityServiceClient.php +++ b/NetworkManagement/src/V1/Client/ReachabilityServiceClient.php @@ -560,13 +560,13 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - This method can be called in two ways: - - * **List all public locations:** Use the path `GET /v1/locations`. - * **List project-visible locations:** Use the path - `GET /v1/projects/{project_id}/locations`. This may include public - locations as well as private or other locations specifically visible - to the project. + * This method can be called in two ways: + * + * * **List all public locations:** Use the path `GET /v1/locations`. + * * **List project-visible locations:** Use the path + * `GET /v1/projects/{project_id}/locations`. This may include public + * locations as well as private or other locations specifically visible + * to the project. * * The async variant is {@see ReachabilityServiceClient::listLocationsAsync()} . * @@ -593,7 +593,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see ReachabilityServiceClient::getIamPolicyAsync()} . * @@ -620,10 +620,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see ReachabilityServiceClient::setIamPolicyAsync()} . * @@ -650,12 +650,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is {@see ReachabilityServiceClient::testIamPermissionsAsync()} * . diff --git a/NetworkManagement/src/V1/Client/VpcFlowLogsServiceClient.php b/NetworkManagement/src/V1/Client/VpcFlowLogsServiceClient.php index a8ec75245f1d..e143ae666894 100644 --- a/NetworkManagement/src/V1/Client/VpcFlowLogsServiceClient.php +++ b/NetworkManagement/src/V1/Client/VpcFlowLogsServiceClient.php @@ -650,13 +650,13 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - This method can be called in two ways: - - * **List all public locations:** Use the path `GET /v1/locations`. - * **List project-visible locations:** Use the path - `GET /v1/projects/{project_id}/locations`. This may include public - locations as well as private or other locations specifically visible - to the project. + * This method can be called in two ways: + * + * * **List all public locations:** Use the path `GET /v1/locations`. + * * **List project-visible locations:** Use the path + * `GET /v1/projects/{project_id}/locations`. This may include public + * locations as well as private or other locations specifically visible + * to the project. * * The async variant is {@see VpcFlowLogsServiceClient::listLocationsAsync()} . * @@ -683,7 +683,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see VpcFlowLogsServiceClient::getIamPolicyAsync()} . * @@ -710,10 +710,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see VpcFlowLogsServiceClient::setIamPolicyAsync()} . * @@ -740,12 +740,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is {@see VpcFlowLogsServiceClient::testIamPermissionsAsync()} * . diff --git a/NetworkSecurity/samples/V1/AddressGroupServiceClient/get_iam_policy.php b/NetworkSecurity/samples/V1/AddressGroupServiceClient/get_iam_policy.php index f7f8250c9e28..5744f7dc7759 100644 --- a/NetworkSecurity/samples/V1/AddressGroupServiceClient/get_iam_policy.php +++ b/NetworkSecurity/samples/V1/AddressGroupServiceClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/AddressGroupServiceClient/list_locations.php b/NetworkSecurity/samples/V1/AddressGroupServiceClient/list_locations.php index 6f115ecfdae1..73d156265308 100644 --- a/NetworkSecurity/samples/V1/AddressGroupServiceClient/list_locations.php +++ b/NetworkSecurity/samples/V1/AddressGroupServiceClient/list_locations.php @@ -31,21 +31,21 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * -**Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/NetworkSecurity/samples/V1/AddressGroupServiceClient/set_iam_policy.php b/NetworkSecurity/samples/V1/AddressGroupServiceClient/set_iam_policy.php index f554139d8921..73a2ea5b2472 100644 --- a/NetworkSecurity/samples/V1/AddressGroupServiceClient/set_iam_policy.php +++ b/NetworkSecurity/samples/V1/AddressGroupServiceClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/AddressGroupServiceClient/test_iam_permissions.php b/NetworkSecurity/samples/V1/AddressGroupServiceClient/test_iam_permissions.php index f30ffcdef85e..bc10ae32226e 100644 --- a/NetworkSecurity/samples/V1/AddressGroupServiceClient/test_iam_permissions.php +++ b/NetworkSecurity/samples/V1/AddressGroupServiceClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/DnsThreatDetectorServiceClient/get_iam_policy.php b/NetworkSecurity/samples/V1/DnsThreatDetectorServiceClient/get_iam_policy.php index 17dc8620a3c3..e2ab3278630d 100644 --- a/NetworkSecurity/samples/V1/DnsThreatDetectorServiceClient/get_iam_policy.php +++ b/NetworkSecurity/samples/V1/DnsThreatDetectorServiceClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/DnsThreatDetectorServiceClient/list_locations.php b/NetworkSecurity/samples/V1/DnsThreatDetectorServiceClient/list_locations.php index 59cad0db5846..d7848cc1b15f 100644 --- a/NetworkSecurity/samples/V1/DnsThreatDetectorServiceClient/list_locations.php +++ b/NetworkSecurity/samples/V1/DnsThreatDetectorServiceClient/list_locations.php @@ -31,21 +31,21 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * -**Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/NetworkSecurity/samples/V1/DnsThreatDetectorServiceClient/set_iam_policy.php b/NetworkSecurity/samples/V1/DnsThreatDetectorServiceClient/set_iam_policy.php index c910e25738b3..d6a91b179426 100644 --- a/NetworkSecurity/samples/V1/DnsThreatDetectorServiceClient/set_iam_policy.php +++ b/NetworkSecurity/samples/V1/DnsThreatDetectorServiceClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/DnsThreatDetectorServiceClient/test_iam_permissions.php b/NetworkSecurity/samples/V1/DnsThreatDetectorServiceClient/test_iam_permissions.php index a29d6ab859bf..4df9108e7442 100644 --- a/NetworkSecurity/samples/V1/DnsThreatDetectorServiceClient/test_iam_permissions.php +++ b/NetworkSecurity/samples/V1/DnsThreatDetectorServiceClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/FirewallActivationClient/get_iam_policy.php b/NetworkSecurity/samples/V1/FirewallActivationClient/get_iam_policy.php index a1bc5b6d662c..0364f9c4f05a 100644 --- a/NetworkSecurity/samples/V1/FirewallActivationClient/get_iam_policy.php +++ b/NetworkSecurity/samples/V1/FirewallActivationClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/FirewallActivationClient/list_locations.php b/NetworkSecurity/samples/V1/FirewallActivationClient/list_locations.php index d55599b2a9b5..e91061b34125 100644 --- a/NetworkSecurity/samples/V1/FirewallActivationClient/list_locations.php +++ b/NetworkSecurity/samples/V1/FirewallActivationClient/list_locations.php @@ -31,21 +31,21 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * -**Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/NetworkSecurity/samples/V1/FirewallActivationClient/set_iam_policy.php b/NetworkSecurity/samples/V1/FirewallActivationClient/set_iam_policy.php index a87a0d5fb218..707bf9fa1e4d 100644 --- a/NetworkSecurity/samples/V1/FirewallActivationClient/set_iam_policy.php +++ b/NetworkSecurity/samples/V1/FirewallActivationClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/FirewallActivationClient/test_iam_permissions.php b/NetworkSecurity/samples/V1/FirewallActivationClient/test_iam_permissions.php index 8988d7f5569d..17d266b18fe9 100644 --- a/NetworkSecurity/samples/V1/FirewallActivationClient/test_iam_permissions.php +++ b/NetworkSecurity/samples/V1/FirewallActivationClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/InterceptClient/get_iam_policy.php b/NetworkSecurity/samples/V1/InterceptClient/get_iam_policy.php index eca79cd0cded..77614668319d 100644 --- a/NetworkSecurity/samples/V1/InterceptClient/get_iam_policy.php +++ b/NetworkSecurity/samples/V1/InterceptClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/InterceptClient/list_locations.php b/NetworkSecurity/samples/V1/InterceptClient/list_locations.php index 27cb296c3664..2f57835f1f51 100644 --- a/NetworkSecurity/samples/V1/InterceptClient/list_locations.php +++ b/NetworkSecurity/samples/V1/InterceptClient/list_locations.php @@ -31,21 +31,21 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * -**Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/NetworkSecurity/samples/V1/InterceptClient/set_iam_policy.php b/NetworkSecurity/samples/V1/InterceptClient/set_iam_policy.php index ed7537968414..9aff79f7393a 100644 --- a/NetworkSecurity/samples/V1/InterceptClient/set_iam_policy.php +++ b/NetworkSecurity/samples/V1/InterceptClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/InterceptClient/test_iam_permissions.php b/NetworkSecurity/samples/V1/InterceptClient/test_iam_permissions.php index fdf2580097d0..fa96520cb82b 100644 --- a/NetworkSecurity/samples/V1/InterceptClient/test_iam_permissions.php +++ b/NetworkSecurity/samples/V1/InterceptClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/MirroringClient/get_iam_policy.php b/NetworkSecurity/samples/V1/MirroringClient/get_iam_policy.php index 82d25bd1e4bf..d9bcf2887f68 100644 --- a/NetworkSecurity/samples/V1/MirroringClient/get_iam_policy.php +++ b/NetworkSecurity/samples/V1/MirroringClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/MirroringClient/list_locations.php b/NetworkSecurity/samples/V1/MirroringClient/list_locations.php index f8ce769e224f..587ad5f5bf2f 100644 --- a/NetworkSecurity/samples/V1/MirroringClient/list_locations.php +++ b/NetworkSecurity/samples/V1/MirroringClient/list_locations.php @@ -31,21 +31,21 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * -**Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/NetworkSecurity/samples/V1/MirroringClient/set_iam_policy.php b/NetworkSecurity/samples/V1/MirroringClient/set_iam_policy.php index f649c939d3a2..7e3a2e888cde 100644 --- a/NetworkSecurity/samples/V1/MirroringClient/set_iam_policy.php +++ b/NetworkSecurity/samples/V1/MirroringClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/MirroringClient/test_iam_permissions.php b/NetworkSecurity/samples/V1/MirroringClient/test_iam_permissions.php index 6be9ed536c7c..e22e44649dc4 100644 --- a/NetworkSecurity/samples/V1/MirroringClient/test_iam_permissions.php +++ b/NetworkSecurity/samples/V1/MirroringClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/NetworkSecurityClient/get_iam_policy.php b/NetworkSecurity/samples/V1/NetworkSecurityClient/get_iam_policy.php index 4f7b50e8f20e..f47a5a1db09a 100644 --- a/NetworkSecurity/samples/V1/NetworkSecurityClient/get_iam_policy.php +++ b/NetworkSecurity/samples/V1/NetworkSecurityClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/NetworkSecurityClient/list_locations.php b/NetworkSecurity/samples/V1/NetworkSecurityClient/list_locations.php index 6503105de0b6..0834ce3b7388 100644 --- a/NetworkSecurity/samples/V1/NetworkSecurityClient/list_locations.php +++ b/NetworkSecurity/samples/V1/NetworkSecurityClient/list_locations.php @@ -31,21 +31,21 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * -**Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/NetworkSecurity/samples/V1/NetworkSecurityClient/set_iam_policy.php b/NetworkSecurity/samples/V1/NetworkSecurityClient/set_iam_policy.php index 5c75906c1c3d..030dcbee862d 100644 --- a/NetworkSecurity/samples/V1/NetworkSecurityClient/set_iam_policy.php +++ b/NetworkSecurity/samples/V1/NetworkSecurityClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/NetworkSecurityClient/test_iam_permissions.php b/NetworkSecurity/samples/V1/NetworkSecurityClient/test_iam_permissions.php index 5c68348b60c8..ce3304866508 100644 --- a/NetworkSecurity/samples/V1/NetworkSecurityClient/test_iam_permissions.php +++ b/NetworkSecurity/samples/V1/NetworkSecurityClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/OrganizationAddressGroupServiceClient/get_iam_policy.php b/NetworkSecurity/samples/V1/OrganizationAddressGroupServiceClient/get_iam_policy.php index 7b92874aea38..f16d67e0b286 100644 --- a/NetworkSecurity/samples/V1/OrganizationAddressGroupServiceClient/get_iam_policy.php +++ b/NetworkSecurity/samples/V1/OrganizationAddressGroupServiceClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/OrganizationAddressGroupServiceClient/list_locations.php b/NetworkSecurity/samples/V1/OrganizationAddressGroupServiceClient/list_locations.php index 1c4f54a055ad..24d86eeed705 100644 --- a/NetworkSecurity/samples/V1/OrganizationAddressGroupServiceClient/list_locations.php +++ b/NetworkSecurity/samples/V1/OrganizationAddressGroupServiceClient/list_locations.php @@ -31,21 +31,21 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * -**Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/NetworkSecurity/samples/V1/OrganizationAddressGroupServiceClient/set_iam_policy.php b/NetworkSecurity/samples/V1/OrganizationAddressGroupServiceClient/set_iam_policy.php index 4369a1fe5edc..4230c3c7c990 100644 --- a/NetworkSecurity/samples/V1/OrganizationAddressGroupServiceClient/set_iam_policy.php +++ b/NetworkSecurity/samples/V1/OrganizationAddressGroupServiceClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/OrganizationAddressGroupServiceClient/test_iam_permissions.php b/NetworkSecurity/samples/V1/OrganizationAddressGroupServiceClient/test_iam_permissions.php index d84ae47a498d..815f12a4dd11 100644 --- a/NetworkSecurity/samples/V1/OrganizationAddressGroupServiceClient/test_iam_permissions.php +++ b/NetworkSecurity/samples/V1/OrganizationAddressGroupServiceClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/OrganizationSecurityProfileGroupServiceClient/get_iam_policy.php b/NetworkSecurity/samples/V1/OrganizationSecurityProfileGroupServiceClient/get_iam_policy.php index 954d603b4e76..d7f9cdd6ea6f 100644 --- a/NetworkSecurity/samples/V1/OrganizationSecurityProfileGroupServiceClient/get_iam_policy.php +++ b/NetworkSecurity/samples/V1/OrganizationSecurityProfileGroupServiceClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/OrganizationSecurityProfileGroupServiceClient/list_locations.php b/NetworkSecurity/samples/V1/OrganizationSecurityProfileGroupServiceClient/list_locations.php index daf258f8c9e5..8a9fda9d8ea9 100644 --- a/NetworkSecurity/samples/V1/OrganizationSecurityProfileGroupServiceClient/list_locations.php +++ b/NetworkSecurity/samples/V1/OrganizationSecurityProfileGroupServiceClient/list_locations.php @@ -31,21 +31,21 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * -**Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/NetworkSecurity/samples/V1/OrganizationSecurityProfileGroupServiceClient/set_iam_policy.php b/NetworkSecurity/samples/V1/OrganizationSecurityProfileGroupServiceClient/set_iam_policy.php index ad423d1d7517..bdb2496bf1e6 100644 --- a/NetworkSecurity/samples/V1/OrganizationSecurityProfileGroupServiceClient/set_iam_policy.php +++ b/NetworkSecurity/samples/V1/OrganizationSecurityProfileGroupServiceClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/OrganizationSecurityProfileGroupServiceClient/test_iam_permissions.php b/NetworkSecurity/samples/V1/OrganizationSecurityProfileGroupServiceClient/test_iam_permissions.php index 97ad50f04622..4501ae9b62df 100644 --- a/NetworkSecurity/samples/V1/OrganizationSecurityProfileGroupServiceClient/test_iam_permissions.php +++ b/NetworkSecurity/samples/V1/OrganizationSecurityProfileGroupServiceClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/SSERealmServiceClient/get_iam_policy.php b/NetworkSecurity/samples/V1/SSERealmServiceClient/get_iam_policy.php index be5f4a404113..7d22d27c4b8b 100644 --- a/NetworkSecurity/samples/V1/SSERealmServiceClient/get_iam_policy.php +++ b/NetworkSecurity/samples/V1/SSERealmServiceClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/SSERealmServiceClient/list_locations.php b/NetworkSecurity/samples/V1/SSERealmServiceClient/list_locations.php index abb36c88980a..4586d83bdf0f 100644 --- a/NetworkSecurity/samples/V1/SSERealmServiceClient/list_locations.php +++ b/NetworkSecurity/samples/V1/SSERealmServiceClient/list_locations.php @@ -31,21 +31,21 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * -**Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/NetworkSecurity/samples/V1/SSERealmServiceClient/set_iam_policy.php b/NetworkSecurity/samples/V1/SSERealmServiceClient/set_iam_policy.php index 3d1d2a8e3d6c..7a426a0af9d8 100644 --- a/NetworkSecurity/samples/V1/SSERealmServiceClient/set_iam_policy.php +++ b/NetworkSecurity/samples/V1/SSERealmServiceClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/SSERealmServiceClient/test_iam_permissions.php b/NetworkSecurity/samples/V1/SSERealmServiceClient/test_iam_permissions.php index 187d5bb41188..deb0e246cbc1 100644 --- a/NetworkSecurity/samples/V1/SSERealmServiceClient/test_iam_permissions.php +++ b/NetworkSecurity/samples/V1/SSERealmServiceClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/SecurityProfileGroupServiceClient/get_iam_policy.php b/NetworkSecurity/samples/V1/SecurityProfileGroupServiceClient/get_iam_policy.php index 0d257b0ea33a..a41160a2c0ac 100644 --- a/NetworkSecurity/samples/V1/SecurityProfileGroupServiceClient/get_iam_policy.php +++ b/NetworkSecurity/samples/V1/SecurityProfileGroupServiceClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/SecurityProfileGroupServiceClient/list_locations.php b/NetworkSecurity/samples/V1/SecurityProfileGroupServiceClient/list_locations.php index e1611f83c96d..a7796206a019 100644 --- a/NetworkSecurity/samples/V1/SecurityProfileGroupServiceClient/list_locations.php +++ b/NetworkSecurity/samples/V1/SecurityProfileGroupServiceClient/list_locations.php @@ -31,21 +31,21 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * -**Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/NetworkSecurity/samples/V1/SecurityProfileGroupServiceClient/set_iam_policy.php b/NetworkSecurity/samples/V1/SecurityProfileGroupServiceClient/set_iam_policy.php index d58dde247889..74a92899783e 100644 --- a/NetworkSecurity/samples/V1/SecurityProfileGroupServiceClient/set_iam_policy.php +++ b/NetworkSecurity/samples/V1/SecurityProfileGroupServiceClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/samples/V1/SecurityProfileGroupServiceClient/test_iam_permissions.php b/NetworkSecurity/samples/V1/SecurityProfileGroupServiceClient/test_iam_permissions.php index 1a44a2b2252a..a2dba1aef39a 100644 --- a/NetworkSecurity/samples/V1/SecurityProfileGroupServiceClient/test_iam_permissions.php +++ b/NetworkSecurity/samples/V1/SecurityProfileGroupServiceClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkSecurity/src/V1/Client/AddressGroupServiceClient.php b/NetworkSecurity/src/V1/Client/AddressGroupServiceClient.php index e0c2814130e3..06707a5e1cfb 100644 --- a/NetworkSecurity/src/V1/Client/AddressGroupServiceClient.php +++ b/NetworkSecurity/src/V1/Client/AddressGroupServiceClient.php @@ -671,21 +671,21 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * - **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see AddressGroupServiceClient::listLocationsAsync()} . * @@ -712,7 +712,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see AddressGroupServiceClient::getIamPolicyAsync()} . * @@ -739,10 +739,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see AddressGroupServiceClient::setIamPolicyAsync()} . * @@ -769,12 +769,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is {@see AddressGroupServiceClient::testIamPermissionsAsync()} * . diff --git a/NetworkSecurity/src/V1/Client/DnsThreatDetectorServiceClient.php b/NetworkSecurity/src/V1/Client/DnsThreatDetectorServiceClient.php index d7e6ba1e1dc1..1987e4b4da63 100644 --- a/NetworkSecurity/src/V1/Client/DnsThreatDetectorServiceClient.php +++ b/NetworkSecurity/src/V1/Client/DnsThreatDetectorServiceClient.php @@ -453,21 +453,21 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * - **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see DnsThreatDetectorServiceClient::listLocationsAsync()} * . @@ -495,7 +495,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see DnsThreatDetectorServiceClient::getIamPolicyAsync()} * . @@ -523,10 +523,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see DnsThreatDetectorServiceClient::setIamPolicyAsync()} * . @@ -554,12 +554,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is * {@see DnsThreatDetectorServiceClient::testIamPermissionsAsync()} . diff --git a/NetworkSecurity/src/V1/Client/FirewallActivationClient.php b/NetworkSecurity/src/V1/Client/FirewallActivationClient.php index ac8a95747e04..81de48612334 100644 --- a/NetworkSecurity/src/V1/Client/FirewallActivationClient.php +++ b/NetworkSecurity/src/V1/Client/FirewallActivationClient.php @@ -927,21 +927,21 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * - **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see FirewallActivationClient::listLocationsAsync()} . * @@ -968,7 +968,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see FirewallActivationClient::getIamPolicyAsync()} . * @@ -995,10 +995,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see FirewallActivationClient::setIamPolicyAsync()} . * @@ -1025,12 +1025,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is {@see FirewallActivationClient::testIamPermissionsAsync()} * . diff --git a/NetworkSecurity/src/V1/Client/InterceptClient.php b/NetworkSecurity/src/V1/Client/InterceptClient.php index 2e2064e05e13..d78cfb686e8e 100644 --- a/NetworkSecurity/src/V1/Client/InterceptClient.php +++ b/NetworkSecurity/src/V1/Client/InterceptClient.php @@ -1083,21 +1083,21 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * - **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see InterceptClient::listLocationsAsync()} . * @@ -1124,7 +1124,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see InterceptClient::getIamPolicyAsync()} . * @@ -1151,10 +1151,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see InterceptClient::setIamPolicyAsync()} . * @@ -1181,12 +1181,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is {@see InterceptClient::testIamPermissionsAsync()} . * diff --git a/NetworkSecurity/src/V1/Client/MirroringClient.php b/NetworkSecurity/src/V1/Client/MirroringClient.php index 74ec2d0770ab..8ac374faeac3 100644 --- a/NetworkSecurity/src/V1/Client/MirroringClient.php +++ b/NetworkSecurity/src/V1/Client/MirroringClient.php @@ -1082,21 +1082,21 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * - **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see MirroringClient::listLocationsAsync()} . * @@ -1123,7 +1123,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see MirroringClient::getIamPolicyAsync()} . * @@ -1150,10 +1150,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see MirroringClient::setIamPolicyAsync()} . * @@ -1180,12 +1180,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is {@see MirroringClient::testIamPermissionsAsync()} . * diff --git a/NetworkSecurity/src/V1/Client/NetworkSecurityClient.php b/NetworkSecurity/src/V1/Client/NetworkSecurityClient.php index acd0d508b0d7..4cb337d78031 100644 --- a/NetworkSecurity/src/V1/Client/NetworkSecurityClient.php +++ b/NetworkSecurity/src/V1/Client/NetworkSecurityClient.php @@ -1947,21 +1947,21 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * - **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see NetworkSecurityClient::listLocationsAsync()} . * @@ -1988,7 +1988,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see NetworkSecurityClient::getIamPolicyAsync()} . * @@ -2015,10 +2015,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see NetworkSecurityClient::setIamPolicyAsync()} . * @@ -2045,12 +2045,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is {@see NetworkSecurityClient::testIamPermissionsAsync()} . * diff --git a/NetworkSecurity/src/V1/Client/OrganizationAddressGroupServiceClient.php b/NetworkSecurity/src/V1/Client/OrganizationAddressGroupServiceClient.php index 79b7c0bfc3a7..825c08ed5abb 100644 --- a/NetworkSecurity/src/V1/Client/OrganizationAddressGroupServiceClient.php +++ b/NetworkSecurity/src/V1/Client/OrganizationAddressGroupServiceClient.php @@ -676,21 +676,21 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * - **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is * {@see OrganizationAddressGroupServiceClient::listLocationsAsync()} . @@ -718,7 +718,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is * {@see OrganizationAddressGroupServiceClient::getIamPolicyAsync()} . @@ -746,10 +746,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is * {@see OrganizationAddressGroupServiceClient::setIamPolicyAsync()} . @@ -777,12 +777,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is * {@see OrganizationAddressGroupServiceClient::testIamPermissionsAsync()} . diff --git a/NetworkSecurity/src/V1/Client/OrganizationSecurityProfileGroupServiceClient.php b/NetworkSecurity/src/V1/Client/OrganizationSecurityProfileGroupServiceClient.php index d50cb70f2ce3..72871f4d51b3 100644 --- a/NetworkSecurity/src/V1/Client/OrganizationSecurityProfileGroupServiceClient.php +++ b/NetworkSecurity/src/V1/Client/OrganizationSecurityProfileGroupServiceClient.php @@ -841,21 +841,21 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * - **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is * {@see OrganizationSecurityProfileGroupServiceClient::listLocationsAsync()} . @@ -883,7 +883,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is * {@see OrganizationSecurityProfileGroupServiceClient::getIamPolicyAsync()} . @@ -911,10 +911,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is * {@see OrganizationSecurityProfileGroupServiceClient::setIamPolicyAsync()} . @@ -942,12 +942,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is * {@see OrganizationSecurityProfileGroupServiceClient::testIamPermissionsAsync()} diff --git a/NetworkSecurity/src/V1/Client/SSERealmServiceClient.php b/NetworkSecurity/src/V1/Client/SSERealmServiceClient.php index 723cf7c654bd..7c2e311f92cb 100644 --- a/NetworkSecurity/src/V1/Client/SSERealmServiceClient.php +++ b/NetworkSecurity/src/V1/Client/SSERealmServiceClient.php @@ -582,21 +582,21 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * - **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see SSERealmServiceClient::listLocationsAsync()} . * @@ -623,7 +623,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see SSERealmServiceClient::getIamPolicyAsync()} . * @@ -650,10 +650,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see SSERealmServiceClient::setIamPolicyAsync()} . * @@ -680,12 +680,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is {@see SSERealmServiceClient::testIamPermissionsAsync()} . * diff --git a/NetworkSecurity/src/V1/Client/SecurityProfileGroupServiceClient.php b/NetworkSecurity/src/V1/Client/SecurityProfileGroupServiceClient.php index 5e6ad0393e5a..be45fa5bdd28 100644 --- a/NetworkSecurity/src/V1/Client/SecurityProfileGroupServiceClient.php +++ b/NetworkSecurity/src/V1/Client/SecurityProfileGroupServiceClient.php @@ -828,21 +828,21 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * - **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is * {@see SecurityProfileGroupServiceClient::listLocationsAsync()} . @@ -870,7 +870,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is * {@see SecurityProfileGroupServiceClient::getIamPolicyAsync()} . @@ -898,10 +898,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is * {@see SecurityProfileGroupServiceClient::setIamPolicyAsync()} . @@ -929,12 +929,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is * {@see SecurityProfileGroupServiceClient::testIamPermissionsAsync()} . diff --git a/NetworkServices/samples/V1/DepServiceClient/get_iam_policy.php b/NetworkServices/samples/V1/DepServiceClient/get_iam_policy.php index 9832fc979d5e..dc683c2d2295 100644 --- a/NetworkServices/samples/V1/DepServiceClient/get_iam_policy.php +++ b/NetworkServices/samples/V1/DepServiceClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkServices/samples/V1/DepServiceClient/set_iam_policy.php b/NetworkServices/samples/V1/DepServiceClient/set_iam_policy.php index 0d46ca464538..1fb9f9d0abf6 100644 --- a/NetworkServices/samples/V1/DepServiceClient/set_iam_policy.php +++ b/NetworkServices/samples/V1/DepServiceClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkServices/samples/V1/DepServiceClient/test_iam_permissions.php b/NetworkServices/samples/V1/DepServiceClient/test_iam_permissions.php index 39b69eb6f9c8..3b3b7013aeef 100644 --- a/NetworkServices/samples/V1/DepServiceClient/test_iam_permissions.php +++ b/NetworkServices/samples/V1/DepServiceClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkServices/samples/V1/NetworkServicesClient/get_iam_policy.php b/NetworkServices/samples/V1/NetworkServicesClient/get_iam_policy.php index d6c6cdf8d8bf..ae912ebf6f62 100644 --- a/NetworkServices/samples/V1/NetworkServicesClient/get_iam_policy.php +++ b/NetworkServices/samples/V1/NetworkServicesClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkServices/samples/V1/NetworkServicesClient/set_iam_policy.php b/NetworkServices/samples/V1/NetworkServicesClient/set_iam_policy.php index 360d9e41c521..3262b479bdee 100644 --- a/NetworkServices/samples/V1/NetworkServicesClient/set_iam_policy.php +++ b/NetworkServices/samples/V1/NetworkServicesClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkServices/samples/V1/NetworkServicesClient/test_iam_permissions.php b/NetworkServices/samples/V1/NetworkServicesClient/test_iam_permissions.php index 18aad4d95f00..324acfe17be7 100644 --- a/NetworkServices/samples/V1/NetworkServicesClient/test_iam_permissions.php +++ b/NetworkServices/samples/V1/NetworkServicesClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/NetworkServices/src/V1/Client/DepServiceClient.php b/NetworkServices/src/V1/Client/DepServiceClient.php index fdb1a82a867b..17dc10a19bc6 100644 --- a/NetworkServices/src/V1/Client/DepServiceClient.php +++ b/NetworkServices/src/V1/Client/DepServiceClient.php @@ -1021,7 +1021,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see DepServiceClient::getIamPolicyAsync()} . * @@ -1048,10 +1048,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see DepServiceClient::setIamPolicyAsync()} . * @@ -1078,12 +1078,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is {@see DepServiceClient::testIamPermissionsAsync()} . * diff --git a/NetworkServices/src/V1/Client/NetworkServicesClient.php b/NetworkServices/src/V1/Client/NetworkServicesClient.php index b3719f51b88a..ec86229176cc 100644 --- a/NetworkServices/src/V1/Client/NetworkServicesClient.php +++ b/NetworkServices/src/V1/Client/NetworkServicesClient.php @@ -2503,7 +2503,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see NetworkServicesClient::getIamPolicyAsync()} . * @@ -2530,10 +2530,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see NetworkServicesClient::setIamPolicyAsync()} . * @@ -2560,12 +2560,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is {@see NetworkServicesClient::testIamPermissionsAsync()} . * diff --git a/Notebooks/samples/V1/ManagedNotebookServiceClient/get_iam_policy.php b/Notebooks/samples/V1/ManagedNotebookServiceClient/get_iam_policy.php index 13c458d59fa9..c1c7a2d4508d 100644 --- a/Notebooks/samples/V1/ManagedNotebookServiceClient/get_iam_policy.php +++ b/Notebooks/samples/V1/ManagedNotebookServiceClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/Notebooks/samples/V1/ManagedNotebookServiceClient/set_iam_policy.php b/Notebooks/samples/V1/ManagedNotebookServiceClient/set_iam_policy.php index 28dc773fba27..ecc1fac126e9 100644 --- a/Notebooks/samples/V1/ManagedNotebookServiceClient/set_iam_policy.php +++ b/Notebooks/samples/V1/ManagedNotebookServiceClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/Notebooks/samples/V1/ManagedNotebookServiceClient/test_iam_permissions.php b/Notebooks/samples/V1/ManagedNotebookServiceClient/test_iam_permissions.php index 1ef3ad0bc749..26340c88af93 100644 --- a/Notebooks/samples/V1/ManagedNotebookServiceClient/test_iam_permissions.php +++ b/Notebooks/samples/V1/ManagedNotebookServiceClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/Notebooks/samples/V1/NotebookServiceClient/get_iam_policy.php b/Notebooks/samples/V1/NotebookServiceClient/get_iam_policy.php index 5fad90f9efd0..b252e1fadc88 100644 --- a/Notebooks/samples/V1/NotebookServiceClient/get_iam_policy.php +++ b/Notebooks/samples/V1/NotebookServiceClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/Notebooks/samples/V1/NotebookServiceClient/set_iam_policy.php b/Notebooks/samples/V1/NotebookServiceClient/set_iam_policy.php index e93e224017ab..f0958f2b7844 100644 --- a/Notebooks/samples/V1/NotebookServiceClient/set_iam_policy.php +++ b/Notebooks/samples/V1/NotebookServiceClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/Notebooks/samples/V1/NotebookServiceClient/test_iam_permissions.php b/Notebooks/samples/V1/NotebookServiceClient/test_iam_permissions.php index 10217926fedc..b827a3d5251b 100644 --- a/Notebooks/samples/V1/NotebookServiceClient/test_iam_permissions.php +++ b/Notebooks/samples/V1/NotebookServiceClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/Notebooks/samples/V2/NotebookServiceClient/get_iam_policy.php b/Notebooks/samples/V2/NotebookServiceClient/get_iam_policy.php index ea84268b3943..e71566a67b8f 100644 --- a/Notebooks/samples/V2/NotebookServiceClient/get_iam_policy.php +++ b/Notebooks/samples/V2/NotebookServiceClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/Notebooks/samples/V2/NotebookServiceClient/set_iam_policy.php b/Notebooks/samples/V2/NotebookServiceClient/set_iam_policy.php index b43e44e56617..01252bdeb44c 100644 --- a/Notebooks/samples/V2/NotebookServiceClient/set_iam_policy.php +++ b/Notebooks/samples/V2/NotebookServiceClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/Notebooks/samples/V2/NotebookServiceClient/test_iam_permissions.php b/Notebooks/samples/V2/NotebookServiceClient/test_iam_permissions.php index 16e269e55f4a..a372d8ed68ee 100644 --- a/Notebooks/samples/V2/NotebookServiceClient/test_iam_permissions.php +++ b/Notebooks/samples/V2/NotebookServiceClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/Notebooks/src/V1/Client/ManagedNotebookServiceClient.php b/Notebooks/src/V1/Client/ManagedNotebookServiceClient.php index cd60d7bebfc9..38d413fff3bc 100644 --- a/Notebooks/src/V1/Client/ManagedNotebookServiceClient.php +++ b/Notebooks/src/V1/Client/ManagedNotebookServiceClient.php @@ -744,7 +744,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see ManagedNotebookServiceClient::getIamPolicyAsync()} . * @@ -771,10 +771,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see ManagedNotebookServiceClient::setIamPolicyAsync()} . * @@ -801,12 +801,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is * {@see ManagedNotebookServiceClient::testIamPermissionsAsync()} . diff --git a/Notebooks/src/V1/Client/NotebookServiceClient.php b/Notebooks/src/V1/Client/NotebookServiceClient.php index 52e230aa902e..5360cb4b06a9 100644 --- a/Notebooks/src/V1/Client/NotebookServiceClient.php +++ b/Notebooks/src/V1/Client/NotebookServiceClient.php @@ -1408,7 +1408,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see NotebookServiceClient::getIamPolicyAsync()} . * @@ -1435,10 +1435,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see NotebookServiceClient::setIamPolicyAsync()} . * @@ -1465,12 +1465,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is {@see NotebookServiceClient::testIamPermissionsAsync()} . * diff --git a/Notebooks/src/V2/Client/NotebookServiceClient.php b/Notebooks/src/V2/Client/NotebookServiceClient.php index b4f0c72e72bb..b0d6678911c4 100644 --- a/Notebooks/src/V2/Client/NotebookServiceClient.php +++ b/Notebooks/src/V2/Client/NotebookServiceClient.php @@ -703,7 +703,7 @@ public function listLocations(ListLocationsRequest $request, array $callOptions /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see NotebookServiceClient::getIamPolicyAsync()} . * @@ -730,10 +730,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see NotebookServiceClient::setIamPolicyAsync()} . * @@ -760,12 +760,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is {@see NotebookServiceClient::testIamPermissionsAsync()} . * diff --git a/PubSub/samples/V1/PublisherClient/get_iam_policy.php b/PubSub/samples/V1/PublisherClient/get_iam_policy.php index e2fbdfd9359f..c725a9ea48ce 100644 --- a/PubSub/samples/V1/PublisherClient/get_iam_policy.php +++ b/PubSub/samples/V1/PublisherClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/PubSub/samples/V1/PublisherClient/set_iam_policy.php b/PubSub/samples/V1/PublisherClient/set_iam_policy.php index 3479ae217438..9c9bb9226834 100644 --- a/PubSub/samples/V1/PublisherClient/set_iam_policy.php +++ b/PubSub/samples/V1/PublisherClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/PubSub/samples/V1/PublisherClient/test_iam_permissions.php b/PubSub/samples/V1/PublisherClient/test_iam_permissions.php index 6bde1e803ee1..df86cf86e30f 100644 --- a/PubSub/samples/V1/PublisherClient/test_iam_permissions.php +++ b/PubSub/samples/V1/PublisherClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/PubSub/samples/V1/SchemaServiceClient/get_iam_policy.php b/PubSub/samples/V1/SchemaServiceClient/get_iam_policy.php index e98e920ed500..2df5d9270a6d 100644 --- a/PubSub/samples/V1/SchemaServiceClient/get_iam_policy.php +++ b/PubSub/samples/V1/SchemaServiceClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/PubSub/samples/V1/SchemaServiceClient/set_iam_policy.php b/PubSub/samples/V1/SchemaServiceClient/set_iam_policy.php index e034ba7a3e55..f64dbb3e9e35 100644 --- a/PubSub/samples/V1/SchemaServiceClient/set_iam_policy.php +++ b/PubSub/samples/V1/SchemaServiceClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/PubSub/samples/V1/SchemaServiceClient/test_iam_permissions.php b/PubSub/samples/V1/SchemaServiceClient/test_iam_permissions.php index 5e9999f1fd11..93252b71eb1f 100644 --- a/PubSub/samples/V1/SchemaServiceClient/test_iam_permissions.php +++ b/PubSub/samples/V1/SchemaServiceClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/PubSub/samples/V1/SubscriberClient/get_iam_policy.php b/PubSub/samples/V1/SubscriberClient/get_iam_policy.php index de88b453ef7f..53ff3ca106fe 100644 --- a/PubSub/samples/V1/SubscriberClient/get_iam_policy.php +++ b/PubSub/samples/V1/SubscriberClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/PubSub/samples/V1/SubscriberClient/set_iam_policy.php b/PubSub/samples/V1/SubscriberClient/set_iam_policy.php index 4c7b832558bf..8dd2a4adf03b 100644 --- a/PubSub/samples/V1/SubscriberClient/set_iam_policy.php +++ b/PubSub/samples/V1/SubscriberClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/PubSub/samples/V1/SubscriberClient/test_iam_permissions.php b/PubSub/samples/V1/SubscriberClient/test_iam_permissions.php index 259b9d402e6d..94e562d3acbd 100644 --- a/PubSub/samples/V1/SubscriberClient/test_iam_permissions.php +++ b/PubSub/samples/V1/SubscriberClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/PubSub/src/V1/Client/PublisherClient.php b/PubSub/src/V1/Client/PublisherClient.php index e6640693f1b3..fc6f85eda796 100644 --- a/PubSub/src/V1/Client/PublisherClient.php +++ b/PubSub/src/V1/Client/PublisherClient.php @@ -612,7 +612,7 @@ public function updateTopic(UpdateTopicRequest $request, array $callOptions = [] /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see PublisherClient::getIamPolicyAsync()} . * @@ -639,10 +639,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see PublisherClient::setIamPolicyAsync()} . * @@ -669,12 +669,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is {@see PublisherClient::testIamPermissionsAsync()} . * diff --git a/PubSub/src/V1/Client/SchemaServiceClient.php b/PubSub/src/V1/Client/SchemaServiceClient.php index 6594375d0f9f..8959821c32d0 100644 --- a/PubSub/src/V1/Client/SchemaServiceClient.php +++ b/PubSub/src/V1/Client/SchemaServiceClient.php @@ -538,7 +538,7 @@ public function validateSchema(ValidateSchemaRequest $request, array $callOption /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see SchemaServiceClient::getIamPolicyAsync()} . * @@ -565,10 +565,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see SchemaServiceClient::setIamPolicyAsync()} . * @@ -595,12 +595,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is {@see SchemaServiceClient::testIamPermissionsAsync()} . * diff --git a/PubSub/src/V1/Client/SubscriberClient.php b/PubSub/src/V1/Client/SubscriberClient.php index 09ea7607228e..5563b6ea5e5b 100644 --- a/PubSub/src/V1/Client/SubscriberClient.php +++ b/PubSub/src/V1/Client/SubscriberClient.php @@ -861,7 +861,7 @@ public function updateSubscription(UpdateSubscriptionRequest $request, array $ca /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see SubscriberClient::getIamPolicyAsync()} . * @@ -888,10 +888,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see SubscriberClient::setIamPolicyAsync()} . * @@ -918,12 +918,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is {@see SubscriberClient::testIamPermissionsAsync()} . * diff --git a/SecureSourceManager/samples/V1/SecureSourceManagerClient/get_iam_policy.php b/SecureSourceManager/samples/V1/SecureSourceManagerClient/get_iam_policy.php index 54337516fa29..28ac27d0ba27 100644 --- a/SecureSourceManager/samples/V1/SecureSourceManagerClient/get_iam_policy.php +++ b/SecureSourceManager/samples/V1/SecureSourceManagerClient/get_iam_policy.php @@ -30,7 +30,7 @@ /** * Gets the access control policy for a resource. Returns an empty policy -if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * @param string $resource REQUIRED: The resource for which the policy is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/SecureSourceManager/samples/V1/SecureSourceManagerClient/list_locations.php b/SecureSourceManager/samples/V1/SecureSourceManagerClient/list_locations.php index ec43bf7e5711..6299644dbf18 100644 --- a/SecureSourceManager/samples/V1/SecureSourceManagerClient/list_locations.php +++ b/SecureSourceManager/samples/V1/SecureSourceManagerClient/list_locations.php @@ -31,22 +31,22 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name] field: - -* **Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/SecureSourceManager/samples/V1/SecureSourceManagerClient/set_iam_policy.php b/SecureSourceManager/samples/V1/SecureSourceManagerClient/set_iam_policy.php index fbdbe64bf777..4fc6435abd75 100644 --- a/SecureSourceManager/samples/V1/SecureSourceManagerClient/set_iam_policy.php +++ b/SecureSourceManager/samples/V1/SecureSourceManagerClient/set_iam_policy.php @@ -30,10 +30,10 @@ /** * Sets the access control policy on the specified resource. Replaces -any existing policy. - -Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` -errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * @param string $resource REQUIRED: The resource for which the policy is being specified. * See the operation documentation for the appropriate value for this field. diff --git a/SecureSourceManager/samples/V1/SecureSourceManagerClient/test_iam_permissions.php b/SecureSourceManager/samples/V1/SecureSourceManagerClient/test_iam_permissions.php index a8300f158bdc..c21d5dfc7a02 100644 --- a/SecureSourceManager/samples/V1/SecureSourceManagerClient/test_iam_permissions.php +++ b/SecureSourceManager/samples/V1/SecureSourceManagerClient/test_iam_permissions.php @@ -30,12 +30,12 @@ /** * Returns permissions that a caller has on the specified resource. If the -resource does not exist, this will return an empty set of -permissions, not a `NOT_FOUND` error. - -Note: This operation is designed to be used for building -permission-aware UIs and command-line tools, not for authorization -checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * @param string $resource REQUIRED: The resource for which the policy detail is being requested. * See the operation documentation for the appropriate value for this field. diff --git a/SecureSourceManager/src/V1/Client/SecureSourceManagerClient.php b/SecureSourceManager/src/V1/Client/SecureSourceManagerClient.php index 912579ad287e..e5ef2564bbc5 100644 --- a/SecureSourceManager/src/V1/Client/SecureSourceManagerClient.php +++ b/SecureSourceManager/src/V1/Client/SecureSourceManagerClient.php @@ -2070,7 +2070,7 @@ public function updateRepository(UpdateRepositoryRequest $request, array $callOp /** * Gets the access control policy for a resource. Returns an empty policy - if the resource exists and does not have a policy set. + * if the resource exists and does not have a policy set. * * The async variant is {@see SecureSourceManagerClient::getIamPolicyAsync()} . * @@ -2097,10 +2097,10 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = /** * Sets the access control policy on the specified resource. Replaces - any existing policy. - - Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` - errors. + * any existing policy. + * + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` + * errors. * * The async variant is {@see SecureSourceManagerClient::setIamPolicyAsync()} . * @@ -2127,12 +2127,12 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = /** * Returns permissions that a caller has on the specified resource. If the - resource does not exist, this will return an empty set of - permissions, not a `NOT_FOUND` error. - - Note: This operation is designed to be used for building - permission-aware UIs and command-line tools, not for authorization - checking. This operation may "fail open" without warning. + * resource does not exist, this will return an empty set of + * permissions, not a `NOT_FOUND` error. + * + * Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization + * checking. This operation may "fail open" without warning. * * The async variant is {@see SecureSourceManagerClient::testIamPermissionsAsync()} * . @@ -2188,22 +2188,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name] field: - - * **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name] field: + * + * * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see SecureSourceManagerClient::listLocationsAsync()} . * diff --git a/SecurityCompliance/samples/V1/AuditClient/list_locations.php b/SecurityCompliance/samples/V1/AuditClient/list_locations.php index d37e508bb520..3980bdb0689f 100644 --- a/SecurityCompliance/samples/V1/AuditClient/list_locations.php +++ b/SecurityCompliance/samples/V1/AuditClient/list_locations.php @@ -31,21 +31,21 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * -**Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/SecurityCompliance/samples/V1/CmEnrollmentServiceClient/list_locations.php b/SecurityCompliance/samples/V1/CmEnrollmentServiceClient/list_locations.php index 592ad5415f6a..fae60f581239 100644 --- a/SecurityCompliance/samples/V1/CmEnrollmentServiceClient/list_locations.php +++ b/SecurityCompliance/samples/V1/CmEnrollmentServiceClient/list_locations.php @@ -31,21 +31,21 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * -**Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/SecurityCompliance/samples/V1/ConfigClient/list_locations.php b/SecurityCompliance/samples/V1/ConfigClient/list_locations.php index 309afe5dc8d2..6c6c0caa376d 100644 --- a/SecurityCompliance/samples/V1/ConfigClient/list_locations.php +++ b/SecurityCompliance/samples/V1/ConfigClient/list_locations.php @@ -31,21 +31,21 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * -**Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/SecurityCompliance/samples/V1/DeploymentClient/list_locations.php b/SecurityCompliance/samples/V1/DeploymentClient/list_locations.php index dd3bf71e0b90..dfd1269b6bd9 100644 --- a/SecurityCompliance/samples/V1/DeploymentClient/list_locations.php +++ b/SecurityCompliance/samples/V1/DeploymentClient/list_locations.php @@ -31,21 +31,21 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * -**Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/SecurityCompliance/samples/V1/MonitoringClient/list_locations.php b/SecurityCompliance/samples/V1/MonitoringClient/list_locations.php index 04e28877680d..6348c68c66cf 100644 --- a/SecurityCompliance/samples/V1/MonitoringClient/list_locations.php +++ b/SecurityCompliance/samples/V1/MonitoringClient/list_locations.php @@ -31,21 +31,21 @@ /** * Lists information about the supported locations for this service. - -This method lists locations based on the resource scope provided in -the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * -**Global locations**: If `name` is empty, the method lists the -public locations available to all projects. * **Project-specific -locations**: If `name` follows the format -`projects/{project}`, the method lists locations visible to that -specific project. This includes public, private, or other -project-specific locations enabled for the project. - -For gRPC and client library implementations, the resource name is -passed as the `name` field. For direct service calls, the resource -name is -incorporated into the request path based on the specific service -implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * This sample has been automatically generated and should be regarded as a code * template only. It will require modifications to work: diff --git a/SecurityCompliance/src/V1/Client/AuditClient.php b/SecurityCompliance/src/V1/Client/AuditClient.php index 31eb65f53f2e..973e6ad7033f 100644 --- a/SecurityCompliance/src/V1/Client/AuditClient.php +++ b/SecurityCompliance/src/V1/Client/AuditClient.php @@ -511,21 +511,21 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * - **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see AuditClient::listLocationsAsync()} . * diff --git a/SecurityCompliance/src/V1/Client/CmEnrollmentServiceClient.php b/SecurityCompliance/src/V1/Client/CmEnrollmentServiceClient.php index 837c1c6f3c63..98d5321960be 100644 --- a/SecurityCompliance/src/V1/Client/CmEnrollmentServiceClient.php +++ b/SecurityCompliance/src/V1/Client/CmEnrollmentServiceClient.php @@ -359,21 +359,21 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * - **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see CmEnrollmentServiceClient::listLocationsAsync()} . * diff --git a/SecurityCompliance/src/V1/Client/ConfigClient.php b/SecurityCompliance/src/V1/Client/ConfigClient.php index 80e3db0f6c69..03a383792140 100644 --- a/SecurityCompliance/src/V1/Client/ConfigClient.php +++ b/SecurityCompliance/src/V1/Client/ConfigClient.php @@ -736,21 +736,21 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * - **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see ConfigClient::listLocationsAsync()} . * diff --git a/SecurityCompliance/src/V1/Client/DeploymentClient.php b/SecurityCompliance/src/V1/Client/DeploymentClient.php index 57d02a157bd1..22cc60cd61b0 100644 --- a/SecurityCompliance/src/V1/Client/DeploymentClient.php +++ b/SecurityCompliance/src/V1/Client/DeploymentClient.php @@ -714,21 +714,21 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * - **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see DeploymentClient::listLocationsAsync()} . * diff --git a/SecurityCompliance/src/V1/Client/MonitoringClient.php b/SecurityCompliance/src/V1/Client/MonitoringClient.php index 516a269de6fa..1065603638fd 100644 --- a/SecurityCompliance/src/V1/Client/MonitoringClient.php +++ b/SecurityCompliance/src/V1/Client/MonitoringClient.php @@ -538,21 +538,21 @@ public function getLocation(GetLocationRequest $request, array $callOptions = [] /** * Lists information about the supported locations for this service. - - This method lists locations based on the resource scope provided in - the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * - **Global locations**: If `name` is empty, the method lists the - public locations available to all projects. * **Project-specific - locations**: If `name` follows the format - `projects/{project}`, the method lists locations visible to that - specific project. This includes public, private, or other - project-specific locations enabled for the project. - - For gRPC and client library implementations, the resource name is - passed as the `name` field. For direct service calls, the resource - name is - incorporated into the request path based on the specific service - implementation and version. + * + * This method lists locations based on the resource scope provided in + * the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: * + * **Global locations**: If `name` is empty, the method lists the + * public locations available to all projects. * **Project-specific + * locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that + * specific project. This includes public, private, or other + * project-specific locations enabled for the project. + * + * For gRPC and client library implementations, the resource name is + * passed as the `name` field. For direct service calls, the resource + * name is + * incorporated into the request path based on the specific service + * implementation and version. * * The async variant is {@see MonitoringClient::listLocationsAsync()} . *