Skip to content

Commit

Permalink
chore: Add getServiceName implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Apr 26, 2024
1 parent 45db18a commit d3054a7
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuild
return BigQueryReadStubSettings.defaultExecutorProviderBuilder();
}

/** Returns the default service name. */
@Override
public String getServiceName() {
return "bigquerystorage";
}

/** Returns the default service endpoint. */
public static String getDefaultEndpoint() {
return BigQueryReadStubSettings.getDefaultEndpoint();
Expand Down

0 comments on commit d3054a7

Please sign in to comment.