Returns the call credentials.
()
| 281 | * Returns the call credentials. |
| 282 | */ |
| 283 | @Nullable |
| 284 | public CallCredentials getCredentials() { |
| 285 | return credentials; |
| 286 | } |
| 287 | |
| 288 | /** |
| 289 | * Returns a new {@code CallOptions} with {@code executor} to be used instead of the default |
no outgoing calls