Uses of Class
com.google.cloud.resourcemanager.v3.OrganizationName
-
Packages that use OrganizationName Package Description com.google.cloud.resourcemanager.v3 A client to Cloud Resource Manager API -
-
Uses of OrganizationName in com.google.cloud.resourcemanager.v3
Methods in com.google.cloud.resourcemanager.v3 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.resourcemanager.v3 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.resourcemanager.v3 with parameters of type OrganizationName Modifier and Type Method Description OrganizationOrganizationsClient. getOrganization(OrganizationName name)Fetches an organization resource identified by the specified resource name.Method parameters in com.google.cloud.resourcemanager.v3 with type arguments of type OrganizationName Modifier and Type Method Description static List<String>OrganizationName. toStringList(List<OrganizationName> values)
-