Class SchemaName.Builder
- java.lang.Object
-
- com.google.cloud.discoveryengine.v1beta.SchemaName.Builder
-
- Enclosing class:
- SchemaName
public static class SchemaName.Builder extends Object
Builder for projects/{project}/locations/{location}/dataStores/{data_store}/schemas/{schema}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaName
build()
String
getDataStore()
String
getLocation()
String
getProject()
String
getSchema()
SchemaName.Builder
setDataStore(String dataStore)
SchemaName.Builder
setLocation(String location)
SchemaName.Builder
setProject(String project)
SchemaName.Builder
setSchema(String schema)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getDataStore
public String getDataStore()
-
getSchema
public String getSchema()
-
setProject
public SchemaName.Builder setProject(String project)
-
setLocation
public SchemaName.Builder setLocation(String location)
-
setDataStore
public SchemaName.Builder setDataStore(String dataStore)
-
setSchema
public SchemaName.Builder setSchema(String schema)
-
build
public SchemaName build()
-
-