public static class StreamName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
StreamName |
build() |
String |
getLocation() |
String |
getProject() |
String |
getStream() |
StreamName.Builder |
setLocation(String location) |
StreamName.Builder |
setProject(String project) |
StreamName.Builder |
setStream(String stream) |
public String getProject()
public String getLocation()
public String getStream()
public StreamName.Builder setProject(String project)
public StreamName.Builder setLocation(String location)
public StreamName.Builder setStream(String stream)
public StreamName build()
Copyright © 2022 Google LLC. All rights reserved.