Package | Description |
---|---|
com.google.api.services.serviceconsumermanagement.v1.model |
Modifier and Type | Method and Description |
---|---|
TenancyUnit |
TenancyUnit.clone() |
TenancyUnit |
TenancyUnit.set(String fieldName,
Object value) |
TenancyUnit |
TenancyUnit.setConsumer(String consumer)
Output only.
|
TenancyUnit |
TenancyUnit.setCreateTime(String createTime)
Output only.
|
TenancyUnit |
TenancyUnit.setName(String name)
Globally unique identifier of this tenancy unit "services/{service}/{collection id}/{resource
id}/tenancyUnits/{unit}"
|
TenancyUnit |
TenancyUnit.setService(String service)
Output only.
|
TenancyUnit |
TenancyUnit.setTenantResources(List<TenantResource> tenantResources)
Resources constituting the tenancy unit.
|
Modifier and Type | Method and Description |
---|---|
List<TenancyUnit> |
SearchTenancyUnitsResponse.getTenancyUnits()
Tenancy Units matching the request.
|
List<TenancyUnit> |
ListTenancyUnitsResponse.getTenancyUnits()
Tenancy units matching the request.
|
Modifier and Type | Method and Description |
---|---|
SearchTenancyUnitsResponse |
SearchTenancyUnitsResponse.setTenancyUnits(List<TenancyUnit> tenancyUnits)
Tenancy Units matching the request.
|
ListTenancyUnitsResponse |
ListTenancyUnitsResponse.setTenancyUnits(List<TenancyUnit> tenancyUnits)
Tenancy units matching the request.
|
Copyright © 2011–2021 Google. All rights reserved.