Class SessionName.ProjectLocationCollectionDataStoreSessionBuilder (0.54.0)

public static class SessionName.ProjectLocationCollectionDataStoreSessionBuilder

Builder for projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/sessions/{session}.

Inheritance

java.lang.Object > SessionName.ProjectLocationCollectionDataStoreSessionBuilder

Constructors

ProjectLocationCollectionDataStoreSessionBuilder()

protected ProjectLocationCollectionDataStoreSessionBuilder()

Methods

build()

public SessionName build()
Returns
Type Description
SessionName

getCollection()

public String getCollection()
Returns
Type Description
String

getDataStore()

public String getDataStore()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getSession()

public String getSession()
Returns
Type Description
String

setCollection(String collection)

public SessionName.ProjectLocationCollectionDataStoreSessionBuilder setCollection(String collection)
Parameter
Name Description
collection String

setDataStore(String dataStore)

public SessionName.ProjectLocationCollectionDataStoreSessionBuilder setDataStore(String dataStore)
Parameter
Name Description
dataStore String

setLocation(String location)

public SessionName.ProjectLocationCollectionDataStoreSessionBuilder setLocation(String location)
Parameter
Name Description
location String

setProject(String project)

public SessionName.ProjectLocationCollectionDataStoreSessionBuilder setProject(String project)
Parameter
Name Description
project String

setSession(String session)

public SessionName.ProjectLocationCollectionDataStoreSessionBuilder setSession(String session)
Parameter
Name Description
session String