Class: Google::Cloud::Profiler::V2::CreateOfflineProfileRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Profiler::V2::CreateOfflineProfileRequest
- 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
-
#parent ⇒ ::String
Parent project to create the profile in.
-
#profile ⇒ ::Google::Cloud::Profiler::V2::Profile
Contents of the profile to create.
Instance Attribute Details
#parent ⇒ ::String
Returns 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.
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 |