Uses of Class
com.google.cloud.recommender.v1.InsightStateInfo.Builder
-
Packages that use InsightStateInfo.Builder Package Description com.google.cloud.recommender.v1 A client to Recommender API -
-
Uses of InsightStateInfo.Builder in com.google.cloud.recommender.v1
Methods in com.google.cloud.recommender.v1 that return InsightStateInfo.Builder Modifier and Type Method Description InsightStateInfo.Builder
InsightStateInfo.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
InsightStateInfo.Builder
InsightStateInfo.Builder. clear()
InsightStateInfo.Builder
InsightStateInfo.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
InsightStateInfo.Builder
InsightStateInfo.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
InsightStateInfo.Builder
InsightStateInfo.Builder. clearState()
Insight state.InsightStateInfo.Builder
InsightStateInfo.Builder. clearStateMetadata()
InsightStateInfo.Builder
InsightStateInfo.Builder. clone()
InsightStateInfo.Builder
Insight.Builder. getStateInfoBuilder()
Information state and metadata.InsightStateInfo.Builder
InsightStateInfo.Builder. mergeFrom(InsightStateInfo other)
InsightStateInfo.Builder
InsightStateInfo.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
InsightStateInfo.Builder
InsightStateInfo.Builder. mergeFrom(com.google.protobuf.Message other)
InsightStateInfo.Builder
InsightStateInfo.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static InsightStateInfo.Builder
InsightStateInfo. newBuilder()
static InsightStateInfo.Builder
InsightStateInfo. newBuilder(InsightStateInfo prototype)
InsightStateInfo.Builder
InsightStateInfo. newBuilderForType()
protected InsightStateInfo.Builder
InsightStateInfo. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
InsightStateInfo.Builder
InsightStateInfo.Builder. putAllStateMetadata(Map<String,String> values)
A map of metadata for the state, provided by user or automations systems.InsightStateInfo.Builder
InsightStateInfo.Builder. putStateMetadata(String key, String value)
A map of metadata for the state, provided by user or automations systems.InsightStateInfo.Builder
InsightStateInfo.Builder. removeStateMetadata(String key)
A map of metadata for the state, provided by user or automations systems.InsightStateInfo.Builder
InsightStateInfo.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
InsightStateInfo.Builder
InsightStateInfo.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
InsightStateInfo.Builder
InsightStateInfo.Builder. setState(InsightStateInfo.State value)
Insight state.InsightStateInfo.Builder
InsightStateInfo.Builder. setStateValue(int value)
Insight state.InsightStateInfo.Builder
InsightStateInfo.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
InsightStateInfo.Builder
InsightStateInfo. toBuilder()
Methods in com.google.cloud.recommender.v1 with parameters of type InsightStateInfo.Builder Modifier and Type Method Description Insight.Builder
Insight.Builder. setStateInfo(InsightStateInfo.Builder builderForValue)
Information state and metadata.
-