Class FromMapping.Builder (0.15.0)

public static final class FromMapping.Builder extends GeneratedMessage.Builder<FromMapping.Builder> implements FromMappingOrBuilder

Output variables whose values will be passed on to dependencies

Protobuf type google.cloud.saasplatform.saasservicemgmt.v1beta1.FromMapping

Static Methods

getDescriptor()

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

Methods

build()

public FromMapping build()
Returns
Type Description
FromMapping

buildPartial()

public FromMapping buildPartial()
Returns
Type Description
FromMapping

clear()

public FromMapping.Builder clear()
Returns
Type Description
FromMapping.Builder
Overrides

clearDependency()

public FromMapping.Builder clearDependency()

Required. Alias of the dependency that the outputVariable will pass its value to

string dependency = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FromMapping.Builder

This builder for chaining.

clearOutputVariable()

public FromMapping.Builder clearOutputVariable()

Required. Name of the outputVariable on the dependency

string output_variable = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FromMapping.Builder

This builder for chaining.

getDefaultInstanceForType()

public FromMapping getDefaultInstanceForType()
Returns
Type Description
FromMapping

getDependency()

public 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 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.

getDescriptorForType()

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

getOutputVariable()

public 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(FromMapping other)

public FromMapping.Builder mergeFrom(FromMapping other)
Parameter
Name Description
other FromMapping
Returns
Type Description
FromMapping.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public FromMapping.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FromMapping.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

setDependency(String value)

public FromMapping.Builder setDependency(String value)

Required. Alias of the dependency that the outputVariable will pass its value to

string dependency = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The dependency to set.

Returns
Type Description
FromMapping.Builder

This builder for chaining.

setDependencyBytes(ByteString value)

public FromMapping.Builder setDependencyBytes(ByteString value)

Required. Alias of the dependency that the outputVariable will pass its value to

string dependency = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for dependency to set.

Returns
Type Description
FromMapping.Builder

This builder for chaining.

setOutputVariable(String value)

public FromMapping.Builder setOutputVariable(String value)

Required. Name of the outputVariable on the dependency

string output_variable = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The outputVariable to set.

Returns
Type Description
FromMapping.Builder

This builder for chaining.

setOutputVariableBytes(ByteString value)

public FromMapping.Builder setOutputVariableBytes(ByteString value)

Required. Name of the outputVariable on the dependency

string output_variable = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for outputVariable to set.

Returns
Type Description
FromMapping.Builder

This builder for chaining.