com.google.api.MediaDownloadOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grpc-core-proto Show documentation
Show all versions of grpc-core-proto Show documentation
GoogleAPI classes generated from core protos
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/api/http.proto
package com.google.api;
public interface MediaDownloadOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.MediaDownload)
com.google.protobuf.MessageOrBuilder {
/**
* optional bool enabled = 1;
*
*
* Whether download is enabled.
*
*/
boolean getEnabled();
}