Class SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder
- java.lang.Object
-
- com.google.cloud.discoveryengine.v1.SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder
-
- Enclosing class:
- SchemaName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder extends Object
Builder for projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProjectLocationCollectionDataStoreSchemaBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaName
build()
String
getCollection()
String
getDataStore()
String
getLocation()
String
getProject()
String
getSchema()
SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder
setCollection(String collection)
SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder
setDataStore(String dataStore)
SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder
setLocation(String location)
SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder
setProject(String project)
SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder
setSchema(String schema)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getCollection
public String getCollection()
-
getDataStore
public String getDataStore()
-
getSchema
public String getSchema()
-
setProject
public SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder setProject(String project)
-
setLocation
public SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder setLocation(String location)
-
setCollection
public SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder setCollection(String collection)
-
setDataStore
public SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder setDataStore(String dataStore)
-
setSchema
public SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder setSchema(String schema)
-
build
public SchemaName build()
-
-