Uses of Class
biopb.image.OpSchema
Packages that use OpSchema
-
Uses of OpSchema in biopb.image
Methods in biopb.image that return OpSchemaModifier and TypeMethodDescriptionOpSchema.Builder.build()OpSchema.Builder.buildPartial()static OpSchemaOpSchema.getDefaultInstance()OpSchema.Builder.getDefaultInstanceForType()OpSchema.getDefaultInstanceForType()OpNames.Builder.getOpSchemasOrDefault(String key, OpSchema defaultValue) Map from op_name to its schema.OpNames.getOpSchemasOrDefault(String key, OpSchema defaultValue) Map from op_name to its schema.OpNamesOrBuilder.getOpSchemasOrDefault(String key, OpSchema defaultValue) Map from op_name to its schema.OpNames.Builder.getOpSchemasOrThrow(String key) Map from op_name to its schema.OpNames.getOpSchemasOrThrow(String key) Map from op_name to its schema.OpNamesOrBuilder.getOpSchemasOrThrow(String key) Map from op_name to its schema.static OpSchemaOpSchema.parseDelimitedFrom(InputStream input) static OpSchemaOpSchema.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OpSchemaOpSchema.parseFrom(byte[] data) static OpSchemaOpSchema.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OpSchemaOpSchema.parseFrom(com.google.protobuf.ByteString data) static OpSchemaOpSchema.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OpSchemaOpSchema.parseFrom(com.google.protobuf.CodedInputStream input) static OpSchemaOpSchema.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OpSchemaOpSchema.parseFrom(InputStream input) static OpSchemaOpSchema.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OpSchemaOpSchema.parseFrom(ByteBuffer data) static OpSchemaOpSchema.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in biopb.image that return types with arguments of type OpSchemaModifier and TypeMethodDescriptionOpNames.Builder.getMutableOpSchemas()Deprecated.OpNames.Builder.getOpSchemas()Deprecated.OpNames.getOpSchemas()Deprecated.OpNamesOrBuilder.getOpSchemas()Deprecated.OpNames.Builder.getOpSchemasMap()Map from op_name to its schema.OpNames.getOpSchemasMap()Map from op_name to its schema.OpNamesOrBuilder.getOpSchemasMap()Map from op_name to its schema.com.google.protobuf.Parser<OpSchema>OpSchema.getParserForType()static com.google.protobuf.Parser<OpSchema>OpSchema.parser()Methods in biopb.image with parameters of type OpSchemaModifier and TypeMethodDescriptionOpNames.Builder.getOpSchemasOrDefault(String key, OpSchema defaultValue) Map from op_name to its schema.OpNames.getOpSchemasOrDefault(String key, OpSchema defaultValue) Map from op_name to its schema.OpNamesOrBuilder.getOpSchemasOrDefault(String key, OpSchema defaultValue) Map from op_name to its schema.static OpSchema.BuilderOpSchema.newBuilder(OpSchema prototype) OpNames.Builder.putOpSchemas(String key, OpSchema value) Map from op_name to its schema.Method parameters in biopb.image with type arguments of type OpSchemaModifier and TypeMethodDescriptionOpNames.Builder.putAllOpSchemas(Map<String, OpSchema> values) Map from op_name to its schema.