
com.google.ads.googleads.v11.services.MediaFileOperationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v11 Show documentation
Show all versions of google-ads-stubs-v11 Show documentation
Stubs for GAAPI version google-ads-stubs-v11
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v11/services/media_file_service.proto
package com.google.ads.googleads.v11.services;
public interface MediaFileOperationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v11.services.MediaFileOperation)
com.google.protobuf.MessageOrBuilder {
/**
*
* Create operation: No resource name is expected for the new media file.
*
*
* .google.ads.googleads.v11.resources.MediaFile create = 1;
* @return Whether the create field is set.
*/
boolean hasCreate();
/**
*
* Create operation: No resource name is expected for the new media file.
*
*
* .google.ads.googleads.v11.resources.MediaFile create = 1;
* @return The create.
*/
com.google.ads.googleads.v11.resources.MediaFile getCreate();
/**
*
* Create operation: No resource name is expected for the new media file.
*
*
* .google.ads.googleads.v11.resources.MediaFile create = 1;
*/
com.google.ads.googleads.v11.resources.MediaFileOrBuilder getCreateOrBuilder();
public com.google.ads.googleads.v11.services.MediaFileOperation.OperationCase getOperationCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy