Interface SavePipesIteratorRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The full java class name of the pipes iterator class.
    com.google.protobuf.ByteString
    The full java class name of the pipes iterator class.
    JSON string of the pipes iterator config object.
    com.google.protobuf.ByteString
    JSON string of the pipes iterator config object.
    A unique identifier for each pipes iterator.
    com.google.protobuf.ByteString
    A unique identifier for each pipes iterator.

    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()
       A unique identifier for each pipes iterator. If this already exists, operation will overwrite existing.
       
      string iterator_id = 1;
      Returns:
      The iteratorId.
    • getIteratorIdBytes

      com.google.protobuf.ByteString getIteratorIdBytes()
       A unique identifier for each pipes iterator. If this already exists, operation will overwrite existing.
       
      string iterator_id = 1;
      Returns:
      The bytes for iteratorId.
    • getIteratorClass

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

      com.google.protobuf.ByteString getIteratorClassBytes()
       The full java class name of the pipes iterator class.
       
      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.