com.google.photos.library.v1.proto.SimpleMediaItemOrBuilder 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 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;
*/
java.lang.String getUploadToken();
/**
*
*
*
* Token identifying the media bytes that have been uploaded to Google.
*
*
* string upload_token = 1;
*/
com.google.protobuf.ByteString getUploadTokenBytes();
}