Uses of Class
com.google.cloud.recommender.v1.InsightStateInfo
-
Packages that use InsightStateInfo Package Description com.google.cloud.recommender.v1 A client to Recommender API -
-
Uses of InsightStateInfo in com.google.cloud.recommender.v1
Methods in com.google.cloud.recommender.v1 that return InsightStateInfo Modifier and Type Method Description InsightStateInfo
InsightStateInfo.Builder. build()
InsightStateInfo
InsightStateInfo.Builder. buildPartial()
static InsightStateInfo
InsightStateInfo. getDefaultInstance()
InsightStateInfo
InsightStateInfo.Builder. getDefaultInstanceForType()
InsightStateInfo
InsightStateInfo. getDefaultInstanceForType()
InsightStateInfo
Insight.Builder. getStateInfo()
Information state and metadata.InsightStateInfo
Insight. getStateInfo()
Information state and metadata.InsightStateInfo
InsightOrBuilder. getStateInfo()
Information state and metadata.static InsightStateInfo
InsightStateInfo. parseDelimitedFrom(InputStream input)
static InsightStateInfo
InsightStateInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsightStateInfo
InsightStateInfo. parseFrom(byte[] data)
static InsightStateInfo
InsightStateInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsightStateInfo
InsightStateInfo. parseFrom(com.google.protobuf.ByteString data)
static InsightStateInfo
InsightStateInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsightStateInfo
InsightStateInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static InsightStateInfo
InsightStateInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsightStateInfo
InsightStateInfo. parseFrom(InputStream input)
static InsightStateInfo
InsightStateInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsightStateInfo
InsightStateInfo. parseFrom(ByteBuffer data)
static InsightStateInfo
InsightStateInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.recommender.v1 that return types with arguments of type InsightStateInfo Modifier and Type Method Description com.google.protobuf.Parser<InsightStateInfo>
InsightStateInfo. getParserForType()
static com.google.protobuf.Parser<InsightStateInfo>
InsightStateInfo. parser()
Methods in com.google.cloud.recommender.v1 with parameters of type InsightStateInfo Modifier and Type Method Description InsightStateInfo.Builder
InsightStateInfo.Builder. mergeFrom(InsightStateInfo other)
Insight.Builder
Insight.Builder. mergeStateInfo(InsightStateInfo value)
Information state and metadata.static InsightStateInfo.Builder
InsightStateInfo. newBuilder(InsightStateInfo prototype)
Insight.Builder
Insight.Builder. setStateInfo(InsightStateInfo value)
Information state and metadata.
-