Uses of Class
com.google.cloud.support.v2.ProjectName
-
Packages that use ProjectName Package Description com.google.cloud.support.v2 A client to Google Cloud Support API -
-
Uses of ProjectName in com.google.cloud.support.v2
Methods in com.google.cloud.support.v2 that return ProjectName Modifier and Type Method Description ProjectNameProjectName.Builder. build()static ProjectNameProjectName. of(String project)static ProjectNameProjectName. parse(String formattedString)Methods in com.google.cloud.support.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.cloud.support.v2 with parameters of type ProjectName Modifier and Type Method Description CaseCaseServiceClient. createCase(ProjectName parent, Case case_)Create a new case and associate it with the given Google Cloud Resource.CaseServiceClient.ListCasesPagedResponseCaseServiceClient. listCases(ProjectName parent)Retrieve all cases under the specified parent.Method parameters in com.google.cloud.support.v2 with type arguments of type ProjectName Modifier and Type Method Description static List<String>ProjectName. toStringList(List<ProjectName> values)
-