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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDocumentUrl()URL to access an already uploaded Local Services document.com.google.protobuf.ByteStringgetDocumentUrlBytes()URL to access an already uploaded Local Services document.booleanhasDocumentUrl()URL to access an already uploaded Local Services document.-
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.
-
-