Skip to content

Commit c8aa398

Browse files
authored
Fix GcsEndpoint serialization in GcsOptions (#36879)
1 parent c84ccd3 commit c8aa398

File tree

1 file changed

+0
-1
lines changed
  • sdks/java/extensions/google-cloud-platform-core/src/main/java/org/apache/beam/sdk/extensions/gcp/options

1 file changed

+0
-1
lines changed

sdks/java/extensions/google-cloud-platform-core/src/main/java/org/apache/beam/sdk/extensions/gcp/options/GcsOptions.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ public interface GcsOptions extends ApplicationNameOptions, GcpOptions, Pipeline
7676
void setExecutorService(ExecutorService value);
7777

7878
/** GCS endpoint to use. If unspecified, uses the default endpoint. */
79-
@JsonIgnore
8079
@Hidden
8180
@Description("The URL for the GCS API.")
8281
String getGcsEndpoint();

0 commit comments

Comments
 (0)