Class MerchantCenterAccountLinkName (2.43.0)

public class MerchantCenterAccountLinkName implements ResourceName

Inheritance

Object > MerchantCenterAccountLinkName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String catalog, String merchantCenterAccountLink)

public static String format(String project, String location, String catalog, String merchantCenterAccountLink)
Parameters
NameDescription
projectString
locationString
catalogString
merchantCenterAccountLinkString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String project, String location, String catalog, String merchantCenterAccountLink)

public static MerchantCenterAccountLinkName of(String project, String location, String catalog, String merchantCenterAccountLink)
Parameters
NameDescription
projectString
locationString
catalogString
merchantCenterAccountLinkString
Returns
TypeDescription
MerchantCenterAccountLinkName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<MerchantCenterAccountLinkName> values)

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

Constructors

MerchantCenterAccountLinkName() (deprecated)

protected MerchantCenterAccountLinkName()

Methods

equals(Object o)

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

getCatalog()

public String getCatalog()
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>

getLocation()

public String getLocation()
Returns
TypeDescription
String
public String getMerchantCenterAccountLink()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
TypeDescription
String
Overrides