Class TestCasesStubSettings (0.52.0)

public class TestCasesStubSettings extends StubSettings<TestCasesStubSettings>

Settings class to configure an instance of TestCasesStub.

The default instance has everything set to sensible defaults:

  • The default service address (dialogflow.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of batchDeleteTestCases to 30 seconds:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 TestCasesStubSettings.Builder testCasesSettingsBuilder = TestCasesStubSettings.newBuilder();
 testCasesSettingsBuilder
     .batchDeleteTestCasesSettings()
     .setRetrySettings(
         testCasesSettingsBuilder
             .batchDeleteTestCasesSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 TestCasesStubSettings testCasesSettings = testCasesSettingsBuilder.build();
 

Inheritance

java.lang.Object > StubSettings > TestCasesStubSettings

Static Methods

defaultApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultCredentialsProviderBuilder()

public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()

Returns a builder for the default credentials for this service.

Returns
TypeDescription
Builder

defaultExecutorProviderBuilder()

public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()

Returns a builder for the default ExecutorProvider for this service.

Returns
TypeDescription
Builder

defaultGrpcApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultGrpcTransportProviderBuilder()

public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()

Returns a builder for the default gRPC ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultHttpJsonApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultHttpJsonTransportProviderBuilder()

public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()

Returns a builder for the default REST ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultTransportChannelProvider()

public static TransportChannelProvider defaultTransportChannelProvider()
Returns
TypeDescription
TransportChannelProvider

getDefaultEndpoint()

public static String getDefaultEndpoint()

Returns the default service endpoint.

Returns
TypeDescription
String

getDefaultMtlsEndpoint()

public static String getDefaultMtlsEndpoint()

Returns the default mTLS service endpoint.

Returns
TypeDescription
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
TypeDescription
List<String>

newBuilder()

public static TestCasesStubSettings.Builder newBuilder()

Returns a new gRPC builder for this class.

Returns
TypeDescription
TestCasesStubSettings.Builder

newBuilder(ClientContext clientContext)

public static TestCasesStubSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
TestCasesStubSettings.Builder

newHttpJsonBuilder()

public static TestCasesStubSettings.Builder newHttpJsonBuilder()

Returns a new REST builder for this class.

Returns
TypeDescription
TestCasesStubSettings.Builder

Constructors

TestCasesStubSettings(TestCasesStubSettings.Builder settingsBuilder)

protected TestCasesStubSettings(TestCasesStubSettings.Builder settingsBuilder)
Parameter
NameDescription
settingsBuilderTestCasesStubSettings.Builder

Methods

batchDeleteTestCasesSettings()

public UnaryCallSettings<BatchDeleteTestCasesRequest,Empty> batchDeleteTestCasesSettings()

Returns the object with the settings used for calls to batchDeleteTestCases.

Returns
TypeDescription
UnaryCallSettings<BatchDeleteTestCasesRequest,Empty>

batchRunTestCasesOperationSettings()

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

Returns the object with the settings used for calls to batchRunTestCases.

Returns
TypeDescription
OperationCallSettings<BatchRunTestCasesRequest,BatchRunTestCasesResponse,BatchRunTestCasesMetadata>

batchRunTestCasesSettings()

public UnaryCallSettings<BatchRunTestCasesRequest,Operation> batchRunTestCasesSettings()

Returns the object with the settings used for calls to batchRunTestCases.

Returns
TypeDescription
UnaryCallSettings<BatchRunTestCasesRequest,Operation>

calculateCoverageSettings()

public UnaryCallSettings<CalculateCoverageRequest,CalculateCoverageResponse> calculateCoverageSettings()

Returns the object with the settings used for calls to calculateCoverage.

Returns
TypeDescription
UnaryCallSettings<CalculateCoverageRequest,CalculateCoverageResponse>

createStub()

public TestCasesStub createStub()
Returns
TypeDescription
TestCasesStub
Exceptions
TypeDescription
IOException

createTestCaseSettings()

public UnaryCallSettings<CreateTestCaseRequest,TestCase> createTestCaseSettings()

Returns the object with the settings used for calls to createTestCase.

Returns
TypeDescription
UnaryCallSettings<CreateTestCaseRequest,TestCase>

exportTestCasesOperationSettings()

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

Returns the object with the settings used for calls to exportTestCases.

Returns
TypeDescription
OperationCallSettings<ExportTestCasesRequest,ExportTestCasesResponse,ExportTestCasesMetadata>

exportTestCasesSettings()

public UnaryCallSettings<ExportTestCasesRequest,Operation> exportTestCasesSettings()

Returns the object with the settings used for calls to exportTestCases.

Returns
TypeDescription
UnaryCallSettings<ExportTestCasesRequest,Operation>

getEndpoint()

public String getEndpoint()

Returns the endpoint set by the user or the the service's default endpoint.

Returns
TypeDescription
String
Overrides

getLocationSettings()

public UnaryCallSettings<GetLocationRequest,Location> getLocationSettings()

Returns the object with the settings used for calls to getLocation.

Returns
TypeDescription
UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getServiceName()

public String getServiceName()

Returns the default service name.

Returns
TypeDescription
String
Overrides

getTestCaseResultSettings()

public UnaryCallSettings<GetTestCaseResultRequest,TestCaseResult> getTestCaseResultSettings()

Returns the object with the settings used for calls to getTestCaseResult.

Returns
TypeDescription
UnaryCallSettings<GetTestCaseResultRequest,TestCaseResult>

getTestCaseSettings()

public UnaryCallSettings<GetTestCaseRequest,TestCase> getTestCaseSettings()

Returns the object with the settings used for calls to getTestCase.

Returns
TypeDescription
UnaryCallSettings<GetTestCaseRequest,TestCase>

importTestCasesOperationSettings()

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

Returns the object with the settings used for calls to importTestCases.

Returns
TypeDescription
OperationCallSettings<ImportTestCasesRequest,ImportTestCasesResponse,ImportTestCasesMetadata>

importTestCasesSettings()

public UnaryCallSettings<ImportTestCasesRequest,Operation> importTestCasesSettings()

Returns the object with the settings used for calls to importTestCases.

Returns
TypeDescription
UnaryCallSettings<ImportTestCasesRequest,Operation>

listLocationsSettings()

public PagedCallSettings<ListLocationsRequest,ListLocationsResponse,TestCasesClient.ListLocationsPagedResponse> listLocationsSettings()

Returns the object with the settings used for calls to listLocations.

Returns
TypeDescription
PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ListLocationsPagedResponse>

listTestCaseResultsSettings()

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

Returns the object with the settings used for calls to listTestCaseResults.

Returns
TypeDescription
PagedCallSettings<ListTestCaseResultsRequest,ListTestCaseResultsResponse,ListTestCaseResultsPagedResponse>

listTestCasesSettings()

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

Returns the object with the settings used for calls to listTestCases.

Returns
TypeDescription
PagedCallSettings<ListTestCasesRequest,ListTestCasesResponse,ListTestCasesPagedResponse>

runTestCaseOperationSettings()

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

Returns the object with the settings used for calls to runTestCase.

Returns
TypeDescription
OperationCallSettings<RunTestCaseRequest,RunTestCaseResponse,RunTestCaseMetadata>

runTestCaseSettings()

public UnaryCallSettings<RunTestCaseRequest,Operation> runTestCaseSettings()

Returns the object with the settings used for calls to runTestCase.

Returns
TypeDescription
UnaryCallSettings<RunTestCaseRequest,Operation>

toBuilder()

public TestCasesStubSettings.Builder toBuilder()

Returns a builder containing all the values of this settings class.

Returns
TypeDescription
TestCasesStubSettings.Builder
Overrides

updateTestCaseSettings()

public UnaryCallSettings<UpdateTestCaseRequest,TestCase> updateTestCaseSettings()

Returns the object with the settings used for calls to updateTestCase.

Returns
TypeDescription
UnaryCallSettings<UpdateTestCaseRequest,TestCase>