com.google.photos.library.v1.proto.GetMediaItemRequestOrBuilder 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 GetMediaItemRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.photos.library.v1.GetMediaItemRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Identifier of the media item to be requested.
*
*
* string media_item_id = 1;
*
* @return The mediaItemId.
*/
java.lang.String getMediaItemId();
/**
*
*
*
* Identifier of the media item to be requested.
*
*
* string media_item_id = 1;
*
* @return The bytes for mediaItemId.
*/
com.google.protobuf.ByteString getMediaItemIdBytes();
}