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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getKeysOfPlansDetachedFromRss(int index)
repeated string keysOfPlansDetachedFromRss = 3;
com.google.protobuf.ByteString
getKeysOfPlansDetachedFromRssBytes(int index)
repeated string keysOfPlansDetachedFromRss = 3;
int
getKeysOfPlansDetachedFromRssCount()
repeated string keysOfPlansDetachedFromRss = 3;
List<String>
getKeysOfPlansDetachedFromRssList()
repeated string keysOfPlansDetachedFromRss = 3;
CrossNodesCommunication.Metadata
getMetadata()
.com.atlassian.bamboo.grpc.Metadata metadata = 1;
CrossNodesCommunication.MetadataOrBuilder
getMetadataOrBuilder()
.com.atlassian.bamboo.grpc.Metadata metadata = 1;
String
getPlanKeysToInvalidate(int index)
repeated string planKeysToInvalidate = 2;
com.google.protobuf.ByteString
getPlanKeysToInvalidateBytes(int index)
repeated string planKeysToInvalidate = 2;
int
getPlanKeysToInvalidateCount()
repeated string planKeysToInvalidate = 2;
List<String>
getPlanKeysToInvalidateList()
repeated string planKeysToInvalidate = 2;
boolean
hasMetadata()
.com.atlassian.bamboo.grpc.Metadata metadata = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
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.
-
-