Interface WebhookDeliveryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WebhookDelivery, WebhookDelivery.Builder

public interface WebhookDeliveryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Webhook url specified by advertiser to send the lead.
    com.google.protobuf.ByteString
    Webhook url specified by advertiser to send the lead.
    Anti-spoofing secret set by the advertiser as part of the webhook payload.
    com.google.protobuf.ByteString
    Anti-spoofing secret set by the advertiser as part of the webhook payload.
    long
    The schema version that this delivery instance will use.
    boolean
    Webhook url specified by advertiser to send the lead.
    boolean
    Anti-spoofing secret set by the advertiser as part of the webhook payload.
    boolean
    The schema version that this delivery instance will use.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasAdvertiserWebhookUrl

      boolean hasAdvertiserWebhookUrl()
       Webhook url specified by advertiser to send the lead.
       
      optional string advertiser_webhook_url = 4;
      Returns:
      Whether the advertiserWebhookUrl field is set.
    • getAdvertiserWebhookUrl

      String getAdvertiserWebhookUrl()
       Webhook url specified by advertiser to send the lead.
       
      optional string advertiser_webhook_url = 4;
      Returns:
      The advertiserWebhookUrl.
    • getAdvertiserWebhookUrlBytes

      com.google.protobuf.ByteString getAdvertiserWebhookUrlBytes()
       Webhook url specified by advertiser to send the lead.
       
      optional string advertiser_webhook_url = 4;
      Returns:
      The bytes for advertiserWebhookUrl.
    • hasGoogleSecret

      boolean hasGoogleSecret()
       Anti-spoofing secret set by the advertiser as part of the webhook payload.
       
      optional string google_secret = 5;
      Returns:
      Whether the googleSecret field is set.
    • getGoogleSecret

      String getGoogleSecret()
       Anti-spoofing secret set by the advertiser as part of the webhook payload.
       
      optional string google_secret = 5;
      Returns:
      The googleSecret.
    • getGoogleSecretBytes

      com.google.protobuf.ByteString getGoogleSecretBytes()
       Anti-spoofing secret set by the advertiser as part of the webhook payload.
       
      optional string google_secret = 5;
      Returns:
      The bytes for googleSecret.
    • hasPayloadSchemaVersion

      boolean hasPayloadSchemaVersion()
       The schema version that this delivery instance will use.
       
      optional int64 payload_schema_version = 6;
      Returns:
      Whether the payloadSchemaVersion field is set.
    • getPayloadSchemaVersion

      long getPayloadSchemaVersion()
       The schema version that this delivery instance will use.
       
      optional int64 payload_schema_version = 6;
      Returns:
      The payloadSchemaVersion.