public static interface UserBitShared.StreamProfileOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBatches()
optional int64 batches = 2; |
long |
getRecords()
optional int64 records = 1; |
long |
getSchemas()
optional int64 schemas = 3; |
boolean |
hasBatches()
optional int64 batches = 2; |
boolean |
hasRecords()
optional int64 records = 1; |
boolean |
hasSchemas()
optional int64 schemas = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRecords()
optional int64 records = 1;
long getRecords()
optional int64 records = 1;
boolean hasBatches()
optional int64 batches = 2;
long getBatches()
optional int64 batches = 2;
boolean hasSchemas()
optional int64 schemas = 3;
long getSchemas()
optional int64 schemas = 3;
Copyright © 1970 The Apache Software Foundation. All rights reserved.