Class: Google::Cloud::Profiler::V2::CreateOfflineProfileRequest

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

Overview

CreateOfflineProfileRequest describes a profile resource offline creation request.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Parent project to create the profile in.

Returns:

  • (::String)

    Parent project to create the profile in.



50
51
52
53
# File 'proto_docs/google/devtools/cloudprofiler/v2/profiler.rb', line 50

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

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

Returns Contents of the profile to create.

Returns:



50
51
52
53
# File 'proto_docs/google/devtools/cloudprofiler/v2/profiler.rb', line 50

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