All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.services.ShareablePreviewResultOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/services/shareable_preview_service.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;

public interface ShareablePreviewResultOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.ShareablePreviewResult)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The shareable preview URL.
   * 
* * string shareable_preview_url = 1; * @return The shareablePreviewUrl. */ java.lang.String getShareablePreviewUrl(); /** *
   * The shareable preview URL.
   * 
* * string shareable_preview_url = 1; * @return The bytes for shareablePreviewUrl. */ com.google.protobuf.ByteString getShareablePreviewUrlBytes(); /** *
   * Expiration date time using the ISO-8601 format.
   * 
* * string expiration_date_time = 2; * @return The expirationDateTime. */ java.lang.String getExpirationDateTime(); /** *
   * Expiration date time using the ISO-8601 format.
   * 
* * string expiration_date_time = 2; * @return The bytes for expirationDateTime. */ com.google.protobuf.ByteString getExpirationDateTimeBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy