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