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