Class ReportDetailName
- java.lang.Object
-
- com.google.cloud.storageinsights.v1.ReportDetailName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class ReportDetailName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReportDetailName.Builder
Builder for projects/{project}/locations/{location}/reportConfigs/{report_config}/reportDetails/{report_detail}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
ReportDetailName()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static String
format(String project, String location, String reportConfig, String reportDetail)
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getLocation()
String
getProject()
String
getReportConfig()
String
getReportDetail()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static ReportDetailName.Builder
newBuilder()
static ReportDetailName
of(String project, String location, String reportConfig, String reportDetail)
static ReportDetailName
parse(String formattedString)
static List<ReportDetailName>
parseList(List<String> formattedStrings)
ReportDetailName.Builder
toBuilder()
String
toString()
static List<String>
toStringList(List<ReportDetailName> values)
-
-
-
Constructor Detail
-
ReportDetailName
@Deprecated protected ReportDetailName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getReportConfig
public String getReportConfig()
-
getReportDetail
public String getReportDetail()
-
newBuilder
public static ReportDetailName.Builder newBuilder()
-
toBuilder
public ReportDetailName.Builder toBuilder()
-
of
public static ReportDetailName of(String project, String location, String reportConfig, String reportDetail)
-
format
public static String format(String project, String location, String reportConfig, String reportDetail)
-
parse
public static ReportDetailName parse(String formattedString)
-
parseList
public static List<ReportDetailName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<ReportDetailName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-