public static final class VariableMapping.Builder extends GeneratedMessage.Builder<VariableMapping.Builder> implements VariableMappingOrBuilderMapping of input variables to their respective output variable for depedenencies
Protobuf type google.cloud.saasplatform.saasservicemgmt.v1beta1.VariableMapping
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > VariableMapping.BuilderImplements
VariableMappingOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public VariableMapping build()| Returns | |
|---|---|
| Type | Description |
VariableMapping |
|
buildPartial()
public VariableMapping buildPartial()| Returns | |
|---|---|
| Type | Description |
VariableMapping |
|
clear()
public VariableMapping.Builder clear()| Returns | |
|---|---|
| Type | Description |
VariableMapping.Builder |
|
clearFrom()
public VariableMapping.Builder clearFrom()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 |
VariableMapping.Builder |
|
clearMappingType()
public VariableMapping.Builder clearMappingType()| Returns | |
|---|---|
| Type | Description |
VariableMapping.Builder |
|
clearTo()
public VariableMapping.Builder clearTo()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 |
VariableMapping.Builder |
|
clearVariable()
public VariableMapping.Builder clearVariable()Required. name of the variable
string variable = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
VariableMapping.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public VariableMapping getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
VariableMapping |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFrom()
public 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. |
getFromBuilder()
public FromMapping.Builder getFromBuilder()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.Builder |
|
getFromOrBuilder()
public 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 VariableMapping.MappingTypeCase getMappingTypeCase()| Returns | |
|---|---|
| Type | Description |
VariableMapping.MappingTypeCase |
|
getTo()
public 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. |
getToBuilder()
public ToMapping.Builder getToBuilder()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.Builder |
|
getToOrBuilder()
public 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 String getVariable()Required. name of the variable
string variable = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The variable. |
getVariableBytes()
public 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(FromMapping value)
public VariableMapping.Builder mergeFrom(FromMapping value)Optional. Output variables which will get their values from dependencies
.google.cloud.saasplatform.saasservicemgmt.v1beta1.FromMapping from = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FromMapping |
| Returns | |
|---|---|
| Type | Description |
VariableMapping.Builder |
|
mergeFrom(VariableMapping other)
public VariableMapping.Builder mergeFrom(VariableMapping other)| Parameter | |
|---|---|
| Name | Description |
other |
VariableMapping |
| Returns | |
|---|---|
| Type | Description |
VariableMapping.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VariableMapping.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
VariableMapping.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public VariableMapping.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
VariableMapping.Builder |
|
mergeTo(ToMapping value)
public VariableMapping.Builder mergeTo(ToMapping value)Optional. Input variables whose values will be passed on to dependencies.
.google.cloud.saasplatform.saasservicemgmt.v1beta1.ToMapping to = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ToMapping |
| Returns | |
|---|---|
| Type | Description |
VariableMapping.Builder |
|
setFrom(FromMapping value)
public VariableMapping.Builder setFrom(FromMapping value)Optional. Output variables which will get their values from dependencies
.google.cloud.saasplatform.saasservicemgmt.v1beta1.FromMapping from = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FromMapping |
| Returns | |
|---|---|
| Type | Description |
VariableMapping.Builder |
|
setFrom(FromMapping.Builder builderForValue)
public VariableMapping.Builder setFrom(FromMapping.Builder builderForValue)Optional. Output variables which will get their values from dependencies
.google.cloud.saasplatform.saasservicemgmt.v1beta1.FromMapping from = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
FromMapping.Builder |
| Returns | |
|---|---|
| Type | Description |
VariableMapping.Builder |
|
setTo(ToMapping value)
public VariableMapping.Builder setTo(ToMapping value)Optional. Input variables whose values will be passed on to dependencies.
.google.cloud.saasplatform.saasservicemgmt.v1beta1.ToMapping to = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ToMapping |
| Returns | |
|---|---|
| Type | Description |
VariableMapping.Builder |
|
setTo(ToMapping.Builder builderForValue)
public VariableMapping.Builder setTo(ToMapping.Builder builderForValue)Optional. Input variables whose values will be passed on to dependencies.
.google.cloud.saasplatform.saasservicemgmt.v1beta1.ToMapping to = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ToMapping.Builder |
| Returns | |
|---|---|
| Type | Description |
VariableMapping.Builder |
|
setVariable(String value)
public VariableMapping.Builder setVariable(String value)Required. name of the variable
string variable = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe variable to set. |
| Returns | |
|---|---|
| Type | Description |
VariableMapping.Builder |
This builder for chaining. |
setVariableBytes(ByteString value)
public VariableMapping.Builder setVariableBytes(ByteString value)Required. name of the variable
string variable = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for variable to set. |
| Returns | |
|---|---|
| Type | Description |
VariableMapping.Builder |
This builder for chaining. |