Class ContactCenterInsightsStubSettings


  • @Generated("by gapic-generator-java")
    public class ContactCenterInsightsStubSettings
    extends com.google.api.gax.rpc.StubSettings<ContactCenterInsightsStubSettings>
    Settings class to configure an instance of ContactCenterInsightsStub.

    The default instance has everything set to sensible defaults:

    • The default service address (contactcenterinsights.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 createConversation 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
     ContactCenterInsightsStubSettings.Builder contactCenterInsightsSettingsBuilder =
         ContactCenterInsightsStubSettings.newBuilder();
     contactCenterInsightsSettingsBuilder
         .createConversationSettings()
         .setRetrySettings(
             contactCenterInsightsSettingsBuilder
                 .createConversationSettings()
                 .getRetrySettings()
                 .toBuilder()
                 .setTotalTimeout(Duration.ofSeconds(30))
                 .build());
     ContactCenterInsightsStubSettings contactCenterInsightsSettings =
         contactCenterInsightsSettingsBuilder.build();
     
    • Method Detail

      • createConversationSettings

        public com.google.api.gax.rpc.UnaryCallSettings<CreateConversationRequest,​Conversation> createConversationSettings()
        Returns the object with the settings used for calls to createConversation.
      • uploadConversationSettings

        public com.google.api.gax.rpc.UnaryCallSettings<UploadConversationRequest,​com.google.longrunning.Operation> uploadConversationSettings()
        Returns the object with the settings used for calls to uploadConversation.
      • updateConversationSettings

        public com.google.api.gax.rpc.UnaryCallSettings<UpdateConversationRequest,​Conversation> updateConversationSettings()
        Returns the object with the settings used for calls to updateConversation.
      • getConversationSettings

        public com.google.api.gax.rpc.UnaryCallSettings<GetConversationRequest,​Conversation> getConversationSettings()
        Returns the object with the settings used for calls to getConversation.
      • deleteConversationSettings

        public com.google.api.gax.rpc.UnaryCallSettings<DeleteConversationRequest,​com.google.protobuf.Empty> deleteConversationSettings()
        Returns the object with the settings used for calls to deleteConversation.
      • createAnalysisSettings

        public com.google.api.gax.rpc.UnaryCallSettings<CreateAnalysisRequest,​com.google.longrunning.Operation> createAnalysisSettings()
        Returns the object with the settings used for calls to createAnalysis.
      • getAnalysisSettings

        public com.google.api.gax.rpc.UnaryCallSettings<GetAnalysisRequest,​Analysis> getAnalysisSettings()
        Returns the object with the settings used for calls to getAnalysis.
      • deleteAnalysisSettings

        public com.google.api.gax.rpc.UnaryCallSettings<DeleteAnalysisRequest,​com.google.protobuf.Empty> deleteAnalysisSettings()
        Returns the object with the settings used for calls to deleteAnalysis.
      • bulkAnalyzeConversationsSettings

        public com.google.api.gax.rpc.UnaryCallSettings<BulkAnalyzeConversationsRequest,​com.google.longrunning.Operation> bulkAnalyzeConversationsSettings()
        Returns the object with the settings used for calls to bulkAnalyzeConversations.
      • ingestConversationsSettings

        public com.google.api.gax.rpc.UnaryCallSettings<IngestConversationsRequest,​com.google.longrunning.Operation> ingestConversationsSettings()
        Returns the object with the settings used for calls to ingestConversations.
      • exportInsightsDataSettings

        public com.google.api.gax.rpc.UnaryCallSettings<ExportInsightsDataRequest,​com.google.longrunning.Operation> exportInsightsDataSettings()
        Returns the object with the settings used for calls to exportInsightsData.
      • createIssueModelSettings

        public com.google.api.gax.rpc.UnaryCallSettings<CreateIssueModelRequest,​com.google.longrunning.Operation> createIssueModelSettings()
        Returns the object with the settings used for calls to createIssueModel.
      • updateIssueModelSettings

        public com.google.api.gax.rpc.UnaryCallSettings<UpdateIssueModelRequest,​IssueModel> updateIssueModelSettings()
        Returns the object with the settings used for calls to updateIssueModel.
      • getIssueModelSettings

        public com.google.api.gax.rpc.UnaryCallSettings<GetIssueModelRequest,​IssueModel> getIssueModelSettings()
        Returns the object with the settings used for calls to getIssueModel.
      • deleteIssueModelSettings

        public com.google.api.gax.rpc.UnaryCallSettings<DeleteIssueModelRequest,​com.google.longrunning.Operation> deleteIssueModelSettings()
        Returns the object with the settings used for calls to deleteIssueModel.
      • deleteIssueModelOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings<DeleteIssueModelRequest,​com.google.protobuf.Empty,​DeleteIssueModelMetadata> deleteIssueModelOperationSettings()
        Returns the object with the settings used for calls to deleteIssueModel.
      • deployIssueModelSettings

        public com.google.api.gax.rpc.UnaryCallSettings<DeployIssueModelRequest,​com.google.longrunning.Operation> deployIssueModelSettings()
        Returns the object with the settings used for calls to deployIssueModel.
      • undeployIssueModelSettings

        public com.google.api.gax.rpc.UnaryCallSettings<UndeployIssueModelRequest,​com.google.longrunning.Operation> undeployIssueModelSettings()
        Returns the object with the settings used for calls to undeployIssueModel.
      • getIssueSettings

        public com.google.api.gax.rpc.UnaryCallSettings<GetIssueRequest,​Issue> getIssueSettings()
        Returns the object with the settings used for calls to getIssue.
      • listIssuesSettings

        public com.google.api.gax.rpc.UnaryCallSettings<ListIssuesRequest,​ListIssuesResponse> listIssuesSettings()
        Returns the object with the settings used for calls to listIssues.
      • updateIssueSettings

        public com.google.api.gax.rpc.UnaryCallSettings<UpdateIssueRequest,​Issue> updateIssueSettings()
        Returns the object with the settings used for calls to updateIssue.
      • deleteIssueSettings

        public com.google.api.gax.rpc.UnaryCallSettings<DeleteIssueRequest,​com.google.protobuf.Empty> deleteIssueSettings()
        Returns the object with the settings used for calls to deleteIssue.
      • createPhraseMatcherSettings

        public com.google.api.gax.rpc.UnaryCallSettings<CreatePhraseMatcherRequest,​PhraseMatcher> createPhraseMatcherSettings()
        Returns the object with the settings used for calls to createPhraseMatcher.
      • getPhraseMatcherSettings

        public com.google.api.gax.rpc.UnaryCallSettings<GetPhraseMatcherRequest,​PhraseMatcher> getPhraseMatcherSettings()
        Returns the object with the settings used for calls to getPhraseMatcher.
      • deletePhraseMatcherSettings

        public com.google.api.gax.rpc.UnaryCallSettings<DeletePhraseMatcherRequest,​com.google.protobuf.Empty> deletePhraseMatcherSettings()
        Returns the object with the settings used for calls to deletePhraseMatcher.
      • updatePhraseMatcherSettings

        public com.google.api.gax.rpc.UnaryCallSettings<UpdatePhraseMatcherRequest,​PhraseMatcher> updatePhraseMatcherSettings()
        Returns the object with the settings used for calls to updatePhraseMatcher.
      • calculateStatsSettings

        public com.google.api.gax.rpc.UnaryCallSettings<CalculateStatsRequest,​CalculateStatsResponse> calculateStatsSettings()
        Returns the object with the settings used for calls to calculateStats.
      • getSettingsSettings

        public com.google.api.gax.rpc.UnaryCallSettings<GetSettingsRequest,​Settings> getSettingsSettings()
        Returns the object with the settings used for calls to getSettings.
      • updateSettingsSettings

        public com.google.api.gax.rpc.UnaryCallSettings<UpdateSettingsRequest,​Settings> updateSettingsSettings()
        Returns the object with the settings used for calls to updateSettings.
      • createViewSettings

        public com.google.api.gax.rpc.UnaryCallSettings<CreateViewRequest,​View> createViewSettings()
        Returns the object with the settings used for calls to createView.
      • getViewSettings

        public com.google.api.gax.rpc.UnaryCallSettings<GetViewRequest,​View> getViewSettings()
        Returns the object with the settings used for calls to getView.
      • updateViewSettings

        public com.google.api.gax.rpc.UnaryCallSettings<UpdateViewRequest,​View> updateViewSettings()
        Returns the object with the settings used for calls to updateView.
      • deleteViewSettings

        public com.google.api.gax.rpc.UnaryCallSettings<DeleteViewRequest,​com.google.protobuf.Empty> deleteViewSettings()
        Returns the object with the settings used for calls to deleteView.
      • defaultExecutorProviderBuilder

        public static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
        Returns a builder for the default ExecutorProvider for this service.
      • getDefaultEndpoint

        public static String getDefaultEndpoint()
        Returns the default service endpoint.
      • getDefaultMtlsEndpoint

        public static String getDefaultMtlsEndpoint()
        Returns the default mTLS service endpoint.
      • getDefaultServiceScopes

        public static List<String> getDefaultServiceScopes()
        Returns the default service scopes.
      • defaultCredentialsProviderBuilder

        public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
        Returns a builder for the default credentials for this service.
      • defaultGrpcTransportProviderBuilder

        public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
        Returns a builder for the default gRPC ChannelProvider for this service.
      • defaultHttpJsonTransportProviderBuilder

        @BetaApi
        public static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
        Returns a builder for the default REST ChannelProvider for this service.
      • defaultTransportChannelProvider

        public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
      • defaultGrpcApiClientHeaderProviderBuilder

        @BetaApi("The surface for customizing headers is not stable yet and may change in the future.")
        public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
      • defaultHttpJsonApiClientHeaderProviderBuilder

        @BetaApi("The surface for customizing headers is not stable yet and may change in the future.")
        public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
      • defaultApiClientHeaderProviderBuilder

        public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()