Class LocalServicesDocumentReadOnly.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<LocalServicesDocumentReadOnly.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<LocalServicesDocumentReadOnly.Builder>
      • getDefaultInstanceForType

        public LocalServicesDocumentReadOnly getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public LocalServicesDocumentReadOnly build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public LocalServicesDocumentReadOnly buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public LocalServicesDocumentReadOnly.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                      int index,
                                                                      java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<LocalServicesDocumentReadOnly.Builder>
      • addRepeatedField

        public LocalServicesDocumentReadOnly.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                      java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<LocalServicesDocumentReadOnly.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<LocalServicesDocumentReadOnly.Builder>
      • mergeFrom

        public LocalServicesDocumentReadOnly.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<LocalServicesDocumentReadOnly.Builder>
        Throws:
        java.io.IOException
      • hasDocumentUrl

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

        public java.lang.String getDocumentUrl()
         URL to access an already uploaded Local Services document.
         
        optional string document_url = 1;
        Specified by:
        getDocumentUrl in interface LocalServicesDocumentReadOnlyOrBuilder
        Returns:
        The documentUrl.
      • getDocumentUrlBytes

        public com.google.protobuf.ByteString getDocumentUrlBytes()
         URL to access an already uploaded Local Services document.
         
        optional string document_url = 1;
        Specified by:
        getDocumentUrlBytes in interface LocalServicesDocumentReadOnlyOrBuilder
        Returns:
        The bytes for documentUrl.
      • setDocumentUrl

        public LocalServicesDocumentReadOnly.Builder setDocumentUrl​(java.lang.String value)
         URL to access an already uploaded Local Services document.
         
        optional string document_url = 1;
        Parameters:
        value - The documentUrl to set.
        Returns:
        This builder for chaining.
      • clearDocumentUrl

        public LocalServicesDocumentReadOnly.Builder clearDocumentUrl()
         URL to access an already uploaded Local Services document.
         
        optional string document_url = 1;
        Returns:
        This builder for chaining.
      • setDocumentUrlBytes

        public LocalServicesDocumentReadOnly.Builder setDocumentUrlBytes​(com.google.protobuf.ByteString value)
         URL to access an already uploaded Local Services document.
         
        optional string document_url = 1;
        Parameters:
        value - The bytes for documentUrl to set.
        Returns:
        This builder for chaining.