Interface LocalServicesDocumentReadOnlyOrBuilder

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

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

    Modifier and Type
    Method
    Description
    URL to access an already uploaded Local Services document.
    com.google.protobuf.ByteString
    URL to access an already uploaded Local Services document.
    boolean
    URL to access an already uploaded Local Services document.

    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

    • hasDocumentUrl

      boolean hasDocumentUrl()
       URL to access an already uploaded Local Services document.
       
      optional string document_url = 1;
      Returns:
      Whether the documentUrl field is set.
    • getDocumentUrl

      String getDocumentUrl()
       URL to access an already uploaded Local Services document.
       
      optional string document_url = 1;
      Returns:
      The documentUrl.
    • getDocumentUrlBytes

      com.google.protobuf.ByteString getDocumentUrlBytes()
       URL to access an already uploaded Local Services document.
       
      optional string document_url = 1;
      Returns:
      The bytes for documentUrl.