Skip to content

Commit

Permalink
fix: Add getServiceName() to EnhancedBigTableStubSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Jun 10, 2024
1 parent de639bc commit f7656c5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,11 @@ public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilde
.setJwtEnabledScopes(JWT_ENABLED_SCOPES);
}

@Override
public String getServiceName() {
return "bigtable";
}

/**
* Returns the object with the settings used for calls to ReadRows.
*
Expand Down

0 comments on commit f7656c5

Please sign in to comment.