Interface CrossNodesCommunication.InvalidateRepositoryCacheRequestOrBuilder

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

public static interface CrossNodesCommunication.InvalidateRepositoryCacheRequestOrBuilder 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.
    • getRepositoriesToDeleteList

      List<Long> getRepositoriesToDeleteList()
      repeated int64 repositoriesToDelete = 3;
      Returns:
      A list containing the repositoriesToDelete.
    • getRepositoriesToDeleteCount

      int getRepositoriesToDeleteCount()
      repeated int64 repositoriesToDelete = 3;
      Returns:
      The count of repositoriesToDelete.
    • getRepositoriesToDelete

      long getRepositoriesToDelete(int index)
      repeated int64 repositoriesToDelete = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The repositoriesToDelete at the given index.
    • getRepositoriesToInvalidateList

      List<Long> getRepositoriesToInvalidateList()
      repeated int64 repositoriesToInvalidate = 4;
      Returns:
      A list containing the repositoriesToInvalidate.
    • getRepositoriesToInvalidateCount

      int getRepositoriesToInvalidateCount()
      repeated int64 repositoriesToInvalidate = 4;
      Returns:
      The count of repositoriesToInvalidate.
    • getRepositoriesToInvalidate

      long getRepositoriesToInvalidate(int index)
      repeated int64 repositoriesToInvalidate = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The repositoriesToInvalidate at the given index.