Interface LocalServicesDocumentReadOnlyOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDocumentUrl()
      URL to access an already uploaded Local Services document.
      com.google.protobuf.ByteString getDocumentUrlBytes()
      URL to access an already uploaded Local Services document.
      boolean hasDocumentUrl()
      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 Detail

      • 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

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