Class AnnotationSpecSetName.Builder
- java.lang.Object
-
- com.google.cloud.datalabeling.v1beta1.AnnotationSpecSetName.Builder
-
- Enclosing class:
- AnnotationSpecSetName
public static class AnnotationSpecSetName.Builder extends Object
Builder for projects/{project}/annotationSpecSets/{annotation_spec_set}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationSpecSetName
build()
String
getAnnotationSpecSet()
String
getProject()
AnnotationSpecSetName.Builder
setAnnotationSpecSet(String annotationSpecSet)
AnnotationSpecSetName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getAnnotationSpecSet
public String getAnnotationSpecSet()
-
setProject
public AnnotationSpecSetName.Builder setProject(String project)
-
setAnnotationSpecSet
public AnnotationSpecSetName.Builder setAnnotationSpecSet(String annotationSpecSet)
-
build
public AnnotationSpecSetName build()
-
-