Class DocumentSchemaName.Builder
- java.lang.Object
-
- com.google.cloud.contentwarehouse.v1.DocumentSchemaName.Builder
-
- Enclosing class:
- DocumentSchemaName
public static class DocumentSchemaName.Builder extends Object
Builder for projects/{project}/locations/{location}/documentSchemas/{document_schema}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentSchemaName
build()
String
getDocumentSchema()
String
getLocation()
String
getProject()
DocumentSchemaName.Builder
setDocumentSchema(String documentSchema)
DocumentSchemaName.Builder
setLocation(String location)
DocumentSchemaName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getDocumentSchema
public String getDocumentSchema()
-
setProject
public DocumentSchemaName.Builder setProject(String project)
-
setLocation
public DocumentSchemaName.Builder setLocation(String location)
-
setDocumentSchema
public DocumentSchemaName.Builder setDocumentSchema(String documentSchema)
-
build
public DocumentSchemaName build()
-
-