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 ResourceInfoResourceInfo.Builder. build()ResourceInfoResourceInfo.Builder. buildPartial()static ResourceInfoResourceInfo. getDefaultInstance()ResourceInfoResourceInfo.Builder. getDefaultInstanceForType()ResourceInfoResourceInfo. getDefaultInstanceForType()ResourceInfoCheckRequest.Builder. getResources(int index)Describes the resources and the policies applied to each resource.ResourceInfoCheckRequest. getResources(int index)Describes the resources and the policies applied to each resource.ResourceInfoCheckRequestOrBuilder. getResources(int index)Describes the resources and the policies applied to each resource.ResourceInfoResourceInfoList.Builder. getResources(int index)The resource details.ResourceInfoResourceInfoList. getResources(int index)The resource details.ResourceInfoResourceInfoListOrBuilder. getResources(int index)The resource details.static ResourceInfoResourceInfo. parseDelimitedFrom(InputStream input)static ResourceInfoResourceInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResourceInfoResourceInfo. parseFrom(byte[] data)static ResourceInfoResourceInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResourceInfoResourceInfo. parseFrom(com.google.protobuf.ByteString data)static ResourceInfoResourceInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResourceInfoResourceInfo. parseFrom(com.google.protobuf.CodedInputStream input)static ResourceInfoResourceInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResourceInfoResourceInfo. parseFrom(InputStream input)static ResourceInfoResourceInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResourceInfoResourceInfo. parseFrom(ByteBuffer data)static ResourceInfoResourceInfo. 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.BuilderCheckRequest.Builder. addResources(int index, ResourceInfo value)Describes the resources and the policies applied to each resource.CheckRequest.BuilderCheckRequest.Builder. addResources(ResourceInfo value)Describes the resources and the policies applied to each resource.ResourceInfoList.BuilderResourceInfoList.Builder. addResources(int index, ResourceInfo value)The resource details.ResourceInfoList.BuilderResourceInfoList.Builder. addResources(ResourceInfo value)The resource details.ResourceInfo.BuilderResourceInfo.Builder. mergeFrom(ResourceInfo other)static ResourceInfo.BuilderResourceInfo. newBuilder(ResourceInfo prototype)CheckRequest.BuilderCheckRequest.Builder. setResources(int index, ResourceInfo value)Describes the resources and the policies applied to each resource.ResourceInfoList.BuilderResourceInfoList.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.BuilderCheckRequest.Builder. addAllResources(Iterable<? extends ResourceInfo> values)Describes the resources and the policies applied to each resource.ResourceInfoList.BuilderResourceInfoList.Builder. addAllResources(Iterable<? extends ResourceInfo> values)The resource details.
-