Class BetaManagedAgentsMemoryPrefix.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsMemoryPrefix.BuilderA builder for BetaManagedAgentsMemoryPrefix.
-
-
Method Summary
-
-
Method Detail
-
path
final BetaManagedAgentsMemoryPrefix.Builder path(String path)
The rolled-up path prefix, including a trailing
/(e.g./projects/foo/). Pass this value aspath_prefixon a subsequent list call to drill into the directory.
-
path
final BetaManagedAgentsMemoryPrefix.Builder path(JsonField<String> path)
Sets Builder.path to an arbitrary JSON value.
You should usually call Builder.path 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 BetaManagedAgentsMemoryPrefix.Builder type(BetaManagedAgentsMemoryPrefix.Type type)
-
type
final BetaManagedAgentsMemoryPrefix.Builder type(JsonField<BetaManagedAgentsMemoryPrefix.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 BetaManagedAgentsMemoryPrefix.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsMemoryPrefix.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsMemoryPrefix.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsMemoryPrefix.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsMemoryPrefix.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsMemoryPrefix build()
Returns an immutable instance of BetaManagedAgentsMemoryPrefix.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.path() .type()
-
-
-
-