Class TestCasesSettings.Builder

    • Method Detail

      • 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.

      • 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.
      • 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.
      • 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.
      • 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.
      • 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.