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