Class TestCasesStub (0.52.0)

public abstract class TestCasesStub implements BackgroundResource

Base stub class for the TestCases service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > TestCasesStub

Implements

BackgroundResource

Constructors

TestCasesStub()

public TestCasesStub()

Methods

batchDeleteTestCasesCallable()

public UnaryCallable<BatchDeleteTestCasesRequest,Empty> batchDeleteTestCasesCallable()
Returns
TypeDescription
UnaryCallable<BatchDeleteTestCasesRequest,Empty>

batchRunTestCasesCallable()

public UnaryCallable<BatchRunTestCasesRequest,Operation> batchRunTestCasesCallable()
Returns
TypeDescription
UnaryCallable<BatchRunTestCasesRequest,Operation>

batchRunTestCasesOperationCallable()

public OperationCallable<BatchRunTestCasesRequest,BatchRunTestCasesResponse,BatchRunTestCasesMetadata> batchRunTestCasesOperationCallable()
Returns
TypeDescription
OperationCallable<BatchRunTestCasesRequest,BatchRunTestCasesResponse,BatchRunTestCasesMetadata>

calculateCoverageCallable()

public UnaryCallable<CalculateCoverageRequest,CalculateCoverageResponse> calculateCoverageCallable()
Returns
TypeDescription
UnaryCallable<CalculateCoverageRequest,CalculateCoverageResponse>

close()

public abstract void close()

createTestCaseCallable()

public UnaryCallable<CreateTestCaseRequest,TestCase> createTestCaseCallable()
Returns
TypeDescription
UnaryCallable<CreateTestCaseRequest,TestCase>

exportTestCasesCallable()

public UnaryCallable<ExportTestCasesRequest,Operation> exportTestCasesCallable()
Returns
TypeDescription
UnaryCallable<ExportTestCasesRequest,Operation>

exportTestCasesOperationCallable()

public OperationCallable<ExportTestCasesRequest,ExportTestCasesResponse,ExportTestCasesMetadata> exportTestCasesOperationCallable()
Returns
TypeDescription
OperationCallable<ExportTestCasesRequest,ExportTestCasesResponse,ExportTestCasesMetadata>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

getTestCaseCallable()

public UnaryCallable<GetTestCaseRequest,TestCase> getTestCaseCallable()
Returns
TypeDescription
UnaryCallable<GetTestCaseRequest,TestCase>

getTestCaseResultCallable()

public UnaryCallable<GetTestCaseResultRequest,TestCaseResult> getTestCaseResultCallable()
Returns
TypeDescription
UnaryCallable<GetTestCaseResultRequest,TestCaseResult>

importTestCasesCallable()

public UnaryCallable<ImportTestCasesRequest,Operation> importTestCasesCallable()
Returns
TypeDescription
UnaryCallable<ImportTestCasesRequest,Operation>

importTestCasesOperationCallable()

public OperationCallable<ImportTestCasesRequest,ImportTestCasesResponse,ImportTestCasesMetadata> importTestCasesOperationCallable()
Returns
TypeDescription
OperationCallable<ImportTestCasesRequest,ImportTestCasesResponse,ImportTestCasesMetadata>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,TestCasesClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

listTestCaseResultsCallable()

public UnaryCallable<ListTestCaseResultsRequest,ListTestCaseResultsResponse> listTestCaseResultsCallable()
Returns
TypeDescription
UnaryCallable<ListTestCaseResultsRequest,ListTestCaseResultsResponse>

listTestCaseResultsPagedCallable()

public UnaryCallable<ListTestCaseResultsRequest,TestCasesClient.ListTestCaseResultsPagedResponse> listTestCaseResultsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListTestCaseResultsRequest,ListTestCaseResultsPagedResponse>

listTestCasesCallable()

public UnaryCallable<ListTestCasesRequest,ListTestCasesResponse> listTestCasesCallable()
Returns
TypeDescription
UnaryCallable<ListTestCasesRequest,ListTestCasesResponse>

listTestCasesPagedCallable()

public UnaryCallable<ListTestCasesRequest,TestCasesClient.ListTestCasesPagedResponse> listTestCasesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListTestCasesRequest,ListTestCasesPagedResponse>

runTestCaseCallable()

public UnaryCallable<RunTestCaseRequest,Operation> runTestCaseCallable()
Returns
TypeDescription
UnaryCallable<RunTestCaseRequest,Operation>

runTestCaseOperationCallable()

public OperationCallable<RunTestCaseRequest,RunTestCaseResponse,RunTestCaseMetadata> runTestCaseOperationCallable()
Returns
TypeDescription
OperationCallable<RunTestCaseRequest,RunTestCaseResponse,RunTestCaseMetadata>

updateTestCaseCallable()

public UnaryCallable<UpdateTestCaseRequest,TestCase> updateTestCaseCallable()
Returns
TypeDescription
UnaryCallable<UpdateTestCaseRequest,TestCase>