com.google.ads.googleads.v17.common.WebhookDeliveryOrBuilder 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/common/asset_types.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface WebhookDeliveryOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.WebhookDelivery)
com.google.protobuf.MessageOrBuilder {
/**
*
* Webhook url specified by advertiser to send the lead.
*
*
* optional string advertiser_webhook_url = 4;
* @return Whether the advertiserWebhookUrl field is set.
*/
boolean hasAdvertiserWebhookUrl();
/**
*
* Webhook url specified by advertiser to send the lead.
*
*
* optional string advertiser_webhook_url = 4;
* @return The advertiserWebhookUrl.
*/
java.lang.String getAdvertiserWebhookUrl();
/**
*
* Webhook url specified by advertiser to send the lead.
*
*
* optional string advertiser_webhook_url = 4;
* @return The bytes for advertiserWebhookUrl.
*/
com.google.protobuf.ByteString
getAdvertiserWebhookUrlBytes();
/**
*
* Anti-spoofing secret set by the advertiser as part of the webhook payload.
*
*
* optional string google_secret = 5;
* @return Whether the googleSecret field is set.
*/
boolean hasGoogleSecret();
/**
*
* Anti-spoofing secret set by the advertiser as part of the webhook payload.
*
*
* optional string google_secret = 5;
* @return The googleSecret.
*/
java.lang.String getGoogleSecret();
/**
*
* Anti-spoofing secret set by the advertiser as part of the webhook payload.
*
*
* optional string google_secret = 5;
* @return The bytes for googleSecret.
*/
com.google.protobuf.ByteString
getGoogleSecretBytes();
/**
*
* The schema version that this delivery instance will use.
*
*
* optional int64 payload_schema_version = 6;
* @return Whether the payloadSchemaVersion field is set.
*/
boolean hasPayloadSchemaVersion();
/**
*
* The schema version that this delivery instance will use.
*
*
* optional int64 payload_schema_version = 6;
* @return The payloadSchemaVersion.
*/
long getPayloadSchemaVersion();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy