Uses of Interface
com.google.cloud.resourcemanager.v3.OrganizationOrBuilder
-
Packages that use OrganizationOrBuilder Package Description com.google.cloud.resourcemanager.v3 A client to Cloud Resource Manager API -
-
Uses of OrganizationOrBuilder in com.google.cloud.resourcemanager.v3
Classes in com.google.cloud.resourcemanager.v3 that implement OrganizationOrBuilder Modifier and Type Class Description class
Organization
The root node in the resource hierarchy to which a particular entity's (a company, for example) resources belong.static class
Organization.Builder
The root node in the resource hierarchy to which a particular entity's (a company, for example) resources belong.Methods in com.google.cloud.resourcemanager.v3 that return OrganizationOrBuilder Modifier and Type Method Description OrganizationOrBuilder
SearchOrganizationsResponse.Builder. getOrganizationsOrBuilder(int index)
The list of Organizations that matched the search query, possibly paginated.OrganizationOrBuilder
SearchOrganizationsResponse. getOrganizationsOrBuilder(int index)
The list of Organizations that matched the search query, possibly paginated.OrganizationOrBuilder
SearchOrganizationsResponseOrBuilder. getOrganizationsOrBuilder(int index)
The list of Organizations that matched the search query, possibly paginated.Methods in com.google.cloud.resourcemanager.v3 that return types with arguments of type OrganizationOrBuilder Modifier and Type Method Description List<? extends OrganizationOrBuilder>
SearchOrganizationsResponse.Builder. getOrganizationsOrBuilderList()
The list of Organizations that matched the search query, possibly paginated.List<? extends OrganizationOrBuilder>
SearchOrganizationsResponse. getOrganizationsOrBuilderList()
The list of Organizations that matched the search query, possibly paginated.List<? extends OrganizationOrBuilder>
SearchOrganizationsResponseOrBuilder. getOrganizationsOrBuilderList()
The list of Organizations that matched the search query, possibly paginated.
-