Interface ShareablePreviewResultOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Expiration date time using the ISO-8601 format.
    com.google.protobuf.ByteString
    Expiration date time using the ISO-8601 format.
    The shareable preview URL.
    com.google.protobuf.ByteString
    The shareable preview URL.

    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

    • getShareablePreviewUrl

      String getShareablePreviewUrl()
       The shareable preview URL.
       
      string shareable_preview_url = 1;
      Returns:
      The shareablePreviewUrl.
    • getShareablePreviewUrlBytes

      com.google.protobuf.ByteString getShareablePreviewUrlBytes()
       The shareable preview URL.
       
      string shareable_preview_url = 1;
      Returns:
      The bytes for shareablePreviewUrl.
    • getExpirationDateTime

      String getExpirationDateTime()
       Expiration date time using the ISO-8601 format.
       
      string expiration_date_time = 2;
      Returns:
      The expirationDateTime.
    • getExpirationDateTimeBytes

      com.google.protobuf.ByteString getExpirationDateTimeBytes()
       Expiration date time using the ISO-8601 format.
       
      string expiration_date_time = 2;
      Returns:
      The bytes for expirationDateTime.