Skip to content

Commit d93bdf0

Browse files
committed
remove website, typescript, etc pubsublite uses
1 parent 7a278e2 commit d93bdf0

10 files changed

Lines changed: 0 additions & 393 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.

playground/frontend/playground_components/assets/symbols/java.g.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9024,22 +9024,6 @@ PubsubJsonClient:
90249024
- pull
90259025
properties:
90269026
- FACTORY
9027-
PubsubLiteIO:
9028-
methods:
9029-
- addUuids
9030-
- deduplicate
9031-
- expand
9032-
- read
9033-
- write
9034-
PubsubLiteSink:
9035-
methods:
9036-
- finishBundle
9037-
- processElement
9038-
- startBundle
9039-
PubsubLiteTableProvider:
9040-
methods:
9041-
- buildBeamSqlTable
9042-
- getTableType
90439027
PubsubMessage:
90449028
methods:
90459029
- equals

playground/frontend/playground_components/assets/symbols/python.g.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8155,9 +8155,6 @@ ReadFromPubSub:
81558155
- expand
81568156
properties:
81578157
- URN
8158-
ReadFromPubSubLite:
8159-
methods:
8160-
- expand
81618158
ReadFromSnowflake:
81628159
methods:
81638160
- expand
@@ -12050,9 +12047,6 @@ WriteToPubSub:
1205012047
- expand
1205112048
properties:
1205212049
- URN
12053-
WriteToPubSubLite:
12054-
methods:
12055-
- expand
1205612050
WriteToSnowflake:
1205712051
methods:
1205812052
- expand

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)