Class OperationsSettings

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  OperationsSettings.Builder
      Builder for OperationsSettings.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.api.gax.rpc.UnaryCallSettings<com.google.longrunning.CancelOperationRequest,​com.google.protobuf.Empty> cancelOperationSettings()
      Returns the object with the settings used for calls to cancelOperation.
      static OperationsSettings create​(OperationsStubSettings stub)  
      static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()  
      static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
      Returns a builder for the default credentials for this service.
      static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
      Returns a builder for the default ExecutorProvider for this service.
      com.google.api.gax.rpc.UnaryCallSettings<com.google.longrunning.DeleteOperationRequest,​com.google.protobuf.Empty> deleteOperationSettings()
      Returns the object with the settings used for calls to deleteOperation.
      com.google.api.gax.rpc.UnaryCallSettings<com.google.longrunning.GetOperationRequest,​com.google.longrunning.Operation> getOperationSettings()
      Returns the object with the settings used for calls to getOperation.
      com.google.api.gax.rpc.PagedCallSettings<com.google.longrunning.ListOperationsRequest,​com.google.longrunning.ListOperationsResponse,​OperationsClient.ListOperationsPagedResponse> listOperationsSettings()
      Returns the object with the settings used for calls to listOperations.
      static OperationsSettings.Builder newBuilder()
      Returns a new builder for this class.
      static OperationsSettings.Builder newBuilder​(com.google.api.gax.rpc.ClientContext clientContext)
      Returns a new builder for this class.
      OperationsSettings.Builder toBuilder()
      Returns a builder containing all the values of this settings class.
      com.google.api.gax.rpc.UnaryCallSettings<com.google.longrunning.WaitOperationRequest,​com.google.longrunning.Operation> waitOperationSettings()
      Returns the object with the settings used for calls to waitOperation.
      • Methods inherited from class com.google.api.gax.rpc.ClientSettings

        getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OperationsSettings

        protected OperationsSettings​(OperationsSettings.Builder settingsBuilder)
                              throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getOperationSettings

        public com.google.api.gax.rpc.UnaryCallSettings<com.google.longrunning.GetOperationRequest,​com.google.longrunning.Operation> getOperationSettings()
        Returns the object with the settings used for calls to getOperation.
      • listOperationsSettings

        public com.google.api.gax.rpc.PagedCallSettings<com.google.longrunning.ListOperationsRequest,​com.google.longrunning.ListOperationsResponse,​OperationsClient.ListOperationsPagedResponse> listOperationsSettings()
        Returns the object with the settings used for calls to listOperations.
      • cancelOperationSettings

        public com.google.api.gax.rpc.UnaryCallSettings<com.google.longrunning.CancelOperationRequest,​com.google.protobuf.Empty> cancelOperationSettings()
        Returns the object with the settings used for calls to cancelOperation.
      • deleteOperationSettings

        public com.google.api.gax.rpc.UnaryCallSettings<com.google.longrunning.DeleteOperationRequest,​com.google.protobuf.Empty> deleteOperationSettings()
        Returns the object with the settings used for calls to deleteOperation.
      • waitOperationSettings

        public com.google.api.gax.rpc.UnaryCallSettings<com.google.longrunning.WaitOperationRequest,​com.google.longrunning.Operation> waitOperationSettings()
        Returns the object with the settings used for calls to waitOperation.
      • defaultExecutorProviderBuilder

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

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

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

        public static OperationsSettings.Builder newBuilder​(com.google.api.gax.rpc.ClientContext clientContext)
        Returns a new builder for this class.
      • toBuilder

        public OperationsSettings.Builder toBuilder()
        Returns a builder containing all the values of this settings class.
        Specified by:
        toBuilder in class com.google.api.gax.rpc.ClientSettings<OperationsSettings>