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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAdvertiserWebhookUrl()
      Webhook url specified by advertiser to send the lead.
      com.google.protobuf.ByteString getAdvertiserWebhookUrlBytes()
      Webhook url specified by advertiser to send the lead.
      java.lang.String getGoogleSecret()
      Anti-spoofing secret set by the advertiser as part of the webhook payload.
      com.google.protobuf.ByteString getGoogleSecretBytes()
      Anti-spoofing secret set by the advertiser as part of the webhook payload.
      long getPayloadSchemaVersion()
      The schema version that this delivery instance will use.
      boolean hasAdvertiserWebhookUrl()
      Webhook url specified by advertiser to send the lead.
      boolean hasGoogleSecret()
      Anti-spoofing secret set by the advertiser as part of the webhook payload.
      boolean hasPayloadSchemaVersion()
      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 Detail

      • 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

        java.lang.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

        java.lang.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.