Interface StoreTypes.SinkProgressOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StoreTypes.SinkProgress, StoreTypes.SinkProgress.Builder
Enclosing class:
StoreTypes

public static interface StoreTypes.SinkProgressOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    map<string, string> metrics = 3;
    optional string description = 1;
    com.google.protobuf.ByteString
    optional string description = 1;
    Deprecated.
    int
    map<string, string> metrics = 3;
    map<string, string> metrics = 3;
    getMetricsOrDefault(String key, String defaultValue)
    map<string, string> metrics = 3;
    map<string, string> metrics = 3;
    long
    int64 num_output_rows = 2;
    boolean
    optional string description = 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 Details

    • hasDescription

      boolean hasDescription()
      optional string description = 1;
      Returns:
      Whether the description field is set.
    • getDescription

      String getDescription()
      optional string description = 1;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
      optional string description = 1;
      Returns:
      The bytes for description.
    • getNumOutputRows

      long getNumOutputRows()
      int64 num_output_rows = 2;
      Returns:
      The numOutputRows.
    • getMetricsCount

      int getMetricsCount()
      map<string, string> metrics = 3;
    • containsMetrics

      boolean containsMetrics(String key)
      map<string, string> metrics = 3;
    • getMetrics

      @Deprecated Map<String,String> getMetrics()
      Deprecated.
      Use getMetricsMap() instead.
    • getMetricsMap

      Map<String,String> getMetricsMap()
      map<string, string> metrics = 3;
    • getMetricsOrDefault

      String getMetricsOrDefault(String key, String defaultValue)
      map<string, string> metrics = 3;
    • getMetricsOrThrow

      String getMetricsOrThrow(String key)
      map<string, string> metrics = 3;