Class WriteStreamName (3.4.0)

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
NameDescription
projectString
datasetString
tableString
streamString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
boolean

newBuilder()

public static WriteStreamName.Builder newBuilder()
Returns
TypeDescription
WriteStreamName.Builder

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

public static WriteStreamName of(String project, String dataset, String table, String stream)
Parameters
NameDescription
projectString
datasetString
tableString
streamString
Returns
TypeDescription
WriteStreamName

parse(String formattedString)

public static WriteStreamName parse(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
WriteStreamName

parseList(List<String> formattedStrings)

public static List<WriteStreamName> parseList(List<String> formattedStrings)
Parameter
NameDescription
formattedStringsList<String>
Returns
TypeDescription
List<WriteStreamName>

toStringList(List<WriteStreamName> values)

public static List<String> toStringList(List<WriteStreamName> values)
Parameter
NameDescription
valuesList<WriteStreamName>
Returns
TypeDescription
List<String>

Constructors

WriteStreamName()

protected WriteStreamName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getDataset()

public String getDataset()
Returns
TypeDescription
String

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
NameDescription
fieldNameString
Returns
TypeDescription
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
TypeDescription
Map<String,String>

getProject()

public String getProject()
Returns
TypeDescription
String

getStream()

public String getStream()
Returns
TypeDescription
String

getTable()

public String getTable()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public WriteStreamName.Builder toBuilder()
Returns
TypeDescription
WriteStreamName.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides