Skip to content

Commit 18493cf

Browse files
authored
remove website, typescript, etc - pubsublite uses (#37412)
1 parent 98c980a commit 18493cf

6 files changed

Lines changed: 0 additions & 296 deletions

File tree

it/google-cloud-platform/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ dependencies {
7474
implementation 'com.google.cloud:google-cloud-spanner'
7575
implementation 'com.google.cloud:google-cloud-pubsub'
7676
provided 'com.google.api.grpc:proto-google-cloud-pubsub-v1'
77-
implementation 'com.google.cloud:google-cloud-pubsublite'
78-
provided 'com.google.api.grpc:proto-google-cloud-pubsublite-v1'
7977
implementation 'com.google.cloud:google-cloud-datastore'
8078
implementation 'com.google.cloud:google-cloud-datastream'
8179
provided 'com.google.api.grpc:proto-google-cloud-datastream-v1'

it/google-cloud-platform/src/main/java/org/apache/beam/it/gcp/pubsublite/PubsubliteResourceManager.java

Lines changed: 0 additions & 215 deletions
This file was deleted.

it/google-cloud-platform/src/main/java/org/apache/beam/it/gcp/pubsublite/package-info.java

Lines changed: 0 additions & 20 deletions
This file was deleted.

sdks/standard_expansion_services.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@
6363
# skip_transforms:
6464
# # generate_sequence is already included in the Java IO expansion service
6565
# - 'beam:schematransform:org.apache.beam:generate_sequence:v1'
66-
# # Handwritten wrappers exist in apache_beam/io/gcp/pubsublite/
67-
# - 'beam:schematransform:org.apache.beam:pubsublite_read:v1'
68-
# - 'beam:schematransform:org.apache.beam:pubsublite_write:v1'
6966
# # Handwritten wrapper exists in apache_beam/io/gcp/spanner.py
7067
# - 'beam:schematransform:org.apache.beam:spanner_write:v1'
7168
# # Native IO exists in apache_beam/io/gcp/pubsub.py

sdks/typescript/src/apache_beam/io/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export * from "./bigqueryio";
2222
export * from "./kafka";
2323
export * from "./parquetio";
2424
export * from "./pubsub";
25-
export * from "./pubsublite";
2625
export * from "./schemaio";
2726

2827
import { requireForSerialization } from "../serialization";

sdks/typescript/src/apache_beam/io/pubsublite.ts

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)