Class: Google::Cloud::Profiler::V2::Profile
- Inherits:
-
Object
- Object
- Google::Cloud::Profiler::V2::Profile
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudprofiler/v2/profiler.rb
Overview
Profile resource.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#deployment ⇒ ::Google::Cloud::Profiler::V2::Deployment
Deployment this profile corresponds to.
-
#duration ⇒ ::Google::Protobuf::Duration
Duration of the profiling session.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Input only.
-
#name ⇒ ::String
readonly
Output only.
-
#profile_bytes ⇒ ::String
Input only.
-
#profile_type ⇒ ::Google::Cloud::Profiler::V2::ProfileType
Type of profile.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#deployment ⇒ ::Google::Cloud::Profiler::V2::Deployment
103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/devtools/cloudprofiler/v2/profiler.rb', line 103 class Profile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#duration ⇒ ::Google::Protobuf::Duration
103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/devtools/cloudprofiler/v2/profiler.rb', line 103 class Profile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/devtools/cloudprofiler/v2/profiler.rb', line 103 class Profile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String (readonly)
103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/devtools/cloudprofiler/v2/profiler.rb', line 103 class Profile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#profile_bytes ⇒ ::String
103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/devtools/cloudprofiler/v2/profiler.rb', line 103 class Profile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#profile_type ⇒ ::Google::Cloud::Profiler::V2::ProfileType
103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/devtools/cloudprofiler/v2/profiler.rb', line 103 class Profile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#start_time ⇒ ::Google::Protobuf::Timestamp (readonly)
103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/devtools/cloudprofiler/v2/profiler.rb', line 103 class Profile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |