public static final class VariableMapping.Builder extends GeneratedMessageV3.Builder<VariableMapping.Builder> implements VariableMappingOrBuilder
Mapping of input variables to their respective output variable for
depedenencies
Protobuf type google.cloud.saasplatform.saasservicemgmt.v1beta1.VariableMapping
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public VariableMapping.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public VariableMapping build()
public VariableMapping buildPartial()
public VariableMapping.Builder clear()
Overrides
public VariableMapping.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
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];
public VariableMapping.Builder clearMappingType()
public VariableMapping.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
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];
public VariableMapping.Builder clearVariable()
Required. name of the variable
string variable = 1 [(.google.api.field_behavior) = REQUIRED];
public VariableMapping.Builder clone()
Overrides
public VariableMapping getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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];
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];
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];
public VariableMapping.MappingTypeCase getMappingTypeCase()
Optional. Input variables whose values will be passed on to dependencies.
.google.cloud.saasplatform.saasservicemgmt.v1beta1.ToMapping to = 3 [(.google.api.field_behavior) = OPTIONAL];
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];
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];
public String getVariable()
Required. name of the variable
string variable = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The variable.
|
public ByteString getVariableBytes()
Required. name of the variable
string variable = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for variable.
|
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.
|
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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
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];
public VariableMapping.Builder mergeFrom(VariableMapping other)
public VariableMapping.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public VariableMapping.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
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];
public final VariableMapping.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public VariableMapping.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
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];
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];
public VariableMapping.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
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];
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];
public final VariableMapping.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
public VariableMapping.Builder setVariable(String value)
Required. name of the variable
string variable = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
String
The variable to set.
|
public VariableMapping.Builder setVariableBytes(ByteString value)
Required. name of the variable
string variable = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
ByteString
The bytes for variable to set.
|