File tree Expand file tree Collapse file tree
src/main/java/org/apache/beam/it/gcp/pubsublite
playground/frontend/playground_components/assets/symbols
typescript/src/apache_beam/io
website/www/site/content/en/documentation Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
90439027PubsubMessage :
90449028 methods :
90459029 - equals
Original file line number Diff line number Diff line change @@ -8155,9 +8155,6 @@ ReadFromPubSub:
81558155 - expand
81568156 properties :
81578157 - URN
8158- ReadFromPubSubLite :
8159- methods :
8160- - expand
81618158ReadFromSnowflake :
81628159 methods :
81638160 - expand
@@ -12050,9 +12047,6 @@ WriteToPubSub:
1205012047 - expand
1205112048 properties :
1205212049 - URN
12053- WriteToPubSubLite :
12054- methods :
12055- - expand
1205612050WriteToSnowflake :
1205712051 methods :
1205812052 - expand
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ export * from "./bigqueryio";
2222export * from "./kafka" ;
2323export * from "./parquetio" ;
2424export * from "./pubsub" ;
25- export * from "./pubsublite" ;
2625export * from "./schemaio" ;
2726
2827import { requireForSerialization } from "../serialization" ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments