io.lionweb.lioncore.protobuf.PBBulkImportOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lionweb-java-2023.1-extensions Show documentation
Show all versions of lionweb-java-2023.1-extensions Show documentation
Java APIs for the LionWeb system
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: io/lionweb/lioncore/protobuf/BulkImport.proto
// Protobuf Java Version: 4.27.2
package io.lionweb.lioncore.protobuf;
public interface PBBulkImportOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.lionweb.lioncore.protobuf.PBBulkImport)
com.google.protobuf.MessageOrBuilder {
/**
*
* We use this mechanism both to save space and to represent nulls (identified by -1)
*
*
* repeated string stringValues = 1;
* @return A list containing the stringValues.
*/
java.util.List
getStringValuesList();
/**
*
* We use this mechanism both to save space and to represent nulls (identified by -1)
*
*
* repeated string stringValues = 1;
* @return The count of stringValues.
*/
int getStringValuesCount();
/**
*
* We use this mechanism both to save space and to represent nulls (identified by -1)
*
*
* repeated string stringValues = 1;
* @param index The index of the element to return.
* @return The stringValues at the given index.
*/
java.lang.String getStringValues(int index);
/**
*
* We use this mechanism both to save space and to represent nulls (identified by -1)
*
*
* repeated string stringValues = 1;
* @param index The index of the value to return.
* @return The bytes of the stringValues at the given index.
*/
com.google.protobuf.ByteString
getStringValuesBytes(int index);
/**
* repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
*/
java.util.List
getMetaPointersList();
/**
* repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
*/
io.lionweb.lioncore.protobuf.PBMetaPointer getMetaPointers(int index);
/**
* repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
*/
int getMetaPointersCount();
/**
* repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
*/
java.util.List extends io.lionweb.lioncore.protobuf.PBMetaPointerOrBuilder>
getMetaPointersOrBuilderList();
/**
* repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
*/
io.lionweb.lioncore.protobuf.PBMetaPointerOrBuilder getMetaPointersOrBuilder(
int index);
/**
* repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
*/
java.util.List
getAttachPointsList();
/**
* repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
*/
io.lionweb.lioncore.protobuf.PBAttachPoint getAttachPoints(int index);
/**
* repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
*/
int getAttachPointsCount();
/**
* repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
*/
java.util.List extends io.lionweb.lioncore.protobuf.PBAttachPointOrBuilder>
getAttachPointsOrBuilderList();
/**
* repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
*/
io.lionweb.lioncore.protobuf.PBAttachPointOrBuilder getAttachPointsOrBuilder(
int index);
/**
* repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
*/
java.util.List
getNodesList();
/**
* repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
*/
io.lionweb.lioncore.protobuf.PBNode getNodes(int index);
/**
* repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
*/
int getNodesCount();
/**
* repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
*/
java.util.List extends io.lionweb.lioncore.protobuf.PBNodeOrBuilder>
getNodesOrBuilderList();
/**
* repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
*/
io.lionweb.lioncore.protobuf.PBNodeOrBuilder getNodesOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy