Class SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder (0.33.0)

public static class SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder

Builder for projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}.

Inheritance

java.lang.Object > SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder

Constructors

ProjectLocationCollectionDataStoreSchemaBuilder()

protected ProjectLocationCollectionDataStoreSchemaBuilder()

Methods

build()

public SchemaName build()
Returns
TypeDescription
SchemaName

getCollection()

public String getCollection()
Returns
TypeDescription
String

getDataStore()

public String getDataStore()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getSchema()

public String getSchema()
Returns
TypeDescription
String

setCollection(String collection)

public SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder setCollection(String collection)
Parameter
NameDescription
collectionString
Returns
TypeDescription
SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder

setDataStore(String dataStore)

public SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder setDataStore(String dataStore)
Parameter
NameDescription
dataStoreString
Returns
TypeDescription
SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder

setLocation(String location)

public SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder

setProject(String project)

public SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder

setSchema(String schema)

public SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder setSchema(String schema)
Parameter
NameDescription
schemaString
Returns
TypeDescription
SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder