Class FeaturedContentNativeDashboardName (0.31.0)

public class FeaturedContentNativeDashboardName implements ResourceName

Inheritance

Object > FeaturedContentNativeDashboardName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String instance, String featuredContentNativeDashboard)

public static String format(String project, String location, String instance, String featuredContentNativeDashboard)
Parameters
Name Description
project String
location String
instance String
featuredContentNativeDashboard 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 FeaturedContentNativeDashboardName.Builder newBuilder()
Returns
Type Description
FeaturedContentNativeDashboardName.Builder

of(String project, String location, String instance, String featuredContentNativeDashboard)

public static FeaturedContentNativeDashboardName of(String project, String location, String instance, String featuredContentNativeDashboard)
Parameters
Name Description
project String
location String
instance String
featuredContentNativeDashboard String
Returns
Type Description
FeaturedContentNativeDashboardName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<FeaturedContentNativeDashboardName> values)

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

Constructors

FeaturedContentNativeDashboardName() (deprecated)

protected FeaturedContentNativeDashboardName()

Methods

equals(Object o)

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

getFeaturedContentNativeDashboard()

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

getInstance()

public String getInstance()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
Type Description
String
Overrides