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