| Package | Description |
|---|---|
| com.google.api.services.cloudresourcemanager.model |
| Modifier and Type | Method and Description |
|---|---|
Organization |
Organization.clone() |
Organization |
Organization.set(java.lang.String fieldName,
java.lang.Object value) |
Organization |
Organization.setCreationTime(java.lang.String creationTime)
Timestamp when the Organization was created.
|
Organization |
Organization.setDisplayName(java.lang.String displayName)
A human-readable string that refers to the Organization in the GCP Console UI.
|
Organization |
Organization.setLifecycleState(java.lang.String lifecycleState)
The organization's current lifecycle state.
|
Organization |
Organization.setName(java.lang.String name)
Output Only.
|
Organization |
Organization.setOwner(OrganizationOwner owner)
The owner of this Organization.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Organization> |
SearchOrganizationsResponse.getOrganizations()
The list of Organizations that matched the search query, possibly paginated.
|
| Modifier and Type | Method and Description |
|---|---|
SearchOrganizationsResponse |
SearchOrganizationsResponse.setOrganizations(java.util.List<Organization> organizations)
The list of Organizations that matched the search query, possibly paginated.
|