public interface InsightStateInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsStateMetadata(String key)
A map of metadata for the state, provided by user or automations systems.
|
InsightStateInfo.State |
getState()
Insight state.
|
Map<String,String> |
getStateMetadata()
Deprecated.
|
int |
getStateMetadataCount()
A map of metadata for the state, provided by user or automations systems.
|
Map<String,String> |
getStateMetadataMap()
A map of metadata for the state, provided by user or automations systems.
|
String |
getStateMetadataOrDefault(String key,
String defaultValue)
A map of metadata for the state, provided by user or automations systems.
|
String |
getStateMetadataOrThrow(String key)
A map of metadata for the state, provided by user or automations systems.
|
int |
getStateValue()
Insight state.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getStateValue()
Insight state.
.google.cloud.recommender.v1.InsightStateInfo.State state = 1;InsightStateInfo.State getState()
Insight state.
.google.cloud.recommender.v1.InsightStateInfo.State state = 1;int getStateMetadataCount()
A map of metadata for the state, provided by user or automations systems.
map<string, string> state_metadata = 2;boolean containsStateMetadata(String key)
A map of metadata for the state, provided by user or automations systems.
map<string, string> state_metadata = 2;@Deprecated Map<String,String> getStateMetadata()
getStateMetadataMap() instead.Map<String,String> getStateMetadataMap()
A map of metadata for the state, provided by user or automations systems.
map<string, string> state_metadata = 2;String getStateMetadataOrDefault(String key, String defaultValue)
A map of metadata for the state, provided by user or automations systems.
map<string, string> state_metadata = 2;Copyright © 2020 Google LLC. All rights reserved.