public interface FromMappingOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDependency()
public abstract String getDependency()Required. Alias of the dependency that the outputVariable 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 outputVariable will pass its value to
string dependency = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for dependency. |
getOutputVariable()
public abstract String getOutputVariable()Required. Name of the outputVariable on the dependency
string output_variable = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The outputVariable. |
getOutputVariableBytes()
public abstract ByteString getOutputVariableBytes()Required. Name of the outputVariable on the dependency
string output_variable = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for outputVariable. |