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