This repository was archived by the owner on Nov 11, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +46
-1
lines changed
sdk/src/main/java/com/google/cloud/dataflow/sdk Expand file tree Collapse file tree 3 files changed +46
-1
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) 2015 Google Inc.
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
5+ * use this file except in compliance with the License. You may obtain a copy of
6+ * the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+ * License for the specific language governing permissions and limitations under
14+ * the License.
15+ */
16+
17+ /**
18+ * Defines a {@link com.google.cloud.dataflow.sdk.coders.Coder}
19+ * for Protocol Buffers messages, {@code ProtoCoder}.
20+ *
21+ * @see com.google.cloud.dataflow.sdk.coders.protobuf.ProtoCoder
22+ */
23+ package com .google .cloud .dataflow .sdk .coders .protobuf ;
Original file line number Diff line number Diff line change 7272 * <h3>Reading from Cloud Bigtable</h3>
7373 *
7474 * <p>The Bigtable source returns a set of rows from a single table, returning a
75- * {@code PCollection< Row> }.
75+ * {@code PCollection< Row> }.
7676 *
7777 * <p>To configure a Cloud Bigtable source, you must supply a table id and a {@link BigtableOptions}
7878 * or builder configured with the project and other information necessary to identify the
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) 2015 Google Inc.
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
5+ * use this file except in compliance with the License. You may obtain a copy of
6+ * the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+ * License for the specific language governing permissions and limitations under
14+ * the License.
15+ */
16+
17+ /**
18+ * Defines transforms for reading and writing from Google Cloud Bigtable.
19+ *
20+ * @see com.google.cloud.dataflow.sdk.io.bigtable.BigtableIO
21+ */
22+ package com .google .cloud .dataflow .sdk .io .bigtable ;
You can’t perform that action at this time.
0 commit comments