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 ReplayNameReplayName.Builder. build()ReplayNameReplayName.FolderLocationReplayBuilder. build()ReplayNameReplayName.OrganizationLocationReplayBuilder. build()static ReplayNameReplayName. of(String project, String location, String replay)static ReplayNameReplayName. ofFolderLocationReplayName(String folder, String location, String replay)static ReplayNameReplayName. ofOrganizationLocationReplayName(String organization, String location, String replay)static ReplayNameReplayName. ofProjectLocationReplayName(String project, String location, String replay)static ReplayNameReplayName. 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 ReplaySimulatorClient. getReplay(ReplayName name)Gets the specified [Replay][google.cloud.policysimulator.v1.Replay].SimulatorClient.ListReplayResultsPagedResponseSimulatorClient. 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)
-