Class ExportDocumentsResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ExportDocumentsResponse.Builder>
com.google.firestore.admin.v1.ExportDocumentsResponse.Builder
All Implemented Interfaces:
ExportDocumentsResponseOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
ExportDocumentsResponse

public static final class ExportDocumentsResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<ExportDocumentsResponse.Builder> implements ExportDocumentsResponseOrBuilder
 Returned in the [google.longrunning.Operation][google.longrunning.Operation]
 response field.
 
Protobuf type google.firestore.admin.v1.ExportDocumentsResponse
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ExportDocumentsResponse.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<ExportDocumentsResponse.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.GeneratedMessage.Builder<ExportDocumentsResponse.Builder>
    • getDefaultInstanceForType

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

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

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

      public ExportDocumentsResponse.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExportDocumentsResponse.Builder>
    • mergeFrom

    • isInitialized

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

      public ExportDocumentsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws 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<ExportDocumentsResponse.Builder>
      Throws:
      IOException
    • getOutputUriPrefix

      public String getOutputUriPrefix()
       Location of the output files. This can be used to begin an import
       into Cloud Firestore (this project or another project) after the operation
       completes successfully.
       
      string output_uri_prefix = 1;
      Specified by:
      getOutputUriPrefix in interface ExportDocumentsResponseOrBuilder
      Returns:
      The outputUriPrefix.
    • getOutputUriPrefixBytes

      public com.google.protobuf.ByteString getOutputUriPrefixBytes()
       Location of the output files. This can be used to begin an import
       into Cloud Firestore (this project or another project) after the operation
       completes successfully.
       
      string output_uri_prefix = 1;
      Specified by:
      getOutputUriPrefixBytes in interface ExportDocumentsResponseOrBuilder
      Returns:
      The bytes for outputUriPrefix.
    • setOutputUriPrefix

      public ExportDocumentsResponse.Builder setOutputUriPrefix(String value)
       Location of the output files. This can be used to begin an import
       into Cloud Firestore (this project or another project) after the operation
       completes successfully.
       
      string output_uri_prefix = 1;
      Parameters:
      value - The outputUriPrefix to set.
      Returns:
      This builder for chaining.
    • clearOutputUriPrefix

      public ExportDocumentsResponse.Builder clearOutputUriPrefix()
       Location of the output files. This can be used to begin an import
       into Cloud Firestore (this project or another project) after the operation
       completes successfully.
       
      string output_uri_prefix = 1;
      Returns:
      This builder for chaining.
    • setOutputUriPrefixBytes

      public ExportDocumentsResponse.Builder setOutputUriPrefixBytes(com.google.protobuf.ByteString value)
       Location of the output files. This can be used to begin an import
       into Cloud Firestore (this project or another project) after the operation
       completes successfully.
       
      string output_uri_prefix = 1;
      Parameters:
      value - The bytes for outputUriPrefix to set.
      Returns:
      This builder for chaining.