Uses of Class
com.google.cloud.run.v2.ServiceName
-
Packages that use ServiceName Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of ServiceName in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return ServiceName Modifier and Type Method Description ServiceNameServiceName.Builder. build()static ServiceNameServiceName. of(String project, String location, String service)static ServiceNameServiceName. parse(String formattedString)Methods in com.google.cloud.run.v2 that return types with arguments of type ServiceName Modifier and Type Method Description static List<ServiceName>ServiceName. parseList(List<String> formattedStrings)Methods in com.google.cloud.run.v2 with parameters of type ServiceName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Service,Service>ServicesClient. deleteServiceAsync(ServiceName name)Deletes a Service.ServiceServicesClient. getService(ServiceName name)Gets information about a Service.RevisionsClient.ListRevisionsPagedResponseRevisionsClient. listRevisions(ServiceName parent)Lists Revisions from a given Service, or from a given location.Method parameters in com.google.cloud.run.v2 with type arguments of type ServiceName Modifier and Type Method Description static List<String>ServiceName. toStringList(List<ServiceName> values)
-