All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.photos.library.v1.proto.VideoOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.7.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/photos/library/v1/photos_library.proto

package com.google.photos.library.v1.proto;

public interface VideoOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.photos.library.v1.Video)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Brand of the camera with which the video was taken.
   * 
* * string camera_make = 1; */ java.lang.String getCameraMake(); /** * * *
   * Brand of the camera with which the video was taken.
   * 
* * string camera_make = 1; */ com.google.protobuf.ByteString getCameraMakeBytes(); /** * * *
   * Model of the camera with which the video was taken.
   * 
* * string camera_model = 2; */ java.lang.String getCameraModel(); /** * * *
   * Model of the camera with which the video was taken.
   * 
* * string camera_model = 2; */ com.google.protobuf.ByteString getCameraModelBytes(); /** * * *
   * Frame rate of the video.
   * 
* * double fps = 3; */ double getFps(); /** * * *
   * Processing status of the video.
   * 
* * .google.photos.library.v1.VideoProcessingStatus status = 4; */ int getStatusValue(); /** * * *
   * Processing status of the video.
   * 
* * .google.photos.library.v1.VideoProcessingStatus status = 4; */ com.google.photos.library.v1.proto.VideoProcessingStatus getStatus(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy