Skip to content

Commit 1a85112

Browse files
authored
healthcare API: add DATASET_NAME variable to DatasetPatch.java (GoogleCloudPlatform#2828)
1 parent fa293f2 commit 1a85112

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

healthcare/v1/src/main/java/snippets/healthcare/datasets/DatasetPatch.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
import java.util.Collections;
3232

3333
public class DatasetPatch {
34+
private static final String DATASET_NAME = "projects/%s/locations/%s/datasets/%s";
3435
private static final JsonFactory JSON_FACTORY = new JacksonFactory();
3536
private static final NetHttpTransport HTTP_TRANSPORT = new NetHttpTransport();
3637

0 commit comments

Comments
 (0)