Uses of Class
com.google.cloud.run.v2.RevisionName
-
Packages that use RevisionName Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of RevisionName in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return RevisionName Modifier and Type Method Description RevisionName
RevisionName.Builder. build()
static RevisionName
RevisionName. of(String project, String location, String service, String revision)
static RevisionName
RevisionName. parse(String formattedString)
Methods in com.google.cloud.run.v2 that return types with arguments of type RevisionName Modifier and Type Method Description static List<RevisionName>
RevisionName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.run.v2 with parameters of type RevisionName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Revision,Revision>
RevisionsClient. deleteRevisionAsync(RevisionName name)
Deletes a Revision.Revision
RevisionsClient. getRevision(RevisionName name)
Gets information about a Revision.Method parameters in com.google.cloud.run.v2 with type arguments of type RevisionName Modifier and Type Method Description static List<String>
RevisionName. toStringList(List<RevisionName> values)
-