public interface ObservationDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCurrentValue()
public abstract String getCurrentValue()Output only. The current value.
string current_value = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The currentValue. |
getCurrentValueBytes()
public abstract ByteString getCurrentValueBytes()Output only. The current value.
string current_value = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for currentValue. |
getExpectedValue()
public abstract String getExpectedValue()Optional. The expected value.
string expected_value = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The expectedValue. |
getExpectedValueBytes()
public abstract ByteString getExpectedValueBytes()Optional. The expected value.
string expected_value = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for expectedValue. |
getGuidance()
public abstract String getGuidance()Output only. Any guidance for the observation.
string guidance = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The guidance. |
getGuidanceBytes()
public abstract ByteString getGuidanceBytes()Output only. Any guidance for the observation.
string guidance = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for guidance. |