@Generated(value="by gapic-generator-java") public class ErrorFrameName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
ErrorFrameName.Builder
Builder for projects/{project}/locations/{location}/sources/{source}/errorFrames/{error_frame}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ErrorFrameName()
Deprecated.
|
| Modifier and Type | Method and 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) |
@Deprecated protected ErrorFrameName()
public String getProject()
public String getLocation()
public String getSource()
public String getErrorFrame()
public static ErrorFrameName.Builder newBuilder()
public ErrorFrameName.Builder toBuilder()
public static ErrorFrameName of(String project, String location, String source, String errorFrame)
public static String format(String project, String location, String source, String errorFrame)
public static ErrorFrameName parse(String formattedString)
public static List<ErrorFrameName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<ErrorFrameName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2024 Google LLC. All rights reserved.