Contents
- Description
- Method Summary
- Method Details
- getIgnoreCache()
- getDescriptionCount()
- containsDescription(String)
- getDescription()
- getDescriptionMap()
- getDescriptionOrDefault(String, String)
- getDescriptionOrThrow(String)
- hasExportCache()
- getExportCache()
- getExportCacheOrBuilder()
- getCapsCount()
- containsCaps(String)
- getCaps()
- getCapsMap()
- getCapsOrDefault(String, boolean)
- getCapsOrThrow(String)
- hasProgressGroup()
- getProgressGroup()
- getProgressGroupOrBuilder()
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 Summary
Modifier and TypeMethodDescriptionboolean
containsCaps
(String key) map<string, bool> caps = 5;
boolean
Description can be used for keeping any text fields that builder doesn't parsegetCaps()
Deprecated.int
map<string, bool> caps = 5;
map<string, bool> caps = 5;
boolean
getCapsOrDefault
(String key, boolean defaultValue) map<string, bool> caps = 5;
boolean
getCapsOrThrow
(String key) map<string, bool> caps = 5;
Deprecated.int
Description can be used for keeping any text fields that builder doesn't parseDescription can be used for keeping any text fields that builder doesn't parsegetDescriptionOrDefault
(String key, String defaultValue) Description can be used for keeping any text fields that builder doesn't parseDescription can be used for keeping any text fields that builder doesn't parseindex 3 reserved for WorkerConstraint in previous versions WorkerConstraint worker_constraint = 3;index 3 reserved for WorkerConstraint in previous versions WorkerConstraint worker_constraint = 3;boolean
ignore_cache specifies to ignore the cache for this Op..pb.ProgressGroup progress_group = 6;
.pb.ProgressGroup progress_group = 6;
boolean
index 3 reserved for WorkerConstraint in previous versions WorkerConstraint worker_constraint = 3;boolean
.pb.ProgressGroup progress_group = 6;
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getIgnoreCache
boolean getIgnoreCache()ignore_cache specifies to ignore the cache for this Op.
bool ignore_cache = 1;
- Returns:
- The ignoreCache.
-
getDescriptionCount
int getDescriptionCount()Description can be used for keeping any text fields that builder doesn't parse
map<string, string> description = 2;
-
containsDescription
Description can be used for keeping any text fields that builder doesn't parse
map<string, string> description = 2;
-
getDescription
-
getDescriptionMap
-
getDescriptionOrDefault
-
getDescriptionOrThrow
-
hasExportCache
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
Ops.ExportCache getExportCache()index 3 reserved for WorkerConstraint in previous versions WorkerConstraint worker_constraint = 3;
.pb.ExportCache export_cache = 4;
- Returns:
- The exportCache.
-
getExportCacheOrBuilder
Ops.ExportCacheOrBuilder getExportCacheOrBuilder()index 3 reserved for WorkerConstraint in previous versions WorkerConstraint worker_constraint = 3;
.pb.ExportCache export_cache = 4;
-
getCapsCount
int getCapsCount()map<string, bool> caps = 5;
-
containsCaps
map<string, bool> caps = 5;
-
getCaps
-
getCapsMap
-
getCapsOrDefault
map<string, bool> caps = 5;
-
getCapsOrThrow
map<string, bool> caps = 5;
-
hasProgressGroup
boolean hasProgressGroup().pb.ProgressGroup progress_group = 6;
- Returns:
- Whether the progressGroup field is set.
-
getProgressGroup
Ops.ProgressGroup getProgressGroup().pb.ProgressGroup progress_group = 6;
- Returns:
- The progressGroup.
-
getProgressGroupOrBuilder
Ops.ProgressGroupOrBuilder getProgressGroupOrBuilder().pb.ProgressGroup progress_group = 6;
-