This repository was archived by the owner on May 8, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 263263
264264 <!-- Hide @InternalApi classes for InstanceAdmin -->
265265 <sourceFileExclude >**/com/google/cloud/bigtable/admin/v2/internal/**</sourceFileExclude >
266- <sourceFileExclude >**/com/google/cloud/bigtable/admin/v2/stub/GrpcBigtableInstanceAdminCallableFactory.java</sourceFileExclude >
267- <sourceFileExclude >**/com/google/cloud/bigtable/admin/v2/stub/GrpcBigtableInstanceAdminStub.java</sourceFileExclude >
268- <sourceFileExclude >**/com/google/cloud/bigtable/admin/v2/stub/BigtableInstanceAdminStub.java</sourceFileExclude >
269266
270267 <!-- Hide**/ @InternalApi classes for TableAdmin -->
271- <sourceFileExclude >**/com/google/cloud/bigtable/admin/v2/stub/GrpcBigtableTableAdminCallableFactory.java</sourceFileExclude >
272- <sourceFileExclude >**/com/google/cloud/bigtable/admin/v2/stub/GrpcBigtableTableAdminStub.java</sourceFileExclude >
273- <sourceFileExclude >**/com/google/cloud/bigtable/admin/v2/stub/BigtableTableAdminStub.java</sourceFileExclude >
274268 <sourceFileExclude >**/com/google/cloud/bigtable/admin/v2/stub/EnhancedBigtableTableAdminStub.java</sourceFileExclude >
275269
276270 <!-- Hide**/ @InternalApi classes for Data -->
327321 <!-- Exclude generating javadocs for internal implementations for admin and data, which
328322 are under internal/ and .v2.stub/, and exclude all BaseClients and BaseSettings.
329323 The only exception is we want to keep the javadoc for StubSettings. -->
330- -excludeclasses com\.google\.cloud\.bigtable\.admin\.v2\.( internal\.|stub\.(?!Bigtable.*StubSettings).*) :com\.google\.cloud\.bigtable\.data\.v2\.(internal\.|(Base.*).*|stub\.(?!Enhanced.*StubSettings).*)
324+ -excludeclasses com\.google\.cloud\.bigtable\.admin\.v2\.internal\..* :com\.google\.cloud\.bigtable\.data\.v2\.(internal\.|(Base.*).*|stub\.(?!Enhanced.*StubSettings).*)
331325 <!-- Exclude the javadocs for the auto-generated raw protos since we don't expose them.
332326 The raw protos generated by gapic are under com.google.bigtable. And the public surface
333327 is under com.google.cloud.bigtable. Also exclude the stats package which is the
You can’t perform that action at this time.
0 commit comments