public interface VariableMappingOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFrom()
public abstract FromMapping getFrom()
Optional. Output variables which will get their values from dependencies
.google.cloud.saasplatform.saasservicemgmt.v1beta1.FromMapping from = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FromMapping |
The from. |
getFromOrBuilder()
public abstract FromMappingOrBuilder getFromOrBuilder()
Optional. Output variables which will get their values from dependencies
.google.cloud.saasplatform.saasservicemgmt.v1beta1.FromMapping from = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FromMappingOrBuilder |
getMappingTypeCase()
public abstract VariableMapping.MappingTypeCase getMappingTypeCase()
Returns | |
---|---|
Type | Description |
VariableMapping.MappingTypeCase |
getTo()
public abstract ToMapping getTo()
Optional. Input variables whose values will be passed on to dependencies.
.google.cloud.saasplatform.saasservicemgmt.v1beta1.ToMapping to = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ToMapping |
The to. |
getToOrBuilder()
public abstract ToMappingOrBuilder getToOrBuilder()
Optional. Input variables whose values will be passed on to dependencies.
.google.cloud.saasplatform.saasservicemgmt.v1beta1.ToMapping to = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ToMappingOrBuilder |
getVariable()
public abstract String getVariable()
Required. name of the variable
string variable = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The variable. |
getVariableBytes()
public abstract ByteString getVariableBytes()
Required. name of the variable
string variable = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for variable. |
hasFrom()
public abstract boolean hasFrom()
Optional. Output variables which will get their values from dependencies
.google.cloud.saasplatform.saasservicemgmt.v1beta1.FromMapping from = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the from field is set. |
hasTo()
public abstract boolean hasTo()
Optional. Input variables whose values will be passed on to dependencies.
.google.cloud.saasplatform.saasservicemgmt.v1beta1.ToMapping to = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the to field is set. |