Interface UserBitShared.StreamProfileOrBuilder

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

public static interface UserBitShared.StreamProfileOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    optional int64 batches = 2;
    long
    optional int64 records = 1;
    long
    optional int64 schemas = 3;
    boolean
    optional int64 batches = 2;
    boolean
    optional int64 records = 1;
    boolean
    optional int64 schemas = 3;

    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

    • hasRecords

      boolean hasRecords()
      optional int64 records = 1;
      Returns:
      Whether the records field is set.
    • getRecords

      long getRecords()
      optional int64 records = 1;
      Returns:
      The records.
    • hasBatches

      boolean hasBatches()
      optional int64 batches = 2;
      Returns:
      Whether the batches field is set.
    • getBatches

      long getBatches()
      optional int64 batches = 2;
      Returns:
      The batches.
    • hasSchemas

      boolean hasSchemas()
      optional int64 schemas = 3;
      Returns:
      Whether the schemas field is set.
    • getSchemas

      long getSchemas()
      optional int64 schemas = 3;
      Returns:
      The schemas.