Uses of Class
com.google.cloud.discoveryengine.v1.SchemaName
-
Packages that use SchemaName Package Description com.google.cloud.discoveryengine.v1 A client to Discovery Engine API -
-
Uses of SchemaName in com.google.cloud.discoveryengine.v1
Methods in com.google.cloud.discoveryengine.v1 that return SchemaName Modifier and Type Method Description SchemaName
SchemaName.Builder. build()
SchemaName
SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder. build()
static SchemaName
SchemaName. of(String project, String location, String dataStore, String schema)
static SchemaName
SchemaName. ofProjectLocationCollectionDataStoreSchemaName(String project, String location, String collection, String dataStore, String schema)
static SchemaName
SchemaName. ofProjectLocationDataStoreSchemaName(String project, String location, String dataStore, String schema)
static SchemaName
SchemaName. parse(String formattedString)
Methods in com.google.cloud.discoveryengine.v1 that return types with arguments of type SchemaName Modifier and Type Method Description static List<SchemaName>
SchemaName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.discoveryengine.v1 with parameters of type SchemaName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteSchemaMetadata>
SchemaServiceClient. deleteSchemaAsync(SchemaName name)
Deletes a [Schema][google.cloud.discoveryengine.v1.Schema].Schema
SchemaServiceClient. getSchema(SchemaName name)
Gets a [Schema][google.cloud.discoveryengine.v1.Schema].Method parameters in com.google.cloud.discoveryengine.v1 with type arguments of type SchemaName Modifier and Type Method Description static List<String>
SchemaName. toStringList(List<SchemaName> values)
-