Interface RestoreConfig.TransformationRuleActionOrBuilder (0.40.0)

public static interface RestoreConfig.TransformationRuleActionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFromPath()

public abstract String getFromPath()

Optional. A string containing a JSON Pointer value that references the location in the target document to move the value from.

string from_path = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The fromPath.

getFromPathBytes()

public abstract ByteString getFromPathBytes()

Optional. A string containing a JSON Pointer value that references the location in the target document to move the value from.

string from_path = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for fromPath.

getOp()

public abstract RestoreConfig.TransformationRuleAction.Op getOp()

Required. op specifies the operation to perform.

.google.cloud.gkebackup.v1.RestoreConfig.TransformationRuleAction.Op op = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
RestoreConfig.TransformationRuleAction.Op

The op.

getOpValue()

public abstract int getOpValue()

Required. op specifies the operation to perform.

.google.cloud.gkebackup.v1.RestoreConfig.TransformationRuleAction.Op op = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The enum numeric value on the wire for op.

getPath()

public abstract String getPath()

Optional. A string containing a JSON-Pointer value that references a location within the target document where the operation is performed.

string path = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The path.

getPathBytes()

public abstract ByteString getPathBytes()

Optional. A string containing a JSON-Pointer value that references a location within the target document where the operation is performed.

string path = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for path.

getValue()

public abstract String getValue()

Optional. A string that specifies the desired value in string format to use for transformation.

string value = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

Optional. A string that specifies the desired value in string format to use for transformation.

string value = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for value.