Package com.atlassian.bamboo.grpc
Class CrossNodesCommunication.InvalidateRepositoryCacheRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<CrossNodesCommunication.InvalidateRepositoryCacheRequest.Builder>
com.atlassian.bamboo.grpc.CrossNodesCommunication.InvalidateRepositoryCacheRequest.Builder
- All Implemented Interfaces:
CrossNodesCommunication.InvalidateRepositoryCacheRequestOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- CrossNodesCommunication.InvalidateRepositoryCacheRequest
public static final class CrossNodesCommunication.InvalidateRepositoryCacheRequest.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<CrossNodesCommunication.InvalidateRepositoryCacheRequest.Builder>
implements CrossNodesCommunication.InvalidateRepositoryCacheRequestOrBuilder
Protobuf type
com.atlassian.bamboo.grpc.InvalidateRepositoryCacheRequest
-
Method Summary
Modifier and TypeMethodDescriptionaddAllChainPlanKeysToIndex
(Iterable<String> values) repeated string chainPlanKeysToIndex = 2;
addAllRepositoriesToDelete
(Iterable<? extends Long> values) repeated int64 repositoriesToDelete = 3;
addAllRepositoriesToInvalidate
(Iterable<? extends Long> values) repeated int64 repositoriesToInvalidate = 4;
addChainPlanKeysToIndex
(String value) repeated string chainPlanKeysToIndex = 2;
addChainPlanKeysToIndexBytes
(com.google.protobuf.ByteString value) repeated string chainPlanKeysToIndex = 2;
addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) addRepositoriesToDelete
(long value) repeated int64 repositoriesToDelete = 3;
addRepositoriesToInvalidate
(long value) repeated int64 repositoriesToInvalidate = 4;
build()
clear()
repeated string chainPlanKeysToIndex = 2;
clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) .com.atlassian.bamboo.grpc.Metadata metadata = 1;
clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) repeated int64 repositoriesToDelete = 3;
repeated int64 repositoriesToInvalidate = 4;
clone()
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;
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
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;
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) setChainPlanKeysToIndex
(int index, String value) repeated string chainPlanKeysToIndex = 2;
.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) setRepositoriesToDelete
(int index, long value) repeated int64 repositoriesToDelete = 3;
setRepositoriesToInvalidate
(int index, long value) repeated int64 repositoriesToInvalidate = 4;
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.InvalidateRepositoryCacheRequest.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.InvalidateRepositoryCacheRequest.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.InvalidateRepositoryCacheRequest.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.InvalidateRepositoryCacheRequest.Builder>
-
setField
public CrossNodesCommunication.InvalidateRepositoryCacheRequest.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.InvalidateRepositoryCacheRequest.Builder>
-
clearField
public CrossNodesCommunication.InvalidateRepositoryCacheRequest.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.InvalidateRepositoryCacheRequest.Builder>
-
clearOneof
public CrossNodesCommunication.InvalidateRepositoryCacheRequest.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.InvalidateRepositoryCacheRequest.Builder>
-
setRepeatedField
public CrossNodesCommunication.InvalidateRepositoryCacheRequest.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.InvalidateRepositoryCacheRequest.Builder>
-
addRepeatedField
public CrossNodesCommunication.InvalidateRepositoryCacheRequest.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.InvalidateRepositoryCacheRequest.Builder>
-
mergeFrom
public CrossNodesCommunication.InvalidateRepositoryCacheRequest.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.InvalidateRepositoryCacheRequest.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<CrossNodesCommunication.InvalidateRepositoryCacheRequest.Builder>
-
mergeFrom
public CrossNodesCommunication.InvalidateRepositoryCacheRequest.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.InvalidateRepositoryCacheRequest.Builder>
- Throws:
IOException
-
hasMetadata
public boolean hasMetadata().com.atlassian.bamboo.grpc.Metadata metadata = 1;
- Specified by:
hasMetadata
in interfaceCrossNodesCommunication.InvalidateRepositoryCacheRequestOrBuilder
- Returns:
- Whether the metadata field is set.
-
getMetadata
.com.atlassian.bamboo.grpc.Metadata metadata = 1;
- Specified by:
getMetadata
in interfaceCrossNodesCommunication.InvalidateRepositoryCacheRequestOrBuilder
- Returns:
- The metadata.
-
setMetadata
public CrossNodesCommunication.InvalidateRepositoryCacheRequest.Builder setMetadata(CrossNodesCommunication.Metadata value) .com.atlassian.bamboo.grpc.Metadata metadata = 1;
-
setMetadata
public CrossNodesCommunication.InvalidateRepositoryCacheRequest.Builder setMetadata(CrossNodesCommunication.Metadata.Builder builderForValue) .com.atlassian.bamboo.grpc.Metadata metadata = 1;
-
mergeMetadata
public CrossNodesCommunication.InvalidateRepositoryCacheRequest.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.InvalidateRepositoryCacheRequestOrBuilder
-
getChainPlanKeysToIndexList
public com.google.protobuf.ProtocolStringList getChainPlanKeysToIndexList()repeated string chainPlanKeysToIndex = 2;
- Specified by:
getChainPlanKeysToIndexList
in interfaceCrossNodesCommunication.InvalidateRepositoryCacheRequestOrBuilder
- Returns:
- A list containing the chainPlanKeysToIndex.
-
getChainPlanKeysToIndexCount
public int getChainPlanKeysToIndexCount()repeated string chainPlanKeysToIndex = 2;
- Specified by:
getChainPlanKeysToIndexCount
in interfaceCrossNodesCommunication.InvalidateRepositoryCacheRequestOrBuilder
- Returns:
- The count of chainPlanKeysToIndex.
-
getChainPlanKeysToIndex
repeated string chainPlanKeysToIndex = 2;
- Specified by:
getChainPlanKeysToIndex
in interfaceCrossNodesCommunication.InvalidateRepositoryCacheRequestOrBuilder
- 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.InvalidateRepositoryCacheRequestOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the chainPlanKeysToIndex at the given index.
-
setChainPlanKeysToIndex
public CrossNodesCommunication.InvalidateRepositoryCacheRequest.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.InvalidateRepositoryCacheRequest.Builder addChainPlanKeysToIndex(String value) repeated string chainPlanKeysToIndex = 2;
- Parameters:
value
- The chainPlanKeysToIndex to add.- Returns:
- This builder for chaining.
-
addAllChainPlanKeysToIndex
public CrossNodesCommunication.InvalidateRepositoryCacheRequest.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.InvalidateRepositoryCacheRequest.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.
-
getRepositoriesToDeleteList
repeated int64 repositoriesToDelete = 3;
- Specified by:
getRepositoriesToDeleteList
in interfaceCrossNodesCommunication.InvalidateRepositoryCacheRequestOrBuilder
- Returns:
- A list containing the repositoriesToDelete.
-
getRepositoriesToDeleteCount
public int getRepositoriesToDeleteCount()repeated int64 repositoriesToDelete = 3;
- Specified by:
getRepositoriesToDeleteCount
in interfaceCrossNodesCommunication.InvalidateRepositoryCacheRequestOrBuilder
- Returns:
- The count of repositoriesToDelete.
-
getRepositoriesToDelete
public long getRepositoriesToDelete(int index) repeated int64 repositoriesToDelete = 3;
- Specified by:
getRepositoriesToDelete
in interfaceCrossNodesCommunication.InvalidateRepositoryCacheRequestOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The repositoriesToDelete at the given index.
-
setRepositoriesToDelete
public CrossNodesCommunication.InvalidateRepositoryCacheRequest.Builder setRepositoriesToDelete(int index, long value) repeated int64 repositoriesToDelete = 3;
- Parameters:
index
- The index to set the value at.value
- The repositoriesToDelete to set.- Returns:
- This builder for chaining.
-
addRepositoriesToDelete
public CrossNodesCommunication.InvalidateRepositoryCacheRequest.Builder addRepositoriesToDelete(long value) repeated int64 repositoriesToDelete = 3;
- Parameters:
value
- The repositoriesToDelete to add.- Returns:
- This builder for chaining.
-
addAllRepositoriesToDelete
public CrossNodesCommunication.InvalidateRepositoryCacheRequest.Builder addAllRepositoriesToDelete(Iterable<? extends Long> values) repeated int64 repositoriesToDelete = 3;
- Parameters:
values
- The repositoriesToDelete to add.- Returns:
- This builder for chaining.
-
clearRepositoriesToDelete
repeated int64 repositoriesToDelete = 3;
- Returns:
- This builder for chaining.
-
getRepositoriesToInvalidateList
repeated int64 repositoriesToInvalidate = 4;
- Specified by:
getRepositoriesToInvalidateList
in interfaceCrossNodesCommunication.InvalidateRepositoryCacheRequestOrBuilder
- Returns:
- A list containing the repositoriesToInvalidate.
-
getRepositoriesToInvalidateCount
public int getRepositoriesToInvalidateCount()repeated int64 repositoriesToInvalidate = 4;
- Specified by:
getRepositoriesToInvalidateCount
in interfaceCrossNodesCommunication.InvalidateRepositoryCacheRequestOrBuilder
- Returns:
- The count of repositoriesToInvalidate.
-
getRepositoriesToInvalidate
public long getRepositoriesToInvalidate(int index) repeated int64 repositoriesToInvalidate = 4;
- Specified by:
getRepositoriesToInvalidate
in interfaceCrossNodesCommunication.InvalidateRepositoryCacheRequestOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The repositoriesToInvalidate at the given index.
-
setRepositoriesToInvalidate
public CrossNodesCommunication.InvalidateRepositoryCacheRequest.Builder setRepositoriesToInvalidate(int index, long value) repeated int64 repositoriesToInvalidate = 4;
- Parameters:
index
- The index to set the value at.value
- The repositoriesToInvalidate to set.- Returns:
- This builder for chaining.
-
addRepositoriesToInvalidate
public CrossNodesCommunication.InvalidateRepositoryCacheRequest.Builder addRepositoriesToInvalidate(long value) repeated int64 repositoriesToInvalidate = 4;
- Parameters:
value
- The repositoriesToInvalidate to add.- Returns:
- This builder for chaining.
-
addAllRepositoriesToInvalidate
public CrossNodesCommunication.InvalidateRepositoryCacheRequest.Builder addAllRepositoriesToInvalidate(Iterable<? extends Long> values) repeated int64 repositoriesToInvalidate = 4;
- Parameters:
values
- The repositoriesToInvalidate to add.- Returns:
- This builder for chaining.
-
clearRepositoriesToInvalidate
public CrossNodesCommunication.InvalidateRepositoryCacheRequest.Builder clearRepositoriesToInvalidate()repeated int64 repositoriesToInvalidate = 4;
- Returns:
- This builder for chaining.
-
setUnknownFields
public final CrossNodesCommunication.InvalidateRepositoryCacheRequest.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.InvalidateRepositoryCacheRequest.Builder>
-
mergeUnknownFields
public final CrossNodesCommunication.InvalidateRepositoryCacheRequest.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.InvalidateRepositoryCacheRequest.Builder>
-