Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ public interface GcsOptions extends ApplicationNameOptions, GcpOptions, Pipeline
void setExecutorService(ExecutorService value);

/** GCS endpoint to use. If unspecified, uses the default endpoint. */
@JsonIgnore
@Hidden
@Description("The URL for the GCS API.")
String getGcsEndpoint();
Expand Down
Loading