Class StreamName (1.8.0)

public class StreamName implements ResourceName

Inheritance

Object > StreamName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String stream)

public static String format(String project, String location, String stream)
Parameters
Name Description
project String
location String
stream String
Returns
Type Description
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
boolean

newBuilder()

public static StreamName.Builder newBuilder()
Returns
Type Description
StreamName.Builder

of(String project, String location, String stream)

public static StreamName of(String project, String location, String stream)
Parameters
Name Description
project String
location String
stream String
Returns
Type Description