When I try to use ApiFutures.allAsList(messageIDFutures).get() it raises an exception when the resource name is wrong:
java.util.concurrent.ExecutionException: com.google.api.gax.rpc.InvalidArgumentException: io.grpc.StatusRuntimeException: INVALID_ARGUMENT: Invalid resource name given (name=testresource). Refer to https://cloud.google.com/pubsub/overview#names for more information.
However, the URL: https://cloud.google.com/pubsub/overview#names is of no help, as it just points to: https://cloud.google.com/pubsub/docs/overview#names which has no "Overview#names" and thus is of little help in resolving this issue.
When I try to use ApiFutures.allAsList(messageIDFutures).get() it raises an exception when the resource name is wrong:
However, the URL: https://cloud.google.com/pubsub/overview#names is of no help, as it just points to: https://cloud.google.com/pubsub/docs/overview#names which has no "Overview#names" and thus is of little help in resolving this issue.