Class Camera.Webcam

java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<Camera.Webcam,Camera.Webcam.Builder>
com.viam.component.camera.v1.Camera.Webcam
All Implemented Interfaces:
com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, Camera.WebcamOrBuilder
Enclosing class:
Camera

public static final class Camera.Webcam extends com.google.protobuf.GeneratedMessageLite<Camera.Webcam,Camera.Webcam.Builder> implements Camera.WebcamOrBuilder
Protobuf type viam.component.camera.v1.Webcam
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Protobuf type viam.component.camera.v1.Webcam

    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

    Fields
    Modifier and Type
    Field
    Description
    static 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 Type
    Method
    Description
    protected final Object
    dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
     
     
    Camera unique identifier
    com.google.protobuf.ByteString
    Camera unique identifier
    Camera driver label (for internal use only)
    com.google.protobuf.ByteString
    Camera driver label (for internal use only)
    Camera human-readable driver name
    com.google.protobuf.ByteString
    Camera human-readable driver name
    getProperties(int index)
    Camera properties
    int
    Camera properties
    Camera properties
    Camera properties
    Camera properties
    Camera driver status
    com.google.protobuf.ByteString
    Camera driver status
     
     
     
    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, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static com.google.protobuf.Parser<Camera.Webcam>
     

    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

  • Method Details

    • getLabel

      public String getLabel()
       Camera driver label (for internal use only)
       
      string label = 1 [json_name = "label"];
      Specified by:
      getLabel in interface Camera.WebcamOrBuilder
      Returns:
      The label.
    • getLabelBytes

      public com.google.protobuf.ByteString getLabelBytes()
       Camera driver label (for internal use only)
       
      string label = 1 [json_name = "label"];
      Specified by:
      getLabelBytes in interface Camera.WebcamOrBuilder
      Returns:
      The bytes for label.
    • getStatus

      public String getStatus()
       Camera driver status
       
      string status = 2 [json_name = "status"];
      Specified by:
      getStatus in interface Camera.WebcamOrBuilder
      Returns:
      The status.
    • getStatusBytes

      public com.google.protobuf.ByteString getStatusBytes()
       Camera driver status
       
      string status = 2 [json_name = "status"];
      Specified by:
      getStatusBytes in interface Camera.WebcamOrBuilder
      Returns:
      The bytes for status.
    • getPropertiesList

      public List<Camera.Property> getPropertiesList()
       Camera properties
       
      repeated .viam.component.camera.v1.Property properties = 3 [json_name = "properties"];
      Specified by:
      getPropertiesList in interface Camera.WebcamOrBuilder
    • getPropertiesOrBuilderList

      public List<? extends Camera.PropertyOrBuilder> getPropertiesOrBuilderList()
       Camera properties
       
      repeated .viam.component.camera.v1.Property properties = 3 [json_name = "properties"];
    • getPropertiesCount

      public int getPropertiesCount()
       Camera properties
       
      repeated .viam.component.camera.v1.Property properties = 3 [json_name = "properties"];
      Specified by:
      getPropertiesCount in interface Camera.WebcamOrBuilder
    • getProperties

      public Camera.Property getProperties(int index)
       Camera properties
       
      repeated .viam.component.camera.v1.Property properties = 3 [json_name = "properties"];
      Specified by:
      getProperties in interface Camera.WebcamOrBuilder
    • getPropertiesOrBuilder

      public Camera.PropertyOrBuilder getPropertiesOrBuilder(int index)
       Camera properties
       
      repeated .viam.component.camera.v1.Property properties = 3 [json_name = "properties"];
    • getName

      public String getName()
       Camera human-readable driver name
       
      string name = 4 [json_name = "name"];
      Specified by:
      getName in interface Camera.WebcamOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       Camera human-readable driver name
       
      string name = 4 [json_name = "name"];
      Specified by:
      getNameBytes in interface Camera.WebcamOrBuilder
      Returns:
      The bytes for name.
    • getId

      public String getId()
       Camera unique identifier
       
      string id = 5 [json_name = "id"];
      Specified by:
      getId in interface Camera.WebcamOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Camera unique identifier
       
      string id = 5 [json_name = "id"];
      Specified by:
      getIdBytes in interface Camera.WebcamOrBuilder
      Returns:
      The bytes for id.
    • parseFrom

      public static Camera.Webcam parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Camera.Webcam parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Camera.Webcam parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Camera.Webcam parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Camera.Webcam parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Camera.Webcam parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Camera.Webcam parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Camera.Webcam parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Camera.Webcam parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Camera.Webcam parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Camera.Webcam parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Camera.Webcam parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilder

      public static Camera.Webcam.Builder newBuilder()
    • newBuilder

      public static Camera.Webcam.Builder newBuilder(Camera.Webcam prototype)
    • dynamicMethod

      protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
      Specified by:
      dynamicMethod in class com.google.protobuf.GeneratedMessageLite<Camera.Webcam,Camera.Webcam.Builder>
    • getDefaultInstance

      public static Camera.Webcam getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Camera.Webcam> parser()