Interface Ops.OpMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Ops.OpMetadata, Ops.OpMetadata.Builder
Enclosing class:
Ops

public static interface Ops.OpMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details Link icon

    • getIgnoreCache Link icon

      boolean getIgnoreCache()
       ignore_cache specifies to ignore the cache for this Op.
       
      bool ignore_cache = 1;
      Returns:
      The ignoreCache.
    • getDescriptionCount Link icon

      int getDescriptionCount()
       Description can be used for keeping any text fields that builder doesn't parse
       
      map<string, string> description = 2;
    • containsDescription Link icon

      boolean containsDescription(String key)
       Description can be used for keeping any text fields that builder doesn't parse
       
      map<string, string> description = 2;
    • getDescription Link icon

      @Deprecated Map<String,String> getDescription()
      Deprecated.
      Use getDescriptionMap() instead.
    • getDescriptionMap Link icon

      Map<String,String> getDescriptionMap()
       Description can be used for keeping any text fields that builder doesn't parse
       
      map<string, string> description = 2;
    • getDescriptionOrDefault Link icon

      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;
    • getDescriptionOrThrow Link icon

      String getDescriptionOrThrow(String key)
       Description can be used for keeping any text fields that builder doesn't parse
       
      map<string, string> description = 2;
    • hasExportCache Link icon

      boolean hasExportCache()
       index 3 reserved for WorkerConstraint in previous versions
       WorkerConstraint worker_constraint = 3;
       
      .pb.ExportCache export_cache = 4;
      Returns:
      Whether the exportCache field is set.
    • getExportCache Link icon

      Ops.ExportCache getExportCache()
       index 3 reserved for WorkerConstraint in previous versions
       WorkerConstraint worker_constraint = 3;
       
      .pb.ExportCache export_cache = 4;
      Returns:
      The exportCache.
    • getExportCacheOrBuilder Link icon

      Ops.ExportCacheOrBuilder getExportCacheOrBuilder()
       index 3 reserved for WorkerConstraint in previous versions
       WorkerConstraint worker_constraint = 3;
       
      .pb.ExportCache export_cache = 4;
    • getCapsCount Link icon

      int getCapsCount()
      map<string, bool> caps = 5;
    • containsCaps Link icon

      boolean containsCaps(String key)
      map<string, bool> caps = 5;
    • getCaps Link icon

      Deprecated.
      Use getCapsMap() instead.
    • getCapsMap Link icon

      Map<String,Boolean> getCapsMap()
      map<string, bool> caps = 5;
    • getCapsOrDefault Link icon

      boolean getCapsOrDefault(String key, boolean defaultValue)
      map<string, bool> caps = 5;
    • getCapsOrThrow Link icon

      boolean getCapsOrThrow(String key)
      map<string, bool> caps = 5;
    • hasProgressGroup Link icon

      boolean hasProgressGroup()
      .pb.ProgressGroup progress_group = 6;
      Returns:
      Whether the progressGroup field is set.
    • getProgressGroup Link icon

      Ops.ProgressGroup getProgressGroup()
      .pb.ProgressGroup progress_group = 6;
      Returns:
      The progressGroup.
    • getProgressGroupOrBuilder Link icon

      Ops.ProgressGroupOrBuilder getProgressGroupOrBuilder()
      .pb.ProgressGroup progress_group = 6;