| Package | Description |
|---|---|
| com.google.api.services.serviceusage.v1 | |
| com.google.api.services.serviceusage.v1.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceUsage.Services.Disable |
ServiceUsage.Services.disable(String name,
DisableServiceRequest content)
Disable a service so that it can no longer be used with a project.
|
| Constructor and Description |
|---|
Disable(String name,
DisableServiceRequest content)
Disable a service so that it can no longer be used with a project.
|
| Modifier and Type | Method and Description |
|---|---|
DisableServiceRequest |
DisableServiceRequest.clone() |
DisableServiceRequest |
DisableServiceRequest.set(String fieldName,
Object value) |
DisableServiceRequest |
DisableServiceRequest.setCheckIfServiceHasUsage(String checkIfServiceHasUsage)
Defines the behavior for checking service usage when disabling a service.
|
DisableServiceRequest |
DisableServiceRequest.setDisableDependentServices(Boolean disableDependentServices)
Indicates if services that are enabled and which depend on this service should also be
disabled.
|
Copyright © 2011–2021 Google. All rights reserved.