Uses of Class
pb.Ops.FileActionRm.Builder
Packages that use Ops.FileActionRm.Builder
-
Uses of Ops.FileActionRm.Builder in pb
Subclasses with type arguments of type Ops.FileActionRm.Builder in pbModifier and TypeClassDescriptionstatic final class
Protobuf typepb.FileActionRm
Methods in pb that return Ops.FileActionRm.BuilderModifier and TypeMethodDescriptionOps.FileActionRm.Builder.clear()
Ops.FileActionRm.Builder.clearAllowNotFound()
allowNotFound doesn't fail the rm if file is not foundOps.FileActionRm.Builder.clearAllowWildcard()
allowWildcard allows filepath.Match wildcards in pathOps.FileActionRm.Builder.clearPath()
path to removeOps.FileAction.Builder.getRmBuilder()
FileActionRm removes a fileOps.FileActionRm.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Ops.FileActionRm.Builder.mergeFrom
(com.google.protobuf.Message other) Ops.FileActionRm.Builder.mergeFrom
(Ops.FileActionRm other) static Ops.FileActionRm.Builder
Ops.FileActionRm.newBuilder()
static Ops.FileActionRm.Builder
Ops.FileActionRm.newBuilder
(Ops.FileActionRm prototype) Ops.FileActionRm.newBuilderForType()
protected Ops.FileActionRm.Builder
Ops.FileActionRm.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Ops.FileActionRm.Builder.setAllowNotFound
(boolean value) allowNotFound doesn't fail the rm if file is not foundOps.FileActionRm.Builder.setAllowWildcard
(boolean value) allowWildcard allows filepath.Match wildcards in pathpath to removeOps.FileActionRm.Builder.setPathBytes
(com.google.protobuf.ByteString value) path to removeOps.FileActionRm.toBuilder()
Methods in pb with parameters of type Ops.FileActionRm.BuilderModifier and TypeMethodDescriptionOps.FileAction.Builder.setRm
(Ops.FileActionRm.Builder builderForValue) FileActionRm removes a file