Class BetaManagedAgentsPrecondition.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsPrecondition.BuilderA builder for BetaManagedAgentsPrecondition.
-
-
Method Summary
-
-
Method Detail
-
type
final BetaManagedAgentsPrecondition.Builder type(BetaManagedAgentsPrecondition.Type type)
-
type
final BetaManagedAgentsPrecondition.Builder type(JsonField<BetaManagedAgentsPrecondition.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.
-
contentSha256
final BetaManagedAgentsPrecondition.Builder contentSha256(String contentSha256)
Expected
content_sha256of the stored memory (64 lowercase hexadecimal characters). Typically thecontent_sha256returned by a prior read or list call. Because the server applies no content normalization, clients can also compute this locally as the SHA-256 of the UTF-8 content bytes.
-
contentSha256
final BetaManagedAgentsPrecondition.Builder contentSha256(JsonField<String> contentSha256)
Sets Builder.contentSha256 to an arbitrary JSON value.
You should usually call Builder.contentSha256 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 BetaManagedAgentsPrecondition.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsPrecondition.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsPrecondition.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsPrecondition.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsPrecondition.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsPrecondition build()
Returns an immutable instance of BetaManagedAgentsPrecondition.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.type()
-
-
-
-