Class BetaManagedAgentsDeletedMemoryStore.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsDeletedMemoryStore.BuilderA builder for BetaManagedAgentsDeletedMemoryStore.
-
-
Method Summary
-
-
Method Detail
-
id
final BetaManagedAgentsDeletedMemoryStore.Builder id(String id)
ID of the deleted memory store (a
memstore_...identifier). The store and all its memories and versions are no longer retrievable.
-
id
final BetaManagedAgentsDeletedMemoryStore.Builder id(JsonField<String> id)
Sets Builder.id to an arbitrary JSON value.
You should usually call Builder.id 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 BetaManagedAgentsDeletedMemoryStore.Builder type(BetaManagedAgentsDeletedMemoryStore.Type type)
-
type
final BetaManagedAgentsDeletedMemoryStore.Builder type(JsonField<BetaManagedAgentsDeletedMemoryStore.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 BetaManagedAgentsDeletedMemoryStore.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsDeletedMemoryStore.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsDeletedMemoryStore.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsDeletedMemoryStore.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsDeletedMemoryStore.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsDeletedMemoryStore build()
Returns an immutable instance of BetaManagedAgentsDeletedMemoryStore.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.id() .type()
-
-
-
-