public static class SessionName.ProjectLocationCollectionDataStoreSessionBuilder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ProjectLocationCollectionDataStoreSessionBuilder() |
| Modifier and Type | Method and Description |
|---|---|
SessionName |
build() |
String |
getCollection() |
String |
getDataStore() |
String |
getLocation() |
String |
getProject() |
String |
getSession() |
SessionName.ProjectLocationCollectionDataStoreSessionBuilder |
setCollection(String collection) |
SessionName.ProjectLocationCollectionDataStoreSessionBuilder |
setDataStore(String dataStore) |
SessionName.ProjectLocationCollectionDataStoreSessionBuilder |
setLocation(String location) |
SessionName.ProjectLocationCollectionDataStoreSessionBuilder |
setProject(String project) |
SessionName.ProjectLocationCollectionDataStoreSessionBuilder |
setSession(String session) |
protected ProjectLocationCollectionDataStoreSessionBuilder()
public String getProject()
public String getLocation()
public String getCollection()
public String getDataStore()
public String getSession()
public SessionName.ProjectLocationCollectionDataStoreSessionBuilder setProject(String project)
public SessionName.ProjectLocationCollectionDataStoreSessionBuilder setLocation(String location)
public SessionName.ProjectLocationCollectionDataStoreSessionBuilder setCollection(String collection)
public SessionName.ProjectLocationCollectionDataStoreSessionBuilder setDataStore(String dataStore)
public SessionName.ProjectLocationCollectionDataStoreSessionBuilder setSession(String session)
public SessionName build()
Copyright © 2024 Google LLC. All rights reserved.