Class: Google::Apis::ApigeeV1::ApiservingMcpMcpToolLifecycleProfile

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_stateString

Output only. The current launch state of the MCP tool. Corresponds to the JSON property launchState

Returns:

  • (String)


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