Uses of Class
com.google.cloud.migrationcenter.v1.InsightList
-
Packages that use InsightList Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of InsightList in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return InsightList Modifier and Type Method Description InsightList
InsightList.Builder. build()
InsightList
InsightList.Builder. buildPartial()
static InsightList
InsightList. getDefaultInstance()
InsightList
InsightList.Builder. getDefaultInstanceForType()
InsightList
InsightList. getDefaultInstanceForType()
InsightList
Asset.Builder. getInsightList()
Output only.InsightList
Asset. getInsightList()
Output only.InsightList
AssetOrBuilder. getInsightList()
Output only.static InsightList
InsightList. parseDelimitedFrom(InputStream input)
static InsightList
InsightList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsightList
InsightList. parseFrom(byte[] data)
static InsightList
InsightList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsightList
InsightList. parseFrom(com.google.protobuf.ByteString data)
static InsightList
InsightList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsightList
InsightList. parseFrom(com.google.protobuf.CodedInputStream input)
static InsightList
InsightList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsightList
InsightList. parseFrom(InputStream input)
static InsightList
InsightList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsightList
InsightList. parseFrom(ByteBuffer data)
static InsightList
InsightList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type InsightList Modifier and Type Method Description com.google.protobuf.Parser<InsightList>
InsightList. getParserForType()
static com.google.protobuf.Parser<InsightList>
InsightList. parser()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type InsightList Modifier and Type Method Description InsightList.Builder
InsightList.Builder. mergeFrom(InsightList other)
Asset.Builder
Asset.Builder. mergeInsightList(InsightList value)
Output only.static InsightList.Builder
InsightList. newBuilder(InsightList prototype)
Asset.Builder
Asset.Builder. setInsightList(InsightList value)
Output only.
-