Package | Description |
---|---|
com.google.api.services.serviceconsumermanagement.v1.model |
Modifier and Type | Method and Description |
---|---|
TenantProjectConfig |
TenantProjectConfig.clone() |
TenantProjectConfig |
AddTenantProjectRequest.getProjectConfig()
Configuration of the new tenant project to be added to tenancy unit resources.
|
TenantProjectConfig |
ApplyTenantProjectConfigRequest.getProjectConfig()
Configuration that should be applied to the existing tenant project.
|
TenantProjectConfig |
TenantProjectConfig.set(String fieldName,
Object value) |
TenantProjectConfig |
TenantProjectConfig.setBillingConfig(BillingConfig billingConfig)
Billing account properties.
|
TenantProjectConfig |
TenantProjectConfig.setFolder(String folder)
Folder where project in this tenancy unit must be located This folder must have been previously
created with the required permissions for the caller to create and configure a project in it.
|
TenantProjectConfig |
TenantProjectConfig.setLabels(Map<String,String> labels)
Labels that are applied to this project.
|
TenantProjectConfig |
TenantProjectConfig.setServiceAccountConfig(ServiceAccountConfig serviceAccountConfig)
Configuration for the IAM service account on the tenant project.
|
TenantProjectConfig |
TenantProjectConfig.setServices(List<String> services)
Google Cloud API names of services that are activated on this project during provisioning.
|
TenantProjectConfig |
TenantProjectConfig.setTenantProjectPolicy(TenantProjectPolicy tenantProjectPolicy)
Describes ownership and policies for the new tenant project.
|
Modifier and Type | Method and Description |
---|---|
AddTenantProjectRequest |
AddTenantProjectRequest.setProjectConfig(TenantProjectConfig projectConfig)
Configuration of the new tenant project to be added to tenancy unit resources.
|
ApplyTenantProjectConfigRequest |
ApplyTenantProjectConfigRequest.setProjectConfig(TenantProjectConfig projectConfig)
Configuration that should be applied to the existing tenant project.
|
Copyright © 2011–2021 Google. All rights reserved.