Class: Google::Apis::ApigeeV1::ApiservingMcpMcpToolLifecycleProfile
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::ApiservingMcpMcpToolLifecycleProfile
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/apigee_v1/classes.rb,
lib/google/apis/apigee_v1/representations.rb,
lib/google/apis/apigee_v1/representations.rb
Overview
Profile describing the lifecycle stage of an MCP tool. When used within the McpTool.meta field, this message should be packed into a google.protobuf.Any and associated with the key: "google.com/tool.profiles/lifecycle"
Instance Attribute Summary collapse
-
#launch_state ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ApiservingMcpMcpToolLifecycleProfile
constructor
A new instance of ApiservingMcpMcpToolLifecycleProfile.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ApiservingMcpMcpToolLifecycleProfile
Returns a new instance of ApiservingMcpMcpToolLifecycleProfile.
64 65 66 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 64 def initialize(**args) update!(**args) end |
Instance Attribute Details
#launch_state ⇒ String
Output only. The current launch state of the MCP tool.
Corresponds to the JSON property launchState
62 63 64 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 62 def launch_state @launch_state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
69 70 71 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 69 def update!(**args) @launch_state = args[:launch_state] if args.key?(:launch_state) end |