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