Reference documentation and code samples for the Google Cloud Profiler V2 Client class UpdateProfileRequest.
UpdateProfileRequest contains the profile to update.
Generated from protobuf message google.devtools.cloudprofiler.v2.UpdateProfileRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ profile
↳ update_mask
Google\Protobuf\FieldMask
Field mask used to specify the fields to be overwritten. Currently only profile_bytes and labels fields are supported by UpdateProfile, so only those fields can be specified in the mask. When no mask is provided, all fields are overwritten.
getProfile
Profile to update
hasProfile
clearProfile
setProfile
Profile to update
$this
getUpdateMask
Field mask used to specify the fields to be overwritten. Currently only profile_bytes and labels fields are supported by UpdateProfile, so only those fields can be specified in the mask. When no mask is provided, all fields are overwritten.
hasUpdateMask
clearUpdateMask
setUpdateMask
Field mask used to specify the fields to be overwritten. Currently only profile_bytes and labels fields are supported by UpdateProfile, so only those fields can be specified in the mask. When no mask is provided, all fields are overwritten.
$this