Interface CrossNodesCommunication.InvalidatePlanCacheRequestOrBuilder

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

public static interface CrossNodesCommunication.InvalidatePlanCacheRequestOrBuilder 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;
    • getChainPlanKeysToIndexList

      List<String> getChainPlanKeysToIndexList()
      repeated string chainPlanKeysToIndex = 2;
      Returns:
      A list containing the chainPlanKeysToIndex.
    • getChainPlanKeysToIndexCount

      int getChainPlanKeysToIndexCount()
      repeated string chainPlanKeysToIndex = 2;
      Returns:
      The count of chainPlanKeysToIndex.
    • getChainPlanKeysToIndex

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

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

      List<String> getChainPlanKeysToDeleteList()
      repeated string chainPlanKeysToDelete = 3;
      Returns:
      A list containing the chainPlanKeysToDelete.
    • getChainPlanKeysToDeleteCount

      int getChainPlanKeysToDeleteCount()
      repeated string chainPlanKeysToDelete = 3;
      Returns:
      The count of chainPlanKeysToDelete.
    • getChainPlanKeysToDelete

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

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

      List<String> getChainPlanKeysToInvalidateList()
      repeated string chainPlanKeysToInvalidate = 4;
      Returns:
      A list containing the chainPlanKeysToInvalidate.
    • getChainPlanKeysToInvalidateCount

      int getChainPlanKeysToInvalidateCount()
      repeated string chainPlanKeysToInvalidate = 4;
      Returns:
      The count of chainPlanKeysToInvalidate.
    • getChainPlanKeysToInvalidate

      String getChainPlanKeysToInvalidate(int index)
      repeated string chainPlanKeysToInvalidate = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The chainPlanKeysToInvalidate at the given index.
    • getChainPlanKeysToInvalidateBytes

      com.google.protobuf.ByteString getChainPlanKeysToInvalidateBytes(int index)
      repeated string chainPlanKeysToInvalidate = 4;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the chainPlanKeysToInvalidate at the given index.
    • getChainPlanKeysToReindexList

      List<String> getChainPlanKeysToReindexList()
      repeated string chainPlanKeysToReindex = 5;
      Returns:
      A list containing the chainPlanKeysToReindex.
    • getChainPlanKeysToReindexCount

      int getChainPlanKeysToReindexCount()
      repeated string chainPlanKeysToReindex = 5;
      Returns:
      The count of chainPlanKeysToReindex.
    • getChainPlanKeysToReindex

      String getChainPlanKeysToReindex(int index)
      repeated string chainPlanKeysToReindex = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The chainPlanKeysToReindex at the given index.
    • getChainPlanKeysToReindexBytes

      com.google.protobuf.ByteString getChainPlanKeysToReindexBytes(int index)
      repeated string chainPlanKeysToReindex = 5;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the chainPlanKeysToReindex at the given index.
    • getStageIdsToDeleteList

      List<Long> getStageIdsToDeleteList()
      repeated int64 stageIdsToDelete = 6;
      Returns:
      A list containing the stageIdsToDelete.
    • getStageIdsToDeleteCount

      int getStageIdsToDeleteCount()
      repeated int64 stageIdsToDelete = 6;
      Returns:
      The count of stageIdsToDelete.
    • getStageIdsToDelete

      long getStageIdsToDelete(int index)
      repeated int64 stageIdsToDelete = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The stageIdsToDelete at the given index.