@Generated(value="by gapic-generator-java") public class ReplayName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
ReplayName.Builder
Builder for projects/{project}/locations/{location}/replays/{replay}.
|
static class |
ReplayName.FolderLocationReplayBuilder
Builder for folders/{folder}/locations/{location}/replays/{replay}.
|
static class |
ReplayName.OrganizationLocationReplayBuilder
Builder for organizations/{organization}/locations/{location}/replays/{replay}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ReplayName()
Deprecated.
|
@Deprecated protected ReplayName()
public String getProject()
public String getLocation()
public String getReplay()
public String getFolder()
public String getOrganization()
public static ReplayName.Builder newBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static ReplayName.Builder newProjectLocationReplayBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static ReplayName.FolderLocationReplayBuilder newFolderLocationReplayBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static ReplayName.OrganizationLocationReplayBuilder newOrganizationLocationReplayBuilder()
public ReplayName.Builder toBuilder()
public static ReplayName of(String project, String location, String replay)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static ReplayName ofProjectLocationReplayName(String project, String location, String replay)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static ReplayName ofFolderLocationReplayName(String folder, String location, String replay)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static ReplayName ofOrganizationLocationReplayName(String organization, String location, String replay)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationReplayName(String project, String location, String replay)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatFolderLocationReplayName(String folder, String location, String replay)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationLocationReplayName(String organization, String location, String replay)
public static ReplayName parse(String formattedString)
public static List<ReplayName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<ReplayName> 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.