Class ReportDetailName (0.18.0)

public class ReportDetailName implements ResourceName

Inheritance

Object > ReportDetailName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String reportConfig, String reportDetail)

public static String format(String project, String location, String reportConfig, String reportDetail)
Parameters
NameDescription
projectString
locationString
reportConfigString
reportDetailString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String project, String location, String reportConfig, String reportDetail)

public static ReportDetailName of(String project, String location, String reportConfig, String reportDetail)
Parameters
NameDescription
projectString
locationString
reportConfigString
reportDetailString
Returns
TypeDescription
ReportDetailName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<ReportDetailName> values)

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

Constructors

ReportDetailName() (deprecated)

protected ReportDetailName()

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>

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getReportConfig()

public String getReportConfig()
Returns
TypeDescription
String

getReportDetail()

public String getReportDetail()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
TypeDescription
String
Overrides