Class SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder
- java.lang.Object
-
- com.google.cloud.discoveryengine.v1beta.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 ObjectBuilder for projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProjectLocationCollectionDataStoreSchemaBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaNamebuild()StringgetCollection()StringgetDataStore()StringgetLocation()StringgetProject()StringgetSchema()SchemaName.ProjectLocationCollectionDataStoreSchemaBuildersetCollection(String collection)SchemaName.ProjectLocationCollectionDataStoreSchemaBuildersetDataStore(String dataStore)SchemaName.ProjectLocationCollectionDataStoreSchemaBuildersetLocation(String location)SchemaName.ProjectLocationCollectionDataStoreSchemaBuildersetProject(String project)SchemaName.ProjectLocationCollectionDataStoreSchemaBuildersetSchema(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()
-
-