Uses of Class
com.google.cloud.discoveryengine.v1beta.SchemaName
-
Packages that use SchemaName Package Description com.google.cloud.discoveryengine.v1beta A client to Discovery Engine API -
-
Uses of SchemaName in com.google.cloud.discoveryengine.v1beta
Methods in com.google.cloud.discoveryengine.v1beta that return SchemaName Modifier and Type Method Description SchemaNameSchemaName.Builder. build()SchemaNameSchemaName.ProjectLocationCollectionDataStoreSchemaBuilder. build()static SchemaNameSchemaName. of(String project, String location, String dataStore, String schema)static SchemaNameSchemaName. ofProjectLocationCollectionDataStoreSchemaName(String project, String location, String collection, String dataStore, String schema)static SchemaNameSchemaName. ofProjectLocationDataStoreSchemaName(String project, String location, String dataStore, String schema)static SchemaNameSchemaName. parse(String formattedString)Methods in com.google.cloud.discoveryengine.v1beta 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.v1beta 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.v1beta.Schema].SchemaSchemaServiceClient. getSchema(SchemaName name)Gets a [Schema][google.cloud.discoveryengine.v1beta.Schema].Method parameters in com.google.cloud.discoveryengine.v1beta with type arguments of type SchemaName Modifier and Type Method Description static List<String>SchemaName. toStringList(List<SchemaName> values)
-