Package biopb.image
Interface OpNamesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OpNames,OpNames.Builder
public interface OpNamesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsOpSchemas(String key) Map from op_name to its schema.getNames(int index) a list of op namescom.google.protobuf.ByteStringgetNamesBytes(int index) a list of op namesinta list of op namesa list of op namesDeprecated.intMap from op_name to its schema.Map from op_name to its schema.getOpSchemasOrDefault(String key, OpSchema defaultValue) Map from op_name to its schema.Map from op_name to its schema.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNamesList
a list of op names
repeated string names = 1;- Returns:
- A list containing the names.
-
getNamesCount
int getNamesCount()a list of op names
repeated string names = 1;- Returns:
- The count of names.
-
getNames
a list of op names
repeated string names = 1;- Parameters:
index- The index of the element to return.- Returns:
- The names at the given index.
-
getNamesBytes
com.google.protobuf.ByteString getNamesBytes(int index) a list of op names
repeated string names = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the names at the given index.
-
getOpSchemasCount
int getOpSchemasCount()Map from op_name to its schema. Provides discoverability for kwargs parameters.
map<string, .biopb.image.OpSchema> op_schemas = 2; -
containsOpSchemas
Map from op_name to its schema. Provides discoverability for kwargs parameters.
map<string, .biopb.image.OpSchema> op_schemas = 2; -
getOpSchemas
Deprecated.UsegetOpSchemasMap()instead. -
getOpSchemasMap
Map from op_name to its schema. Provides discoverability for kwargs parameters.
map<string, .biopb.image.OpSchema> op_schemas = 2; -
getOpSchemasOrDefault
Map from op_name to its schema. Provides discoverability for kwargs parameters.
map<string, .biopb.image.OpSchema> op_schemas = 2; -
getOpSchemasOrThrow
Map from op_name to its schema. Provides discoverability for kwargs parameters.
map<string, .biopb.image.OpSchema> op_schemas = 2;
-