Class RealtimeSessionCreateResponse.Tool.McpTool.RequireApproval.McpToolApprovalFilter.Always.Builder
-
- All Implemented Interfaces:
public final class RealtimeSessionCreateResponse.Tool.McpTool.RequireApproval.McpToolApprovalFilter.Always.BuilderA builder for Always.
-
-
Method Summary
-
-
Method Detail
-
readOnly
final RealtimeSessionCreateResponse.Tool.McpTool.RequireApproval.McpToolApprovalFilter.Always.Builder readOnly(Boolean readOnly)
Indicates whether or not a tool modifies data or is read-only. If an MCP server is annotated with
readOnlyHint, it will match this filter.
-
readOnly
final RealtimeSessionCreateResponse.Tool.McpTool.RequireApproval.McpToolApprovalFilter.Always.Builder readOnly(JsonField<Boolean> readOnly)
Sets Builder.readOnly to an arbitrary JSON value.
You should usually call Builder.readOnly with a well-typed Boolean value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
toolNames
final RealtimeSessionCreateResponse.Tool.McpTool.RequireApproval.McpToolApprovalFilter.Always.Builder toolNames(List<String> toolNames)
List of allowed tool names.
-
toolNames
final RealtimeSessionCreateResponse.Tool.McpTool.RequireApproval.McpToolApprovalFilter.Always.Builder toolNames(JsonField<List<String>> toolNames)
Sets Builder.toolNames to an arbitrary JSON value.
You should usually call Builder.toolNames with a well-typed
List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addToolName
final RealtimeSessionCreateResponse.Tool.McpTool.RequireApproval.McpToolApprovalFilter.Always.Builder addToolName(String toolName)
-
additionalProperties
final RealtimeSessionCreateResponse.Tool.McpTool.RequireApproval.McpToolApprovalFilter.Always.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final RealtimeSessionCreateResponse.Tool.McpTool.RequireApproval.McpToolApprovalFilter.Always.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final RealtimeSessionCreateResponse.Tool.McpTool.RequireApproval.McpToolApprovalFilter.Always.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final RealtimeSessionCreateResponse.Tool.McpTool.RequireApproval.McpToolApprovalFilter.Always.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final RealtimeSessionCreateResponse.Tool.McpTool.RequireApproval.McpToolApprovalFilter.Always.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final RealtimeSessionCreateResponse.Tool.McpTool.RequireApproval.McpToolApprovalFilter.Always build()
Returns an immutable instance of Always.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-