Class DocumentSchemaName.Builder (0.37.0)

public static class DocumentSchemaName.Builder

Builder for projects/{project}/locations/{location}/documentSchemas/{document_schema}.

Inheritance

java.lang.Object > DocumentSchemaName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public DocumentSchemaName build()
Returns
TypeDescription
DocumentSchemaName

getDocumentSchema()

public String getDocumentSchema()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setDocumentSchema(String documentSchema)

public DocumentSchemaName.Builder setDocumentSchema(String documentSchema)
Parameter
NameDescription
documentSchemaString
Returns
TypeDescription
DocumentSchemaName.Builder

setLocation(String location)

public DocumentSchemaName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
DocumentSchemaName.Builder

setProject(String project)

public DocumentSchemaName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
DocumentSchemaName.Builder