Class FlowControlSettings.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • setBytesOutstanding

        public abstract FlowControlSettings.Builder setBytesOutstanding​(long bytes)
        The number of quota bytes that may be outstanding to the client.
      • setMessagesOutstanding

        public abstract FlowControlSettings.Builder setMessagesOutstanding​(long elements)
        The number of messages that may be outstanding to the client.
      • build

        public FlowControlSettings build()
                                  throws com.google.api.gax.rpc.ApiException
        Throws:
        com.google.api.gax.rpc.ApiException