public static class ReadSessionName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ReadSessionName |
build() |
String |
getLocation() |
String |
getProject() |
String |
getSession() |
ReadSessionName.Builder |
setLocation(String location) |
ReadSessionName.Builder |
setProject(String project) |
ReadSessionName.Builder |
setSession(String session) |
public String getProject()
public String getLocation()
public String getSession()
public ReadSessionName.Builder setProject(String project)
public ReadSessionName.Builder setLocation(String location)
public ReadSessionName.Builder setSession(String session)
public ReadSessionName build()
Copyright © 2021 Google LLC. All rights reserved.