Interface StreamingDatasetPb.CellOrBuilder

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

public static interface StreamingDatasetPb.CellOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    optional int32 quality = 2;
    .ignition.rpc.Value value = 1;
    .ignition.rpc.Value value = 1;
    boolean
    optional int32 quality = 2;
    boolean
    .ignition.rpc.Value value = 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

    • hasValue

      boolean hasValue()
      .ignition.rpc.Value value = 1;
      Returns:
      Whether the value field is set.
    • getValue

      Value getValue()
      .ignition.rpc.Value value = 1;
      Returns:
      The value.
    • getValueOrBuilder

      ValueOrBuilder getValueOrBuilder()
      .ignition.rpc.Value value = 1;
    • hasQuality

      boolean hasQuality()
      optional int32 quality = 2;
      Returns:
      Whether the quality field is set.
    • getQuality

      int getQuality()
      optional int32 quality = 2;
      Returns:
      The quality.