public static class TestCasesStubSettings.Builder extends StubSettings.Builder<TestCasesStubSettings,TestCasesStubSettings.Builder>
Builder for TestCasesStubSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Builder(TestCasesStubSettings settings)
protected Builder(TestCasesStubSettings settings)
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.
batchDeleteTestCasesSettings()
public UnaryCallSettings.Builder<BatchDeleteTestCasesRequest,Empty> batchDeleteTestCasesSettings()
Returns the builder for the settings used for calls to batchDeleteTestCases.
batchRunTestCasesOperationSettings()
public OperationCallSettings.Builder<BatchRunTestCasesRequest,BatchRunTestCasesResponse,BatchRunTestCasesMetadata> batchRunTestCasesOperationSettings()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to batchRunTestCases.
batchRunTestCasesSettings()
public UnaryCallSettings.Builder<BatchRunTestCasesRequest,Operation> batchRunTestCasesSettings()
Returns the builder for the settings used for calls to batchRunTestCases.
build()
public TestCasesStubSettings build()
Overrides
calculateCoverageSettings()
public UnaryCallSettings.Builder<CalculateCoverageRequest,CalculateCoverageResponse> calculateCoverageSettings()
Returns the builder for the settings used for calls to calculateCoverage.
createTestCaseSettings()
public UnaryCallSettings.Builder<CreateTestCaseRequest,TestCase> createTestCaseSettings()
Returns the builder for the settings used for calls to createTestCase.
exportTestCasesOperationSettings()
public OperationCallSettings.Builder<ExportTestCasesRequest,ExportTestCasesResponse,ExportTestCasesMetadata> exportTestCasesOperationSettings()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to exportTestCases.
exportTestCasesSettings()
public UnaryCallSettings.Builder<ExportTestCasesRequest,Operation> exportTestCasesSettings()
Returns the builder for the settings used for calls to exportTestCases.
getEndpoint()
public String getEndpoint()
Returns the endpoint set by the user or the the service's default endpoint.
Returns
Type
Description
String
Overrides
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 >
getTestCaseResultSettings()
public UnaryCallSettings.Builder<GetTestCaseResultRequest,TestCaseResult> getTestCaseResultSettings()
Returns the builder for the settings used for calls to getTestCaseResult.
getTestCaseSettings()
public UnaryCallSettings.Builder<GetTestCaseRequest,TestCase> getTestCaseSettings()
Returns the builder for the settings used for calls to getTestCase.
importTestCasesOperationSettings()
public OperationCallSettings.Builder<ImportTestCasesRequest,ImportTestCasesResponse,ImportTestCasesMetadata> importTestCasesOperationSettings()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to importTestCases.
importTestCasesSettings()
public UnaryCallSettings.Builder<ImportTestCasesRequest,Operation> importTestCasesSettings()
Returns the builder for the settings used for calls to importTestCases.
listLocationsSettings()
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse,TestCasesClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
listTestCaseResultsSettings()
public PagedCallSettings.Builder<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCasesClient.ListTestCaseResultsPagedResponse> listTestCaseResultsSettings()
Returns the builder for the settings used for calls to listTestCaseResults.
listTestCasesSettings()
public PagedCallSettings.Builder<ListTestCasesRequest,ListTestCasesResponse,TestCasesClient.ListTestCasesPagedResponse> listTestCasesSettings()
Returns the builder for the settings used for calls to listTestCases.
runTestCaseOperationSettings()
public OperationCallSettings.Builder<RunTestCaseRequest,RunTestCaseResponse,RunTestCaseMetadata> runTestCaseOperationSettings()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to runTestCase.
runTestCaseSettings()
public UnaryCallSettings.Builder<RunTestCaseRequest,Operation> runTestCaseSettings()
Returns the builder for the settings used for calls to runTestCase.
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.