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

    Modifier and Type
    Method
    Description
    .org.hansken.extraction.plugin.grpc.RpcProfile profile = 2;
    .org.hansken.extraction.plugin.grpc.RpcProfile profile = 2;
    .org.hansken.extraction.plugin.grpc.RpcBatchUpdate update = 1;
    .org.hansken.extraction.plugin.grpc.RpcBatchUpdate update = 1;
    boolean
    .org.hansken.extraction.plugin.grpc.RpcProfile profile = 2;
    boolean
    .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 Details

    • 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;
    • hasProfile

      boolean hasProfile()
      .org.hansken.extraction.plugin.grpc.RpcProfile profile = 2;
      Returns:
      Whether the profile field is set.
    • getProfile

      RpcProfile getProfile()
      .org.hansken.extraction.plugin.grpc.RpcProfile profile = 2;
      Returns:
      The profile.
    • getProfileOrBuilder

      RpcProfileOrBuilder getProfileOrBuilder()
      .org.hansken.extraction.plugin.grpc.RpcProfile profile = 2;