Class BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.BuilderA builder for BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.
-
-
Method Summary
-
-
Method Detail
-
type
final BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.Builder type(BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.Type type)
-
type
final BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.Builder type(JsonField<BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.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 BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError build()
Returns an immutable instance of BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.type()
-
-
-
-