Class LiveAdTagDetailName (0.12.0)

public class LiveAdTagDetailName implements ResourceName

Inheritance

Object > LiveAdTagDetailName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String liveSession, String liveAdTagDetail)

public static String format(String project, String location, String liveSession, String liveAdTagDetail)
Parameters
NameDescription
projectString
locationString
liveSessionString
liveAdTagDetailString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String project, String location, String liveSession, String liveAdTagDetail)

public static LiveAdTagDetailName of(String project, String location, String liveSession, String liveAdTagDetail)
Parameters
NameDescription
projectString
locationString
liveSessionString
liveAdTagDetailString
Returns
TypeDescription
LiveAdTagDetailName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<LiveAdTagDetailName> values)

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

Constructors

LiveAdTagDetailName()

protected LiveAdTagDetailName()

Methods

equals(Object o)

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

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>

getLiveAdTagDetail()

public String getLiveAdTagDetail()
Returns
TypeDescription
String

getLiveSession()

public String getLiveSession()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
TypeDescription
String
Overrides