Package viam.app.v1
Class AppOuterClass.Model
java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<AppOuterClass.Model,AppOuterClass.Model.Builder>
viam.app.v1.AppOuterClass.Model
- All Implemented Interfaces:
com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,AppOuterClass.ModelOrBuilder
- Enclosing class:
- AppOuterClass
public static final class AppOuterClass.Model
extends com.google.protobuf.GeneratedMessageLite<AppOuterClass.Model,AppOuterClass.Model.Builder>
implements AppOuterClass.ModelOrBuilder
Protobuf type
viam.app.v1.Model
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Protobuf typeviam.app.v1.Model
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,
?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite, Type extends Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
Fields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFields
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
Method Summary
Modifier and TypeMethodDescriptionprotected final Object
dynamicMethod
(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) getApi()
The colon-delimited-triplet of the api implemented by the modelcom.google.protobuf.ByteString
The colon-delimited-triplet of the api implemented by the modelstatic AppOuterClass.Model
A short description of the model that explains its purposecom.google.protobuf.ByteString
A short description of the model that explains its purposeThe markdown content describing the usage of the modelcom.google.protobuf.ByteString
The markdown content describing the usage of the modelgetModel()
The colon-delimited-triplet of the modelcom.google.protobuf.ByteString
The colon-delimited-triplet of the modelgetSupportedHardware
(int index) A list of supported hardware namescom.google.protobuf.ByteString
getSupportedHardwareBytes
(int index) A list of supported hardware namesint
A list of supported hardware namesA list of supported hardware namesboolean
A short description of the model that explains its purposeboolean
The markdown content describing the usage of the modelstatic AppOuterClass.Model.Builder
static AppOuterClass.Model.Builder
newBuilder
(AppOuterClass.Model prototype) static AppOuterClass.Model
parseDelimitedFrom
(InputStream input) static AppOuterClass.Model
parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AppOuterClass.Model
parseFrom
(byte[] data) static AppOuterClass.Model
parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AppOuterClass.Model
parseFrom
(com.google.protobuf.ByteString data) static AppOuterClass.Model
parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AppOuterClass.Model
parseFrom
(com.google.protobuf.CodedInputStream input) static AppOuterClass.Model
parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AppOuterClass.Model
parseFrom
(InputStream input) static AppOuterClass.Model
parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AppOuterClass.Model
parseFrom
(ByteBuffer data) static AppOuterClass.Model
parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<AppOuterClass.Model>
parser()
Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Field Details
-
API_FIELD_NUMBER
public static final int API_FIELD_NUMBER- See Also:
-
MODEL_FIELD_NUMBER
public static final int MODEL_FIELD_NUMBER- See Also:
-
MARKDOWN_DOCUMENTATION_FIELD_NUMBER
public static final int MARKDOWN_DOCUMENTATION_FIELD_NUMBER- See Also:
-
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER- See Also:
-
SUPPORTED_HARDWARE_FIELD_NUMBER
public static final int SUPPORTED_HARDWARE_FIELD_NUMBER- See Also:
-
-
Method Details
-
getApi
The colon-delimited-triplet of the api implemented by the model
string api = 1 [json_name = "api"];
- Specified by:
getApi
in interfaceAppOuterClass.ModelOrBuilder
- Returns:
- The api.
-
getApiBytes
public com.google.protobuf.ByteString getApiBytes()The colon-delimited-triplet of the api implemented by the model
string api = 1 [json_name = "api"];
- Specified by:
getApiBytes
in interfaceAppOuterClass.ModelOrBuilder
- Returns:
- The bytes for api.
-
getModel
The colon-delimited-triplet of the model
string model = 2 [json_name = "model"];
- Specified by:
getModel
in interfaceAppOuterClass.ModelOrBuilder
- Returns:
- The model.
-
getModelBytes
public com.google.protobuf.ByteString getModelBytes()The colon-delimited-triplet of the model
string model = 2 [json_name = "model"];
- Specified by:
getModelBytes
in interfaceAppOuterClass.ModelOrBuilder
- Returns:
- The bytes for model.
-
hasMarkdownDocumentation
public boolean hasMarkdownDocumentation()The markdown content describing the usage of the model
optional string markdown_documentation = 3 [json_name = "markdownDocumentation"];
- Specified by:
hasMarkdownDocumentation
in interfaceAppOuterClass.ModelOrBuilder
- Returns:
- Whether the markdownDocumentation field is set.
-
getMarkdownDocumentation
The markdown content describing the usage of the model
optional string markdown_documentation = 3 [json_name = "markdownDocumentation"];
- Specified by:
getMarkdownDocumentation
in interfaceAppOuterClass.ModelOrBuilder
- Returns:
- The markdownDocumentation.
-
getMarkdownDocumentationBytes
public com.google.protobuf.ByteString getMarkdownDocumentationBytes()The markdown content describing the usage of the model
optional string markdown_documentation = 3 [json_name = "markdownDocumentation"];
- Specified by:
getMarkdownDocumentationBytes
in interfaceAppOuterClass.ModelOrBuilder
- Returns:
- The bytes for markdownDocumentation.
-
hasDescription
public boolean hasDescription()A short description of the model that explains its purpose
optional string description = 4 [json_name = "description"];
- Specified by:
hasDescription
in interfaceAppOuterClass.ModelOrBuilder
- Returns:
- Whether the description field is set.
-
getDescription
A short description of the model that explains its purpose
optional string description = 4 [json_name = "description"];
- Specified by:
getDescription
in interfaceAppOuterClass.ModelOrBuilder
- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()A short description of the model that explains its purpose
optional string description = 4 [json_name = "description"];
- Specified by:
getDescriptionBytes
in interfaceAppOuterClass.ModelOrBuilder
- Returns:
- The bytes for description.
-
getSupportedHardwareList
A list of supported hardware names
repeated string supported_hardware = 5 [json_name = "supportedHardware"];
- Specified by:
getSupportedHardwareList
in interfaceAppOuterClass.ModelOrBuilder
- Returns:
- A list containing the supportedHardware.
-
getSupportedHardwareCount
public int getSupportedHardwareCount()A list of supported hardware names
repeated string supported_hardware = 5 [json_name = "supportedHardware"];
- Specified by:
getSupportedHardwareCount
in interfaceAppOuterClass.ModelOrBuilder
- Returns:
- The count of supportedHardware.
-
getSupportedHardware
A list of supported hardware names
repeated string supported_hardware = 5 [json_name = "supportedHardware"];
- Specified by:
getSupportedHardware
in interfaceAppOuterClass.ModelOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The supportedHardware at the given index.
-
getSupportedHardwareBytes
public com.google.protobuf.ByteString getSupportedHardwareBytes(int index) A list of supported hardware names
repeated string supported_hardware = 5 [json_name = "supportedHardware"];
- Specified by:
getSupportedHardwareBytes
in interfaceAppOuterClass.ModelOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the supportedHardware at the given index.
-
parseFrom
public static AppOuterClass.Model parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AppOuterClass.Model parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AppOuterClass.Model parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AppOuterClass.Model parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AppOuterClass.Model parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AppOuterClass.Model parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static AppOuterClass.Model parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static AppOuterClass.Model parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static AppOuterClass.Model parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static AppOuterClass.Model parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilder
-
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) - Specified by:
dynamicMethod
in classcom.google.protobuf.GeneratedMessageLite<AppOuterClass.Model,
AppOuterClass.Model.Builder>
-
getDefaultInstance
-
parser
-