Class BetaManagedAgentsSessionResourceNotFoundRunError
-
- All Implemented Interfaces:
public final class BetaManagedAgentsSessionResourceNotFoundRunErrorA referenced resource no longer exists and its kind was not reported.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsSessionResourceNotFoundRunError.BuilderA builder for BetaManagedAgentsSessionResourceNotFoundRunError.
public final classBetaManagedAgentsSessionResourceNotFoundRunError.Type
-
Method Summary
Modifier and Type Method Description final Stringmessage()Human-readable error description. final BetaManagedAgentsSessionResourceNotFoundRunError.Typetype()final JsonField<String>_message()Returns the raw JSON value of message. final JsonField<BetaManagedAgentsSessionResourceNotFoundRunError.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsSessionResourceNotFoundRunError.BuildertoBuilder()final BetaManagedAgentsSessionResourceNotFoundRunErrorvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsSessionResourceNotFoundRunError.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionResourceNotFoundRunError. -
-
Method Detail
-
_message
final JsonField<String> _message()
Returns the raw JSON value of message.
Unlike message, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsSessionResourceNotFoundRunError.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 BetaManagedAgentsSessionResourceNotFoundRunError.Builder toBuilder()
-
validate
final BetaManagedAgentsSessionResourceNotFoundRunError 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 BetaManagedAgentsSessionResourceNotFoundRunError.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionResourceNotFoundRunError.
The following fields are required:
.message() .type()
-
-
-
-