register Files
public CompletableFuture<RegisterFilesResponse> registerFiles(GoogleCredentials credentials, List<String> uris, RegisterFilesConfig config)
Asynchronously registers Google Cloud Storage files for use with the API.
Return
A future that resolves to the response containing the registered files.
Parameters
credentials
The Google Cloud credentials to use for registering the files.
uris
The list of GCS URIs to register.
config
Optional configuration for the registration request.