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

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

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

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

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

  /**
   * 
   * Errors that pertain to operation failures in the partial failure mode.
   * Returned only when partial_failure = true and all errors occur inside the
   * operations. If any errors occur outside the operations (for example, auth
   * errors), we return an RPC level error.
   * 
* * .google.rpc.Status partial_failure_error = 1; * @return Whether the partialFailureError field is set. */ boolean hasPartialFailureError(); /** *
   * Errors that pertain to operation failures in the partial failure mode.
   * Returned only when partial_failure = true and all errors occur inside the
   * operations. If any errors occur outside the operations (for example, auth
   * errors), we return an RPC level error.
   * 
* * .google.rpc.Status partial_failure_error = 1; * @return The partialFailureError. */ com.google.rpc.Status getPartialFailureError(); /** *
   * Errors that pertain to operation failures in the partial failure mode.
   * Returned only when partial_failure = true and all errors occur inside the
   * operations. If any errors occur outside the operations (for example, auth
   * errors), we return an RPC level error.
   * 
* * .google.rpc.Status partial_failure_error = 1; */ com.google.rpc.StatusOrBuilder getPartialFailureErrorOrBuilder(); /** *
   * All results for the mutate.
   * 
* * repeated .google.ads.googleads.v17.services.MutateExperimentResult results = 2; */ java.util.List getResultsList(); /** *
   * All results for the mutate.
   * 
* * repeated .google.ads.googleads.v17.services.MutateExperimentResult results = 2; */ com.google.ads.googleads.v17.services.MutateExperimentResult getResults(int index); /** *
   * All results for the mutate.
   * 
* * repeated .google.ads.googleads.v17.services.MutateExperimentResult results = 2; */ int getResultsCount(); /** *
   * All results for the mutate.
   * 
* * repeated .google.ads.googleads.v17.services.MutateExperimentResult results = 2; */ java.util.List getResultsOrBuilderList(); /** *
   * All results for the mutate.
   * 
* * repeated .google.ads.googleads.v17.services.MutateExperimentResult results = 2; */ com.google.ads.googleads.v17.services.MutateExperimentResultOrBuilder getResultsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy