Uses of Class
com.atlassian.bamboo.grpc.CrossNodesCommunication.InvalidatePlanCacheRequest.Builder
-
Uses of CrossNodesCommunication.InvalidatePlanCacheRequest.Builder in com.atlassian.bamboo.grpc
Modifier and TypeMethodDescriptionCrossNodesCommunication.InvalidatePlanCacheRequest.Builder.addAllChainPlanKeysToDelete
(Iterable<String> values) repeated string chainPlanKeysToDelete = 3;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.addAllChainPlanKeysToIndex
(Iterable<String> values) repeated string chainPlanKeysToIndex = 2;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.addAllChainPlanKeysToInvalidate
(Iterable<String> values) repeated string chainPlanKeysToInvalidate = 4;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.addAllChainPlanKeysToReindex
(Iterable<String> values) repeated string chainPlanKeysToReindex = 5;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.addAllStageIdsToDelete
(Iterable<? extends Long> values) repeated int64 stageIdsToDelete = 6;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.addChainPlanKeysToDelete
(String value) repeated string chainPlanKeysToDelete = 3;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.addChainPlanKeysToDeleteBytes
(com.google.protobuf.ByteString value) repeated string chainPlanKeysToDelete = 3;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.addChainPlanKeysToIndex
(String value) repeated string chainPlanKeysToIndex = 2;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.addChainPlanKeysToIndexBytes
(com.google.protobuf.ByteString value) repeated string chainPlanKeysToIndex = 2;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.addChainPlanKeysToInvalidate
(String value) repeated string chainPlanKeysToInvalidate = 4;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.addChainPlanKeysToInvalidateBytes
(com.google.protobuf.ByteString value) repeated string chainPlanKeysToInvalidate = 4;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.addChainPlanKeysToReindex
(String value) repeated string chainPlanKeysToReindex = 5;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.addChainPlanKeysToReindexBytes
(com.google.protobuf.ByteString value) repeated string chainPlanKeysToReindex = 5;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.addStageIdsToDelete
(long value) repeated int64 stageIdsToDelete = 6;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.clear()
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.clearChainPlanKeysToDelete()
repeated string chainPlanKeysToDelete = 3;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.clearChainPlanKeysToIndex()
repeated string chainPlanKeysToIndex = 2;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.clearChainPlanKeysToInvalidate()
repeated string chainPlanKeysToInvalidate = 4;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.clearChainPlanKeysToReindex()
repeated string chainPlanKeysToReindex = 5;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.clearMetadata()
.com.atlassian.bamboo.grpc.Metadata metadata = 1;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.clearStageIdsToDelete()
repeated int64 stageIdsToDelete = 6;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.clone()
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.mergeFrom
(CrossNodesCommunication.InvalidatePlanCacheRequest other) CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.mergeFrom
(com.google.protobuf.Message other) CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.mergeMetadata
(CrossNodesCommunication.Metadata value) .com.atlassian.bamboo.grpc.Metadata metadata = 1;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) CrossNodesCommunication.InvalidatePlanCacheRequest.newBuilder()
CrossNodesCommunication.InvalidatePlanCacheRequest.newBuilder
(CrossNodesCommunication.InvalidatePlanCacheRequest prototype) CrossNodesCommunication.InvalidatePlanCacheRequest.newBuilderForType()
CrossNodesCommunication.InvalidatePlanCacheRequest.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.setChainPlanKeysToDelete
(int index, String value) repeated string chainPlanKeysToDelete = 3;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.setChainPlanKeysToIndex
(int index, String value) repeated string chainPlanKeysToIndex = 2;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.setChainPlanKeysToInvalidate
(int index, String value) repeated string chainPlanKeysToInvalidate = 4;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.setChainPlanKeysToReindex
(int index, String value) repeated string chainPlanKeysToReindex = 5;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.setMetadata
(CrossNodesCommunication.Metadata value) .com.atlassian.bamboo.grpc.Metadata metadata = 1;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.setMetadata
(CrossNodesCommunication.Metadata.Builder builderForValue) .com.atlassian.bamboo.grpc.Metadata metadata = 1;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.setStageIdsToDelete
(int index, long value) repeated int64 stageIdsToDelete = 6;
CrossNodesCommunication.InvalidatePlanCacheRequest.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) CrossNodesCommunication.InvalidatePlanCacheRequest.toBuilder()