Uses of Class
pb.Ops.OpMetadata.Builder
Packages that use Ops.OpMetadata.Builder
-
Uses of Ops.OpMetadata.Builder in pb
Subclasses with type arguments of type Ops.OpMetadata.Builder in pbModifier and TypeClassDescriptionstatic final class
OpMetadata is a per-vertex metadata entry, which can be defined for arbitrary Op vertex and overridable on the run time.Methods in pb that return Ops.OpMetadata.BuilderModifier and TypeMethodDescriptionOps.OpMetadata.Builder.clear()
Ops.OpMetadata.Builder.clearCaps()
Ops.OpMetadata.Builder.clearDescription()
Ops.OpMetadata.Builder.clearExportCache()
index 3 reserved for WorkerConstraint in previous versions WorkerConstraint worker_constraint = 3;Ops.OpMetadata.Builder.clearIgnoreCache()
ignore_cache specifies to ignore the cache for this Op.Ops.OpMetadata.Builder.clearProgressGroup()
.pb.ProgressGroup progress_group = 6;
Ops.OpMetadata.Builder.mergeExportCache
(Ops.ExportCache value) index 3 reserved for WorkerConstraint in previous versions WorkerConstraint worker_constraint = 3;Ops.OpMetadata.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Ops.OpMetadata.Builder.mergeFrom
(com.google.protobuf.Message other) Ops.OpMetadata.Builder.mergeFrom
(Ops.OpMetadata other) Ops.OpMetadata.Builder.mergeProgressGroup
(Ops.ProgressGroup value) .pb.ProgressGroup progress_group = 6;
static Ops.OpMetadata.Builder
Ops.OpMetadata.newBuilder()
static Ops.OpMetadata.Builder
Ops.OpMetadata.newBuilder
(Ops.OpMetadata prototype) Ops.OpMetadata.newBuilderForType()
protected Ops.OpMetadata.Builder
Ops.OpMetadata.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Ops.OpMetadata.Builder.putAllCaps
(Map<String, Boolean> values) map<string, bool> caps = 5;
Ops.OpMetadata.Builder.putAllDescription
(Map<String, String> values) Description can be used for keeping any text fields that builder doesn't parsemap<string, bool> caps = 5;
Ops.OpMetadata.Builder.putDescription
(String key, String value) Description can be used for keeping any text fields that builder doesn't parseOps.Definition.Builder.putMetadataBuilderIfAbsent
(String key) metadata contains metadata for the each of the Op messages.Ops.OpMetadata.Builder.removeCaps
(String key) map<string, bool> caps = 5;
Ops.OpMetadata.Builder.removeDescription
(String key) Description can be used for keeping any text fields that builder doesn't parseOps.OpMetadata.Builder.setExportCache
(Ops.ExportCache value) index 3 reserved for WorkerConstraint in previous versions WorkerConstraint worker_constraint = 3;Ops.OpMetadata.Builder.setExportCache
(Ops.ExportCache.Builder builderForValue) index 3 reserved for WorkerConstraint in previous versions WorkerConstraint worker_constraint = 3;Ops.OpMetadata.Builder.setIgnoreCache
(boolean value) ignore_cache specifies to ignore the cache for this Op.Ops.OpMetadata.Builder.setProgressGroup
(Ops.ProgressGroup value) .pb.ProgressGroup progress_group = 6;
Ops.OpMetadata.Builder.setProgressGroup
(Ops.ProgressGroup.Builder builderForValue) .pb.ProgressGroup progress_group = 6;
Ops.OpMetadata.toBuilder()