Interface Transformation.Job.MetricOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Transformation.Job.Metric, Transformation.Job.Metric.Builder
Enclosing class:
Transformation.Job

public static interface Transformation.Job.MetricOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    optional int64 count = 3;
    optional string name = 2;
    com.google.protobuf.ByteString
    optional string name = 2;
    long
    optional int64 timestamp = 1;
    boolean
    optional int64 count = 3;
    boolean
    optional string name = 2;
    boolean
    optional int64 timestamp = 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

    • hasTimestamp

      boolean hasTimestamp()
      optional int64 timestamp = 1;
      Returns:
      Whether the timestamp field is set.
    • getTimestamp

      long getTimestamp()
      optional int64 timestamp = 1;
      Returns:
      The timestamp.
    • hasName

      boolean hasName()
      optional string name = 2;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
      optional string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      optional string name = 2;
      Returns:
      The bytes for name.
    • hasCount

      boolean hasCount()
      optional int64 count = 3;
      Returns:
      Whether the count field is set.
    • getCount

      long getCount()
      optional int64 count = 3;
      Returns:
      The count.