Class ReplayName
- java.lang.Object
-
- com.google.cloud.policysimulator.v1.ReplayName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class ReplayName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
ReplayName()
Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
ReplayName
@Deprecated protected ReplayName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getReplay
public String getReplay()
-
getFolder
public String getFolder()
-
getOrganization
public String getOrganization()
-
newBuilder
public static ReplayName.Builder newBuilder()
-
newProjectLocationReplayBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static ReplayName.Builder newProjectLocationReplayBuilder()
-
newFolderLocationReplayBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static ReplayName.FolderLocationReplayBuilder newFolderLocationReplayBuilder()
-
newOrganizationLocationReplayBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static ReplayName.OrganizationLocationReplayBuilder newOrganizationLocationReplayBuilder()
-
toBuilder
public ReplayName.Builder toBuilder()
-
of
public static ReplayName of(String project, String location, String replay)
-
ofProjectLocationReplayName
@BetaApi("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)
-
ofFolderLocationReplayName
@BetaApi("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)
-
ofOrganizationLocationReplayName
@BetaApi("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)
-
formatProjectLocationReplayName
@BetaApi("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)
-
formatFolderLocationReplayName
@BetaApi("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)
-
formatOrganizationLocationReplayName
@BetaApi("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)
-
parse
public static ReplayName parse(String formattedString)
-
parseList
public static List<ReplayName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<ReplayName> 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
-
-