Uses of Class
com.google.api.servicecontrol.v2.ResourceInfo
-
Packages that use ResourceInfo Package Description com.google.api.servicecontrol.v2 A client to Service Control API -
-
Uses of ResourceInfo in com.google.api.servicecontrol.v2
Methods in com.google.api.servicecontrol.v2 that return ResourceInfo Modifier and Type Method Description ResourceInfo
ResourceInfo.Builder. build()
ResourceInfo
ResourceInfo.Builder. buildPartial()
static ResourceInfo
ResourceInfo. getDefaultInstance()
ResourceInfo
ResourceInfo.Builder. getDefaultInstanceForType()
ResourceInfo
ResourceInfo. getDefaultInstanceForType()
ResourceInfo
CheckRequest.Builder. getResources(int index)
Describes the resources and the policies applied to each resource.ResourceInfo
CheckRequest. getResources(int index)
Describes the resources and the policies applied to each resource.ResourceInfo
CheckRequestOrBuilder. getResources(int index)
Describes the resources and the policies applied to each resource.ResourceInfo
ResourceInfoList.Builder. getResources(int index)
The resource details.ResourceInfo
ResourceInfoList. getResources(int index)
The resource details.ResourceInfo
ResourceInfoListOrBuilder. getResources(int index)
The resource details.static ResourceInfo
ResourceInfo. parseDelimitedFrom(InputStream input)
static ResourceInfo
ResourceInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResourceInfo
ResourceInfo. parseFrom(byte[] data)
static ResourceInfo
ResourceInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResourceInfo
ResourceInfo. parseFrom(com.google.protobuf.ByteString data)
static ResourceInfo
ResourceInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResourceInfo
ResourceInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static ResourceInfo
ResourceInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResourceInfo
ResourceInfo. parseFrom(InputStream input)
static ResourceInfo
ResourceInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResourceInfo
ResourceInfo. parseFrom(ByteBuffer data)
static ResourceInfo
ResourceInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.servicecontrol.v2 that return types with arguments of type ResourceInfo Modifier and Type Method Description com.google.protobuf.Parser<ResourceInfo>
ResourceInfo. getParserForType()
List<ResourceInfo>
CheckRequest.Builder. getResourcesList()
Describes the resources and the policies applied to each resource.List<ResourceInfo>
CheckRequest. getResourcesList()
Describes the resources and the policies applied to each resource.List<ResourceInfo>
CheckRequestOrBuilder. getResourcesList()
Describes the resources and the policies applied to each resource.List<ResourceInfo>
ResourceInfoList.Builder. getResourcesList()
The resource details.List<ResourceInfo>
ResourceInfoList. getResourcesList()
The resource details.List<ResourceInfo>
ResourceInfoListOrBuilder. getResourcesList()
The resource details.static com.google.protobuf.Parser<ResourceInfo>
ResourceInfo. parser()
Methods in com.google.api.servicecontrol.v2 with parameters of type ResourceInfo Modifier and Type Method Description CheckRequest.Builder
CheckRequest.Builder. addResources(int index, ResourceInfo value)
Describes the resources and the policies applied to each resource.CheckRequest.Builder
CheckRequest.Builder. addResources(ResourceInfo value)
Describes the resources and the policies applied to each resource.ResourceInfoList.Builder
ResourceInfoList.Builder. addResources(int index, ResourceInfo value)
The resource details.ResourceInfoList.Builder
ResourceInfoList.Builder. addResources(ResourceInfo value)
The resource details.ResourceInfo.Builder
ResourceInfo.Builder. mergeFrom(ResourceInfo other)
static ResourceInfo.Builder
ResourceInfo. newBuilder(ResourceInfo prototype)
CheckRequest.Builder
CheckRequest.Builder. setResources(int index, ResourceInfo value)
Describes the resources and the policies applied to each resource.ResourceInfoList.Builder
ResourceInfoList.Builder. setResources(int index, ResourceInfo value)
The resource details.Method parameters in com.google.api.servicecontrol.v2 with type arguments of type ResourceInfo Modifier and Type Method Description CheckRequest.Builder
CheckRequest.Builder. addAllResources(Iterable<? extends ResourceInfo> values)
Describes the resources and the policies applied to each resource.ResourceInfoList.Builder
ResourceInfoList.Builder. addAllResources(Iterable<? extends ResourceInfo> values)
The resource details.
-