Skip to content

Commit c9f6cd4

Browse files
chore(bazel): [Many APIs] update GAPIC PHP generator to v1.7.2 (#6154)
1 parent 5666588 commit c9f6cd4

323 files changed

Lines changed: 1403 additions & 286 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AccessContextManager/samples/V1/AccessContextManagerClient/create_access_level.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function create_access_level_sample(string $formattedParent): void
4949
// Create a client.
5050
$accessContextManagerClient = new AccessContextManagerClient();
5151

52-
// Prepare any non-scalar elements to be passed along with the request.
52+
// Prepare the request message.
5353
$accessLevel = new AccessLevel();
5454

5555
// Call the API and handle any network failures.

AccessContextManager/samples/V1/AccessContextManagerClient/create_gcp_user_access_binding.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function create_gcp_user_access_binding_sample(
6464
// Create a client.
6565
$accessContextManagerClient = new AccessContextManagerClient();
6666

67-
// Prepare any non-scalar elements to be passed along with the request.
67+
// Prepare the request message.
6868
$formattedGcpUserAccessBindingAccessLevels = [
6969
$formattedGcpUserAccessBindingAccessLevelsElement,
7070
];

AccessContextManager/samples/V1/AccessContextManagerClient/create_service_perimeter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function create_service_perimeter_sample(string $formattedParent): void
5050
// Create a client.
5151
$accessContextManagerClient = new AccessContextManagerClient();
5252

53-
// Prepare any non-scalar elements to be passed along with the request.
53+
// Prepare the request message.
5454
$servicePerimeter = new ServicePerimeter();
5555

5656
// Call the API and handle any network failures.

AccessContextManager/samples/V1/AccessContextManagerClient/replace_access_levels.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function replace_access_levels_sample(string $formattedParent): void
6161
// Create a client.
6262
$accessContextManagerClient = new AccessContextManagerClient();
6363

64-
// Prepare any non-scalar elements to be passed along with the request.
64+
// Prepare the request message.
6565
$accessLevels = [new AccessLevel()];
6666

6767
// Call the API and handle any network failures.

AccessContextManager/samples/V1/AccessContextManagerClient/replace_service_perimeters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function replace_service_perimeters_sample(string $formattedParent): void
5757
// Create a client.
5858
$accessContextManagerClient = new AccessContextManagerClient();
5959

60-
// Prepare any non-scalar elements to be passed along with the request.
60+
// Prepare the request message.
6161
$servicePerimeters = [new ServicePerimeter()];
6262

6363
// Call the API and handle any network failures.

AccessContextManager/samples/V1/AccessContextManagerClient/set_iam_policy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function set_iam_policy_sample(string $resource): void
4343
// Create a client.
4444
$accessContextManagerClient = new AccessContextManagerClient();
4545

46-
// Prepare any non-scalar elements to be passed along with the request.
46+
// Prepare the request message.
4747
$policy = new Policy();
4848

4949
// Call the API and handle any network failures.

AccessContextManager/samples/V1/AccessContextManagerClient/test_iam_permissions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function test_iam_permissions_sample(string $resource, string $permissionsElemen
4747
// Create a client.
4848
$accessContextManagerClient = new AccessContextManagerClient();
4949

50-
// Prepare any non-scalar elements to be passed along with the request.
50+
// Prepare the request message.
5151
$permissions = [$permissionsElement,];
5252

5353
// Call the API and handle any network failures.

AccessContextManager/samples/V1/AccessContextManagerClient/update_access_level.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function update_access_level_sample(): void
5151
// Create a client.
5252
$accessContextManagerClient = new AccessContextManagerClient();
5353

54-
// Prepare any non-scalar elements to be passed along with the request.
54+
// Prepare the request message.
5555
$accessLevel = new AccessLevel();
5656
$updateMask = new FieldMask();
5757

AccessContextManager/samples/V1/AccessContextManagerClient/update_access_policy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function update_access_policy_sample(): void
4949
// Create a client.
5050
$accessContextManagerClient = new AccessContextManagerClient();
5151

52-
// Prepare any non-scalar elements to be passed along with the request.
52+
// Prepare the request message.
5353
$policy = new AccessPolicy();
5454
$updateMask = new FieldMask();
5555

AccessContextManager/samples/V1/AccessContextManagerClient/update_gcp_user_access_binding.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function update_gcp_user_access_binding_sample(
5757
// Create a client.
5858
$accessContextManagerClient = new AccessContextManagerClient();
5959

60-
// Prepare any non-scalar elements to be passed along with the request.
60+
// Prepare the request message.
6161
$formattedGcpUserAccessBindingAccessLevels = [
6262
$formattedGcpUserAccessBindingAccessLevelsElement,
6363
];

0 commit comments

Comments
 (0)