Uses of Interface
com.google.api.servicecontrol.v2.ResourceInfoOrBuilder
-
Packages that use ResourceInfoOrBuilder Package Description com.google.api.servicecontrol.v2 A client to Service Control API -
-
Uses of ResourceInfoOrBuilder in com.google.api.servicecontrol.v2
Classes in com.google.api.servicecontrol.v2 that implement ResourceInfoOrBuilder Modifier and Type Class Description class
ResourceInfo
Describes a resource referenced in the request.static class
ResourceInfo.Builder
Describes a resource referenced in the request.Methods in com.google.api.servicecontrol.v2 that return ResourceInfoOrBuilder Modifier and Type Method Description ResourceInfoOrBuilder
CheckRequest.Builder. getResourcesOrBuilder(int index)
Describes the resources and the policies applied to each resource.ResourceInfoOrBuilder
CheckRequest. getResourcesOrBuilder(int index)
Describes the resources and the policies applied to each resource.ResourceInfoOrBuilder
CheckRequestOrBuilder. getResourcesOrBuilder(int index)
Describes the resources and the policies applied to each resource.ResourceInfoOrBuilder
ResourceInfoList.Builder. getResourcesOrBuilder(int index)
The resource details.ResourceInfoOrBuilder
ResourceInfoList. getResourcesOrBuilder(int index)
The resource details.ResourceInfoOrBuilder
ResourceInfoListOrBuilder. getResourcesOrBuilder(int index)
The resource details.Methods in com.google.api.servicecontrol.v2 that return types with arguments of type ResourceInfoOrBuilder Modifier and Type Method Description List<? extends ResourceInfoOrBuilder>
CheckRequest.Builder. getResourcesOrBuilderList()
Describes the resources and the policies applied to each resource.List<? extends ResourceInfoOrBuilder>
CheckRequest. getResourcesOrBuilderList()
Describes the resources and the policies applied to each resource.List<? extends ResourceInfoOrBuilder>
CheckRequestOrBuilder. getResourcesOrBuilderList()
Describes the resources and the policies applied to each resource.List<? extends ResourceInfoOrBuilder>
ResourceInfoList.Builder. getResourcesOrBuilderList()
The resource details.List<? extends ResourceInfoOrBuilder>
ResourceInfoList. getResourcesOrBuilderList()
The resource details.List<? extends ResourceInfoOrBuilder>
ResourceInfoListOrBuilder. getResourcesOrBuilderList()
The resource details.
-