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

com.google.photos.library.v1.proto.PhotoOrBuilder 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 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy