Reference documentation and code samples for the Cloud Profiler V2 API class Google::Cloud::Profiler::V2::CreateOfflineProfileRequest.
CreateOfflineProfileRequest describes a profile resource offline creation request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
- (::String) — Parent project to create the profile in.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Parent project to create the profile in.
Returns
- (::String) — Parent project to create the profile in.
#profile
def profile() -> ::Google::Cloud::Profiler::V2::Profile
Returns
- (::Google::Cloud::Profiler::V2::Profile) — Contents of the profile to create.
#profile=
def profile=(value) -> ::Google::Cloud::Profiler::V2::Profile
Parameter
- value (::Google::Cloud::Profiler::V2::Profile) — Contents of the profile to create.
Returns
- (::Google::Cloud::Profiler::V2::Profile) — Contents of the profile to create.