@Generated(value="by GAPIC protoc plugin") public class ApplicationName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationName.Builder
Builder for ApplicationName.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String tenant,
String profile,
String application) |
String |
getApplication() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getProfile() |
String |
getProject() |
String |
getTenant() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static ApplicationName.Builder |
newBuilder() |
static ApplicationName |
of(String project,
String tenant,
String profile,
String application) |
static ApplicationName |
parse(String formattedString) |
static List<ApplicationName> |
parseList(List<String> formattedStrings) |
ApplicationName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<ApplicationName> values) |
public String getProject()
public String getTenant()
public String getProfile()
public String getApplication()
public static ApplicationName.Builder newBuilder()
public ApplicationName.Builder toBuilder()
public static ApplicationName of(String project, String tenant, String profile, String application)
public static String format(String project, String tenant, String profile, String application)
public static ApplicationName parse(String formattedString)
public static List<ApplicationName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<ApplicationName> 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 © 2019 Google LLC. All rights reserved.