Interface GetPipesIteratorReplyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GetPipesIteratorReply, GetPipesIteratorReply.Builder

public interface GetPipesIteratorReplyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The full java class name of the pipes iterator
    com.google.protobuf.ByteString
    The full java class name of the pipes iterator
    JSON string of the pipes iterator config object
    com.google.protobuf.ByteString
    JSON string of the pipes iterator config object
    The pipes iterator ID
    com.google.protobuf.ByteString
    The pipes iterator ID

    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 Details

    • getIteratorId

      String getIteratorId()
       The pipes iterator ID
       
      string iterator_id = 1;
      Returns:
      The iteratorId.
    • getIteratorIdBytes

      com.google.protobuf.ByteString getIteratorIdBytes()
       The pipes iterator ID
       
      string iterator_id = 1;
      Returns:
      The bytes for iteratorId.
    • getIteratorClass

      String getIteratorClass()
       The full java class name of the pipes iterator
       
      string iterator_class = 2;
      Returns:
      The iteratorClass.
    • getIteratorClassBytes

      com.google.protobuf.ByteString getIteratorClassBytes()
       The full java class name of the pipes iterator
       
      string iterator_class = 2;
      Returns:
      The bytes for iteratorClass.
    • getIteratorConfigJson

      String getIteratorConfigJson()
       JSON string of the pipes iterator config object
       
      string iterator_config_json = 3;
      Returns:
      The iteratorConfigJson.
    • getIteratorConfigJsonBytes

      com.google.protobuf.ByteString getIteratorConfigJsonBytes()
       JSON string of the pipes iterator config object
       
      string iterator_config_json = 3;
      Returns:
      The bytes for iteratorConfigJson.