Package lgraph
Interface Lgraph.SyncMetaRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.SyncMetaRequest,Lgraph.SyncMetaRequest.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.SyncMetaRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetConfirm()required string confirm = 1;com.google.protobuf.ByteStringgetConfirmBytes()required string confirm = 1;booleanhasConfirm()required string confirm = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasConfirm
boolean hasConfirm()
required string confirm = 1;
-
getConfirm
String getConfirm()
required string confirm = 1;
-
getConfirmBytes
com.google.protobuf.ByteString getConfirmBytes()
required string confirm = 1;
-
-