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

com.google.ads.googleads.v17.services.MutateBatchJobResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/services/batch_job_service.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;

public interface MutateBatchJobResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.MutateBatchJobResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The result for the mutate.
   * 
* * .google.ads.googleads.v17.services.MutateBatchJobResult result = 1; * @return Whether the result field is set. */ boolean hasResult(); /** *
   * The result for the mutate.
   * 
* * .google.ads.googleads.v17.services.MutateBatchJobResult result = 1; * @return The result. */ com.google.ads.googleads.v17.services.MutateBatchJobResult getResult(); /** *
   * The result for the mutate.
   * 
* * .google.ads.googleads.v17.services.MutateBatchJobResult result = 1; */ com.google.ads.googleads.v17.services.MutateBatchJobResultOrBuilder getResultOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy