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 OrganizationName
OrganizationName.Builder. build()
static OrganizationName
OrganizationName. of(String organization)
static OrganizationName
OrganizationName. 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 Organization
OrganizationsClient. 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)
-