public static class AlphaAnalyticsDataStubSettings.Builder extends StubSettings.Builder<AlphaAnalyticsDataStubSettings,AlphaAnalyticsDataStubSettings.Builder>
Builder for AlphaAnalyticsDataStubSettings.
Constructors
Builder()
Builder(AlphaAnalyticsDataStubSettings settings)
protected Builder(AlphaAnalyticsDataStubSettings settings)
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public AlphaAnalyticsDataStubSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
Note: This method does not support applying settings to streaming methods.
build()
public AlphaAnalyticsDataStubSettings build()
Overrides
createAudienceListOperationSettings()
public OperationCallSettings.Builder<CreateAudienceListRequest,AudienceList,AudienceListMetadata> createAudienceListOperationSettings()
Returns the builder for the settings used for calls to createAudienceList.
createAudienceListSettings()
public UnaryCallSettings.Builder<CreateAudienceListRequest,Operation> createAudienceListSettings()
Returns the builder for the settings used for calls to createAudienceList.
createRecurringAudienceListSettings()
public UnaryCallSettings.Builder<CreateRecurringAudienceListRequest,RecurringAudienceList> createRecurringAudienceListSettings()
Returns the builder for the settings used for calls to createRecurringAudienceList.
createReportTaskOperationSettings()
public OperationCallSettings.Builder<CreateReportTaskRequest,ReportTask,ReportTaskMetadata> createReportTaskOperationSettings()
Returns the builder for the settings used for calls to createReportTask.
createReportTaskSettings()
public UnaryCallSettings.Builder<CreateReportTaskRequest,Operation> createReportTaskSettings()
Returns the builder for the settings used for calls to createReportTask.
getAudienceListSettings()
public UnaryCallSettings.Builder<GetAudienceListRequest,AudienceList> getAudienceListSettings()
Returns the builder for the settings used for calls to getAudienceList.
getPropertyQuotasSnapshotSettings()
public UnaryCallSettings.Builder<GetPropertyQuotasSnapshotRequest,PropertyQuotasSnapshot> getPropertyQuotasSnapshotSettings()
Returns the builder for the settings used for calls to getPropertyQuotasSnapshot.
getRecurringAudienceListSettings()
public UnaryCallSettings.Builder<GetRecurringAudienceListRequest,RecurringAudienceList> getRecurringAudienceListSettings()
Returns the builder for the settings used for calls to getRecurringAudienceList.
getReportTaskSettings()
public UnaryCallSettings.Builder<GetReportTaskRequest,ReportTask> getReportTaskSettings()
Returns the builder for the settings used for calls to getReportTask.
listAudienceListsSettings()
public PagedCallSettings.Builder<ListAudienceListsRequest,ListAudienceListsResponse,AlphaAnalyticsDataClient.ListAudienceListsPagedResponse> listAudienceListsSettings()
Returns the builder for the settings used for calls to listAudienceLists.
listRecurringAudienceListsSettings()
public PagedCallSettings.Builder<ListRecurringAudienceListsRequest,ListRecurringAudienceListsResponse,AlphaAnalyticsDataClient.ListRecurringAudienceListsPagedResponse> listRecurringAudienceListsSettings()
Returns the builder for the settings used for calls to listRecurringAudienceLists.
listReportTasksSettings()
public PagedCallSettings.Builder<ListReportTasksRequest,ListReportTasksResponse,AlphaAnalyticsDataClient.ListReportTasksPagedResponse> listReportTasksSettings()
Returns the builder for the settings used for calls to listReportTasks.
queryAudienceListSettings()
public UnaryCallSettings.Builder<QueryAudienceListRequest,QueryAudienceListResponse> queryAudienceListSettings()
Returns the builder for the settings used for calls to queryAudienceList.
queryReportTaskSettings()
public UnaryCallSettings.Builder<QueryReportTaskRequest,QueryReportTaskResponse> queryReportTaskSettings()
Returns the builder for the settings used for calls to queryReportTask.
runFunnelReportSettings()
public UnaryCallSettings.Builder<RunFunnelReportRequest,RunFunnelReportResponse> runFunnelReportSettings()
Returns the builder for the settings used for calls to runFunnelReport.
sheetExportAudienceListSettings()
public UnaryCallSettings.Builder<SheetExportAudienceListRequest,SheetExportAudienceListResponse> sheetExportAudienceListSettings()
Returns the builder for the settings used for calls to sheetExportAudienceList.
unaryMethodSettingsBuilders()
public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns |
Type |
Description |
com.google.common.collect.ImmutableList<Builder<?,?>> |
|