Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4ac97b3

Browse files
committedJul 7, 2020
Update documentation
1 parent edfe02a commit 4ac97b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha2/BQTableSchemaToProtoDescriptor.java

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public static Descriptor ConvertBQTableSchemaToProtoDescriptor(Table.TableSchema
7474
* @param BQTableSchema
7575
* @param scope Keeps track of current scope to prevent repeated naming while constructing
7676
* descriptor.
77+
* @param dependencyMap Stores already constructed descriptors to prevent reconstruction
7778
* @throws Descriptors.DescriptorValidationException
7879
*/
7980
private static Descriptor ConvertBQTableSchemaToProtoDescriptorImpl(

0 commit comments

Comments
 (0)
Please sign in to comment.