Interface GetStepSequenceRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getGraphKey​(int index)
      repeated int64 graph_key = 1;
      int getGraphKeyCount()
      repeated int64 graph_key = 1;
      java.util.List<java.lang.Long> getGraphKeyList()
      repeated int64 graph_key = 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

      • getGraphKeyList

        java.util.List<java.lang.Long> getGraphKeyList()
        repeated int64 graph_key = 1;
        Returns:
        A list containing the graphKey.
      • getGraphKeyCount

        int getGraphKeyCount()
        repeated int64 graph_key = 1;
        Returns:
        The count of graphKey.
      • getGraphKey

        long getGraphKey​(int index)
        repeated int64 graph_key = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The graphKey at the given index.