Class TestCasesSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings.Builder<TestCasesSettings,TestCasesSettings.Builder>
-
- com.google.cloud.dialogflow.cx.v3beta1.TestCasesSettings.Builder
-
- Enclosing class:
- TestCasesSettings
public static class TestCasesSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<TestCasesSettings,TestCasesSettings.Builder>
Builder for TestCasesSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(TestCasesStubSettings.Builder stubSettings)
protected
Builder(TestCasesSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestCasesSettings.Builder
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchDeleteTestCasesRequest,com.google.protobuf.Empty>
batchDeleteTestCasesSettings()
Returns the builder for the settings used for calls to batchDeleteTestCases.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchRunTestCasesRequest,BatchRunTestCasesResponse,BatchRunTestCasesMetadata>
batchRunTestCasesOperationSettings()
Returns the builder for the settings used for calls to batchRunTestCases.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchRunTestCasesRequest,com.google.longrunning.Operation>
batchRunTestCasesSettings()
Returns the builder for the settings used for calls to batchRunTestCases.TestCasesSettings
build()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CalculateCoverageRequest,CalculateCoverageResponse>
calculateCoverageSettings()
Returns the builder for the settings used for calls to calculateCoverage.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTestCaseRequest,TestCase>
createTestCaseSettings()
Returns the builder for the settings used for calls to createTestCase.com.google.api.gax.rpc.OperationCallSettings.Builder<ExportTestCasesRequest,ExportTestCasesResponse,ExportTestCasesMetadata>
exportTestCasesOperationSettings()
Returns the builder for the settings used for calls to exportTestCases.com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportTestCasesRequest,com.google.longrunning.Operation>
exportTestCasesSettings()
Returns the builder for the settings used for calls to exportTestCases.com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
getLocationSettings()
Returns the builder for the settings used for calls to getLocation.TestCasesStubSettings.Builder
getStubSettingsBuilder()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTestCaseResultRequest,TestCaseResult>
getTestCaseResultSettings()
Returns the builder for the settings used for calls to getTestCaseResult.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTestCaseRequest,TestCase>
getTestCaseSettings()
Returns the builder for the settings used for calls to getTestCase.com.google.api.gax.rpc.OperationCallSettings.Builder<ImportTestCasesRequest,ImportTestCasesResponse,ImportTestCasesMetadata>
importTestCasesOperationSettings()
Returns the builder for the settings used for calls to importTestCases.com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportTestCasesRequest,com.google.longrunning.Operation>
importTestCasesSettings()
Returns the builder for the settings used for calls to importTestCases.com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,TestCasesClient.ListLocationsPagedResponse>
listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCasesClient.ListTestCaseResultsPagedResponse>
listTestCaseResultsSettings()
Returns the builder for the settings used for calls to listTestCaseResults.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTestCasesRequest,ListTestCasesResponse,TestCasesClient.ListTestCasesPagedResponse>
listTestCasesSettings()
Returns the builder for the settings used for calls to listTestCases.com.google.api.gax.rpc.OperationCallSettings.Builder<RunTestCaseRequest,RunTestCaseResponse,RunTestCaseMetadata>
runTestCaseOperationSettings()
Returns the builder for the settings used for calls to runTestCase.com.google.api.gax.rpc.UnaryCallSettings.Builder<RunTestCaseRequest,com.google.longrunning.Operation>
runTestCaseSettings()
Returns the builder for the settings used for calls to runTestCase.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTestCaseRequest,TestCase>
updateTestCaseSettings()
Returns the builder for the settings used for calls to updateTestCase.-
Methods inherited from class com.google.api.gax.rpc.ClientSettings.Builder
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
-
-
-
-
Constructor Detail
-
Builder
protected Builder() throws IOException
- Throws:
IOException
-
Builder
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
-
Builder
protected Builder(TestCasesSettings settings)
-
Builder
protected Builder(TestCasesStubSettings.Builder stubSettings)
-
-
Method Detail
-
getStubSettingsBuilder
public TestCasesStubSettings.Builder getStubSettingsBuilder()
-
applyToAllUnaryMethods
public TestCasesSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.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.
-
listTestCasesSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListTestCasesRequest,ListTestCasesResponse,TestCasesClient.ListTestCasesPagedResponse> listTestCasesSettings()
Returns the builder for the settings used for calls to listTestCases.
-
batchDeleteTestCasesSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchDeleteTestCasesRequest,com.google.protobuf.Empty> batchDeleteTestCasesSettings()
Returns the builder for the settings used for calls to batchDeleteTestCases.
-
getTestCaseSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTestCaseRequest,TestCase> getTestCaseSettings()
Returns the builder for the settings used for calls to getTestCase.
-
createTestCaseSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTestCaseRequest,TestCase> createTestCaseSettings()
Returns the builder for the settings used for calls to createTestCase.
-
updateTestCaseSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTestCaseRequest,TestCase> updateTestCaseSettings()
Returns the builder for the settings used for calls to updateTestCase.
-
runTestCaseSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<RunTestCaseRequest,com.google.longrunning.Operation> runTestCaseSettings()
Returns the builder for the settings used for calls to runTestCase.
-
runTestCaseOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<RunTestCaseRequest,RunTestCaseResponse,RunTestCaseMetadata> runTestCaseOperationSettings()
Returns the builder for the settings used for calls to runTestCase.
-
batchRunTestCasesSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchRunTestCasesRequest,com.google.longrunning.Operation> batchRunTestCasesSettings()
Returns the builder for the settings used for calls to batchRunTestCases.
-
batchRunTestCasesOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<BatchRunTestCasesRequest,BatchRunTestCasesResponse,BatchRunTestCasesMetadata> batchRunTestCasesOperationSettings()
Returns the builder for the settings used for calls to batchRunTestCases.
-
calculateCoverageSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CalculateCoverageRequest,CalculateCoverageResponse> calculateCoverageSettings()
Returns the builder for the settings used for calls to calculateCoverage.
-
importTestCasesSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportTestCasesRequest,com.google.longrunning.Operation> importTestCasesSettings()
Returns the builder for the settings used for calls to importTestCases.
-
importTestCasesOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<ImportTestCasesRequest,ImportTestCasesResponse,ImportTestCasesMetadata> importTestCasesOperationSettings()
Returns the builder for the settings used for calls to importTestCases.
-
exportTestCasesSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportTestCasesRequest,com.google.longrunning.Operation> exportTestCasesSettings()
Returns the builder for the settings used for calls to exportTestCases.
-
exportTestCasesOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<ExportTestCasesRequest,ExportTestCasesResponse,ExportTestCasesMetadata> exportTestCasesOperationSettings()
Returns the builder for the settings used for calls to exportTestCases.
-
listTestCaseResultsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCasesClient.ListTestCaseResultsPagedResponse> listTestCaseResultsSettings()
Returns the builder for the settings used for calls to listTestCaseResults.
-
getTestCaseResultSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTestCaseResultRequest,TestCaseResult> getTestCaseResultSettings()
Returns the builder for the settings used for calls to getTestCaseResult.
-
listLocationsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,TestCasesClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
-
getLocationSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
Returns the builder for the settings used for calls to getLocation.
-
build
public TestCasesSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.ClientSettings.Builder<TestCasesSettings,TestCasesSettings.Builder>
- Throws:
IOException
-
-