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