Interface CrossNodesCommunication.InvalidateBuildNumbersRangeSingleEntryOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getBuildNumber()
      int32 buildNumber = 2;
      String getPlanKey()
      string planKey = 1;
      com.google.protobuf.ByteString getPlanKeyBytes()
      string planKey = 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

      • getPlanKey

        String getPlanKey()
        string planKey = 1;
        Returns:
        The planKey.
      • getPlanKeyBytes

        com.google.protobuf.ByteString getPlanKeyBytes()
        string planKey = 1;
        Returns:
        The bytes for planKey.
      • getBuildNumber

        int getBuildNumber()
        int32 buildNumber = 2;
        Returns:
        The buildNumber.