Uses of Class
com.google.cloud.policysimulator.v1.ReplayName
-
Packages that use ReplayName Package Description com.google.cloud.policysimulator.v1 A client to Policy Simulator API -
-
Uses of ReplayName in com.google.cloud.policysimulator.v1
Methods in com.google.cloud.policysimulator.v1 that return ReplayName Modifier and Type Method Description ReplayName
ReplayName.Builder. build()
ReplayName
ReplayName.FolderLocationReplayBuilder. build()
ReplayName
ReplayName.OrganizationLocationReplayBuilder. build()
static ReplayName
ReplayName. of(String project, String location, String replay)
static ReplayName
ReplayName. ofFolderLocationReplayName(String folder, String location, String replay)
static ReplayName
ReplayName. ofOrganizationLocationReplayName(String organization, String location, String replay)
static ReplayName
ReplayName. ofProjectLocationReplayName(String project, String location, String replay)
static ReplayName
ReplayName. parse(String formattedString)
Methods in com.google.cloud.policysimulator.v1 that return types with arguments of type ReplayName Modifier and Type Method Description static List<ReplayName>
ReplayName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.policysimulator.v1 with parameters of type ReplayName Modifier and Type Method Description Replay
SimulatorClient. getReplay(ReplayName name)
Gets the specified [Replay][google.cloud.policysimulator.v1.Replay].SimulatorClient.ListReplayResultsPagedResponse
SimulatorClient. listReplayResults(ReplayName parent)
Lists the results of running a [Replay][google.cloud.policysimulator.v1.Replay].Method parameters in com.google.cloud.policysimulator.v1 with type arguments of type ReplayName Modifier and Type Method Description static List<String>
ReplayName. toStringList(List<ReplayName> values)
-