Package com.atlassian.bamboo.grpc
Class CrossNodesCommunication.InvalidatePlanCacheRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<CrossNodesCommunication.InvalidatePlanCacheRequest.Builder>
com.atlassian.bamboo.grpc.CrossNodesCommunication.InvalidatePlanCacheRequest.Builder
- All Implemented Interfaces:
CrossNodesCommunication.InvalidatePlanCacheRequestOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- CrossNodesCommunication.InvalidatePlanCacheRequest
public static final class CrossNodesCommunication.InvalidatePlanCacheRequest.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<CrossNodesCommunication.InvalidatePlanCacheRequest.Builder>
implements CrossNodesCommunication.InvalidatePlanCacheRequestOrBuilder
Protobuf type
com.atlassian.bamboo.grpc.InvalidatePlanCacheRequest
-
Method Summary
Modifier and TypeMethodDescriptionaddAllChainPlanKeysToDelete
(Iterable<String> values) repeated string chainPlanKeysToDelete = 3;
addAllChainPlanKeysToIndex
(Iterable<String> values) repeated string chainPlanKeysToIndex = 2;
repeated string chainPlanKeysToInvalidate = 4;
addAllChainPlanKeysToReindex
(Iterable<String> values) repeated string chainPlanKeysToReindex = 5;
addAllStageIdsToDelete
(Iterable<? extends Long> values) repeated int64 stageIdsToDelete = 6;
addChainPlanKeysToDelete
(String value) repeated string chainPlanKeysToDelete = 3;
addChainPlanKeysToDeleteBytes
(com.google.protobuf.ByteString value) repeated string chainPlanKeysToDelete = 3;
addChainPlanKeysToIndex
(String value) repeated string chainPlanKeysToIndex = 2;
addChainPlanKeysToIndexBytes
(com.google.protobuf.ByteString value) repeated string chainPlanKeysToIndex = 2;
repeated string chainPlanKeysToInvalidate = 4;
addChainPlanKeysToInvalidateBytes
(com.google.protobuf.ByteString value) repeated string chainPlanKeysToInvalidate = 4;
addChainPlanKeysToReindex
(String value) repeated string chainPlanKeysToReindex = 5;
addChainPlanKeysToReindexBytes
(com.google.protobuf.ByteString value) repeated string chainPlanKeysToReindex = 5;
addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) addStageIdsToDelete
(long value) repeated int64 stageIdsToDelete = 6;
build()
clear()
repeated string chainPlanKeysToDelete = 3;
repeated string chainPlanKeysToIndex = 2;
repeated string chainPlanKeysToInvalidate = 4;
repeated string chainPlanKeysToReindex = 5;
clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) .com.atlassian.bamboo.grpc.Metadata metadata = 1;
clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) repeated int64 stageIdsToDelete = 6;
clone()
getChainPlanKeysToDelete
(int index) repeated string chainPlanKeysToDelete = 3;
com.google.protobuf.ByteString
getChainPlanKeysToDeleteBytes
(int index) repeated string chainPlanKeysToDelete = 3;
int
repeated string chainPlanKeysToDelete = 3;
com.google.protobuf.ProtocolStringList
repeated string chainPlanKeysToDelete = 3;
getChainPlanKeysToIndex
(int index) repeated string chainPlanKeysToIndex = 2;
com.google.protobuf.ByteString
getChainPlanKeysToIndexBytes
(int index) repeated string chainPlanKeysToIndex = 2;
int
repeated string chainPlanKeysToIndex = 2;
com.google.protobuf.ProtocolStringList
repeated string chainPlanKeysToIndex = 2;
getChainPlanKeysToInvalidate
(int index) repeated string chainPlanKeysToInvalidate = 4;
com.google.protobuf.ByteString
getChainPlanKeysToInvalidateBytes
(int index) repeated string chainPlanKeysToInvalidate = 4;
int
repeated string chainPlanKeysToInvalidate = 4;
com.google.protobuf.ProtocolStringList
repeated string chainPlanKeysToInvalidate = 4;
getChainPlanKeysToReindex
(int index) repeated string chainPlanKeysToReindex = 5;
com.google.protobuf.ByteString
getChainPlanKeysToReindexBytes
(int index) repeated string chainPlanKeysToReindex = 5;
int
repeated string chainPlanKeysToReindex = 5;
com.google.protobuf.ProtocolStringList
repeated string chainPlanKeysToReindex = 5;
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
.com.atlassian.bamboo.grpc.Metadata metadata = 1;
.com.atlassian.bamboo.grpc.Metadata metadata = 1;
.com.atlassian.bamboo.grpc.Metadata metadata = 1;
long
getStageIdsToDelete
(int index) repeated int64 stageIdsToDelete = 6;
int
repeated int64 stageIdsToDelete = 6;
repeated int64 stageIdsToDelete = 6;
boolean
.com.atlassian.bamboo.grpc.Metadata metadata = 1;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) .com.atlassian.bamboo.grpc.Metadata metadata = 1;
mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) setChainPlanKeysToDelete
(int index, String value) repeated string chainPlanKeysToDelete = 3;
setChainPlanKeysToIndex
(int index, String value) repeated string chainPlanKeysToIndex = 2;
setChainPlanKeysToInvalidate
(int index, String value) repeated string chainPlanKeysToInvalidate = 4;
setChainPlanKeysToReindex
(int index, String value) repeated string chainPlanKeysToReindex = 5;
.com.atlassian.bamboo.grpc.Metadata metadata = 1;
setMetadata
(CrossNodesCommunication.Metadata.Builder builderForValue) .com.atlassian.bamboo.grpc.Metadata metadata = 1;
setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setStageIdsToDelete
(int index, long value) repeated int64 stageIdsToDelete = 6;
setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<CrossNodesCommunication.InvalidatePlanCacheRequest.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<CrossNodesCommunication.InvalidatePlanCacheRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<CrossNodesCommunication.InvalidatePlanCacheRequest.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<CrossNodesCommunication.InvalidatePlanCacheRequest.Builder>
-
setField
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CrossNodesCommunication.InvalidatePlanCacheRequest.Builder>
-
clearField
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CrossNodesCommunication.InvalidatePlanCacheRequest.Builder>
-
clearOneof
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<CrossNodesCommunication.InvalidatePlanCacheRequest.Builder>
-
setRepeatedField
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CrossNodesCommunication.InvalidatePlanCacheRequest.Builder>
-
addRepeatedField
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CrossNodesCommunication.InvalidatePlanCacheRequest.Builder>
-
mergeFrom
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder mergeFrom(com.google.protobuf.Message other) - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<CrossNodesCommunication.InvalidatePlanCacheRequest.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<CrossNodesCommunication.InvalidatePlanCacheRequest.Builder>
-
mergeFrom
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<CrossNodesCommunication.InvalidatePlanCacheRequest.Builder>
- Throws:
IOException
-
hasMetadata
public boolean hasMetadata().com.atlassian.bamboo.grpc.Metadata metadata = 1;
- Specified by:
hasMetadata
in interfaceCrossNodesCommunication.InvalidatePlanCacheRequestOrBuilder
- Returns:
- Whether the metadata field is set.
-
getMetadata
.com.atlassian.bamboo.grpc.Metadata metadata = 1;
- Specified by:
getMetadata
in interfaceCrossNodesCommunication.InvalidatePlanCacheRequestOrBuilder
- Returns:
- The metadata.
-
setMetadata
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder setMetadata(CrossNodesCommunication.Metadata value) .com.atlassian.bamboo.grpc.Metadata metadata = 1;
-
setMetadata
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder setMetadata(CrossNodesCommunication.Metadata.Builder builderForValue) .com.atlassian.bamboo.grpc.Metadata metadata = 1;
-
mergeMetadata
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder mergeMetadata(CrossNodesCommunication.Metadata value) .com.atlassian.bamboo.grpc.Metadata metadata = 1;
-
clearMetadata
.com.atlassian.bamboo.grpc.Metadata metadata = 1;
-
getMetadataBuilder
.com.atlassian.bamboo.grpc.Metadata metadata = 1;
-
getMetadataOrBuilder
.com.atlassian.bamboo.grpc.Metadata metadata = 1;
- Specified by:
getMetadataOrBuilder
in interfaceCrossNodesCommunication.InvalidatePlanCacheRequestOrBuilder
-
getChainPlanKeysToIndexList
public com.google.protobuf.ProtocolStringList getChainPlanKeysToIndexList()repeated string chainPlanKeysToIndex = 2;
- Specified by:
getChainPlanKeysToIndexList
in interfaceCrossNodesCommunication.InvalidatePlanCacheRequestOrBuilder
- Returns:
- A list containing the chainPlanKeysToIndex.
-
getChainPlanKeysToIndexCount
public int getChainPlanKeysToIndexCount()repeated string chainPlanKeysToIndex = 2;
- Specified by:
getChainPlanKeysToIndexCount
in interfaceCrossNodesCommunication.InvalidatePlanCacheRequestOrBuilder
- Returns:
- The count of chainPlanKeysToIndex.
-
getChainPlanKeysToIndex
repeated string chainPlanKeysToIndex = 2;
- Specified by:
getChainPlanKeysToIndex
in interfaceCrossNodesCommunication.InvalidatePlanCacheRequestOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The chainPlanKeysToIndex at the given index.
-
getChainPlanKeysToIndexBytes
public com.google.protobuf.ByteString getChainPlanKeysToIndexBytes(int index) repeated string chainPlanKeysToIndex = 2;
- Specified by:
getChainPlanKeysToIndexBytes
in interfaceCrossNodesCommunication.InvalidatePlanCacheRequestOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the chainPlanKeysToIndex at the given index.
-
setChainPlanKeysToIndex
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder setChainPlanKeysToIndex(int index, String value) repeated string chainPlanKeysToIndex = 2;
- Parameters:
index
- The index to set the value at.value
- The chainPlanKeysToIndex to set.- Returns:
- This builder for chaining.
-
addChainPlanKeysToIndex
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder addChainPlanKeysToIndex(String value) repeated string chainPlanKeysToIndex = 2;
- Parameters:
value
- The chainPlanKeysToIndex to add.- Returns:
- This builder for chaining.
-
addAllChainPlanKeysToIndex
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder addAllChainPlanKeysToIndex(Iterable<String> values) repeated string chainPlanKeysToIndex = 2;
- Parameters:
values
- The chainPlanKeysToIndex to add.- Returns:
- This builder for chaining.
-
clearChainPlanKeysToIndex
repeated string chainPlanKeysToIndex = 2;
- Returns:
- This builder for chaining.
-
addChainPlanKeysToIndexBytes
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder addChainPlanKeysToIndexBytes(com.google.protobuf.ByteString value) repeated string chainPlanKeysToIndex = 2;
- Parameters:
value
- The bytes of the chainPlanKeysToIndex to add.- Returns:
- This builder for chaining.
-
getChainPlanKeysToDeleteList
public com.google.protobuf.ProtocolStringList getChainPlanKeysToDeleteList()repeated string chainPlanKeysToDelete = 3;
- Specified by:
getChainPlanKeysToDeleteList
in interfaceCrossNodesCommunication.InvalidatePlanCacheRequestOrBuilder
- Returns:
- A list containing the chainPlanKeysToDelete.
-
getChainPlanKeysToDeleteCount
public int getChainPlanKeysToDeleteCount()repeated string chainPlanKeysToDelete = 3;
- Specified by:
getChainPlanKeysToDeleteCount
in interfaceCrossNodesCommunication.InvalidatePlanCacheRequestOrBuilder
- Returns:
- The count of chainPlanKeysToDelete.
-
getChainPlanKeysToDelete
repeated string chainPlanKeysToDelete = 3;
- Specified by:
getChainPlanKeysToDelete
in interfaceCrossNodesCommunication.InvalidatePlanCacheRequestOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The chainPlanKeysToDelete at the given index.
-
getChainPlanKeysToDeleteBytes
public com.google.protobuf.ByteString getChainPlanKeysToDeleteBytes(int index) repeated string chainPlanKeysToDelete = 3;
- Specified by:
getChainPlanKeysToDeleteBytes
in interfaceCrossNodesCommunication.InvalidatePlanCacheRequestOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the chainPlanKeysToDelete at the given index.
-
setChainPlanKeysToDelete
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder setChainPlanKeysToDelete(int index, String value) repeated string chainPlanKeysToDelete = 3;
- Parameters:
index
- The index to set the value at.value
- The chainPlanKeysToDelete to set.- Returns:
- This builder for chaining.
-
addChainPlanKeysToDelete
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder addChainPlanKeysToDelete(String value) repeated string chainPlanKeysToDelete = 3;
- Parameters:
value
- The chainPlanKeysToDelete to add.- Returns:
- This builder for chaining.
-
addAllChainPlanKeysToDelete
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder addAllChainPlanKeysToDelete(Iterable<String> values) repeated string chainPlanKeysToDelete = 3;
- Parameters:
values
- The chainPlanKeysToDelete to add.- Returns:
- This builder for chaining.
-
clearChainPlanKeysToDelete
repeated string chainPlanKeysToDelete = 3;
- Returns:
- This builder for chaining.
-
addChainPlanKeysToDeleteBytes
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder addChainPlanKeysToDeleteBytes(com.google.protobuf.ByteString value) repeated string chainPlanKeysToDelete = 3;
- Parameters:
value
- The bytes of the chainPlanKeysToDelete to add.- Returns:
- This builder for chaining.
-
getChainPlanKeysToInvalidateList
public com.google.protobuf.ProtocolStringList getChainPlanKeysToInvalidateList()repeated string chainPlanKeysToInvalidate = 4;
- Specified by:
getChainPlanKeysToInvalidateList
in interfaceCrossNodesCommunication.InvalidatePlanCacheRequestOrBuilder
- Returns:
- A list containing the chainPlanKeysToInvalidate.
-
getChainPlanKeysToInvalidateCount
public int getChainPlanKeysToInvalidateCount()repeated string chainPlanKeysToInvalidate = 4;
- Specified by:
getChainPlanKeysToInvalidateCount
in interfaceCrossNodesCommunication.InvalidatePlanCacheRequestOrBuilder
- Returns:
- The count of chainPlanKeysToInvalidate.
-
getChainPlanKeysToInvalidate
repeated string chainPlanKeysToInvalidate = 4;
- Specified by:
getChainPlanKeysToInvalidate
in interfaceCrossNodesCommunication.InvalidatePlanCacheRequestOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The chainPlanKeysToInvalidate at the given index.
-
getChainPlanKeysToInvalidateBytes
public com.google.protobuf.ByteString getChainPlanKeysToInvalidateBytes(int index) repeated string chainPlanKeysToInvalidate = 4;
- Specified by:
getChainPlanKeysToInvalidateBytes
in interfaceCrossNodesCommunication.InvalidatePlanCacheRequestOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the chainPlanKeysToInvalidate at the given index.
-
setChainPlanKeysToInvalidate
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder setChainPlanKeysToInvalidate(int index, String value) repeated string chainPlanKeysToInvalidate = 4;
- Parameters:
index
- The index to set the value at.value
- The chainPlanKeysToInvalidate to set.- Returns:
- This builder for chaining.
-
addChainPlanKeysToInvalidate
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder addChainPlanKeysToInvalidate(String value) repeated string chainPlanKeysToInvalidate = 4;
- Parameters:
value
- The chainPlanKeysToInvalidate to add.- Returns:
- This builder for chaining.
-
addAllChainPlanKeysToInvalidate
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder addAllChainPlanKeysToInvalidate(Iterable<String> values) repeated string chainPlanKeysToInvalidate = 4;
- Parameters:
values
- The chainPlanKeysToInvalidate to add.- Returns:
- This builder for chaining.
-
clearChainPlanKeysToInvalidate
repeated string chainPlanKeysToInvalidate = 4;
- Returns:
- This builder for chaining.
-
addChainPlanKeysToInvalidateBytes
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder addChainPlanKeysToInvalidateBytes(com.google.protobuf.ByteString value) repeated string chainPlanKeysToInvalidate = 4;
- Parameters:
value
- The bytes of the chainPlanKeysToInvalidate to add.- Returns:
- This builder for chaining.
-
getChainPlanKeysToReindexList
public com.google.protobuf.ProtocolStringList getChainPlanKeysToReindexList()repeated string chainPlanKeysToReindex = 5;
- Specified by:
getChainPlanKeysToReindexList
in interfaceCrossNodesCommunication.InvalidatePlanCacheRequestOrBuilder
- Returns:
- A list containing the chainPlanKeysToReindex.
-
getChainPlanKeysToReindexCount
public int getChainPlanKeysToReindexCount()repeated string chainPlanKeysToReindex = 5;
- Specified by:
getChainPlanKeysToReindexCount
in interfaceCrossNodesCommunication.InvalidatePlanCacheRequestOrBuilder
- Returns:
- The count of chainPlanKeysToReindex.
-
getChainPlanKeysToReindex
repeated string chainPlanKeysToReindex = 5;
- Specified by:
getChainPlanKeysToReindex
in interfaceCrossNodesCommunication.InvalidatePlanCacheRequestOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The chainPlanKeysToReindex at the given index.
-
getChainPlanKeysToReindexBytes
public com.google.protobuf.ByteString getChainPlanKeysToReindexBytes(int index) repeated string chainPlanKeysToReindex = 5;
- Specified by:
getChainPlanKeysToReindexBytes
in interfaceCrossNodesCommunication.InvalidatePlanCacheRequestOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the chainPlanKeysToReindex at the given index.
-
setChainPlanKeysToReindex
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder setChainPlanKeysToReindex(int index, String value) repeated string chainPlanKeysToReindex = 5;
- Parameters:
index
- The index to set the value at.value
- The chainPlanKeysToReindex to set.- Returns:
- This builder for chaining.
-
addChainPlanKeysToReindex
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder addChainPlanKeysToReindex(String value) repeated string chainPlanKeysToReindex = 5;
- Parameters:
value
- The chainPlanKeysToReindex to add.- Returns:
- This builder for chaining.
-
addAllChainPlanKeysToReindex
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder addAllChainPlanKeysToReindex(Iterable<String> values) repeated string chainPlanKeysToReindex = 5;
- Parameters:
values
- The chainPlanKeysToReindex to add.- Returns:
- This builder for chaining.
-
clearChainPlanKeysToReindex
repeated string chainPlanKeysToReindex = 5;
- Returns:
- This builder for chaining.
-
addChainPlanKeysToReindexBytes
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder addChainPlanKeysToReindexBytes(com.google.protobuf.ByteString value) repeated string chainPlanKeysToReindex = 5;
- Parameters:
value
- The bytes of the chainPlanKeysToReindex to add.- Returns:
- This builder for chaining.
-
getStageIdsToDeleteList
repeated int64 stageIdsToDelete = 6;
- Specified by:
getStageIdsToDeleteList
in interfaceCrossNodesCommunication.InvalidatePlanCacheRequestOrBuilder
- Returns:
- A list containing the stageIdsToDelete.
-
getStageIdsToDeleteCount
public int getStageIdsToDeleteCount()repeated int64 stageIdsToDelete = 6;
- Specified by:
getStageIdsToDeleteCount
in interfaceCrossNodesCommunication.InvalidatePlanCacheRequestOrBuilder
- Returns:
- The count of stageIdsToDelete.
-
getStageIdsToDelete
public long getStageIdsToDelete(int index) repeated int64 stageIdsToDelete = 6;
- Specified by:
getStageIdsToDelete
in interfaceCrossNodesCommunication.InvalidatePlanCacheRequestOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The stageIdsToDelete at the given index.
-
setStageIdsToDelete
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder setStageIdsToDelete(int index, long value) repeated int64 stageIdsToDelete = 6;
- Parameters:
index
- The index to set the value at.value
- The stageIdsToDelete to set.- Returns:
- This builder for chaining.
-
addStageIdsToDelete
repeated int64 stageIdsToDelete = 6;
- Parameters:
value
- The stageIdsToDelete to add.- Returns:
- This builder for chaining.
-
addAllStageIdsToDelete
public CrossNodesCommunication.InvalidatePlanCacheRequest.Builder addAllStageIdsToDelete(Iterable<? extends Long> values) repeated int64 stageIdsToDelete = 6;
- Parameters:
values
- The stageIdsToDelete to add.- Returns:
- This builder for chaining.
-
clearStageIdsToDelete
repeated int64 stageIdsToDelete = 6;
- Returns:
- This builder for chaining.
-
setUnknownFields
public final CrossNodesCommunication.InvalidatePlanCacheRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<CrossNodesCommunication.InvalidatePlanCacheRequest.Builder>
-
mergeUnknownFields
public final CrossNodesCommunication.InvalidatePlanCacheRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<CrossNodesCommunication.InvalidatePlanCacheRequest.Builder>
-