Interface CrossNodesCommunication.InvalidateSpecsStateForPlanRequestOrBuilder

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

public static interface CrossNodesCommunication.InvalidateSpecsStateForPlanRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasMetadata

      boolean hasMetadata()
      .com.atlassian.bamboo.grpc.Metadata metadata = 1;
      Returns:
      Whether the metadata field is set.
    • getMetadata

      .com.atlassian.bamboo.grpc.Metadata metadata = 1;
      Returns:
      The metadata.
    • getMetadataOrBuilder

      .com.atlassian.bamboo.grpc.Metadata metadata = 1;
    • getPlanKeysToInvalidateList

      List<String> getPlanKeysToInvalidateList()
      repeated string planKeysToInvalidate = 2;
      Returns:
      A list containing the planKeysToInvalidate.
    • getPlanKeysToInvalidateCount

      int getPlanKeysToInvalidateCount()
      repeated string planKeysToInvalidate = 2;
      Returns:
      The count of planKeysToInvalidate.
    • getPlanKeysToInvalidate

      String getPlanKeysToInvalidate(int index)
      repeated string planKeysToInvalidate = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The planKeysToInvalidate at the given index.
    • getPlanKeysToInvalidateBytes

      com.google.protobuf.ByteString getPlanKeysToInvalidateBytes(int index)
      repeated string planKeysToInvalidate = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the planKeysToInvalidate at the given index.
    • getKeysOfPlansDetachedFromRssList

      List<String> getKeysOfPlansDetachedFromRssList()
      repeated string keysOfPlansDetachedFromRss = 3;
      Returns:
      A list containing the keysOfPlansDetachedFromRss.
    • getKeysOfPlansDetachedFromRssCount

      int getKeysOfPlansDetachedFromRssCount()
      repeated string keysOfPlansDetachedFromRss = 3;
      Returns:
      The count of keysOfPlansDetachedFromRss.
    • getKeysOfPlansDetachedFromRss

      String getKeysOfPlansDetachedFromRss(int index)
      repeated string keysOfPlansDetachedFromRss = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The keysOfPlansDetachedFromRss at the given index.
    • getKeysOfPlansDetachedFromRssBytes

      com.google.protobuf.ByteString getKeysOfPlansDetachedFromRssBytes(int index)
      repeated string keysOfPlansDetachedFromRss = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the keysOfPlansDetachedFromRss at the given index.