Class BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError
-
- All Implemented Interfaces:
public final class BetaManagedAgentsSkillNotFoundDeploymentPausedReasonErrorA skill referenced by the deployment's agent no longer exists.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.BuilderA builder for BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.
public final classBetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.Type
-
Method Summary
Modifier and Type Method Description final BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.Typetype()final JsonField<BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.BuildertoBuilder()final BetaManagedAgentsSkillNotFoundDeploymentPausedReasonErrorvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError. -
-
Method Detail
-
_type
final JsonField<BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.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 BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.Builder toBuilder()
-
validate
final BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError 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 BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsSkillNotFoundDeploymentPausedReasonError.
The following fields are required:
.type()
-
-
-
-