| Package | Description |
|---|---|
| com.google.api.services.cloudresourcemanager.model |
| Modifier and Type | Method and Description |
|---|---|
Organization |
Organization.clone() |
Organization |
Organization.set(String fieldName,
Object value) |
Organization |
Organization.setCreationTime(String creationTime)
Timestamp when the Organization was created.
|
Organization |
Organization.setDisplayName(String displayName)
A human-readable string that refers to the Organization in the Google Cloud console.
|
Organization |
Organization.setLifecycleState(String lifecycleState)
The organization's current lifecycle state.
|
Organization |
Organization.setName(String name)
Output only.
|
Organization |
Organization.setOwner(OrganizationOwner owner)
The owner of this Organization.
|
| Modifier and Type | Method and Description |
|---|---|
List<Organization> |
SearchOrganizationsResponse.getOrganizations()
The list of Organizations that matched the search query, possibly paginated.
|
| Modifier and Type | Method and Description |
|---|---|
SearchOrganizationsResponse |
SearchOrganizationsResponse.setOrganizations(List<Organization> organizations)
The list of Organizations that matched the search query, possibly paginated.
|
Copyright © 2011–2024 Google. All rights reserved.