Package com.atlassian.bamboo.grpc
Class CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.Builder>
com.atlassian.bamboo.grpc.CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.Builder
- All Implemented Interfaces:
CrossNodesCommunication.InvalidateSpecsStateForPlanRequestOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- CrossNodesCommunication.InvalidateSpecsStateForPlanRequest
public static final class CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.Builder>
implements CrossNodesCommunication.InvalidateSpecsStateForPlanRequestOrBuilder
Protobuf type
com.atlassian.bamboo.grpc.InvalidateSpecsStateForPlanRequest
-
Method Summary
Modifier and TypeMethodDescriptionrepeated string keysOfPlansDetachedFromRss = 3;
addAllPlanKeysToInvalidate
(Iterable<String> values) repeated string planKeysToInvalidate = 2;
repeated string keysOfPlansDetachedFromRss = 3;
addKeysOfPlansDetachedFromRssBytes
(com.google.protobuf.ByteString value) repeated string keysOfPlansDetachedFromRss = 3;
addPlanKeysToInvalidate
(String value) repeated string planKeysToInvalidate = 2;
addPlanKeysToInvalidateBytes
(com.google.protobuf.ByteString value) repeated string planKeysToInvalidate = 2;
addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()
clear()
clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) repeated string keysOfPlansDetachedFromRss = 3;
.com.atlassian.bamboo.grpc.Metadata metadata = 1;
clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) repeated string planKeysToInvalidate = 2;
clone()
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getKeysOfPlansDetachedFromRss
(int index) repeated string keysOfPlansDetachedFromRss = 3;
com.google.protobuf.ByteString
getKeysOfPlansDetachedFromRssBytes
(int index) repeated string keysOfPlansDetachedFromRss = 3;
int
repeated string keysOfPlansDetachedFromRss = 3;
com.google.protobuf.ProtocolStringList
repeated string keysOfPlansDetachedFromRss = 3;
.com.atlassian.bamboo.grpc.Metadata metadata = 1;
.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;
com.google.protobuf.ProtocolStringList
repeated string planKeysToInvalidate = 2;
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) setKeysOfPlansDetachedFromRss
(int index, String value) repeated string keysOfPlansDetachedFromRss = 3;
.com.atlassian.bamboo.grpc.Metadata metadata = 1;
setMetadata
(CrossNodesCommunication.Metadata.Builder builderForValue) .com.atlassian.bamboo.grpc.Metadata metadata = 1;
setPlanKeysToInvalidate
(int index, String value) repeated string planKeysToInvalidate = 2;
setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, 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.InvalidateSpecsStateForPlanRequest.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.InvalidateSpecsStateForPlanRequest.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.InvalidateSpecsStateForPlanRequest.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.InvalidateSpecsStateForPlanRequest.Builder>
-
setField
public CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.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.InvalidateSpecsStateForPlanRequest.Builder>
-
clearField
public CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.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.InvalidateSpecsStateForPlanRequest.Builder>
-
clearOneof
public CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.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.InvalidateSpecsStateForPlanRequest.Builder>
-
setRepeatedField
public CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.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.InvalidateSpecsStateForPlanRequest.Builder>
-
addRepeatedField
public CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.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.InvalidateSpecsStateForPlanRequest.Builder>
-
mergeFrom
public CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.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.InvalidateSpecsStateForPlanRequest.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.Builder>
-
mergeFrom
public CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.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.InvalidateSpecsStateForPlanRequest.Builder>
- Throws:
IOException
-
hasMetadata
public boolean hasMetadata().com.atlassian.bamboo.grpc.Metadata metadata = 1;
- Specified by:
hasMetadata
in interfaceCrossNodesCommunication.InvalidateSpecsStateForPlanRequestOrBuilder
- Returns:
- Whether the metadata field is set.
-
getMetadata
.com.atlassian.bamboo.grpc.Metadata metadata = 1;
- Specified by:
getMetadata
in interfaceCrossNodesCommunication.InvalidateSpecsStateForPlanRequestOrBuilder
- Returns:
- The metadata.
-
setMetadata
public CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.Builder setMetadata(CrossNodesCommunication.Metadata value) .com.atlassian.bamboo.grpc.Metadata metadata = 1;
-
setMetadata
public CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.Builder setMetadata(CrossNodesCommunication.Metadata.Builder builderForValue) .com.atlassian.bamboo.grpc.Metadata metadata = 1;
-
mergeMetadata
public CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.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.InvalidateSpecsStateForPlanRequestOrBuilder
-
getPlanKeysToInvalidateList
public com.google.protobuf.ProtocolStringList getPlanKeysToInvalidateList()repeated string planKeysToInvalidate = 2;
- Specified by:
getPlanKeysToInvalidateList
in interfaceCrossNodesCommunication.InvalidateSpecsStateForPlanRequestOrBuilder
- Returns:
- A list containing the planKeysToInvalidate.
-
getPlanKeysToInvalidateCount
public int getPlanKeysToInvalidateCount()repeated string planKeysToInvalidate = 2;
- Specified by:
getPlanKeysToInvalidateCount
in interfaceCrossNodesCommunication.InvalidateSpecsStateForPlanRequestOrBuilder
- Returns:
- The count of planKeysToInvalidate.
-
getPlanKeysToInvalidate
repeated string planKeysToInvalidate = 2;
- Specified by:
getPlanKeysToInvalidate
in interfaceCrossNodesCommunication.InvalidateSpecsStateForPlanRequestOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The planKeysToInvalidate at the given index.
-
getPlanKeysToInvalidateBytes
public com.google.protobuf.ByteString getPlanKeysToInvalidateBytes(int index) repeated string planKeysToInvalidate = 2;
- Specified by:
getPlanKeysToInvalidateBytes
in interfaceCrossNodesCommunication.InvalidateSpecsStateForPlanRequestOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the planKeysToInvalidate at the given index.
-
setPlanKeysToInvalidate
public CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.Builder setPlanKeysToInvalidate(int index, String value) repeated string planKeysToInvalidate = 2;
- Parameters:
index
- The index to set the value at.value
- The planKeysToInvalidate to set.- Returns:
- This builder for chaining.
-
addPlanKeysToInvalidate
public CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.Builder addPlanKeysToInvalidate(String value) repeated string planKeysToInvalidate = 2;
- Parameters:
value
- The planKeysToInvalidate to add.- Returns:
- This builder for chaining.
-
addAllPlanKeysToInvalidate
public CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.Builder addAllPlanKeysToInvalidate(Iterable<String> values) repeated string planKeysToInvalidate = 2;
- Parameters:
values
- The planKeysToInvalidate to add.- Returns:
- This builder for chaining.
-
clearPlanKeysToInvalidate
public CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.Builder clearPlanKeysToInvalidate()repeated string planKeysToInvalidate = 2;
- Returns:
- This builder for chaining.
-
addPlanKeysToInvalidateBytes
public CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.Builder addPlanKeysToInvalidateBytes(com.google.protobuf.ByteString value) repeated string planKeysToInvalidate = 2;
- Parameters:
value
- The bytes of the planKeysToInvalidate to add.- Returns:
- This builder for chaining.
-
getKeysOfPlansDetachedFromRssList
public com.google.protobuf.ProtocolStringList getKeysOfPlansDetachedFromRssList()repeated string keysOfPlansDetachedFromRss = 3;
- Specified by:
getKeysOfPlansDetachedFromRssList
in interfaceCrossNodesCommunication.InvalidateSpecsStateForPlanRequestOrBuilder
- Returns:
- A list containing the keysOfPlansDetachedFromRss.
-
getKeysOfPlansDetachedFromRssCount
public int getKeysOfPlansDetachedFromRssCount()repeated string keysOfPlansDetachedFromRss = 3;
- Specified by:
getKeysOfPlansDetachedFromRssCount
in interfaceCrossNodesCommunication.InvalidateSpecsStateForPlanRequestOrBuilder
- Returns:
- The count of keysOfPlansDetachedFromRss.
-
getKeysOfPlansDetachedFromRss
repeated string keysOfPlansDetachedFromRss = 3;
- Specified by:
getKeysOfPlansDetachedFromRss
in interfaceCrossNodesCommunication.InvalidateSpecsStateForPlanRequestOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The keysOfPlansDetachedFromRss at the given index.
-
getKeysOfPlansDetachedFromRssBytes
public com.google.protobuf.ByteString getKeysOfPlansDetachedFromRssBytes(int index) repeated string keysOfPlansDetachedFromRss = 3;
- Specified by:
getKeysOfPlansDetachedFromRssBytes
in interfaceCrossNodesCommunication.InvalidateSpecsStateForPlanRequestOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the keysOfPlansDetachedFromRss at the given index.
-
setKeysOfPlansDetachedFromRss
public CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.Builder setKeysOfPlansDetachedFromRss(int index, String value) repeated string keysOfPlansDetachedFromRss = 3;
- Parameters:
index
- The index to set the value at.value
- The keysOfPlansDetachedFromRss to set.- Returns:
- This builder for chaining.
-
addKeysOfPlansDetachedFromRss
public CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.Builder addKeysOfPlansDetachedFromRss(String value) repeated string keysOfPlansDetachedFromRss = 3;
- Parameters:
value
- The keysOfPlansDetachedFromRss to add.- Returns:
- This builder for chaining.
-
addAllKeysOfPlansDetachedFromRss
public CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.Builder addAllKeysOfPlansDetachedFromRss(Iterable<String> values) repeated string keysOfPlansDetachedFromRss = 3;
- Parameters:
values
- The keysOfPlansDetachedFromRss to add.- Returns:
- This builder for chaining.
-
clearKeysOfPlansDetachedFromRss
public CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.Builder clearKeysOfPlansDetachedFromRss()repeated string keysOfPlansDetachedFromRss = 3;
- Returns:
- This builder for chaining.
-
addKeysOfPlansDetachedFromRssBytes
public CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.Builder addKeysOfPlansDetachedFromRssBytes(com.google.protobuf.ByteString value) repeated string keysOfPlansDetachedFromRss = 3;
- Parameters:
value
- The bytes of the keysOfPlansDetachedFromRss to add.- Returns:
- This builder for chaining.
-
setUnknownFields
public final CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.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.InvalidateSpecsStateForPlanRequest.Builder>
-
mergeUnknownFields
public final CrossNodesCommunication.InvalidateSpecsStateForPlanRequest.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.InvalidateSpecsStateForPlanRequest.Builder>
-