Package com.atlassian.bamboo.grpc
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 Summary
Modifier and TypeMethodDescriptiongetChainPlanKeysToIndex
(int index) repeated string chainPlanKeysToIndex = 2;
com.google.protobuf.ByteString
getChainPlanKeysToIndexBytes
(int index) repeated string chainPlanKeysToIndex = 2;
int
repeated string chainPlanKeysToIndex = 2;
repeated string chainPlanKeysToIndex = 2;
.com.atlassian.bamboo.grpc.Metadata metadata = 1;
.com.atlassian.bamboo.grpc.Metadata metadata = 1;
long
getRepositoriesToDelete
(int index) repeated int64 repositoriesToDelete = 3;
int
repeated int64 repositoriesToDelete = 3;
repeated int64 repositoriesToDelete = 3;
long
getRepositoriesToInvalidate
(int index) repeated int64 repositoriesToInvalidate = 4;
int
repeated int64 repositoriesToInvalidate = 4;
repeated int64 repositoriesToInvalidate = 4;
boolean
.com.atlassian.bamboo.grpc.Metadata metadata = 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
-
hasMetadata
boolean hasMetadata().com.atlassian.bamboo.grpc.Metadata metadata = 1;
- Returns:
- Whether the metadata field is set.
-
getMetadata
CrossNodesCommunication.Metadata getMetadata().com.atlassian.bamboo.grpc.Metadata metadata = 1;
- Returns:
- The metadata.
-
getMetadataOrBuilder
CrossNodesCommunication.MetadataOrBuilder getMetadataOrBuilder().com.atlassian.bamboo.grpc.Metadata metadata = 1;
-
getChainPlanKeysToIndexList
repeated string chainPlanKeysToIndex = 2;
- Returns:
- A list containing the chainPlanKeysToIndex.
-
getChainPlanKeysToIndexCount
int getChainPlanKeysToIndexCount()repeated string chainPlanKeysToIndex = 2;
- Returns:
- The count of chainPlanKeysToIndex.
-
getChainPlanKeysToIndex
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
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
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.
-