public static class CloudChannelReportsServiceStubSettings.Builder extends StubSettings.Builder<CloudChannelReportsServiceStubSettings,CloudChannelReportsServiceStubSettings.Builder>Builder for CloudChannelReportsServiceStubSettings.
Inheritance
java.lang.Object > StubSettings.Builder > CloudChannelReportsServiceStubSettings.BuilderConstructors
Builder()
protected Builder()Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)| Parameter | |
|---|---|
| Name | Description |
clientContext |
ClientContext |
Builder(CloudChannelReportsServiceStubSettings settings)
protected Builder(CloudChannelReportsServiceStubSettings settings)| Parameter | |
|---|---|
| Name | Description |
settings |
CloudChannelReportsServiceStubSettings |
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public CloudChannelReportsServiceStubSettings.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.
| Parameter | |
|---|---|
| Name | Description |
settingsUpdater |
ApiFunction<Builder<?,?>,java.lang.Void> |
| Returns | |
|---|---|
| Type | Description |
CloudChannelReportsServiceStubSettings.Builder |
|
build()
public CloudChannelReportsServiceStubSettings build()| Returns | |
|---|---|
| Type | Description |
CloudChannelReportsServiceStubSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
fetchReportResultsSettings() (deprecated)
public PagedCallSettings.Builder<FetchReportResultsRequest,FetchReportResultsResponse,CloudChannelReportsServiceClient.FetchReportResultsPagedResponse> fetchReportResultsSettings()Deprecated. This method is deprecated and will be removed in the next major version update.
Returns the builder for the settings used for calls to fetchReportResults.
| Returns | |
|---|---|
| Type | Description |
Builder<FetchReportResultsRequest,FetchReportResultsResponse,FetchReportResultsPagedResponse> |
|
listReportsSettings() (deprecated)
public PagedCallSettings.Builder<ListReportsRequest,ListReportsResponse,CloudChannelReportsServiceClient.ListReportsPagedResponse> listReportsSettings()Deprecated. This method is deprecated and will be removed in the next major version update.
Returns the builder for the settings used for calls to listReports.
| Returns | |
|---|---|
| Type | Description |
Builder<ListReportsRequest,ListReportsResponse,ListReportsPagedResponse> |
|
runReportJobOperationSettings()
public OperationCallSettings.Builder<RunReportJobRequest,RunReportJobResponse,OperationMetadata> runReportJobOperationSettings()Returns the builder for the settings used for calls to runReportJob.
| Returns | |
|---|---|
| Type | Description |
Builder<RunReportJobRequest,RunReportJobResponse,OperationMetadata> |
|
runReportJobSettings() (deprecated)
public UnaryCallSettings.Builder<RunReportJobRequest,Operation> runReportJobSettings()Deprecated. This method is deprecated and will be removed in the next major version update.
Returns the builder for the settings used for calls to runReportJob.
| Returns | |
|---|---|
| Type | Description |
Builder<RunReportJobRequest,Operation> |
|
unaryMethodSettingsBuilders()
public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()| Returns | |
|---|---|
| Type | Description |
com.google.common.collect.ImmutableList<Builder<?,?>> |
|