Class BetaManagedAgentsRetryStatusRetrying
-
- All Implemented Interfaces:
public final class BetaManagedAgentsRetryStatusRetryingThe server is retrying automatically. Client should wait; the same error type may fire again as retrying, then once as exhausted when the retry budget runs out.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsRetryStatusRetrying.BuilderA builder for BetaManagedAgentsRetryStatusRetrying.
public final classBetaManagedAgentsRetryStatusRetrying.Type
-
Method Summary
Modifier and Type Method Description final BetaManagedAgentsRetryStatusRetrying.Typetype()final JsonField<BetaManagedAgentsRetryStatusRetrying.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsRetryStatusRetrying.BuildertoBuilder()final BetaManagedAgentsRetryStatusRetryingvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsRetryStatusRetrying.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsRetryStatusRetrying. -
-
Method Detail
-
type
final BetaManagedAgentsRetryStatusRetrying.Type type()
-
_type
final JsonField<BetaManagedAgentsRetryStatusRetrying.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 BetaManagedAgentsRetryStatusRetrying.Builder toBuilder()
-
validate
final BetaManagedAgentsRetryStatusRetrying 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 BetaManagedAgentsRetryStatusRetrying.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsRetryStatusRetrying.
The following fields are required:
.type()
-
-
-
-