Class: Google::Cloud::Profiler::V2::UpdateProfileRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/cloudprofiler/v2/profiler.rb

Overview

UpdateProfileRequest contains the profile to update.

Instance Attribute Summary collapse

Instance Attribute Details

#profile::Google::Cloud::Profiler::V2::Profile

Returns Profile to update.

Returns:



65
66
67
68
# File 'proto_docs/google/devtools/cloudprofiler/v2/profiler.rb', line 65

class UpdateProfileRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns 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.

Returns:

  • (::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.



65
66
67
68
# File 'proto_docs/google/devtools/cloudprofiler/v2/profiler.rb', line 65

class UpdateProfileRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end