Skip to content

Commit d9f52f0

Browse files
feat: configure 6 preview clients and 1 GA client for new PHP surface (#6175)
PiperOrigin-RevId: 529499625 Source-Link: googleapis/googleapis@0037ff6 Source-Link: https://github.com/googleapis/googleapis-gen/commit/760324a55a38a40119925cf584d0611e18bacddf Copy-Tag: eyJwIjoiQWNjZXNzQ29udGV4dE1hbmFnZXIvLk93bEJvdC55YW1sIiwiaCI6Ijc2MDMyNGE1NWEzOGE0MDExOTkyNWNmNTg0ZDA2MTFlMThiYWNkZGYifQ== Copy-Tag: eyJwIjoiQWR2aXNvcnlOb3RpZmljYXRpb25zLy5Pd2xCb3QueWFtbCIsImgiOiI3NjAzMjRhNTVhMzhhNDAxMTk5MjVjZjU4NGQwNjExZTE4YmFjZGRmIn0= Copy-Tag: eyJwIjoiQWlQbGF0Zm9ybS8uT3dsQm90LnlhbWwiLCJoIjoiNzYwMzI0YTU1YTM4YTQwMTE5OTI1Y2Y1ODRkMDYxMWUxOGJhY2RkZiJ9 Copy-Tag: eyJwIjoiQWxsb3lEYi8uT3dsQm90LnlhbWwiLCJoIjoiNzYwMzI0YTU1YTM4YTQwMTE5OTI1Y2Y1ODRkMDYxMWUxOGJhY2RkZiJ9 Copy-Tag: eyJwIjoiQW5hbHl0aWNzQWRtaW4vLk93bEJvdC55YW1sIiwiaCI6Ijc2MDMyNGE1NWEzOGE0MDExOTkyNWNmNTg0ZDA2MTFlMThiYWNkZGYifQ== Copy-Tag: eyJwIjoiQW5hbHl0aWNzRGF0YS8uT3dsQm90LnlhbWwiLCJoIjoiNzYwMzI0YTU1YTM4YTQwMTE5OTI1Y2Y1ODRkMDYxMWUxOGJhY2RkZiJ9 Co-authored-by: Brent Shaffer <betterbrent@google.com>
1 parent d7ef77b commit d9f52f0

File tree

136 files changed

+6942
-150
lines changed

Some content is hidden

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

136 files changed

+6942
-150
lines changed

samples/V1alpha/AnalyticsAdminServiceClient/batch_create_access_bindings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function batch_create_access_bindings_sample(
5454
// Create a client.
5555
$analyticsAdminServiceClient = new AnalyticsAdminServiceClient();
5656

57-
// Prepare the request message.
57+
// Prepare any non-scalar elements to be passed along with the request.
5858
$requestsAccessBinding = new AccessBinding();
5959
$createAccessBindingRequest = (new CreateAccessBindingRequest())
6060
->setParent($formattedRequestsParent)

samples/V1alpha/AnalyticsAdminServiceClient/batch_create_user_links.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function batch_create_user_links_sample(
5050
// Create a client.
5151
$analyticsAdminServiceClient = new AnalyticsAdminServiceClient();
5252

53-
// Prepare the request message.
53+
// Prepare any non-scalar elements to be passed along with the request.
5454
$requestsUserLink = new UserLink();
5555
$createUserLinkRequest = (new CreateUserLinkRequest())
5656
->setParent($formattedRequestsParent)

samples/V1alpha/AnalyticsAdminServiceClient/batch_delete_access_bindings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function batch_delete_access_bindings_sample(
4848
// Create a client.
4949
$analyticsAdminServiceClient = new AnalyticsAdminServiceClient();
5050

51-
// Prepare the request message.
51+
// Prepare any non-scalar elements to be passed along with the request.
5252
$deleteAccessBindingRequest = (new DeleteAccessBindingRequest())
5353
->setName($formattedRequestsName);
5454
$requests = [$deleteAccessBindingRequest,];

samples/V1alpha/AnalyticsAdminServiceClient/batch_delete_user_links.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function batch_delete_user_links_sample(
4545
// Create a client.
4646
$analyticsAdminServiceClient = new AnalyticsAdminServiceClient();
4747

48-
// Prepare the request message.
48+
// Prepare any non-scalar elements to be passed along with the request.
4949
$deleteUserLinkRequest = (new DeleteUserLinkRequest())
5050
->setName($formattedRequestsName);
5151
$requests = [$deleteUserLinkRequest,];

samples/V1alpha/AnalyticsAdminServiceClient/batch_get_access_bindings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function batch_get_access_bindings_sample(
5050
// Create a client.
5151
$analyticsAdminServiceClient = new AnalyticsAdminServiceClient();
5252

53-
// Prepare the request message.
53+
// Prepare any non-scalar elements to be passed along with the request.
5454
$formattedNames = [$formattedNamesElement,];
5555

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

samples/V1alpha/AnalyticsAdminServiceClient/batch_get_user_links.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function batch_get_user_links_sample(string $formattedParent, string $formattedN
4545
// Create a client.
4646
$analyticsAdminServiceClient = new AnalyticsAdminServiceClient();
4747

48-
// Prepare the request message.
48+
// Prepare any non-scalar elements to be passed along with the request.
4949
$formattedNames = [$formattedNamesElement,];
5050

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

samples/V1alpha/AnalyticsAdminServiceClient/batch_update_access_bindings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function batch_update_access_bindings_sample(string $formattedParent): void
4646
// Create a client.
4747
$analyticsAdminServiceClient = new AnalyticsAdminServiceClient();
4848

49-
// Prepare the request message.
49+
// Prepare any non-scalar elements to be passed along with the request.
5050
$requestsAccessBinding = new AccessBinding();
5151
$updateAccessBindingRequest = (new UpdateAccessBindingRequest())
5252
->setAccessBinding($requestsAccessBinding);

samples/V1alpha/AnalyticsAdminServiceClient/batch_update_user_links.php

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

46-
// Prepare the request message.
46+
// Prepare any non-scalar elements to be passed along with the request.
4747
$requestsUserLink = new UserLink();
4848
$updateUserLinkRequest = (new UpdateUserLinkRequest())
4949
->setUserLink($requestsUserLink);

samples/V1alpha/AnalyticsAdminServiceClient/create_access_binding.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function create_access_binding_sample(string $formattedParent): void
4040
// Create a client.
4141
$analyticsAdminServiceClient = new AnalyticsAdminServiceClient();
4242

43-
// Prepare the request message.
43+
// Prepare any non-scalar elements to be passed along with the request.
4444
$accessBinding = new AccessBinding();
4545

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

samples/V1alpha/AnalyticsAdminServiceClient/create_audience.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function create_audience_sample(
5050
// Create a client.
5151
$analyticsAdminServiceClient = new AnalyticsAdminServiceClient();
5252

53-
// Prepare the request message.
53+
// Prepare any non-scalar elements to be passed along with the request.
5454
$audienceFilterClause = (new AudienceFilterClause())
5555
->setClauseType($audienceFilterClausesClauseType);
5656
$audienceFilterClauses = [$audienceFilterClause,];

0 commit comments

Comments
 (0)