Class BetaManagedAgentsApiActor
-
- All Implemented Interfaces:
public final class BetaManagedAgentsApiActorAttribution for a write made directly via the public API (outside of any session).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsApiActor.BuilderA builder for BetaManagedAgentsApiActor.
public final classBetaManagedAgentsApiActor.Type
-
Method Summary
Modifier and Type Method Description final StringapiKeyId()ID of the API key that performed the write. final BetaManagedAgentsApiActor.Typetype()final JsonField<String>_apiKeyId()Returns the raw JSON value of apiKeyId. final JsonField<BetaManagedAgentsApiActor.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsApiActor.BuildertoBuilder()final BetaManagedAgentsApiActorvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsApiActor.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsApiActor. -
-
Method Detail
-
apiKeyId
final String apiKeyId()
ID of the API key that performed the write. This identifies the key, not the secret.
-
type
final BetaManagedAgentsApiActor.Type type()
-
_apiKeyId
final JsonField<String> _apiKeyId()
Returns the raw JSON value of apiKeyId.
Unlike apiKeyId, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsApiActor.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 BetaManagedAgentsApiActor.Builder toBuilder()
-
validate
final BetaManagedAgentsApiActor 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 BetaManagedAgentsApiActor.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsApiActor.
The following fields are required:
.apiKeyId() .type()
-
-
-
-