Class BetaManagedAgentsSelfHostedResourcesUnsupportedRunError
-
- All Implemented Interfaces:
public final class BetaManagedAgentsSelfHostedResourcesUnsupportedRunErrorThe deployment configures resources, but its environment is self-hosted and cannot mount them.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsSelfHostedResourcesUnsupportedRunError.BuilderA builder for BetaManagedAgentsSelfHostedResourcesUnsupportedRunError.
public final classBetaManagedAgentsSelfHostedResourcesUnsupportedRunError.Type
-
Method Summary
Modifier and Type Method Description final Stringmessage()Human-readable error description. final BetaManagedAgentsSelfHostedResourcesUnsupportedRunError.Typetype()final JsonField<String>_message()Returns the raw JSON value of message. final JsonField<BetaManagedAgentsSelfHostedResourcesUnsupportedRunError.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsSelfHostedResourcesUnsupportedRunError.BuildertoBuilder()final BetaManagedAgentsSelfHostedResourcesUnsupportedRunErrorvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsSelfHostedResourcesUnsupportedRunError.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsSelfHostedResourcesUnsupportedRunError. -
-
Method Detail
-
_message
final JsonField<String> _message()
Returns the raw JSON value of message.
Unlike message, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsSelfHostedResourcesUnsupportedRunError.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 BetaManagedAgentsSelfHostedResourcesUnsupportedRunError.Builder toBuilder()
-
validate
final BetaManagedAgentsSelfHostedResourcesUnsupportedRunError 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 BetaManagedAgentsSelfHostedResourcesUnsupportedRunError.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsSelfHostedResourcesUnsupportedRunError.
The following fields are required:
.message() .type()
-
-
-
-