com.google.photos.library.v1.proto.PhotoOrBuilder 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 PhotoOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.photos.library.v1.Photo)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Brand of the camera with which the photo was taken.
*
*
* string camera_make = 1;
*/
java.lang.String getCameraMake();
/**
*
*
*
* Brand of the camera with which the photo was taken.
*
*
* string camera_make = 1;
*/
com.google.protobuf.ByteString getCameraMakeBytes();
/**
*
*
*
* Model of the camera with which the photo was taken.
*
*
* string camera_model = 2;
*/
java.lang.String getCameraModel();
/**
*
*
*
* Model of the camera with which the photo was taken.
*
*
* string camera_model = 2;
*/
com.google.protobuf.ByteString getCameraModelBytes();
/**
*
*
*
* Focal length of the camera lens with which the photo was taken.
*
*
* float focal_length = 3;
*/
float getFocalLength();
/**
*
*
*
* Aperture f number of the camera lens with which the photo was taken.
*
*
* float aperture_f_number = 4;
*/
float getApertureFNumber();
/**
*
*
*
* ISO of the camera with which the photo was taken.
*
*
* int32 iso_equivalent = 5;
*/
int getIsoEquivalent();
/**
*
*
*
* Exposure time of the camera aperture when the photo was taken.
*
*
* .google.protobuf.Duration exposure_time = 6;
*/
boolean hasExposureTime();
/**
*
*
*
* Exposure time of the camera aperture when the photo was taken.
*
*
* .google.protobuf.Duration exposure_time = 6;
*/
com.google.protobuf.Duration getExposureTime();
/**
*
*
*
* Exposure time of the camera aperture when the photo was taken.
*
*
* .google.protobuf.Duration exposure_time = 6;
*/
com.google.protobuf.DurationOrBuilder getExposureTimeOrBuilder();
}