Interface DocumentOutputConfig.GcsOutputConfig.ShardingConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getPagesOverlap()
      The number of overlapping pages between consecutive shards.
      int getPagesPerShard()
      The number of pages per shard.
      • 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

      • getPagesPerShard

        int getPagesPerShard()
         The number of pages per shard.
         
        int32 pages_per_shard = 1;
        Returns:
        The pagesPerShard.
      • getPagesOverlap

        int getPagesOverlap()
         The number of overlapping pages between consecutive shards.
         
        int32 pages_overlap = 2;
        Returns:
        The pagesOverlap.