Class BetaManagedAgentsFileRubric
-
- All Implemented Interfaces:
public final class BetaManagedAgentsFileRubricRubric referenced by a file uploaded via the Files API.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsFileRubric.BuilderA builder for BetaManagedAgentsFileRubric.
public final classBetaManagedAgentsFileRubric.Type
-
Method Summary
Modifier and Type Method Description final StringfileId()ID of the rubric file. final BetaManagedAgentsFileRubric.Typetype()final JsonField<String>_fileId()Returns the raw JSON value of fileId. final JsonField<BetaManagedAgentsFileRubric.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsFileRubric.BuildertoBuilder()final BetaManagedAgentsFileRubricvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsFileRubric.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsFileRubric. -
-
Method Detail
-
type
final BetaManagedAgentsFileRubric.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<BetaManagedAgentsFileRubric.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 BetaManagedAgentsFileRubric.Builder toBuilder()
-
validate
final BetaManagedAgentsFileRubric 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 BetaManagedAgentsFileRubric.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsFileRubric.
The following fields are required:
.fileId() .type()
-
-
-
-