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

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

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

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

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

  /**
   * 
   * All results for the mutate.
   * 
* * repeated .google.ads.googleads.v17.services.MutateCustomerCustomizerResult results = 1; */ java.util.List getResultsList(); /** *
   * All results for the mutate.
   * 
* * repeated .google.ads.googleads.v17.services.MutateCustomerCustomizerResult results = 1; */ com.google.ads.googleads.v17.services.MutateCustomerCustomizerResult getResults(int index); /** *
   * All results for the mutate.
   * 
* * repeated .google.ads.googleads.v17.services.MutateCustomerCustomizerResult results = 1; */ int getResultsCount(); /** *
   * All results for the mutate.
   * 
* * repeated .google.ads.googleads.v17.services.MutateCustomerCustomizerResult results = 1; */ java.util.List getResultsOrBuilderList(); /** *
   * All results for the mutate.
   * 
* * repeated .google.ads.googleads.v17.services.MutateCustomerCustomizerResult results = 1; */ com.google.ads.googleads.v17.services.MutateCustomerCustomizerResultOrBuilder getResultsOrBuilder( int index); /** *
   * 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 = 2; * @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 = 2; * @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 = 2; */ com.google.rpc.StatusOrBuilder getPartialFailureErrorOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy