Class WriteStreamName (3.5.1)

public class WriteStreamName implements ResourceName

Inheritance

Object > WriteStreamName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String dataset, String table, String stream)

public static String format(String project, String dataset, String table, String stream)
Parameters
Name Description
project String
dataset String
table 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 WriteStreamName.Builder newBuilder()
Returns
Type Description
WriteStreamName.Builder

of(String project, String dataset, String table, String stream)

public static WriteStreamName of(String project, String dataset, String table, String stream)
Parameters
Name Description
project String
dataset String
table String
stream String
Returns
Type Description
WriteStreamName

parse(String formattedString)

public static WriteStreamName parse(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
WriteStreamName

parseList(List<String> formattedStrings)

public static List<WriteStreamName> parseList(List<String> formattedStrings)
Parameter
Name Description
formattedStrings List<String>
Returns
Type Description
List<WriteStreamName>

toStringList(List<WriteStreamName> values)

public static List<String> toStringList(List<WriteStreamName> values)
Parameter
Name Description
values List<WriteStreamName>
Returns
Type Description
List<String>

Constructors

WriteStreamName() (deprecated)

protected WriteStreamName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getDataset()

public String getDataset()
Returns
Type Description
String

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
Name Description
fieldName String
Returns
Type Description
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
Type Description
Map<String,String>

getProject()

public String getProject()
Returns
Type Description
String

getStream()

public String getStream()
Returns
Type Description
String

getTable()

public String getTable()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

public WriteStreamName.Builder toBuilder()
Returns
Type Description
WriteStreamName.Builder

toString()

public String toString()
Returns
Type Description
String
Overrides