File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
examples/modules/complex/proto Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 44 - remote: buf.build
55 owner: googleapis
66 repository: googleapis
7- commit: 61b203b9a9164be9a834f58c37be6f62
8- digest: shake256:e619113001d6e284ee8a92b1561e5d4ea89a47b28bf0410815cb2fa23914df8be9f1a6a98dcf069f5bc2d829a2cfb1ac614863be45cd4f8a5ad8606c5f200224
7+ commit: 72c8614f3bd0466ea67931ef2c43d608
8+ digest: shake256:b3ac4d383db09f92ab0ca85d12bff8c49eddf7031bd3a854c260b6ac4ed6a2bb85b52b3393c316d28f8038bf3b8e70cb3d16470e8cc4423007678fb6d89d36d4
Original file line number Diff line number Diff line change @@ -233,9 +233,6 @@ const boost::optional<DialOptions>& Options::dial_options() const {
233233 return dial_options_;
234234}
235235
236- Credentials::Credentials (std::string payload)
237- : type_(" robot-location-secret" ), payload_(std::move(payload)) {}
238-
239236Credentials::Credentials (std::string type, std::string payload)
240237 : type_(std::move(type)), payload_(std::move(payload)) {}
241238
Original file line number Diff line number Diff line change @@ -58,8 +58,6 @@ class ViamChannel {
5858
5959class Credentials {
6060 public:
61- // / @deprecated use `Credentials(std::string type, std::string payload)`
62- Credentials (std::string payload);
6361 Credentials (std::string type, std::string payload);
6462 const std::string& type () const ;
6563 const std::string& payload () const ;
You can’t perform that action at this time.
0 commit comments