Class BetaManagedAgentsFileImageSource
-
- All Implemented Interfaces:
public final class BetaManagedAgentsFileImageSourceImage referenced by file ID.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsFileImageSource.BuilderA builder for BetaManagedAgentsFileImageSource.
public final classBetaManagedAgentsFileImageSource.Type
-
Method Summary
Modifier and Type Method Description final StringfileId()ID of a previously uploaded file. final BetaManagedAgentsFileImageSource.Typetype()final JsonField<String>_fileId()Returns the raw JSON value of fileId. final JsonField<BetaManagedAgentsFileImageSource.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsFileImageSource.BuildertoBuilder()final BetaManagedAgentsFileImageSourcevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsFileImageSource.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsFileImageSource. -
-
Method Detail
-
type
final BetaManagedAgentsFileImageSource.Type type()
-
_fileId
final JsonField<String> _fileId()
Returns the raw JSON value of fileId.
Unlike fileId, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsFileImageSource.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsFileImageSource.Builder toBuilder()
-
validate
final BetaManagedAgentsFileImageSource validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaManagedAgentsFileImageSource.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsFileImageSource.
The following fields are required:
.fileId() .type()
-
-
-
-