Interface RpcFinishOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    RpcFinish, RpcFinish.Builder

    public interface RpcFinishOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      RpcBatchUpdate getUpdate()
      .org.hansken.extraction.plugin.grpc.RpcBatchUpdate update = 1;
      RpcBatchUpdateOrBuilder getUpdateOrBuilder()
      .org.hansken.extraction.plugin.grpc.RpcBatchUpdate update = 1;
      boolean hasUpdate()
      .org.hansken.extraction.plugin.grpc.RpcBatchUpdate update = 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 Detail

      • hasUpdate

        boolean hasUpdate()
        .org.hansken.extraction.plugin.grpc.RpcBatchUpdate update = 1;
        Returns:
        Whether the update field is set.
      • getUpdate

        RpcBatchUpdate getUpdate()
        .org.hansken.extraction.plugin.grpc.RpcBatchUpdate update = 1;
        Returns:
        The update.
      • getUpdateOrBuilder

        RpcBatchUpdateOrBuilder getUpdateOrBuilder()
        .org.hansken.extraction.plugin.grpc.RpcBatchUpdate update = 1;