|
17 | 17 | package com.google.analytics.admin.v1alpha;
|
18 | 18 |
|
19 | 19 | import static com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.AuditUserLinksPagedResponse;
|
| 20 | +import static com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListAccessBindingsPagedResponse; |
20 | 21 | import static com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListAccountSummariesPagedResponse;
|
21 | 22 | import static com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListAccountsPagedResponse;
|
22 | 23 | import static com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListAudiencesPagedResponse;
|
|
27 | 28 | import static com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListDataStreamsPagedResponse;
|
28 | 29 | import static com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsPagedResponse;
|
29 | 30 | import static com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksPagedResponse;
|
| 31 | +import static com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListExpandedDataSetsPagedResponse; |
30 | 32 | import static com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListFirebaseLinksPagedResponse;
|
31 | 33 | import static com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListGoogleAdsLinksPagedResponse;
|
32 | 34 | import static com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsPagedResponse;
|
@@ -648,6 +650,94 @@ public UnaryCallSettings<DeleteSearchAds360LinkRequest, Empty> deleteSearchAds36
|
648 | 650 | return ((AnalyticsAdminServiceStubSettings) getStubSettings()).runAccessReportSettings();
|
649 | 651 | }
|
650 | 652 |
|
| 653 | + /** Returns the object with the settings used for calls to createAccessBinding. */ |
| 654 | + public UnaryCallSettings<CreateAccessBindingRequest, AccessBinding> |
| 655 | + createAccessBindingSettings() { |
| 656 | + return ((AnalyticsAdminServiceStubSettings) getStubSettings()).createAccessBindingSettings(); |
| 657 | + } |
| 658 | + |
| 659 | + /** Returns the object with the settings used for calls to getAccessBinding. */ |
| 660 | + public UnaryCallSettings<GetAccessBindingRequest, AccessBinding> getAccessBindingSettings() { |
| 661 | + return ((AnalyticsAdminServiceStubSettings) getStubSettings()).getAccessBindingSettings(); |
| 662 | + } |
| 663 | + |
| 664 | + /** Returns the object with the settings used for calls to updateAccessBinding. */ |
| 665 | + public UnaryCallSettings<UpdateAccessBindingRequest, AccessBinding> |
| 666 | + updateAccessBindingSettings() { |
| 667 | + return ((AnalyticsAdminServiceStubSettings) getStubSettings()).updateAccessBindingSettings(); |
| 668 | + } |
| 669 | + |
| 670 | + /** Returns the object with the settings used for calls to deleteAccessBinding. */ |
| 671 | + public UnaryCallSettings<DeleteAccessBindingRequest, Empty> deleteAccessBindingSettings() { |
| 672 | + return ((AnalyticsAdminServiceStubSettings) getStubSettings()).deleteAccessBindingSettings(); |
| 673 | + } |
| 674 | + |
| 675 | + /** Returns the object with the settings used for calls to listAccessBindings. */ |
| 676 | + public PagedCallSettings< |
| 677 | + ListAccessBindingsRequest, ListAccessBindingsResponse, ListAccessBindingsPagedResponse> |
| 678 | + listAccessBindingsSettings() { |
| 679 | + return ((AnalyticsAdminServiceStubSettings) getStubSettings()).listAccessBindingsSettings(); |
| 680 | + } |
| 681 | + |
| 682 | + /** Returns the object with the settings used for calls to batchCreateAccessBindings. */ |
| 683 | + public UnaryCallSettings<BatchCreateAccessBindingsRequest, BatchCreateAccessBindingsResponse> |
| 684 | + batchCreateAccessBindingsSettings() { |
| 685 | + return ((AnalyticsAdminServiceStubSettings) getStubSettings()) |
| 686 | + .batchCreateAccessBindingsSettings(); |
| 687 | + } |
| 688 | + |
| 689 | + /** Returns the object with the settings used for calls to batchGetAccessBindings. */ |
| 690 | + public UnaryCallSettings<BatchGetAccessBindingsRequest, BatchGetAccessBindingsResponse> |
| 691 | + batchGetAccessBindingsSettings() { |
| 692 | + return ((AnalyticsAdminServiceStubSettings) getStubSettings()).batchGetAccessBindingsSettings(); |
| 693 | + } |
| 694 | + |
| 695 | + /** Returns the object with the settings used for calls to batchUpdateAccessBindings. */ |
| 696 | + public UnaryCallSettings<BatchUpdateAccessBindingsRequest, BatchUpdateAccessBindingsResponse> |
| 697 | + batchUpdateAccessBindingsSettings() { |
| 698 | + return ((AnalyticsAdminServiceStubSettings) getStubSettings()) |
| 699 | + .batchUpdateAccessBindingsSettings(); |
| 700 | + } |
| 701 | + |
| 702 | + /** Returns the object with the settings used for calls to batchDeleteAccessBindings. */ |
| 703 | + public UnaryCallSettings<BatchDeleteAccessBindingsRequest, Empty> |
| 704 | + batchDeleteAccessBindingsSettings() { |
| 705 | + return ((AnalyticsAdminServiceStubSettings) getStubSettings()) |
| 706 | + .batchDeleteAccessBindingsSettings(); |
| 707 | + } |
| 708 | + |
| 709 | + /** Returns the object with the settings used for calls to getExpandedDataSet. */ |
| 710 | + public UnaryCallSettings<GetExpandedDataSetRequest, ExpandedDataSet> |
| 711 | + getExpandedDataSetSettings() { |
| 712 | + return ((AnalyticsAdminServiceStubSettings) getStubSettings()).getExpandedDataSetSettings(); |
| 713 | + } |
| 714 | + |
| 715 | + /** Returns the object with the settings used for calls to listExpandedDataSets. */ |
| 716 | + public PagedCallSettings< |
| 717 | + ListExpandedDataSetsRequest, |
| 718 | + ListExpandedDataSetsResponse, |
| 719 | + ListExpandedDataSetsPagedResponse> |
| 720 | + listExpandedDataSetsSettings() { |
| 721 | + return ((AnalyticsAdminServiceStubSettings) getStubSettings()).listExpandedDataSetsSettings(); |
| 722 | + } |
| 723 | + |
| 724 | + /** Returns the object with the settings used for calls to createExpandedDataSet. */ |
| 725 | + public UnaryCallSettings<CreateExpandedDataSetRequest, ExpandedDataSet> |
| 726 | + createExpandedDataSetSettings() { |
| 727 | + return ((AnalyticsAdminServiceStubSettings) getStubSettings()).createExpandedDataSetSettings(); |
| 728 | + } |
| 729 | + |
| 730 | + /** Returns the object with the settings used for calls to updateExpandedDataSet. */ |
| 731 | + public UnaryCallSettings<UpdateExpandedDataSetRequest, ExpandedDataSet> |
| 732 | + updateExpandedDataSetSettings() { |
| 733 | + return ((AnalyticsAdminServiceStubSettings) getStubSettings()).updateExpandedDataSetSettings(); |
| 734 | + } |
| 735 | + |
| 736 | + /** Returns the object with the settings used for calls to deleteExpandedDataSet. */ |
| 737 | + public UnaryCallSettings<DeleteExpandedDataSetRequest, Empty> deleteExpandedDataSetSettings() { |
| 738 | + return ((AnalyticsAdminServiceStubSettings) getStubSettings()).deleteExpandedDataSetSettings(); |
| 739 | + } |
| 740 | + |
651 | 741 | /** Returns the object with the settings used for calls to setAutomatedGa4ConfigurationOptOut. */
|
652 | 742 | public UnaryCallSettings<
|
653 | 743 | SetAutomatedGa4ConfigurationOptOutRequest, SetAutomatedGa4ConfigurationOptOutResponse>
|
@@ -1353,6 +1443,96 @@ public UnaryCallSettings.Builder<ArchiveAudienceRequest, Empty> archiveAudienceS
|
1353 | 1443 | return getStubSettingsBuilder().runAccessReportSettings();
|
1354 | 1444 | }
|
1355 | 1445 |
|
| 1446 | + /** Returns the builder for the settings used for calls to createAccessBinding. */ |
| 1447 | + public UnaryCallSettings.Builder<CreateAccessBindingRequest, AccessBinding> |
| 1448 | + createAccessBindingSettings() { |
| 1449 | + return getStubSettingsBuilder().createAccessBindingSettings(); |
| 1450 | + } |
| 1451 | + |
| 1452 | + /** Returns the builder for the settings used for calls to getAccessBinding. */ |
| 1453 | + public UnaryCallSettings.Builder<GetAccessBindingRequest, AccessBinding> |
| 1454 | + getAccessBindingSettings() { |
| 1455 | + return getStubSettingsBuilder().getAccessBindingSettings(); |
| 1456 | + } |
| 1457 | + |
| 1458 | + /** Returns the builder for the settings used for calls to updateAccessBinding. */ |
| 1459 | + public UnaryCallSettings.Builder<UpdateAccessBindingRequest, AccessBinding> |
| 1460 | + updateAccessBindingSettings() { |
| 1461 | + return getStubSettingsBuilder().updateAccessBindingSettings(); |
| 1462 | + } |
| 1463 | + |
| 1464 | + /** Returns the builder for the settings used for calls to deleteAccessBinding. */ |
| 1465 | + public UnaryCallSettings.Builder<DeleteAccessBindingRequest, Empty> |
| 1466 | + deleteAccessBindingSettings() { |
| 1467 | + return getStubSettingsBuilder().deleteAccessBindingSettings(); |
| 1468 | + } |
| 1469 | + |
| 1470 | + /** Returns the builder for the settings used for calls to listAccessBindings. */ |
| 1471 | + public PagedCallSettings.Builder< |
| 1472 | + ListAccessBindingsRequest, ListAccessBindingsResponse, ListAccessBindingsPagedResponse> |
| 1473 | + listAccessBindingsSettings() { |
| 1474 | + return getStubSettingsBuilder().listAccessBindingsSettings(); |
| 1475 | + } |
| 1476 | + |
| 1477 | + /** Returns the builder for the settings used for calls to batchCreateAccessBindings. */ |
| 1478 | + public UnaryCallSettings.Builder< |
| 1479 | + BatchCreateAccessBindingsRequest, BatchCreateAccessBindingsResponse> |
| 1480 | + batchCreateAccessBindingsSettings() { |
| 1481 | + return getStubSettingsBuilder().batchCreateAccessBindingsSettings(); |
| 1482 | + } |
| 1483 | + |
| 1484 | + /** Returns the builder for the settings used for calls to batchGetAccessBindings. */ |
| 1485 | + public UnaryCallSettings.Builder<BatchGetAccessBindingsRequest, BatchGetAccessBindingsResponse> |
| 1486 | + batchGetAccessBindingsSettings() { |
| 1487 | + return getStubSettingsBuilder().batchGetAccessBindingsSettings(); |
| 1488 | + } |
| 1489 | + |
| 1490 | + /** Returns the builder for the settings used for calls to batchUpdateAccessBindings. */ |
| 1491 | + public UnaryCallSettings.Builder< |
| 1492 | + BatchUpdateAccessBindingsRequest, BatchUpdateAccessBindingsResponse> |
| 1493 | + batchUpdateAccessBindingsSettings() { |
| 1494 | + return getStubSettingsBuilder().batchUpdateAccessBindingsSettings(); |
| 1495 | + } |
| 1496 | + |
| 1497 | + /** Returns the builder for the settings used for calls to batchDeleteAccessBindings. */ |
| 1498 | + public UnaryCallSettings.Builder<BatchDeleteAccessBindingsRequest, Empty> |
| 1499 | + batchDeleteAccessBindingsSettings() { |
| 1500 | + return getStubSettingsBuilder().batchDeleteAccessBindingsSettings(); |
| 1501 | + } |
| 1502 | + |
| 1503 | + /** Returns the builder for the settings used for calls to getExpandedDataSet. */ |
| 1504 | + public UnaryCallSettings.Builder<GetExpandedDataSetRequest, ExpandedDataSet> |
| 1505 | + getExpandedDataSetSettings() { |
| 1506 | + return getStubSettingsBuilder().getExpandedDataSetSettings(); |
| 1507 | + } |
| 1508 | + |
| 1509 | + /** Returns the builder for the settings used for calls to listExpandedDataSets. */ |
| 1510 | + public PagedCallSettings.Builder< |
| 1511 | + ListExpandedDataSetsRequest, |
| 1512 | + ListExpandedDataSetsResponse, |
| 1513 | + ListExpandedDataSetsPagedResponse> |
| 1514 | + listExpandedDataSetsSettings() { |
| 1515 | + return getStubSettingsBuilder().listExpandedDataSetsSettings(); |
| 1516 | + } |
| 1517 | + |
| 1518 | + /** Returns the builder for the settings used for calls to createExpandedDataSet. */ |
| 1519 | + public UnaryCallSettings.Builder<CreateExpandedDataSetRequest, ExpandedDataSet> |
| 1520 | + createExpandedDataSetSettings() { |
| 1521 | + return getStubSettingsBuilder().createExpandedDataSetSettings(); |
| 1522 | + } |
| 1523 | + |
| 1524 | + /** Returns the builder for the settings used for calls to updateExpandedDataSet. */ |
| 1525 | + public UnaryCallSettings.Builder<UpdateExpandedDataSetRequest, ExpandedDataSet> |
| 1526 | + updateExpandedDataSetSettings() { |
| 1527 | + return getStubSettingsBuilder().updateExpandedDataSetSettings(); |
| 1528 | + } |
| 1529 | + |
| 1530 | + /** Returns the builder for the settings used for calls to deleteExpandedDataSet. */ |
| 1531 | + public UnaryCallSettings.Builder<DeleteExpandedDataSetRequest, Empty> |
| 1532 | + deleteExpandedDataSetSettings() { |
| 1533 | + return getStubSettingsBuilder().deleteExpandedDataSetSettings(); |
| 1534 | + } |
| 1535 | + |
1356 | 1536 | /**
|
1357 | 1537 | * Returns the builder for the settings used for calls to setAutomatedGa4ConfigurationOptOut.
|
1358 | 1538 | */
|
|
0 commit comments