public class ReplayName implements ResourceName
Inheritance
Object >
ReplayName
Implements
com.google.api.resourcenames.ResourceName
Static Methods
public static String format(String project, String location, String replay)
public static String formatFolderLocationReplayName(String folder, String location, String replay)
public static String formatOrganizationLocationReplayName(String organization, String location, String replay)
public static String formatProjectLocationReplayName(String project, String location, String replay)
isParsableFrom(String formattedString)
public static boolean isParsableFrom(String formattedString)
Parameter |
---|
Name | Description |
formattedString | String
|
newBuilder()
public static ReplayName.Builder newBuilder()
newFolderLocationReplayBuilder()
public static ReplayName.FolderLocationReplayBuilder newFolderLocationReplayBuilder()
newOrganizationLocationReplayBuilder()
public static ReplayName.OrganizationLocationReplayBuilder newOrganizationLocationReplayBuilder()
newProjectLocationReplayBuilder()
public static ReplayName.Builder newProjectLocationReplayBuilder()
of(String project, String location, String replay)
public static ReplayName of(String project, String location, String replay)
ofFolderLocationReplayName(String folder, String location, String replay)
public static ReplayName ofFolderLocationReplayName(String folder, String location, String replay)
ofOrganizationLocationReplayName(String organization, String location, String replay)
public static ReplayName ofOrganizationLocationReplayName(String organization, String location, String replay)
ofProjectLocationReplayName(String project, String location, String replay)
public static ReplayName ofProjectLocationReplayName(String project, String location, String replay)
parse(String formattedString)
public static ReplayName parse(String formattedString)
Parameter |
---|
Name | Description |
formattedString | String
|
parseList(List<String> formattedStrings)
public static List<ReplayName> parseList(List<String> formattedStrings)
Parameter |
---|
Name | Description |
formattedStrings | List<String>
|
toStringList(List<ReplayName> values)
public static List<String> toStringList(List<ReplayName> values)
Constructors
ReplayName()
Methods
equals(Object o)
public boolean equals(Object o)
Parameter |
---|
Name | Description |
o | Object
|
Overrides
getFieldValue(String fieldName)
public String getFieldValue(String fieldName)
Parameter |
---|
Name | Description |
fieldName | String
|
getFieldValuesMap()
public Map<String,String> getFieldValuesMap()
getFolder()
public String getFolder()
getLocation()
public String getLocation()
getOrganization()
public String getOrganization()
getProject()
public String getProject()
getReplay()
public String getReplay()
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
toBuilder()
public ReplayName.Builder toBuilder()
toString()
Overrides