Interface VideoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Video, Video.Builder

    public interface VideoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCameraMake()
      Brand of the camera with which the video was taken.
      com.google.protobuf.ByteString getCameraMakeBytes()
      Brand of the camera with which the video was taken.
      java.lang.String getCameraModel()
      Model of the camera with which the video was taken.
      com.google.protobuf.ByteString getCameraModelBytes()
      Model of the camera with which the video was taken.
      double getFps()
      Frame rate of the video.
      VideoProcessingStatus getStatus()
      Processing status of the video.
      int getStatusValue()
      Processing status of the video.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getCameraMake

        java.lang.String getCameraMake()
         Brand of the camera with which the video was taken.
         
        string camera_make = 1;
        Returns:
        The cameraMake.
      • getCameraMakeBytes

        com.google.protobuf.ByteString getCameraMakeBytes()
         Brand of the camera with which the video was taken.
         
        string camera_make = 1;
        Returns:
        The bytes for cameraMake.
      • getCameraModel

        java.lang.String getCameraModel()
         Model of the camera with which the video was taken.
         
        string camera_model = 2;
        Returns:
        The cameraModel.
      • getCameraModelBytes

        com.google.protobuf.ByteString getCameraModelBytes()
         Model of the camera with which the video was taken.
         
        string camera_model = 2;
        Returns:
        The bytes for cameraModel.
      • getFps

        double getFps()
         Frame rate of the video.
         
        double fps = 3;
        Returns:
        The fps.
      • getStatusValue

        int getStatusValue()
         Processing status of the video.
         
        .google.photos.types.VideoProcessingStatus status = 4;
        Returns:
        The enum numeric value on the wire for status.
      • getStatus

        VideoProcessingStatus getStatus()
         Processing status of the video.
         
        .google.photos.types.VideoProcessingStatus status = 4;
        Returns:
        The status.