Package io.riemann.riemann
Interface Proto.QueryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Proto.Query,Proto.Query.Builder
- Enclosing class:
- Proto
public static interface Proto.QueryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string string = 1;com.google.protobuf.ByteStringoptional string string = 1;booleanoptional string string = 1;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
-
hasString
boolean hasString()optional string string = 1; -
getString
String getString()optional string string = 1; -
getStringBytes
com.google.protobuf.ByteString getStringBytes()optional string string = 1;
-