Package com.atlassian.bamboo.grpc
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 Summary
Modifier and TypeMethodDescriptiongetKeysOfPlansDetachedFromRss
(int index) repeated string keysOfPlansDetachedFromRss = 3;
com.google.protobuf.ByteString
getKeysOfPlansDetachedFromRssBytes
(int index) repeated string keysOfPlansDetachedFromRss = 3;
int
repeated string keysOfPlansDetachedFromRss = 3;
repeated string keysOfPlansDetachedFromRss = 3;
.com.atlassian.bamboo.grpc.Metadata metadata = 1;
.com.atlassian.bamboo.grpc.Metadata metadata = 1;
getPlanKeysToInvalidate
(int index) repeated string planKeysToInvalidate = 2;
com.google.protobuf.ByteString
getPlanKeysToInvalidateBytes
(int index) repeated string planKeysToInvalidate = 2;
int
repeated string planKeysToInvalidate = 2;
repeated string planKeysToInvalidate = 2;
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;
-
getPlanKeysToInvalidateList
repeated string planKeysToInvalidate = 2;
- Returns:
- A list containing the planKeysToInvalidate.
-
getPlanKeysToInvalidateCount
int getPlanKeysToInvalidateCount()repeated string planKeysToInvalidate = 2;
- Returns:
- The count of planKeysToInvalidate.
-
getPlanKeysToInvalidate
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
repeated string keysOfPlansDetachedFromRss = 3;
- Returns:
- A list containing the keysOfPlansDetachedFromRss.
-
getKeysOfPlansDetachedFromRssCount
int getKeysOfPlansDetachedFromRssCount()repeated string keysOfPlansDetachedFromRss = 3;
- Returns:
- The count of keysOfPlansDetachedFromRss.
-
getKeysOfPlansDetachedFromRss
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.
-