Class TestCasesStubSettings.Builder (0.12.1)

See more code actions.
public static class TestCasesStubSettings.Builder extends StubSettings.Builder<TestCasesStubSettings,TestCasesStubSettings.Builder>

Builder for TestCasesStubSettings.

java.lang.Object > StubSettings.Builder > TestCasesStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext

Builder(TestCasesStubSettings settings)

protected Builder(TestCasesStubSettings settings)
Parameter
Name Description
settings TestCasesStubSettings

Methods

applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)

public TestCasesStubSettings.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

batchDeleteTestCasesSettings()

public UnaryCallSettings.Builder<BatchDeleteTestCasesRequest,Empty> batchDeleteTestCasesSettings()

Returns the builder for the settings used for calls to batchDeleteTestCases.

Returns

batchRunTestCasesOperationSettings()

public OperationCallSettings.Builder<BatchRunTestCasesRequest,BatchRunTestCasesResponse,BatchRunTestCasesMetadata> batchRunTestCasesOperationSettings()

Returns the builder for the settings used for calls to batchRunTestCases.

Returns

batchRunTestCasesSettings()

public UnaryCallSettings.Builder<BatchRunTestCasesRequest,Operation> batchRunTestCasesSettings()

Returns the builder for the settings used for calls to batchRunTestCases.

Returns

build()

public TestCasesStubSettings build()
Returns
Type Description
TestCasesStubSettings
Overrides Exceptions
Type Description
IOException

calculateCoverageSettings()

public UnaryCallSettings.Builder<CalculateCoverageRequest,CalculateCoverageResponse> calculateCoverageSettings()

Returns the builder for the settings used for calls to calculateCoverage.

Returns

createTestCaseSettings()

public UnaryCallSettings.Builder<CreateTestCaseRequest,TestCase> createTestCaseSettings()

Returns the builder for the settings used for calls to createTestCase.

Returns

exportTestCasesOperationSettings()

public OperationCallSettings.Builder<ExportTestCasesRequest,ExportTestCasesResponse,ExportTestCasesMetadata> exportTestCasesOperationSettings()

Returns the builder for the settings used for calls to exportTestCases.

Returns

exportTestCasesSettings()

public UnaryCallSettings.Builder<ExportTestCasesRequest,Operation> exportTestCasesSettings()

Returns the builder for the settings used for calls to exportTestCases.

Returns

getTestCaseResultSettings()

public UnaryCallSettings.Builder<GetTestCaseResultRequest,TestCaseResult> getTestCaseResultSettings()

Returns the builder for the settings used for calls to getTestCaseResult.

Returns

getTestCaseSettings()

public UnaryCallSettings.Builder<GetTestCaseRequest,TestCase> getTestCaseSettings()

Returns the builder for the settings used for calls to getTestCase.

Returns
Type Description
Builder<GetTestCaseRequest,TestCase>

importTestCasesOperationSettings()

public OperationCallSettings.Builder<ImportTestCasesRequest,ImportTestCasesResponse,ImportTestCasesMetadata> importTestCasesOperationSettings()

Returns the builder for the settings used for calls to importTestCases.

Returns

importTestCasesSettings()

public UnaryCallSettings.Builder<ImportTestCasesRequest,Operation> importTestCasesSettings()

Returns the builder for the settings used for calls to importTestCases.

Returns

listTestCaseResultsSettings()

public PagedCallSettings.Builder<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCasesClient.ListTestCaseResultsPagedResponse> listTestCaseResultsSettings()

Returns the builder for the settings used for calls to listTestCaseResults.

Returns

listTestCasesSettings()

public PagedCallSettings.Builder<ListTestCasesRequest,ListTestCasesResponse,TestCasesClient.ListTestCasesPagedResponse> listTestCasesSettings()

Returns the builder for the settings used for calls to listTestCases.

Returns

runTestCaseOperationSettings()

public OperationCallSettings.Builder<RunTestCaseRequest,RunTestCaseResponse,RunTestCaseMetadata> runTestCaseOperationSettings()

Returns the builder for the settings used for calls to runTestCase.

Returns

runTestCaseSettings()

public UnaryCallSettings.Builder<RunTestCaseRequest,Operation> runTestCaseSettings()

Returns the builder for the settings used for calls to runTestCase.

Returns

unaryMethodSettingsBuilders()

public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns
Type Description
com.google.common.collect.ImmutableList<Builder<?,?>>

updateTestCaseSettings()

public UnaryCallSettings.Builder<UpdateTestCaseRequest,TestCase> updateTestCaseSettings()

Returns the builder for the settings used for calls to updateTestCase.

Returns