Package dev.vortex.proto
Interface ExprProtos.AggregateFnOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExprProtos.AggregateFn,ExprProtos.AggregateFn.Builder
- Enclosing class:
- ExprProtos
public static interface ExprProtos.AggregateFnOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()string id = 1;com.google.protobuf.ByteStringstring id = 1;com.google.protobuf.ByteStringoptional bytes metadata = 2;booleanoptional bytes metadata = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getId
String getId()string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string id = 1;- Returns:
- The bytes for id.
-
hasMetadata
boolean hasMetadata()optional bytes metadata = 2;- Returns:
- Whether the metadata field is set.
-
getMetadata
com.google.protobuf.ByteString getMetadata()optional bytes metadata = 2;- Returns:
- The metadata.
-