Class Ops.OpMetadata.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<Ops.OpMetadata.Builder>
com.google.protobuf.GeneratedMessage.Builder<Ops.OpMetadata.Builder>
pb.Ops.OpMetadata.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, Ops.OpMetadataOrBuilder
Enclosing class:
Ops.OpMetadata

public static final class Ops.OpMetadata.Builder extends com.google.protobuf.GeneratedMessage.Builder<Ops.OpMetadata.Builder> implements Ops.OpMetadataOrBuilder
 OpMetadata is a per-vertex metadata entry, which can be defined for arbitrary Op vertex and overridable on the run time.
 
Protobuf type pb.OpMetadata
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessage.Builder<Ops.OpMetadata.Builder>
    • internalGetMutableMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
      Overrides:
      internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessage.Builder<Ops.OpMetadata.Builder>
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Ops.OpMetadata.Builder>
    • clear

      public Ops.OpMetadata.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<Ops.OpMetadata.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Ops.OpMetadata.Builder>
    • getDefaultInstanceForType

      public Ops.OpMetadata getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Ops.OpMetadata build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Ops.OpMetadata buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public Ops.OpMetadata.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Ops.OpMetadata.Builder>
    • mergeFrom

      public Ops.OpMetadata.Builder mergeFrom(Ops.OpMetadata other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<Ops.OpMetadata.Builder>
    • mergeFrom

      public Ops.OpMetadata.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Ops.OpMetadata.Builder>
      Throws:
      IOException
    • getIgnoreCache

      public boolean getIgnoreCache()
       ignore_cache specifies to ignore the cache for this Op.
       
      bool ignore_cache = 1;
      Specified by:
      getIgnoreCache in interface Ops.OpMetadataOrBuilder
      Returns:
      The ignoreCache.
    • setIgnoreCache

      public Ops.OpMetadata.Builder setIgnoreCache(boolean value)
       ignore_cache specifies to ignore the cache for this Op.
       
      bool ignore_cache = 1;
      Parameters:
      value - The ignoreCache to set.
      Returns:
      This builder for chaining.
    • clearIgnoreCache

      public Ops.OpMetadata.Builder clearIgnoreCache()
       ignore_cache specifies to ignore the cache for this Op.
       
      bool ignore_cache = 1;
      Returns:
      This builder for chaining.
    • getDescriptionCount

      public int getDescriptionCount()
      Description copied from interface: Ops.OpMetadataOrBuilder
       Description can be used for keeping any text fields that builder doesn't parse
       
      map<string, string> description = 2;
      Specified by:
      getDescriptionCount in interface Ops.OpMetadataOrBuilder
    • containsDescription

      public boolean containsDescription(String key)
       Description can be used for keeping any text fields that builder doesn't parse
       
      map<string, string> description = 2;
      Specified by:
      containsDescription in interface Ops.OpMetadataOrBuilder
    • getDescription

      @Deprecated public Map<String,String> getDescription()
      Deprecated.
      Use getDescriptionMap() instead.
      Specified by:
      getDescription in interface Ops.OpMetadataOrBuilder
    • getDescriptionMap

      public Map<String,String> getDescriptionMap()
       Description can be used for keeping any text fields that builder doesn't parse
       
      map<string, string> description = 2;
      Specified by:
      getDescriptionMap in interface Ops.OpMetadataOrBuilder
    • getDescriptionOrDefault

      public String getDescriptionOrDefault(String key, String defaultValue)
       Description can be used for keeping any text fields that builder doesn't parse
       
      map<string, string> description = 2;
      Specified by:
      getDescriptionOrDefault in interface Ops.OpMetadataOrBuilder
    • getDescriptionOrThrow

      public String getDescriptionOrThrow(String key)
       Description can be used for keeping any text fields that builder doesn't parse
       
      map<string, string> description = 2;
      Specified by:
      getDescriptionOrThrow in interface Ops.OpMetadataOrBuilder
    • clearDescription

      public Ops.OpMetadata.Builder clearDescription()
    • removeDescription

      public Ops.OpMetadata.Builder removeDescription(String key)
       Description can be used for keeping any text fields that builder doesn't parse
       
      map<string, string> description = 2;
    • getMutableDescription

      @Deprecated public Map<String,String> getMutableDescription()
      Deprecated.
      Use alternate mutation accessors instead.
    • putDescription

      public Ops.OpMetadata.Builder putDescription(String key, String value)
       Description can be used for keeping any text fields that builder doesn't parse
       
      map<string, string> description = 2;
    • putAllDescription

      public Ops.OpMetadata.Builder putAllDescription(Map<String,String> values)
       Description can be used for keeping any text fields that builder doesn't parse
       
      map<string, string> description = 2;
    • hasExportCache

      public boolean hasExportCache()
       index 3 reserved for WorkerConstraint in previous versions
       WorkerConstraint worker_constraint = 3;
       
      .pb.ExportCache export_cache = 4;
      Specified by:
      hasExportCache in interface Ops.OpMetadataOrBuilder
      Returns:
      Whether the exportCache field is set.
    • getExportCache

      public Ops.ExportCache getExportCache()
       index 3 reserved for WorkerConstraint in previous versions
       WorkerConstraint worker_constraint = 3;
       
      .pb.ExportCache export_cache = 4;
      Specified by:
      getExportCache in interface Ops.OpMetadataOrBuilder
      Returns:
      The exportCache.
    • setExportCache

      public Ops.OpMetadata.Builder setExportCache(Ops.ExportCache value)
       index 3 reserved for WorkerConstraint in previous versions
       WorkerConstraint worker_constraint = 3;
       
      .pb.ExportCache export_cache = 4;
    • setExportCache

      public Ops.OpMetadata.Builder setExportCache(Ops.ExportCache.Builder builderForValue)
       index 3 reserved for WorkerConstraint in previous versions
       WorkerConstraint worker_constraint = 3;
       
      .pb.ExportCache export_cache = 4;
    • mergeExportCache

      public Ops.OpMetadata.Builder mergeExportCache(Ops.ExportCache value)
       index 3 reserved for WorkerConstraint in previous versions
       WorkerConstraint worker_constraint = 3;
       
      .pb.ExportCache export_cache = 4;
    • clearExportCache

      public Ops.OpMetadata.Builder clearExportCache()
       index 3 reserved for WorkerConstraint in previous versions
       WorkerConstraint worker_constraint = 3;
       
      .pb.ExportCache export_cache = 4;
    • getExportCacheBuilder

      public Ops.ExportCache.Builder getExportCacheBuilder()
       index 3 reserved for WorkerConstraint in previous versions
       WorkerConstraint worker_constraint = 3;
       
      .pb.ExportCache export_cache = 4;
    • getExportCacheOrBuilder

      public Ops.ExportCacheOrBuilder getExportCacheOrBuilder()
       index 3 reserved for WorkerConstraint in previous versions
       WorkerConstraint worker_constraint = 3;
       
      .pb.ExportCache export_cache = 4;
      Specified by:
      getExportCacheOrBuilder in interface Ops.OpMetadataOrBuilder
    • getCapsCount

      public int getCapsCount()
      Description copied from interface: Ops.OpMetadataOrBuilder
      map<string, bool> caps = 5;
      Specified by:
      getCapsCount in interface Ops.OpMetadataOrBuilder
    • containsCaps

      public boolean containsCaps(String key)
      map<string, bool> caps = 5;
      Specified by:
      containsCaps in interface Ops.OpMetadataOrBuilder
    • getCaps

      @Deprecated public Map<String,Boolean> getCaps()
      Deprecated.
      Use getCapsMap() instead.
      Specified by:
      getCaps in interface Ops.OpMetadataOrBuilder
    • getCapsMap

      public Map<String,Boolean> getCapsMap()
      map<string, bool> caps = 5;
      Specified by:
      getCapsMap in interface Ops.OpMetadataOrBuilder
    • getCapsOrDefault

      public boolean getCapsOrDefault(String key, boolean defaultValue)
      map<string, bool> caps = 5;
      Specified by:
      getCapsOrDefault in interface Ops.OpMetadataOrBuilder
    • getCapsOrThrow

      public boolean getCapsOrThrow(String key)
      map<string, bool> caps = 5;
      Specified by:
      getCapsOrThrow in interface Ops.OpMetadataOrBuilder
    • clearCaps

      public Ops.OpMetadata.Builder clearCaps()
    • removeCaps

      public Ops.OpMetadata.Builder removeCaps(String key)
      map<string, bool> caps = 5;
    • getMutableCaps

      @Deprecated public Map<String,Boolean> getMutableCaps()
      Deprecated.
      Use alternate mutation accessors instead.
    • putCaps

      public Ops.OpMetadata.Builder putCaps(String key, boolean value)
      map<string, bool> caps = 5;
    • putAllCaps

      public Ops.OpMetadata.Builder putAllCaps(Map<String,Boolean> values)
      map<string, bool> caps = 5;
    • hasProgressGroup

      public boolean hasProgressGroup()
      .pb.ProgressGroup progress_group = 6;
      Specified by:
      hasProgressGroup in interface Ops.OpMetadataOrBuilder
      Returns:
      Whether the progressGroup field is set.
    • getProgressGroup

      public Ops.ProgressGroup getProgressGroup()
      .pb.ProgressGroup progress_group = 6;
      Specified by:
      getProgressGroup in interface Ops.OpMetadataOrBuilder
      Returns:
      The progressGroup.
    • setProgressGroup

      public Ops.OpMetadata.Builder setProgressGroup(Ops.ProgressGroup value)
      .pb.ProgressGroup progress_group = 6;
    • setProgressGroup

      public Ops.OpMetadata.Builder setProgressGroup(Ops.ProgressGroup.Builder builderForValue)
      .pb.ProgressGroup progress_group = 6;
    • mergeProgressGroup

      public Ops.OpMetadata.Builder mergeProgressGroup(Ops.ProgressGroup value)
      .pb.ProgressGroup progress_group = 6;
    • clearProgressGroup

      public Ops.OpMetadata.Builder clearProgressGroup()
      .pb.ProgressGroup progress_group = 6;
    • getProgressGroupBuilder

      public Ops.ProgressGroup.Builder getProgressGroupBuilder()
      .pb.ProgressGroup progress_group = 6;
    • getProgressGroupOrBuilder

      public Ops.ProgressGroupOrBuilder getProgressGroupOrBuilder()
      .pb.ProgressGroup progress_group = 6;
      Specified by:
      getProgressGroupOrBuilder in interface Ops.OpMetadataOrBuilder