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

com.google.photos.library.v1.proto.LeaveSharedAlbumRequestOrBuilder 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 LeaveSharedAlbumRequestOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.photos.library.v1.LeaveSharedAlbumRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Required. Token to leave the shared album on behalf of the user.
   * 
* * string share_token = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The shareToken. */ java.lang.String getShareToken(); /** * * *
   * Required. Token to leave the shared album on behalf of the user.
   * 
* * string share_token = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The bytes for shareToken. */ com.google.protobuf.ByteString getShareTokenBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy