Class CrossObjectInsertResponse
-
- All Implemented Interfaces:
public final class CrossObjectInsertResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCrossObjectInsertResponse.BuilderA builder for CrossObjectInsertResponse.
public final classCrossObjectInsertResponse.DatasetA mapping from dataset id to row ids for inserted
eventspublic final classCrossObjectInsertResponse.ExperimentA mapping from experiment id to row ids for inserted
eventspublic final classCrossObjectInsertResponse.ProjectLogsA mapping from project id to row ids for inserted
events
-
Method Summary
-
-
Method Detail
-
dataset
final Optional<CrossObjectInsertResponse.Dataset> dataset()
A mapping from dataset id to row ids for inserted
events
-
experiment
final Optional<CrossObjectInsertResponse.Experiment> experiment()
A mapping from experiment id to row ids for inserted
events
-
projectLogs
final Optional<CrossObjectInsertResponse.ProjectLogs> projectLogs()
A mapping from project id to row ids for inserted
events
-
_dataset
final JsonField<CrossObjectInsertResponse.Dataset> _dataset()
Returns the raw JSON value of dataset.
Unlike dataset, this method doesn't throw if the JSON field has an unexpected type.
-
_experiment
final JsonField<CrossObjectInsertResponse.Experiment> _experiment()
Returns the raw JSON value of experiment.
Unlike experiment, this method doesn't throw if the JSON field has an unexpected type.
-
_projectLogs
final JsonField<CrossObjectInsertResponse.ProjectLogs> _projectLogs()
Returns the raw JSON value of projectLogs.
Unlike projectLogs, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final CrossObjectInsertResponse validate()
-
toBuilder
final CrossObjectInsertResponse.Builder toBuilder()
-
builder
final static CrossObjectInsertResponse.Builder builder()
Returns a mutable builder for constructing an instance of CrossObjectInsertResponse.
-
-
-
-