Interface ImportDocumentsMetadata.ImportConfigValidationResultOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getInputGcsSource()
      The source Cloud Storage URI specified in the import config.
      com.google.protobuf.ByteString getInputGcsSourceBytes()
      The source Cloud Storage URI specified in the import config.
      com.google.rpc.Status getStatus()
      The validation status of import config.
      com.google.rpc.StatusOrBuilder getStatusOrBuilder()
      The validation status of import config.
      boolean hasStatus()
      The validation status of import config.
      • 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

      • getInputGcsSource

        String getInputGcsSource()
         The source Cloud Storage URI specified in the import config.
         
        string input_gcs_source = 1;
        Returns:
        The inputGcsSource.
      • getInputGcsSourceBytes

        com.google.protobuf.ByteString getInputGcsSourceBytes()
         The source Cloud Storage URI specified in the import config.
         
        string input_gcs_source = 1;
        Returns:
        The bytes for inputGcsSource.
      • hasStatus

        boolean hasStatus()
         The validation status of import config.
         
        .google.rpc.Status status = 2;
        Returns:
        Whether the status field is set.
      • getStatus

        com.google.rpc.Status getStatus()
         The validation status of import config.
         
        .google.rpc.Status status = 2;
        Returns:
        The status.
      • getStatusOrBuilder

        com.google.rpc.StatusOrBuilder getStatusOrBuilder()
         The validation status of import config.
         
        .google.rpc.Status status = 2;