Class VariableMapping (0.2.0)

public final class VariableMapping extends GeneratedMessageV3 implements VariableMappingOrBuilder

Mapping of input variables to their respective output variable for depedenencies

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

Static Fields

FROM_FIELD_NUMBER

public static final int FROM_FIELD_NUMBER
Field Value
Type Description
int

TO_FIELD_NUMBER

public static final int TO_FIELD_NUMBER
Field Value
Type Description
int

VARIABLE_FIELD_NUMBER

public static final int VARIABLE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static VariableMapping getDefaultInstance()
Returns
Type Description
VariableMapping

getDescriptor()

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

newBuilder()

public static VariableMapping.Builder newBuilder()
Returns
Type Description
VariableMapping.Builder

newBuilder(VariableMapping prototype)

public static VariableMapping.Builder newBuilder(VariableMapping prototype)
Parameter
Name Description
prototype VariableMapping
Returns
Type Description
VariableMapping.Builder

parseDelimitedFrom(InputStream input)

public static VariableMapping parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
VariableMapping
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VariableMapping parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VariableMapping
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static VariableMapping parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
VariableMapping
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static VariableMapping parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VariableMapping
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static VariableMapping parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
VariableMapping
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static VariableMapping parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VariableMapping
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static VariableMapping parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
VariableMapping
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static VariableMapping parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VariableMapping
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static VariableMapping parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
VariableMapping
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VariableMapping parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VariableMapping
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static VariableMapping parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
VariableMapping
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static VariableMapping parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VariableMapping
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<VariableMapping> parser()
Returns
Type Description
Parser<VariableMapping>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public VariableMapping getDefaultInstanceForType()
Returns
Type Description
VariableMapping

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.

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

getParserForType()

public Parser<VariableMapping> getParserForType()
Returns
Type Description
Parser<VariableMapping>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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.

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public VariableMapping.Builder newBuilderForType()
Returns
Type Description
VariableMapping.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected VariableMapping.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
VariableMapping.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public VariableMapping.Builder toBuilder()
Returns
Type Description
VariableMapping.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException