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 protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentSchemaNamebuild()StringgetDocumentSchema()StringgetLocation()StringgetProject()DocumentSchemaName.BuildersetDocumentSchema(String documentSchema)DocumentSchemaName.BuildersetLocation(String location)DocumentSchemaName.BuildersetProject(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()
-
-