Uses of Class
com.google.api.servicecontrol.v2.ResourceInfoList
-
Packages that use ResourceInfoList Package Description com.google.api.servicecontrol.v2 A client to Service Control API -
-
Uses of ResourceInfoList in com.google.api.servicecontrol.v2
Methods in com.google.api.servicecontrol.v2 that return ResourceInfoList Modifier and Type Method Description ResourceInfoList
ResourceInfoList.Builder. build()
ResourceInfoList
ResourceInfoList.Builder. buildPartial()
static ResourceInfoList
ResourceInfoList. getDefaultInstance()
ResourceInfoList
ResourceInfoList.Builder. getDefaultInstanceForType()
ResourceInfoList
ResourceInfoList. getDefaultInstanceForType()
static ResourceInfoList
ResourceInfoList. parseDelimitedFrom(InputStream input)
static ResourceInfoList
ResourceInfoList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResourceInfoList
ResourceInfoList. parseFrom(byte[] data)
static ResourceInfoList
ResourceInfoList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResourceInfoList
ResourceInfoList. parseFrom(com.google.protobuf.ByteString data)
static ResourceInfoList
ResourceInfoList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResourceInfoList
ResourceInfoList. parseFrom(com.google.protobuf.CodedInputStream input)
static ResourceInfoList
ResourceInfoList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResourceInfoList
ResourceInfoList. parseFrom(InputStream input)
static ResourceInfoList
ResourceInfoList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResourceInfoList
ResourceInfoList. parseFrom(ByteBuffer data)
static ResourceInfoList
ResourceInfoList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.servicecontrol.v2 that return types with arguments of type ResourceInfoList Modifier and Type Method Description com.google.protobuf.Parser<ResourceInfoList>
ResourceInfoList. getParserForType()
static com.google.protobuf.Parser<ResourceInfoList>
ResourceInfoList. parser()
Methods in com.google.api.servicecontrol.v2 with parameters of type ResourceInfoList Modifier and Type Method Description ResourceInfoList.Builder
ResourceInfoList.Builder. mergeFrom(ResourceInfoList other)
static ResourceInfoList.Builder
ResourceInfoList. newBuilder(ResourceInfoList prototype)
-