Interface ProcessorSubscriptionRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getAllInstances()
      optional bool allInstances = 2;
      boolean getAllProcessors()
      optional bool allProcessors = 1;
      boolean hasAllInstances()
      optional bool allInstances = 2;
      boolean hasAllProcessors()
      optional bool allProcessors = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasAllProcessors

        boolean hasAllProcessors()
        optional bool allProcessors = 1;
      • getAllProcessors

        boolean getAllProcessors()
        optional bool allProcessors = 1;
      • hasAllInstances

        boolean hasAllInstances()
        optional bool allInstances = 2;
      • getAllInstances

        boolean getAllInstances()
        optional bool allInstances = 2;