Uses of Class
com.google.cloud.config.v1.ResourceName
-
Packages that use ResourceName Package Description com.google.cloud.config.v1 A client to Infrastructure Manager API -
-
Uses of ResourceName in com.google.cloud.config.v1
Methods in com.google.cloud.config.v1 that return ResourceName Modifier and Type Method Description ResourceNameResourceName.Builder. build()static ResourceNameResourceName. of(String project, String location, String deployment, String revision, String resource)static ResourceNameResourceName. parse(String formattedString)Methods in com.google.cloud.config.v1 that return types with arguments of type ResourceName Modifier and Type Method Description static List<ResourceName>ResourceName. parseList(List<String> formattedStrings)Methods in com.google.cloud.config.v1 with parameters of type ResourceName Modifier and Type Method Description ResourceConfigClient. getResource(ResourceName name)Gets details about a [Resource][google.cloud.config.v1.Resource] deployed by Infra Manager.Method parameters in com.google.cloud.config.v1 with type arguments of type ResourceName Modifier and Type Method Description static List<String>ResourceName. toStringList(List<ResourceName> values)
-