public static class SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ProjectLocationCollectionDataStoreSchemaBuilder() |
| Modifier and Type | Method and 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) |
protected ProjectLocationCollectionDataStoreSchemaBuilder()
public String getProject()
public String getLocation()
public String getCollection()
public String getDataStore()
public String getSchema()
public SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder setProject(String project)
public SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder setLocation(String location)
public SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder setCollection(String collection)
public SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder setDataStore(String dataStore)
public SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder setSchema(String schema)
public SchemaName build()
Copyright © 2024 Google LLC. All rights reserved.