com.google.ads.googleads.v17.services.AdOperationOrBuilder 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/ad_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface AdOperationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.AdOperation)
com.google.protobuf.MessageOrBuilder {
/**
*
* FieldMask that determines which resource fields are modified in an update.
*
*
* .google.protobuf.FieldMask update_mask = 2;
* @return Whether the updateMask field is set.
*/
boolean hasUpdateMask();
/**
*
* FieldMask that determines which resource fields are modified in an update.
*
*
* .google.protobuf.FieldMask update_mask = 2;
* @return The updateMask.
*/
com.google.protobuf.FieldMask getUpdateMask();
/**
*
* FieldMask that determines which resource fields are modified in an update.
*
*
* .google.protobuf.FieldMask update_mask = 2;
*/
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder();
/**
*
* Configuration for how policies are validated.
*
*
* .google.ads.googleads.v17.common.PolicyValidationParameter policy_validation_parameter = 3;
* @return Whether the policyValidationParameter field is set.
*/
boolean hasPolicyValidationParameter();
/**
*
* Configuration for how policies are validated.
*
*
* .google.ads.googleads.v17.common.PolicyValidationParameter policy_validation_parameter = 3;
* @return The policyValidationParameter.
*/
com.google.ads.googleads.v17.common.PolicyValidationParameter getPolicyValidationParameter();
/**
*
* Configuration for how policies are validated.
*
*
* .google.ads.googleads.v17.common.PolicyValidationParameter policy_validation_parameter = 3;
*/
com.google.ads.googleads.v17.common.PolicyValidationParameterOrBuilder getPolicyValidationParameterOrBuilder();
/**
*
* Update operation: The ad is expected to have a valid resource name
* in this format:
*
* `customers/{customer_id}/ads/{ad_id}`
*
*
* .google.ads.googleads.v17.resources.Ad update = 1;
* @return Whether the update field is set.
*/
boolean hasUpdate();
/**
*
* Update operation: The ad is expected to have a valid resource name
* in this format:
*
* `customers/{customer_id}/ads/{ad_id}`
*
*
* .google.ads.googleads.v17.resources.Ad update = 1;
* @return The update.
*/
com.google.ads.googleads.v17.resources.Ad getUpdate();
/**
*
* Update operation: The ad is expected to have a valid resource name
* in this format:
*
* `customers/{customer_id}/ads/{ad_id}`
*
*
* .google.ads.googleads.v17.resources.Ad update = 1;
*/
com.google.ads.googleads.v17.resources.AdOrBuilder getUpdateOrBuilder();
com.google.ads.googleads.v17.services.AdOperation.OperationCase getOperationCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy