com.google.photos.library.v1.proto.VideoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-photos-library-client Show documentation
Show all versions of google-photos-library-client Show documentation
Google Photos Library API Client Library for Java
// 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();
}