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

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

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

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

public interface AddOfflineUserDataJobOperationsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.AddOfflineUserDataJobOperationsResponse)
    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(); /** *
   * Non blocking errors that pertain to operation failures in the warnings
   * mode. Returned only when enable_warnings = true.
   * 
* * .google.rpc.Status warning = 2; * @return Whether the warning field is set. */ boolean hasWarning(); /** *
   * Non blocking errors that pertain to operation failures in the warnings
   * mode. Returned only when enable_warnings = true.
   * 
* * .google.rpc.Status warning = 2; * @return The warning. */ com.google.rpc.Status getWarning(); /** *
   * Non blocking errors that pertain to operation failures in the warnings
   * mode. Returned only when enable_warnings = true.
   * 
* * .google.rpc.Status warning = 2; */ com.google.rpc.StatusOrBuilder getWarningOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy