Class VariableMapping.Builder (0.2.0)

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public VariableMapping.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
VariableMapping.Builder
Overrides

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
Overrides

clearField(Descriptors.FieldDescriptor field)

public VariableMapping.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
VariableMapping.Builder
Overrides

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

clearOneof(Descriptors.OneofDescriptor oneof)

public VariableMapping.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
VariableMapping.Builder
Overrides

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.

clone()

public VariableMapping.Builder clone()
Returns
Type Description
VariableMapping.Builder
Overrides

getDefaultInstanceForType()

public VariableMapping getDefaultInstanceForType()
Returns
Type Description
VariableMapping

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public VariableMapping.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
VariableMapping.Builder
Overrides

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final VariableMapping.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
VariableMapping.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public VariableMapping.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
VariableMapping.Builder
Overrides

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

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public VariableMapping.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
VariableMapping.Builder
Overrides

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

setUnknownFields(UnknownFieldSet unknownFields)

public final VariableMapping.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
VariableMapping.Builder
Overrides

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 String

The 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 ByteString

The bytes for variable to set.

Returns
Type Description
VariableMapping.Builder

This builder for chaining.