Class ErrorFrameName
- java.lang.Object
-
- com.google.cloud.migrationcenter.v1.ErrorFrameName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class ErrorFrameName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ErrorFrameName.Builder
Builder for projects/{project}/locations/{location}/sources/{source}/errorFrames/{error_frame}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
ErrorFrameName()
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 source, String errorFrame)
String
getErrorFrame()
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getLocation()
String
getProject()
String
getSource()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static ErrorFrameName.Builder
newBuilder()
static ErrorFrameName
of(String project, String location, String source, String errorFrame)
static ErrorFrameName
parse(String formattedString)
static List<ErrorFrameName>
parseList(List<String> formattedStrings)
ErrorFrameName.Builder
toBuilder()
String
toString()
static List<String>
toStringList(List<ErrorFrameName> values)
-
-
-
Constructor Detail
-
ErrorFrameName
@Deprecated protected ErrorFrameName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getSource
public String getSource()
-
getErrorFrame
public String getErrorFrame()
-
newBuilder
public static ErrorFrameName.Builder newBuilder()
-
toBuilder
public ErrorFrameName.Builder toBuilder()
-
of
public static ErrorFrameName of(String project, String location, String source, String errorFrame)
-
format
public static String format(String project, String location, String source, String errorFrame)
-
parse
public static ErrorFrameName parse(String formattedString)
-
parseList
public static List<ErrorFrameName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<ErrorFrameName> 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
-
-