@@ -1162,7 +1162,7 @@ public final UnaryCallable<UpdateArtifactRequest, Artifact> updateArtifactCallab
11621162 * created. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}
11631163 * @param context Required. The Context to create.
11641164 * @param contextId The {context} portion of the resource name with the format:
1165- * projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
1165+ * projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}.
11661166 * If not provided, the Context's ID will be a UUID generated by the service. Must be 4-128
11671167 * characters in length. Valid characters are /[a-z][0-9]-/. Must be unique across all
11681168 * Contexts in the parent MetadataStore. (Otherwise the request will fail with ALREADY_EXISTS,
@@ -1199,7 +1199,7 @@ public final Context createContext(MetadataStoreName parent, Context context, St
11991199 * created. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}
12001200 * @param context Required. The Context to create.
12011201 * @param contextId The {context} portion of the resource name with the format:
1202- * projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
1202+ * projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}.
12031203 * If not provided, the Context's ID will be a UUID generated by the service. Must be 4-128
12041204 * characters in length. Valid characters are /[a-z][0-9]-/. Must be unique across all
12051205 * Contexts in the parent MetadataStore. (Otherwise the request will fail with ALREADY_EXISTS,
@@ -1737,7 +1737,11 @@ public final UnaryCallable<DeleteContextRequest, Operation> deleteContextCallabl
17371737 * belong to. Format:
17381738 * projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
17391739 * @param artifacts The resource names of the Artifacts to attribute to the Context.
1740+ * <p>Format:
1741+ * projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}
17401742 * @param executions The resource names of the Executions to associate with the Context.
1743+ * <p>Format:
1744+ * projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}
17411745 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
17421746 */
17431747 public final AddContextArtifactsAndExecutionsResponse addContextArtifactsAndExecutions (
@@ -1773,7 +1777,11 @@ public final AddContextArtifactsAndExecutionsResponse addContextArtifactsAndExec
17731777 * belong to. Format:
17741778 * projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
17751779 * @param artifacts The resource names of the Artifacts to attribute to the Context.
1780+ * <p>Format:
1781+ * projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}
17761782 * @param executions The resource names of the Executions to associate with the Context.
1783+ * <p>Format:
1784+ * projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}
17771785 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
17781786 */
17791787 public final AddContextArtifactsAndExecutionsResponse addContextArtifactsAndExecutions (
@@ -1851,7 +1859,7 @@ public final AddContextArtifactsAndExecutionsResponse addContextArtifactsAndExec
18511859 /**
18521860 * Adds a set of Contexts as children to a parent Context. If any of the child Contexts have
18531861 * already been added to the parent Context, they are simply skipped. If this call would create a
1854- * cycle or cause any Context to have more than 10 parents, the request will fail with
1862+ * cycle or cause any Context to have more than 10 parents, the request will fail with an
18551863 * INVALID_ARGUMENT error.
18561864 *
18571865 * <p>Sample code:
@@ -1866,7 +1874,8 @@ public final AddContextArtifactsAndExecutionsResponse addContextArtifactsAndExec
18661874 * }
18671875 * }</pre>
18681876 *
1869- * @param context Required. The resource name of the parent Context. Format:
1877+ * @param context Required. The resource name of the parent Context.
1878+ * <p>Format:
18701879 * projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
18711880 * @param childContexts The resource names of the child Contexts.
18721881 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
@@ -1885,7 +1894,7 @@ public final AddContextChildrenResponse addContextChildren(
18851894 /**
18861895 * Adds a set of Contexts as children to a parent Context. If any of the child Contexts have
18871896 * already been added to the parent Context, they are simply skipped. If this call would create a
1888- * cycle or cause any Context to have more than 10 parents, the request will fail with
1897+ * cycle or cause any Context to have more than 10 parents, the request will fail with an
18891898 * INVALID_ARGUMENT error.
18901899 *
18911900 * <p>Sample code:
@@ -1900,7 +1909,8 @@ public final AddContextChildrenResponse addContextChildren(
19001909 * }
19011910 * }</pre>
19021911 *
1903- * @param context Required. The resource name of the parent Context. Format:
1912+ * @param context Required. The resource name of the parent Context.
1913+ * <p>Format:
19041914 * projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
19051915 * @param childContexts The resource names of the child Contexts.
19061916 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
@@ -1919,7 +1929,7 @@ public final AddContextChildrenResponse addContextChildren(
19191929 /**
19201930 * Adds a set of Contexts as children to a parent Context. If any of the child Contexts have
19211931 * already been added to the parent Context, they are simply skipped. If this call would create a
1922- * cycle or cause any Context to have more than 10 parents, the request will fail with
1932+ * cycle or cause any Context to have more than 10 parents, the request will fail with an
19231933 * INVALID_ARGUMENT error.
19241934 *
19251935 * <p>Sample code:
@@ -1948,7 +1958,7 @@ public final AddContextChildrenResponse addContextChildren(AddContextChildrenReq
19481958 /**
19491959 * Adds a set of Contexts as children to a parent Context. If any of the child Contexts have
19501960 * already been added to the parent Context, they are simply skipped. If this call would create a
1951- * cycle or cause any Context to have more than 10 parents, the request will fail with
1961+ * cycle or cause any Context to have more than 10 parents, the request will fail with an
19521962 * INVALID_ARGUMENT error.
19531963 *
19541964 * <p>Sample code:
@@ -2544,9 +2554,9 @@ public final UnaryCallable<UpdateExecutionRequest, Execution> updateExecutionCal
25442554
25452555 // AUTO-GENERATED DOCUMENTATION AND METHOD.
25462556 /**
2547- * Adds Events for denoting whether each Artifact was an input or output for a given Execution. If
2548- * any Events already exist between the Execution and any of the specified Artifacts they are
2549- * simply skipped.
2557+ * Adds Events to the specified Execution. An Event indicates whether an Artifact was used as an
2558+ * input or output for an Execution. If an Event already exists between the Execution and the
2559+ * Artifact, the Event is skipped.
25502560 *
25512561 * <p>Sample code:
25522562 *
@@ -2578,9 +2588,9 @@ public final AddExecutionEventsResponse addExecutionEvents(
25782588
25792589 // AUTO-GENERATED DOCUMENTATION AND METHOD.
25802590 /**
2581- * Adds Events for denoting whether each Artifact was an input or output for a given Execution. If
2582- * any Events already exist between the Execution and any of the specified Artifacts they are
2583- * simply skipped.
2591+ * Adds Events to the specified Execution. An Event indicates whether an Artifact was used as an
2592+ * input or output for an Execution. If an Event already exists between the Execution and the
2593+ * Artifact, the Event is skipped.
25842594 *
25852595 * <p>Sample code:
25862596 *
@@ -2608,9 +2618,9 @@ public final AddExecutionEventsResponse addExecutionEvents(String execution, Lis
26082618
26092619 // AUTO-GENERATED DOCUMENTATION AND METHOD.
26102620 /**
2611- * Adds Events for denoting whether each Artifact was an input or output for a given Execution. If
2612- * any Events already exist between the Execution and any of the specified Artifacts they are
2613- * simply skipped.
2621+ * Adds Events to the specified Execution. An Event indicates whether an Artifact was used as an
2622+ * input or output for an Execution. If an Event already exists between the Execution and the
2623+ * Artifact, the Event is skipped.
26142624 *
26152625 * <p>Sample code:
26162626 *
@@ -2636,9 +2646,9 @@ public final AddExecutionEventsResponse addExecutionEvents(AddExecutionEventsReq
26362646
26372647 // AUTO-GENERATED DOCUMENTATION AND METHOD.
26382648 /**
2639- * Adds Events for denoting whether each Artifact was an input or output for a given Execution. If
2640- * any Events already exist between the Execution and any of the specified Artifacts they are
2641- * simply skipped.
2649+ * Adds Events to the specified Execution. An Event indicates whether an Artifact was used as an
2650+ * input or output for an Execution. If an Event already exists between the Execution and the
2651+ * Artifact, the Event is skipped.
26422652 *
26432653 * <p>Sample code:
26442654 *
@@ -2773,7 +2783,7 @@ public final LineageSubgraph queryExecutionInputsAndOutputs(
27732783
27742784 // AUTO-GENERATED DOCUMENTATION AND METHOD.
27752785 /**
2776- * Creates an MetadataSchema.
2786+ * Creates a MetadataSchema.
27772787 *
27782788 * <p>Sample code:
27792789 *
@@ -2813,7 +2823,7 @@ public final MetadataSchema createMetadataSchema(
28132823
28142824 // AUTO-GENERATED DOCUMENTATION AND METHOD.
28152825 /**
2816- * Creates an MetadataSchema.
2826+ * Creates a MetadataSchema.
28172827 *
28182828 * <p>Sample code:
28192829 *
@@ -2853,7 +2863,7 @@ public final MetadataSchema createMetadataSchema(
28532863
28542864 // AUTO-GENERATED DOCUMENTATION AND METHOD.
28552865 /**
2856- * Creates an MetadataSchema.
2866+ * Creates a MetadataSchema.
28572867 *
28582868 * <p>Sample code:
28592869 *
@@ -2879,7 +2889,7 @@ public final MetadataSchema createMetadataSchema(CreateMetadataSchemaRequest req
28792889
28802890 // AUTO-GENERATED DOCUMENTATION AND METHOD.
28812891 /**
2882- * Creates an MetadataSchema.
2892+ * Creates a MetadataSchema.
28832893 *
28842894 * <p>Sample code:
28852895 *
0 commit comments