public interface ToMappingOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDependency()
public abstract String getDependency()
Required. Alias of the dependency that the inputVariable will pass its value to
string dependency = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The dependency. |
getDependencyBytes()
public abstract ByteString getDependencyBytes()
Required. Alias of the dependency that the inputVariable will pass its value to
string dependency = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for dependency. |
getIgnoreForLookup()
public abstract boolean getIgnoreForLookup()
Optional. Tells SaaS Runtime if this mapping should be used during lookup or not
bool ignore_for_lookup = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
The ignoreForLookup. |
getInputVariable()
public abstract String getInputVariable()
Required. Name of the inputVariable on the dependency
string input_variable = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The inputVariable. |
getInputVariableBytes()
public abstract ByteString getInputVariableBytes()
Required. Name of the inputVariable on the dependency
string input_variable = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for inputVariable. |