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