30 #ifndef GOOGLE_DEPLOYMENTMANAGER_API_DEPLOYMENTS_STOP_REQUEST_H_ 31 #define GOOGLE_DEPLOYMENTMANAGER_API_DEPLOYMENTS_STOP_REQUEST_H_ 34 #include "googleapis/base/macros.h" 35 #include "googleapis/client/data/jsoncpp_data.h" 36 #include "googleapis/strings/stringpiece.h" 84 return StringPiece(
"google_deploymentmanager_api::DeploymentsStopRequest");
93 return Storage().isMember(
"fingerprint");
100 MutableStorage()->removeMember(
"fingerprint");
108 const Json::Value& v = Storage(
"fingerprint");
109 if (v == Json::Value::null)
return StringPiece(
"");
110 return StringPiece(v.asCString());
130 *MutableStorage(
"fingerprint") = value.data();
137 #endif // GOOGLE_DEPLOYMENTMANAGER_API_DEPLOYMENTS_STOP_REQUEST_H_ void clear_fingerprint()
Definition: deployments_stop_request.h:99
const StringPiece GetTypeName() const
Definition: deployments_stop_request.h:83
Definition: audit_config.h:40
const StringPiece get_fingerprint() const
Definition: deployments_stop_request.h:107
void set_fingerprint(const StringPiece &value)
Definition: deployments_stop_request.h:129
Definition: audit_config.cc:42
bool has_fingerprint() const
Definition: deployments_stop_request.h:92
Definition: deployments_stop_request.h:50