Returns whether this method is safe. A safe request does nothing except retrieval so it has no side effects on the server side. @since 1.1.0
()
| 368 | * @since 1.1.0 |
| 369 | */ |
| 370 | public boolean isSafe() { |
| 371 | return safe; |
| 372 | } |
| 373 | |
| 374 | /** |
| 375 | * Returns whether RPCs for this method may be sampled into the local tracing store. |
no outgoing calls