Class BetaManagedAgentsMcpEgressBlockedRunError.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsMcpEgressBlockedRunError.BuilderA builder for BetaManagedAgentsMcpEgressBlockedRunError.
-
-
Method Summary
-
-
Method Detail
-
message
final BetaManagedAgentsMcpEgressBlockedRunError.Builder message(String message)
Human-readable error description.
-
message
final BetaManagedAgentsMcpEgressBlockedRunError.Builder message(JsonField<String> message)
Sets Builder.message to an arbitrary JSON value.
You should usually call Builder.message with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final BetaManagedAgentsMcpEgressBlockedRunError.Builder type(BetaManagedAgentsMcpEgressBlockedRunError.Type type)
-
type
final BetaManagedAgentsMcpEgressBlockedRunError.Builder type(JsonField<BetaManagedAgentsMcpEgressBlockedRunError.Type> type)
Sets Builder.type to an arbitrary JSON value.
You should usually call Builder.type with a well-typed Type value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaManagedAgentsMcpEgressBlockedRunError.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsMcpEgressBlockedRunError.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsMcpEgressBlockedRunError.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsMcpEgressBlockedRunError.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsMcpEgressBlockedRunError.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsMcpEgressBlockedRunError build()
Returns an immutable instance of BetaManagedAgentsMcpEgressBlockedRunError.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.message() .type()
-
-
-
-