@@ -1162,7 +1162,7 @@ public final UnaryCallable<UpdateArtifactRequest, Artifact> updateArtifactCallab
1162
1162
* created. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}
1163
1163
* @param context Required. The Context to create.
1164
1164
* @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}.
1166
1166
* If not provided, the Context's ID will be a UUID generated by the service. Must be 4-128
1167
1167
* characters in length. Valid characters are /[a-z][0-9]-/. Must be unique across all
1168
1168
* 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
1199
1199
* created. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}
1200
1200
* @param context Required. The Context to create.
1201
1201
* @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}.
1203
1203
* If not provided, the Context's ID will be a UUID generated by the service. Must be 4-128
1204
1204
* characters in length. Valid characters are /[a-z][0-9]-/. Must be unique across all
1205
1205
* Contexts in the parent MetadataStore. (Otherwise the request will fail with ALREADY_EXISTS,
@@ -1737,7 +1737,11 @@ public final UnaryCallable<DeleteContextRequest, Operation> deleteContextCallabl
1737
1737
* belong to. Format:
1738
1738
* projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
1739
1739
* @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}
1740
1742
* @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}
1741
1745
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1742
1746
*/
1743
1747
public final AddContextArtifactsAndExecutionsResponse addContextArtifactsAndExecutions (
@@ -1773,7 +1777,11 @@ public final AddContextArtifactsAndExecutionsResponse addContextArtifactsAndExec
1773
1777
* belong to. Format:
1774
1778
* projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
1775
1779
* @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}
1776
1782
* @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}
1777
1785
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1778
1786
*/
1779
1787
public final AddContextArtifactsAndExecutionsResponse addContextArtifactsAndExecutions (
@@ -1851,7 +1859,7 @@ public final AddContextArtifactsAndExecutionsResponse addContextArtifactsAndExec
1851
1859
/**
1852
1860
* Adds a set of Contexts as children to a parent Context. If any of the child Contexts have
1853
1861
* 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
1855
1863
* INVALID_ARGUMENT error.
1856
1864
*
1857
1865
* <p>Sample code:
@@ -1866,7 +1874,8 @@ public final AddContextArtifactsAndExecutionsResponse addContextArtifactsAndExec
1866
1874
* }
1867
1875
* }</pre>
1868
1876
*
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:
1870
1879
* projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
1871
1880
* @param childContexts The resource names of the child Contexts.
1872
1881
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
@@ -1885,7 +1894,7 @@ public final AddContextChildrenResponse addContextChildren(
1885
1894
/**
1886
1895
* Adds a set of Contexts as children to a parent Context. If any of the child Contexts have
1887
1896
* 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
1889
1898
* INVALID_ARGUMENT error.
1890
1899
*
1891
1900
* <p>Sample code:
@@ -1900,7 +1909,8 @@ public final AddContextChildrenResponse addContextChildren(
1900
1909
* }
1901
1910
* }</pre>
1902
1911
*
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:
1904
1914
* projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
1905
1915
* @param childContexts The resource names of the child Contexts.
1906
1916
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
@@ -1919,7 +1929,7 @@ public final AddContextChildrenResponse addContextChildren(
1919
1929
/**
1920
1930
* Adds a set of Contexts as children to a parent Context. If any of the child Contexts have
1921
1931
* 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
1923
1933
* INVALID_ARGUMENT error.
1924
1934
*
1925
1935
* <p>Sample code:
@@ -1948,7 +1958,7 @@ public final AddContextChildrenResponse addContextChildren(AddContextChildrenReq
1948
1958
/**
1949
1959
* Adds a set of Contexts as children to a parent Context. If any of the child Contexts have
1950
1960
* 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
1952
1962
* INVALID_ARGUMENT error.
1953
1963
*
1954
1964
* <p>Sample code:
@@ -2544,9 +2554,9 @@ public final UnaryCallable<UpdateExecutionRequest, Execution> updateExecutionCal
2544
2554
2545
2555
// AUTO-GENERATED DOCUMENTATION AND METHOD.
2546
2556
/**
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.
2550
2560
*
2551
2561
* <p>Sample code:
2552
2562
*
@@ -2578,9 +2588,9 @@ public final AddExecutionEventsResponse addExecutionEvents(
2578
2588
2579
2589
// AUTO-GENERATED DOCUMENTATION AND METHOD.
2580
2590
/**
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.
2584
2594
*
2585
2595
* <p>Sample code:
2586
2596
*
@@ -2608,9 +2618,9 @@ public final AddExecutionEventsResponse addExecutionEvents(String execution, Lis
2608
2618
2609
2619
// AUTO-GENERATED DOCUMENTATION AND METHOD.
2610
2620
/**
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.
2614
2624
*
2615
2625
* <p>Sample code:
2616
2626
*
@@ -2636,9 +2646,9 @@ public final AddExecutionEventsResponse addExecutionEvents(AddExecutionEventsReq
2636
2646
2637
2647
// AUTO-GENERATED DOCUMENTATION AND METHOD.
2638
2648
/**
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.
2642
2652
*
2643
2653
* <p>Sample code:
2644
2654
*
@@ -2773,7 +2783,7 @@ public final LineageSubgraph queryExecutionInputsAndOutputs(
2773
2783
2774
2784
// AUTO-GENERATED DOCUMENTATION AND METHOD.
2775
2785
/**
2776
- * Creates an MetadataSchema.
2786
+ * Creates a MetadataSchema.
2777
2787
*
2778
2788
* <p>Sample code:
2779
2789
*
@@ -2813,7 +2823,7 @@ public final MetadataSchema createMetadataSchema(
2813
2823
2814
2824
// AUTO-GENERATED DOCUMENTATION AND METHOD.
2815
2825
/**
2816
- * Creates an MetadataSchema.
2826
+ * Creates a MetadataSchema.
2817
2827
*
2818
2828
* <p>Sample code:
2819
2829
*
@@ -2853,7 +2863,7 @@ public final MetadataSchema createMetadataSchema(
2853
2863
2854
2864
// AUTO-GENERATED DOCUMENTATION AND METHOD.
2855
2865
/**
2856
- * Creates an MetadataSchema.
2866
+ * Creates a MetadataSchema.
2857
2867
*
2858
2868
* <p>Sample code:
2859
2869
*
@@ -2879,7 +2889,7 @@ public final MetadataSchema createMetadataSchema(CreateMetadataSchemaRequest req
2879
2889
2880
2890
// AUTO-GENERATED DOCUMENTATION AND METHOD.
2881
2891
/**
2882
- * Creates an MetadataSchema.
2892
+ * Creates a MetadataSchema.
2883
2893
*
2884
2894
* <p>Sample code:
2885
2895
*
0 commit comments