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 TypeMethodDescriptionURL to access an already uploaded Local Services document.com.google.protobuf.ByteStringURL to access an already uploaded Local Services document.booleanURL to access an already uploaded Local Services document.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-