com.google.ads.googleads.v17.services.AddOfflineUserDataJobOperationsResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
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