Interface RestoreConfig.TransformationRuleActionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFromPath()
      A string containing a JSON Pointer value that references the location in the target document to move the value from.
      com.google.protobuf.ByteString getFromPathBytes()
      A string containing a JSON Pointer value that references the location in the target document to move the value from.
      RestoreConfig.TransformationRuleAction.Op getOp()
      Required.
      int getOpValue()
      Required.
      String getPath()
      A string containing a JSON-Pointer value that references a location within the target document where the operation is performed.
      com.google.protobuf.ByteString getPathBytes()
      A string containing a JSON-Pointer value that references a location within the target document where the operation is performed.
      String getValue()
      A string that specifies the desired value in string format to use for transformation.
      com.google.protobuf.ByteString getValueBytes()
      A string that specifies the desired value in string format to use for transformation.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getOpValue

        int getOpValue()
         Required. op specifies the operation to perform.
         
        .google.cloud.gkebackup.v1.RestoreConfig.TransformationRuleAction.Op op = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The enum numeric value on the wire for op.
      • getOp

        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:
        The op.
      • getFromPath

        String getFromPath()
         A string containing a JSON Pointer value that references the location in
         the target document to move the value from.
         
        string from_path = 2;
        Returns:
        The fromPath.
      • getFromPathBytes

        com.google.protobuf.ByteString getFromPathBytes()
         A string containing a JSON Pointer value that references the location in
         the target document to move the value from.
         
        string from_path = 2;
        Returns:
        The bytes for fromPath.
      • getPath

        String getPath()
         A string containing a JSON-Pointer value that references a location
         within the target document where the operation is performed.
         
        string path = 3;
        Returns:
        The path.
      • getPathBytes

        com.google.protobuf.ByteString getPathBytes()
         A string containing a JSON-Pointer value that references a location
         within the target document where the operation is performed.
         
        string path = 3;
        Returns:
        The bytes for path.
      • getValue

        String getValue()
         A string that specifies the desired value in string format to
         use for transformation.
         
        string value = 4;
        Returns:
        The value.
      • getValueBytes

        com.google.protobuf.ByteString getValueBytes()
         A string that specifies the desired value in string format to
         use for transformation.
         
        string value = 4;
        Returns:
        The bytes for value.