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