Class DocumentSchemaName.Builder (0.38.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
Type Description
DocumentSchemaName

getDocumentSchema()

public String getDocumentSchema()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setDocumentSchema(String documentSchema)

public DocumentSchemaName.Builder setDocumentSchema(String documentSchema)
Parameter
Name Description
documentSchema String
Returns
Type Description
DocumentSchemaName.Builder

setLocation(String location)

public DocumentSchemaName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
DocumentSchemaName.Builder

setProject(String project)

public DocumentSchemaName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
DocumentSchemaName.Builder