![JAR search and dependency download from the Maven repository](/logo.png)
com.google.photos.library.v1.proto.SimpleMediaItemOrBuilder Maven / Gradle / Ivy
// 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 SimpleMediaItemOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.photos.library.v1.SimpleMediaItem)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Token identifying the media bytes that have been uploaded to Google.
*
*
* string upload_token = 1;
*
* @return The uploadToken.
*/
java.lang.String getUploadToken();
/**
*
*
*
* Token identifying the media bytes that have been uploaded to Google.
*
*
* string upload_token = 1;
*
* @return The bytes for uploadToken.
*/
com.google.protobuf.ByteString getUploadTokenBytes();
/**
*
*
*
* File name with extension of the media item. This is shown to the user in
* Google Photos. The file name specified during the <a
* href="https://developers.google.com/photos/library/guides/upload-media">byte
* upload process</a> is ignored if this field is set. The file name,
* including the file extension, shouldn't be more than 255 characters. This
* is an optional field.
*
*
* string file_name = 2;
*
* @return The fileName.
*/
java.lang.String getFileName();
/**
*
*
*
* File name with extension of the media item. This is shown to the user in
* Google Photos. The file name specified during the <a
* href="https://developers.google.com/photos/library/guides/upload-media">byte
* upload process</a> is ignored if this field is set. The file name,
* including the file extension, shouldn't be more than 255 characters. This
* is an optional field.
*
*
* string file_name = 2;
*
* @return The bytes for fileName.
*/
com.google.protobuf.ByteString getFileNameBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy