Uses of Class
com.google.devtools.cloudprofiler.v2.ProjectName
-
Packages that use ProjectName Package Description com.google.devtools.cloudprofiler.v2 A client to Cloud Profiler API -
-
Uses of ProjectName in com.google.devtools.cloudprofiler.v2
Methods in com.google.devtools.cloudprofiler.v2 that return ProjectName Modifier and Type Method Description ProjectName
ProjectName.Builder. build()
static ProjectName
ProjectName. of(String project)
static ProjectName
ProjectName. parse(String formattedString)
Methods in com.google.devtools.cloudprofiler.v2 that return types with arguments of type ProjectName Modifier and Type Method Description static List<ProjectName>
ProjectName. parseList(List<String> formattedStrings)
Methods in com.google.devtools.cloudprofiler.v2 with parameters of type ProjectName Modifier and Type Method Description Profile
ProfilerServiceClient. createOfflineProfile(ProjectName parent, Profile profile)
CreateOfflineProfile creates a new profile resource in the offline mode.Method parameters in com.google.devtools.cloudprofiler.v2 with type arguments of type ProjectName Modifier and Type Method Description static List<String>
ProjectName. toStringList(List<ProjectName> values)
-