public interface TerraformVariableOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInputValue()
public abstract Value getInputValue()Optional. Input variable value.
.google.protobuf.Value input_value = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Value |
The inputValue. |
getInputValueOrBuilder()
public abstract ValueOrBuilder getInputValueOrBuilder()Optional. Input variable value.
.google.protobuf.Value input_value = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ValueOrBuilder |
|
hasInputValue()
public abstract boolean hasInputValue()Optional. Input variable value.
.google.protobuf.Value input_value = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the inputValue field is set. |