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