|
23 | 23 | import static com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListConversionEventsPagedResponse; |
24 | 24 | import static com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListCustomDimensionsPagedResponse; |
25 | 25 | import static com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListCustomMetricsPagedResponse; |
| 26 | +import static com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListDataStreamsPagedResponse; |
26 | 27 | import static com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsPagedResponse; |
27 | 28 | import static com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksPagedResponse; |
28 | 29 | import static com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListFirebaseLinksPagedResponse; |
@@ -294,20 +295,6 @@ public UnaryCallSettings<DeleteIosAppDataStreamRequest, Empty> deleteIosAppDataS |
294 | 295 | .listAndroidAppDataStreamsSettings(); |
295 | 296 | } |
296 | 297 |
|
297 | | - /** Returns the object with the settings used for calls to getEnhancedMeasurementSettings. */ |
298 | | - public UnaryCallSettings<GetEnhancedMeasurementSettingsRequest, EnhancedMeasurementSettings> |
299 | | - getEnhancedMeasurementSettingsSettings() { |
300 | | - return ((AnalyticsAdminServiceStubSettings) getStubSettings()) |
301 | | - .getEnhancedMeasurementSettingsSettings(); |
302 | | - } |
303 | | - |
304 | | - /** Returns the object with the settings used for calls to updateEnhancedMeasurementSettings. */ |
305 | | - public UnaryCallSettings<UpdateEnhancedMeasurementSettingsRequest, EnhancedMeasurementSettings> |
306 | | - updateEnhancedMeasurementSettingsSettings() { |
307 | | - return ((AnalyticsAdminServiceStubSettings) getStubSettings()) |
308 | | - .updateEnhancedMeasurementSettingsSettings(); |
309 | | - } |
310 | | - |
311 | 298 | /** Returns the object with the settings used for calls to createFirebaseLink. */ |
312 | 299 | public UnaryCallSettings<CreateFirebaseLinkRequest, FirebaseLink> createFirebaseLinkSettings() { |
313 | 300 | return ((AnalyticsAdminServiceStubSettings) getStubSettings()).createFirebaseLinkSettings(); |
@@ -398,6 +385,14 @@ public UnaryCallSettings<DeleteGoogleAdsLinkRequest, Empty> deleteGoogleAdsLinkS |
398 | 385 | .updateMeasurementProtocolSecretSettings(); |
399 | 386 | } |
400 | 387 |
|
| 388 | + /** Returns the object with the settings used for calls to acknowledgeUserDataCollection. */ |
| 389 | + public UnaryCallSettings< |
| 390 | + AcknowledgeUserDataCollectionRequest, AcknowledgeUserDataCollectionResponse> |
| 391 | + acknowledgeUserDataCollectionSettings() { |
| 392 | + return ((AnalyticsAdminServiceStubSettings) getStubSettings()) |
| 393 | + .acknowledgeUserDataCollectionSettings(); |
| 394 | + } |
| 395 | + |
401 | 396 | /** Returns the object with the settings used for calls to searchChangeHistoryEvents. */ |
402 | 397 | public PagedCallSettings< |
403 | 398 | SearchChangeHistoryEventsRequest, |
@@ -629,6 +624,33 @@ public UnaryCallSettings<GetCustomMetricRequest, CustomMetric> getCustomMetricSe |
629 | 624 | .updateDataRetentionSettingsSettings(); |
630 | 625 | } |
631 | 626 |
|
| 627 | + /** Returns the object with the settings used for calls to createDataStream. */ |
| 628 | + public UnaryCallSettings<CreateDataStreamRequest, DataStream> createDataStreamSettings() { |
| 629 | + return ((AnalyticsAdminServiceStubSettings) getStubSettings()).createDataStreamSettings(); |
| 630 | + } |
| 631 | + |
| 632 | + /** Returns the object with the settings used for calls to deleteDataStream. */ |
| 633 | + public UnaryCallSettings<DeleteDataStreamRequest, Empty> deleteDataStreamSettings() { |
| 634 | + return ((AnalyticsAdminServiceStubSettings) getStubSettings()).deleteDataStreamSettings(); |
| 635 | + } |
| 636 | + |
| 637 | + /** Returns the object with the settings used for calls to updateDataStream. */ |
| 638 | + public UnaryCallSettings<UpdateDataStreamRequest, DataStream> updateDataStreamSettings() { |
| 639 | + return ((AnalyticsAdminServiceStubSettings) getStubSettings()).updateDataStreamSettings(); |
| 640 | + } |
| 641 | + |
| 642 | + /** Returns the object with the settings used for calls to listDataStreams. */ |
| 643 | + public PagedCallSettings< |
| 644 | + ListDataStreamsRequest, ListDataStreamsResponse, ListDataStreamsPagedResponse> |
| 645 | + listDataStreamsSettings() { |
| 646 | + return ((AnalyticsAdminServiceStubSettings) getStubSettings()).listDataStreamsSettings(); |
| 647 | + } |
| 648 | + |
| 649 | + /** Returns the object with the settings used for calls to getDataStream. */ |
| 650 | + public UnaryCallSettings<GetDataStreamRequest, DataStream> getDataStreamSettings() { |
| 651 | + return ((AnalyticsAdminServiceStubSettings) getStubSettings()).getDataStreamSettings(); |
| 652 | + } |
| 653 | + |
632 | 654 | public static final AnalyticsAdminServiceSettings create(AnalyticsAdminServiceStubSettings stub) |
633 | 655 | throws IOException { |
634 | 656 | return new AnalyticsAdminServiceSettings.Builder(stub.toBuilder()).build(); |
@@ -934,20 +956,6 @@ public UnaryCallSettings.Builder<DeleteUserLinkRequest, Empty> deleteUserLinkSet |
934 | 956 | return getStubSettingsBuilder().listAndroidAppDataStreamsSettings(); |
935 | 957 | } |
936 | 958 |
|
937 | | - /** Returns the builder for the settings used for calls to getEnhancedMeasurementSettings. */ |
938 | | - public UnaryCallSettings.Builder< |
939 | | - GetEnhancedMeasurementSettingsRequest, EnhancedMeasurementSettings> |
940 | | - getEnhancedMeasurementSettingsSettings() { |
941 | | - return getStubSettingsBuilder().getEnhancedMeasurementSettingsSettings(); |
942 | | - } |
943 | | - |
944 | | - /** Returns the builder for the settings used for calls to updateEnhancedMeasurementSettings. */ |
945 | | - public UnaryCallSettings.Builder< |
946 | | - UpdateEnhancedMeasurementSettingsRequest, EnhancedMeasurementSettings> |
947 | | - updateEnhancedMeasurementSettingsSettings() { |
948 | | - return getStubSettingsBuilder().updateEnhancedMeasurementSettingsSettings(); |
949 | | - } |
950 | | - |
951 | 959 | /** Returns the builder for the settings used for calls to createFirebaseLink. */ |
952 | 960 | public UnaryCallSettings.Builder<CreateFirebaseLinkRequest, FirebaseLink> |
953 | 961 | createFirebaseLinkSettings() { |
@@ -1039,6 +1047,13 @@ public UnaryCallSettings.Builder<DeleteUserLinkRequest, Empty> deleteUserLinkSet |
1039 | 1047 | return getStubSettingsBuilder().updateMeasurementProtocolSecretSettings(); |
1040 | 1048 | } |
1041 | 1049 |
|
| 1050 | + /** Returns the builder for the settings used for calls to acknowledgeUserDataCollection. */ |
| 1051 | + public UnaryCallSettings.Builder< |
| 1052 | + AcknowledgeUserDataCollectionRequest, AcknowledgeUserDataCollectionResponse> |
| 1053 | + acknowledgeUserDataCollectionSettings() { |
| 1054 | + return getStubSettingsBuilder().acknowledgeUserDataCollectionSettings(); |
| 1055 | + } |
| 1056 | + |
1042 | 1057 | /** Returns the builder for the settings used for calls to searchChangeHistoryEvents. */ |
1043 | 1058 | public PagedCallSettings.Builder< |
1044 | 1059 | SearchChangeHistoryEventsRequest, |
@@ -1271,6 +1286,35 @@ public UnaryCallSettings.Builder<DeleteUserLinkRequest, Empty> deleteUserLinkSet |
1271 | 1286 | return getStubSettingsBuilder().updateDataRetentionSettingsSettings(); |
1272 | 1287 | } |
1273 | 1288 |
|
| 1289 | + /** Returns the builder for the settings used for calls to createDataStream. */ |
| 1290 | + public UnaryCallSettings.Builder<CreateDataStreamRequest, DataStream> |
| 1291 | + createDataStreamSettings() { |
| 1292 | + return getStubSettingsBuilder().createDataStreamSettings(); |
| 1293 | + } |
| 1294 | + |
| 1295 | + /** Returns the builder for the settings used for calls to deleteDataStream. */ |
| 1296 | + public UnaryCallSettings.Builder<DeleteDataStreamRequest, Empty> deleteDataStreamSettings() { |
| 1297 | + return getStubSettingsBuilder().deleteDataStreamSettings(); |
| 1298 | + } |
| 1299 | + |
| 1300 | + /** Returns the builder for the settings used for calls to updateDataStream. */ |
| 1301 | + public UnaryCallSettings.Builder<UpdateDataStreamRequest, DataStream> |
| 1302 | + updateDataStreamSettings() { |
| 1303 | + return getStubSettingsBuilder().updateDataStreamSettings(); |
| 1304 | + } |
| 1305 | + |
| 1306 | + /** Returns the builder for the settings used for calls to listDataStreams. */ |
| 1307 | + public PagedCallSettings.Builder< |
| 1308 | + ListDataStreamsRequest, ListDataStreamsResponse, ListDataStreamsPagedResponse> |
| 1309 | + listDataStreamsSettings() { |
| 1310 | + return getStubSettingsBuilder().listDataStreamsSettings(); |
| 1311 | + } |
| 1312 | + |
| 1313 | + /** Returns the builder for the settings used for calls to getDataStream. */ |
| 1314 | + public UnaryCallSettings.Builder<GetDataStreamRequest, DataStream> getDataStreamSettings() { |
| 1315 | + return getStubSettingsBuilder().getDataStreamSettings(); |
| 1316 | + } |
| 1317 | + |
1274 | 1318 | @Override |
1275 | 1319 | public AnalyticsAdminServiceSettings build() throws IOException { |
1276 | 1320 | return new AnalyticsAdminServiceSettings(this); |
|
0 commit comments