com.google.ads.googleads.v17.services.ShareablePreviewResultOrBuilder 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/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