public static class EvaluationServiceStubSettings.Builder extends StubSettings.Builder<EvaluationServiceStubSettings,EvaluationServiceStubSettings.Builder>
Builder for EvaluationServiceStubSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Builder(EvaluationServiceStubSettings settings)
protected Builder(EvaluationServiceStubSettings settings)
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public EvaluationServiceStubSettings.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 EvaluationServiceStubSettings build()
Overrides
createEvaluationDatasetSettings()
public UnaryCallSettings.Builder<CreateEvaluationDatasetRequest,EvaluationDataset> createEvaluationDatasetSettings()
Returns the builder for the settings used for calls to createEvaluationDataset.
createEvaluationExpectationSettings()
public UnaryCallSettings.Builder<CreateEvaluationExpectationRequest,EvaluationExpectation> createEvaluationExpectationSettings()
Returns the builder for the settings used for calls to createEvaluationExpectation.
createEvaluationSettings()
public UnaryCallSettings.Builder<CreateEvaluationRequest,Evaluation> createEvaluationSettings()
Returns the builder for the settings used for calls to createEvaluation.
createScheduledEvaluationRunSettings()
public UnaryCallSettings.Builder<CreateScheduledEvaluationRunRequest,ScheduledEvaluationRun> createScheduledEvaluationRunSettings()
Returns the builder for the settings used for calls to createScheduledEvaluationRun.
deleteEvaluationDatasetSettings()
public UnaryCallSettings.Builder<DeleteEvaluationDatasetRequest,Empty> deleteEvaluationDatasetSettings()
Returns the builder for the settings used for calls to deleteEvaluationDataset.
deleteEvaluationExpectationSettings()
public UnaryCallSettings.Builder<DeleteEvaluationExpectationRequest,Empty> deleteEvaluationExpectationSettings()
Returns the builder for the settings used for calls to deleteEvaluationExpectation.
deleteEvaluationResultSettings()
public UnaryCallSettings.Builder<DeleteEvaluationResultRequest,Empty> deleteEvaluationResultSettings()
Returns the builder for the settings used for calls to deleteEvaluationResult.
deleteEvaluationRunOperationSettings()
public OperationCallSettings.Builder<DeleteEvaluationRunRequest,Empty,DeleteEvaluationRunOperationMetadata> deleteEvaluationRunOperationSettings()
Returns the builder for the settings used for calls to deleteEvaluationRun.
deleteEvaluationRunSettings()
public UnaryCallSettings.Builder<DeleteEvaluationRunRequest,Operation> deleteEvaluationRunSettings()
Returns the builder for the settings used for calls to deleteEvaluationRun.
deleteEvaluationSettings()
public UnaryCallSettings.Builder<DeleteEvaluationRequest,Empty> deleteEvaluationSettings()
Returns the builder for the settings used for calls to deleteEvaluation.
deleteScheduledEvaluationRunSettings()
public UnaryCallSettings.Builder<DeleteScheduledEvaluationRunRequest,Empty> deleteScheduledEvaluationRunSettings()
Returns the builder for the settings used for calls to deleteScheduledEvaluationRun.
exportEvaluationResultsOperationSettings()
public OperationCallSettings.Builder<ExportEvaluationResultsRequest,ExportEvaluationResultsResponse,ExportEvaluationResultsOperationMetadata> exportEvaluationResultsOperationSettings()
Returns the builder for the settings used for calls to exportEvaluationResults.
exportEvaluationResultsSettings()
public UnaryCallSettings.Builder<ExportEvaluationResultsRequest,Operation> exportEvaluationResultsSettings()
Returns the builder for the settings used for calls to exportEvaluationResults.
exportEvaluationRunsOperationSettings()
public OperationCallSettings.Builder<ExportEvaluationRunsRequest,ExportEvaluationRunsResponse,ExportEvaluationRunsOperationMetadata> exportEvaluationRunsOperationSettings()
Returns the builder for the settings used for calls to exportEvaluationRuns.
exportEvaluationRunsSettings()
public UnaryCallSettings.Builder<ExportEvaluationRunsRequest,Operation> exportEvaluationRunsSettings()
Returns the builder for the settings used for calls to exportEvaluationRuns.
exportEvaluationsOperationSettings()
public OperationCallSettings.Builder<ExportEvaluationsRequest,ExportEvaluationsResponse,OperationMetadata> exportEvaluationsOperationSettings()
Returns the builder for the settings used for calls to exportEvaluations.
exportEvaluationsSettings()
public UnaryCallSettings.Builder<ExportEvaluationsRequest,Operation> exportEvaluationsSettings()
Returns the builder for the settings used for calls to exportEvaluations.
generateEvaluationOperationSettings()
public OperationCallSettings.Builder<GenerateEvaluationRequest,Evaluation,GenerateEvaluationOperationMetadata> generateEvaluationOperationSettings()
Returns the builder for the settings used for calls to generateEvaluation.
generateEvaluationSettings()
public UnaryCallSettings.Builder<GenerateEvaluationRequest,Operation> generateEvaluationSettings()
Returns the builder for the settings used for calls to generateEvaluation.
getEvaluationDatasetSettings()
public UnaryCallSettings.Builder<GetEvaluationDatasetRequest,EvaluationDataset> getEvaluationDatasetSettings()
Returns the builder for the settings used for calls to getEvaluationDataset.
getEvaluationExpectationSettings()
public UnaryCallSettings.Builder<GetEvaluationExpectationRequest,EvaluationExpectation> getEvaluationExpectationSettings()
Returns the builder for the settings used for calls to getEvaluationExpectation.
getEvaluationResultSettings()
public UnaryCallSettings.Builder<GetEvaluationResultRequest,EvaluationResult> getEvaluationResultSettings()
Returns the builder for the settings used for calls to getEvaluationResult.
getEvaluationRunSettings()
public UnaryCallSettings.Builder<GetEvaluationRunRequest,EvaluationRun> getEvaluationRunSettings()
Returns the builder for the settings used for calls to getEvaluationRun.
getEvaluationSettings()
public UnaryCallSettings.Builder<GetEvaluationRequest,Evaluation> getEvaluationSettings()
Returns the builder for the settings used for calls to getEvaluation.
getLocationSettings()
public UnaryCallSettings.Builder<GetLocationRequest,Location> getLocationSettings()
Returns the builder for the settings used for calls to getLocation.
| Returns |
| Type |
Description |
Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
|
getScheduledEvaluationRunSettings()
public UnaryCallSettings.Builder<GetScheduledEvaluationRunRequest,ScheduledEvaluationRun> getScheduledEvaluationRunSettings()
Returns the builder for the settings used for calls to getScheduledEvaluationRun.
importEvaluationsOperationSettings()
public OperationCallSettings.Builder<ImportEvaluationsRequest,ImportEvaluationsResponse,ImportEvaluationsOperationMetadata> importEvaluationsOperationSettings()
Returns the builder for the settings used for calls to importEvaluations.
importEvaluationsSettings()
public UnaryCallSettings.Builder<ImportEvaluationsRequest,Operation> importEvaluationsSettings()
Returns the builder for the settings used for calls to importEvaluations.
listEvaluationDatasetsSettings()
public PagedCallSettings.Builder<ListEvaluationDatasetsRequest,ListEvaluationDatasetsResponse,EvaluationServiceClient.ListEvaluationDatasetsPagedResponse> listEvaluationDatasetsSettings()
Returns the builder for the settings used for calls to listEvaluationDatasets.
listEvaluationExpectationsSettings()
public PagedCallSettings.Builder<ListEvaluationExpectationsRequest,ListEvaluationExpectationsResponse,EvaluationServiceClient.ListEvaluationExpectationsPagedResponse> listEvaluationExpectationsSettings()
Returns the builder for the settings used for calls to listEvaluationExpectations.
listEvaluationResultsSettings()
public PagedCallSettings.Builder<ListEvaluationResultsRequest,ListEvaluationResultsResponse,EvaluationServiceClient.ListEvaluationResultsPagedResponse> listEvaluationResultsSettings()
Returns the builder for the settings used for calls to listEvaluationResults.
listEvaluationRunsSettings()
public PagedCallSettings.Builder<ListEvaluationRunsRequest,ListEvaluationRunsResponse,EvaluationServiceClient.ListEvaluationRunsPagedResponse> listEvaluationRunsSettings()
Returns the builder for the settings used for calls to listEvaluationRuns.
listEvaluationsSettings()
public PagedCallSettings.Builder<ListEvaluationsRequest,ListEvaluationsResponse,EvaluationServiceClient.ListEvaluationsPagedResponse> listEvaluationsSettings()
Returns the builder for the settings used for calls to listEvaluations.
listLocationsSettings()
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse,EvaluationServiceClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
listScheduledEvaluationRunsSettings()
public PagedCallSettings.Builder<ListScheduledEvaluationRunsRequest,ListScheduledEvaluationRunsResponse,EvaluationServiceClient.ListScheduledEvaluationRunsPagedResponse> listScheduledEvaluationRunsSettings()
Returns the builder for the settings used for calls to listScheduledEvaluationRuns.
runEvaluationOperationSettings()
public OperationCallSettings.Builder<RunEvaluationRequest,RunEvaluationResponse,RunEvaluationOperationMetadata> runEvaluationOperationSettings()
Returns the builder for the settings used for calls to runEvaluation.
runEvaluationResultMetricsOperationSettings()
public OperationCallSettings.Builder<RunEvaluationResultMetricsRequest,RunEvaluationResultMetricsResponse,RunEvaluationResultMetricsOperationMetadata> runEvaluationResultMetricsOperationSettings()
Returns the builder for the settings used for calls to runEvaluationResultMetrics.
runEvaluationResultMetricsSettings()
public UnaryCallSettings.Builder<RunEvaluationResultMetricsRequest,Operation> runEvaluationResultMetricsSettings()
Returns the builder for the settings used for calls to runEvaluationResultMetrics.
runEvaluationSettings()
public UnaryCallSettings.Builder<RunEvaluationRequest,Operation> runEvaluationSettings()
Returns the builder for the settings used for calls to runEvaluation.
testPersonaVoiceSettings()
public UnaryCallSettings.Builder<TestPersonaVoiceRequest,TestPersonaVoiceResponse> testPersonaVoiceSettings()
Returns the builder for the settings used for calls to testPersonaVoice.
unaryMethodSettingsBuilders()
public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
| Returns |
| Type |
Description |
com.google.common.collect.ImmutableList<Builder<?,?>> |
|
updateEvaluationDatasetSettings()
public UnaryCallSettings.Builder<UpdateEvaluationDatasetRequest,EvaluationDataset> updateEvaluationDatasetSettings()
Returns the builder for the settings used for calls to updateEvaluationDataset.
updateEvaluationExpectationSettings()
public UnaryCallSettings.Builder<UpdateEvaluationExpectationRequest,EvaluationExpectation> updateEvaluationExpectationSettings()
Returns the builder for the settings used for calls to updateEvaluationExpectation.
updateEvaluationSettings()
public UnaryCallSettings.Builder<UpdateEvaluationRequest,Evaluation> updateEvaluationSettings()
Returns the builder for the settings used for calls to updateEvaluation.
updateScheduledEvaluationRunSettings()
public UnaryCallSettings.Builder<UpdateScheduledEvaluationRunRequest,ScheduledEvaluationRun> updateScheduledEvaluationRunSettings()
Returns the builder for the settings used for calls to updateScheduledEvaluationRun.
uploadEvaluationAudioSettings()
public UnaryCallSettings.Builder<UploadEvaluationAudioRequest,UploadEvaluationAudioResponse> uploadEvaluationAudioSettings()
Returns the builder for the settings used for calls to uploadEvaluationAudio.