Returns the full name of the container. The default value is an empty string meaning no container.
| 61 | // |
| 62 | // The default value is an empty string meaning no container. |
| 63 | absl::string_view container() const { return container_; } |
| 64 | |
| 65 | // Sets the container name. |
| 66 | // |