Package | Description |
---|---|
com.google.api.services.servicecontrol.v2.model |
Modifier and Type | Method and Description |
---|---|
ResourceInfo |
ResourceInfo.clone() |
ResourceInfo |
ResourceInfo.set(String fieldName,
Object value) |
ResourceInfo |
ResourceInfo.setContainer(String container)
Optional.
|
ResourceInfo |
ResourceInfo.setLocation(String location)
Optional.
|
ResourceInfo |
ResourceInfo.setName(String name)
The name of the resource referenced in the request.
|
ResourceInfo |
ResourceInfo.setPermission(String permission)
The resource permission needed for this request.
|
ResourceInfo |
ResourceInfo.setType(String type)
The resource type in the format of "{service}/{kind}".
|
Modifier and Type | Method and Description |
---|---|
List<ResourceInfo> |
CheckRequest.getResources()
Describes the resources and the policies applied to each resource.
|
Modifier and Type | Method and Description |
---|---|
CheckRequest |
CheckRequest.setResources(List<ResourceInfo> resources)
Describes the resources and the policies applied to each resource.
|
Copyright © 2011–2024 Google. All rights reserved.