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 OrganizationName
OrganizationName.Builder. build()
static OrganizationName
OrganizationName. of(String organization)
static OrganizationName
OrganizationName. 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 Case
CaseServiceClient. createCase(OrganizationName parent, Case case_)
Create a new case and associate it with the given Google Cloud Resource.CaseServiceClient.ListCasesPagedResponse
CaseServiceClient. 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)
-