Interface CrossNodesCommunication.InvalidateBuildNumbersRangeSingleEntryOrBuilder

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

public static interface CrossNodesCommunication.InvalidateBuildNumbersRangeSingleEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int32 buildNumber = 2;
    string planKey = 1;
    com.google.protobuf.ByteString
    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 Details

    • 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.