We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa293f2 commit 1a85112Copy full SHA for 1a85112
healthcare/v1/src/main/java/snippets/healthcare/datasets/DatasetPatch.java
@@ -31,6 +31,7 @@
31
import java.util.Collections;
32
33
public class DatasetPatch {
34
+ private static final String DATASET_NAME = "projects/%s/locations/%s/datasets/%s";
35
private static final JsonFactory JSON_FACTORY = new JacksonFactory();
36
private static final NetHttpTransport HTTP_TRANSPORT = new NetHttpTransport();
37
0 commit comments