- 3.84.0 (latest)
- 3.83.0
- 3.82.0
- 3.81.0
- 3.79.0
- 3.77.0
- 3.76.0
- 3.75.0
- 3.74.0
- 3.73.0
- 3.71.0
- 3.69.0
- 3.68.0
- 3.65.0
- 3.64.0
- 3.63.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.54.0
- 3.53.0
- 3.52.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.2
- 3.3.0
- 3.2.0
- 3.0.0
- 2.9.8
- 2.8.9
- 2.7.4
- 2.5.3
- 2.4.0
public static final class LineageSubgraph.Builder extends GeneratedMessage.Builder<LineageSubgraph.Builder> implements LineageSubgraphOrBuilderA subgraph of the overall lineage graph. Event edges connect Artifact and Execution nodes.
Protobuf type google.cloud.aiplatform.v1beta1.LineageSubgraph
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > LineageSubgraph.BuilderImplements
LineageSubgraphOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllArtifacts(Iterable<? extends Artifact> values)
public LineageSubgraph.Builder addAllArtifacts(Iterable<? extends Artifact> values)The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.aiplatform.v1beta1.Artifact> |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
addAllEvents(Iterable<? extends Event> values)
public LineageSubgraph.Builder addAllEvents(Iterable<? extends Event> values)The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Event events = 3;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.aiplatform.v1beta1.Event> |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
addAllExecutions(Iterable<? extends Execution> values)
public LineageSubgraph.Builder addAllExecutions(Iterable<? extends Execution> values)The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 2;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.aiplatform.v1beta1.Execution> |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
addArtifacts(Artifact value)
public LineageSubgraph.Builder addArtifacts(Artifact value)The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Artifact |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
addArtifacts(Artifact.Builder builderForValue)
public LineageSubgraph.Builder addArtifacts(Artifact.Builder builderForValue)The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Artifact.Builder |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
addArtifacts(int index, Artifact value)
public LineageSubgraph.Builder addArtifacts(int index, Artifact value)The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Artifact |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
addArtifacts(int index, Artifact.Builder builderForValue)
public LineageSubgraph.Builder addArtifacts(int index, Artifact.Builder builderForValue)The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Artifact.Builder |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
addArtifactsBuilder()
public Artifact.Builder addArtifactsBuilder()The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
| Returns | |
|---|---|
| Type | Description |
Artifact.Builder |
|
addArtifactsBuilder(int index)
public Artifact.Builder addArtifactsBuilder(int index)The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Artifact.Builder |
|
addEvents(Event value)
public LineageSubgraph.Builder addEvents(Event value)The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Event events = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Event |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
addEvents(Event.Builder builderForValue)
public LineageSubgraph.Builder addEvents(Event.Builder builderForValue)The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Event events = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Event.Builder |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
addEvents(int index, Event value)
public LineageSubgraph.Builder addEvents(int index, Event value)The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Event events = 3;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Event |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
addEvents(int index, Event.Builder builderForValue)
public LineageSubgraph.Builder addEvents(int index, Event.Builder builderForValue)The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Event events = 3;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Event.Builder |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
addEventsBuilder()
public Event.Builder addEventsBuilder()The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Event events = 3;
| Returns | |
|---|---|
| Type | Description |
Event.Builder |
|
addEventsBuilder(int index)
public Event.Builder addEventsBuilder(int index)The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Event events = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Event.Builder |
|
addExecutions(Execution value)
public LineageSubgraph.Builder addExecutions(Execution value)The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Execution |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
addExecutions(Execution.Builder builderForValue)
public LineageSubgraph.Builder addExecutions(Execution.Builder builderForValue)The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Execution.Builder |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
addExecutions(int index, Execution value)
public LineageSubgraph.Builder addExecutions(int index, Execution value)The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Execution |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
addExecutions(int index, Execution.Builder builderForValue)
public LineageSubgraph.Builder addExecutions(int index, Execution.Builder builderForValue)The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Execution.Builder |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
addExecutionsBuilder()
public Execution.Builder addExecutionsBuilder()The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 2;
| Returns | |
|---|---|
| Type | Description |
Execution.Builder |
|
addExecutionsBuilder(int index)
public Execution.Builder addExecutionsBuilder(int index)The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Execution.Builder |
|
build()
public LineageSubgraph build()| Returns | |
|---|---|
| Type | Description |
LineageSubgraph |
|
buildPartial()
public LineageSubgraph buildPartial()| Returns | |
|---|---|
| Type | Description |
LineageSubgraph |
|
clear()
public LineageSubgraph.Builder clear()| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
clearArtifacts()
public LineageSubgraph.Builder clearArtifacts()The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
clearEvents()
public LineageSubgraph.Builder clearEvents()The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Event events = 3;
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
clearExecutions()
public LineageSubgraph.Builder clearExecutions()The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 2;
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
getArtifacts(int index)
public Artifact getArtifacts(int index)The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Artifact |
|
getArtifactsBuilder(int index)
public Artifact.Builder getArtifactsBuilder(int index)The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Artifact.Builder |
|
getArtifactsBuilderList()
public List<Artifact.Builder> getArtifactsBuilderList()The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getArtifactsCount()
public int getArtifactsCount()The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getArtifactsList()
public List<Artifact> getArtifactsList()The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
| Returns | |
|---|---|
| Type | Description |
List<Artifact> |
|
getArtifactsOrBuilder(int index)
public ArtifactOrBuilder getArtifactsOrBuilder(int index)The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ArtifactOrBuilder |
|
getArtifactsOrBuilderList()
public List<? extends ArtifactOrBuilder> getArtifactsOrBuilderList()The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.ArtifactOrBuilder> |
|
getDefaultInstanceForType()
public LineageSubgraph getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
LineageSubgraph |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEvents(int index)
public Event getEvents(int index)The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Event events = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Event |
|
getEventsBuilder(int index)
public Event.Builder getEventsBuilder(int index)The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Event events = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Event.Builder |
|
getEventsBuilderList()
public List<Event.Builder> getEventsBuilderList()The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Event events = 3;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getEventsCount()
public int getEventsCount()The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Event events = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEventsList()
public List<Event> getEventsList()The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Event events = 3;
| Returns | |
|---|---|
| Type | Description |
List<Event> |
|
getEventsOrBuilder(int index)
public EventOrBuilder getEventsOrBuilder(int index)The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Event events = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EventOrBuilder |
|
getEventsOrBuilderList()
public List<? extends EventOrBuilder> getEventsOrBuilderList()The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Event events = 3;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.EventOrBuilder> |
|
getExecutions(int index)
public Execution getExecutions(int index)The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Execution |
|
getExecutionsBuilder(int index)
public Execution.Builder getExecutionsBuilder(int index)The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Execution.Builder |
|
getExecutionsBuilderList()
public List<Execution.Builder> getExecutionsBuilderList()The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 2;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getExecutionsCount()
public int getExecutionsCount()The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getExecutionsList()
public List<Execution> getExecutionsList()The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 2;
| Returns | |
|---|---|
| Type | Description |
List<Execution> |
|
getExecutionsOrBuilder(int index)
public ExecutionOrBuilder getExecutionsOrBuilder(int index)The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ExecutionOrBuilder |
|
getExecutionsOrBuilderList()
public List<? extends ExecutionOrBuilder> getExecutionsOrBuilderList()The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.ExecutionOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(LineageSubgraph other)
public LineageSubgraph.Builder mergeFrom(LineageSubgraph other)| Parameter | |
|---|---|
| Name | Description |
other |
LineageSubgraph |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public LineageSubgraph.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public LineageSubgraph.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
removeArtifacts(int index)
public LineageSubgraph.Builder removeArtifacts(int index)The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
removeEvents(int index)
public LineageSubgraph.Builder removeEvents(int index)The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Event events = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
removeExecutions(int index)
public LineageSubgraph.Builder removeExecutions(int index)The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
setArtifacts(int index, Artifact value)
public LineageSubgraph.Builder setArtifacts(int index, Artifact value)The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Artifact |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
setArtifacts(int index, Artifact.Builder builderForValue)
public LineageSubgraph.Builder setArtifacts(int index, Artifact.Builder builderForValue)The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Artifact.Builder |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
setEvents(int index, Event value)
public LineageSubgraph.Builder setEvents(int index, Event value)The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Event events = 3;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Event |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
setEvents(int index, Event.Builder builderForValue)
public LineageSubgraph.Builder setEvents(int index, Event.Builder builderForValue)The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Event events = 3;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Event.Builder |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
setExecutions(int index, Execution value)
public LineageSubgraph.Builder setExecutions(int index, Execution value)The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Execution |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|
setExecutions(int index, Execution.Builder builderForValue)
public LineageSubgraph.Builder setExecutions(int index, Execution.Builder builderForValue)The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Execution.Builder |
| Returns | |
|---|---|
| Type | Description |
LineageSubgraph.Builder |
|