Interface CompleteInstanceResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getInstanceKey()
      int32 instance_key = 1;
      int getSourceRank()
      int32 source_rank = 2;
      • 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

      • getInstanceKey

        int getInstanceKey()
        int32 instance_key = 1;
        Returns:
        The instanceKey.
      • getSourceRank

        int getSourceRank()
        int32 source_rank = 2;
        Returns:
        The sourceRank.