Interface GeneralRPCProtos.AckOrBuilder

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

public static interface GeneralRPCProtos.AckOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    optional bool ok = 1;
    boolean
    optional bool ok = 1;

    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

    • hasOk

      boolean hasOk()
      optional bool ok = 1;
      Returns:
      Whether the ok field is set.
    • getOk

      boolean getOk()
      optional bool ok = 1;
      Returns:
      The ok.