Package viam.app.v1
Class AppOuterClass.UpdateModuleMetadata
java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<AppOuterClass.UpdateModuleMetadata,AppOuterClass.UpdateModuleMetadata.Builder>
viam.app.v1.AppOuterClass.UpdateModuleMetadata
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,AppOuterClass.UpdateModuleMetadataOrBuilder
- Enclosing class:
- AppOuterClass
public static final class AppOuterClass.UpdateModuleMetadata
extends com.google.protobuf.GeneratedMessageLite<AppOuterClass.UpdateModuleMetadata,AppOuterClass.UpdateModuleMetadata.Builder>
implements AppOuterClass.UpdateModuleMetadataOrBuilder
Protobuf type
viam.app.v1.UpdateModuleMetadata-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classProtobuf typeviam.app.v1.UpdateModuleMetadataNested 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 intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFieldsFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionprotected final ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) getApps(int index) A list of applications associated with the moduleintA list of applications associated with the moduleA list of applications associated with the modulegetAppsOrBuilder(int index) A list of applications associated with the moduleList<? extends AppOuterClass.AppOrBuilder>A list of applications associated with the moduleThe executable to run to start the module programcom.google.protobuf.ByteStringThe executable to run to start the module programgetModels(int index) A list of models that are available in the moduleintA list of models that are available in the moduleA list of models that are available in the modulegetModelsOrBuilder(int index) A list of models that are available in the moduleList<? extends AppOuterClass.ModelOrBuilder>A list of models that are available in the modulenewBuilder(AppOuterClass.UpdateModuleMetadata prototype) parseDelimitedFrom(InputStream input) parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(byte[] data) parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.ByteString data) parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.CodedInputStream input) parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(InputStream input) parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(ByteBuffer data) parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<AppOuterClass.UpdateModuleMetadata>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, writeToMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Field Details
-
MODELS_FIELD_NUMBER
public static final int MODELS_FIELD_NUMBER- See Also:
-
ENTRYPOINT_FIELD_NUMBER
public static final int ENTRYPOINT_FIELD_NUMBER- See Also:
-
APPS_FIELD_NUMBER
public static final int APPS_FIELD_NUMBER- See Also:
-
-
Method Details
-
getModelsList
A list of models that are available in the module
repeated .viam.app.v1.Model models = 1 [json_name = "models"];- Specified by:
getModelsListin interfaceAppOuterClass.UpdateModuleMetadataOrBuilder
-
getModelsOrBuilderList
A list of models that are available in the module
repeated .viam.app.v1.Model models = 1 [json_name = "models"]; -
getModelsCount
public int getModelsCount()A list of models that are available in the module
repeated .viam.app.v1.Model models = 1 [json_name = "models"];- Specified by:
getModelsCountin interfaceAppOuterClass.UpdateModuleMetadataOrBuilder
-
getModels
A list of models that are available in the module
repeated .viam.app.v1.Model models = 1 [json_name = "models"];- Specified by:
getModelsin interfaceAppOuterClass.UpdateModuleMetadataOrBuilder
-
getModelsOrBuilder
A list of models that are available in the module
repeated .viam.app.v1.Model models = 1 [json_name = "models"]; -
getEntrypoint
The executable to run to start the module program
string entrypoint = 2 [json_name = "entrypoint"];- Specified by:
getEntrypointin interfaceAppOuterClass.UpdateModuleMetadataOrBuilder- Returns:
- The entrypoint.
-
getEntrypointBytes
public com.google.protobuf.ByteString getEntrypointBytes()The executable to run to start the module program
string entrypoint = 2 [json_name = "entrypoint"];- Specified by:
getEntrypointBytesin interfaceAppOuterClass.UpdateModuleMetadataOrBuilder- Returns:
- The bytes for entrypoint.
-
getAppsList
A list of applications associated with the module
repeated .viam.app.v1.App apps = 3 [json_name = "apps"];- Specified by:
getAppsListin interfaceAppOuterClass.UpdateModuleMetadataOrBuilder
-
getAppsOrBuilderList
A list of applications associated with the module
repeated .viam.app.v1.App apps = 3 [json_name = "apps"]; -
getAppsCount
public int getAppsCount()A list of applications associated with the module
repeated .viam.app.v1.App apps = 3 [json_name = "apps"];- Specified by:
getAppsCountin interfaceAppOuterClass.UpdateModuleMetadataOrBuilder
-
getApps
A list of applications associated with the module
repeated .viam.app.v1.App apps = 3 [json_name = "apps"];- Specified by:
getAppsin interfaceAppOuterClass.UpdateModuleMetadataOrBuilder
-
getAppsOrBuilder
A list of applications associated with the module
repeated .viam.app.v1.App apps = 3 [json_name = "apps"]; -
parseFrom
public static AppOuterClass.UpdateModuleMetadata parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AppOuterClass.UpdateModuleMetadata parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AppOuterClass.UpdateModuleMetadata parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AppOuterClass.UpdateModuleMetadata 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.UpdateModuleMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AppOuterClass.UpdateModuleMetadata 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.UpdateModuleMetadata parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static AppOuterClass.UpdateModuleMetadata parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static AppOuterClass.UpdateModuleMetadata parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static AppOuterClass.UpdateModuleMetadata parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static AppOuterClass.UpdateModuleMetadata parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilder
public static AppOuterClass.UpdateModuleMetadata.Builder newBuilder(AppOuterClass.UpdateModuleMetadata prototype) -
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) - Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<AppOuterClass.UpdateModuleMetadata,AppOuterClass.UpdateModuleMetadata.Builder>
-
getDefaultInstance
-
parser
-