All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.privacy.dlp.v2.TransformationDetailsOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.53.0
Show newest version
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/privacy/dlp/v2/dlp.proto

// Protobuf Java Version: 3.25.4
package com.google.privacy.dlp.v2;

public interface TransformationDetailsOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.privacy.dlp.v2.TransformationDetails)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The name of the job that completed the transformation.
   * 
* * string resource_name = 1; * * @return The resourceName. */ java.lang.String getResourceName(); /** * * *
   * The name of the job that completed the transformation.
   * 
* * string resource_name = 1; * * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** * * *
   * The top level name of the container where the transformation is located
   * (this will be the source file name or table name).
   * 
* * string container_name = 2; * * @return The containerName. */ java.lang.String getContainerName(); /** * * *
   * The top level name of the container where the transformation is located
   * (this will be the source file name or table name).
   * 
* * string container_name = 2; * * @return The bytes for containerName. */ com.google.protobuf.ByteString getContainerNameBytes(); /** * * *
   * Description of transformation. This would only contain more than one
   * element if there were multiple matching transformations and which one to
   * apply was ambiguous. Not set for states that contain no transformation,
   * currently only state that contains no transformation is
   * TransformationResultStateType.METADATA_UNRETRIEVABLE.
   * 
* * repeated .google.privacy.dlp.v2.TransformationDescription transformation = 3; */ java.util.List getTransformationList(); /** * * *
   * Description of transformation. This would only contain more than one
   * element if there were multiple matching transformations and which one to
   * apply was ambiguous. Not set for states that contain no transformation,
   * currently only state that contains no transformation is
   * TransformationResultStateType.METADATA_UNRETRIEVABLE.
   * 
* * repeated .google.privacy.dlp.v2.TransformationDescription transformation = 3; */ com.google.privacy.dlp.v2.TransformationDescription getTransformation(int index); /** * * *
   * Description of transformation. This would only contain more than one
   * element if there were multiple matching transformations and which one to
   * apply was ambiguous. Not set for states that contain no transformation,
   * currently only state that contains no transformation is
   * TransformationResultStateType.METADATA_UNRETRIEVABLE.
   * 
* * repeated .google.privacy.dlp.v2.TransformationDescription transformation = 3; */ int getTransformationCount(); /** * * *
   * Description of transformation. This would only contain more than one
   * element if there were multiple matching transformations and which one to
   * apply was ambiguous. Not set for states that contain no transformation,
   * currently only state that contains no transformation is
   * TransformationResultStateType.METADATA_UNRETRIEVABLE.
   * 
* * repeated .google.privacy.dlp.v2.TransformationDescription transformation = 3; */ java.util.List getTransformationOrBuilderList(); /** * * *
   * Description of transformation. This would only contain more than one
   * element if there were multiple matching transformations and which one to
   * apply was ambiguous. Not set for states that contain no transformation,
   * currently only state that contains no transformation is
   * TransformationResultStateType.METADATA_UNRETRIEVABLE.
   * 
* * repeated .google.privacy.dlp.v2.TransformationDescription transformation = 3; */ com.google.privacy.dlp.v2.TransformationDescriptionOrBuilder getTransformationOrBuilder( int index); /** * * *
   * Status of the transformation, if transformation was not successful, this
   * will specify what caused it to fail, otherwise it will show that the
   * transformation was successful.
   * 
* * .google.privacy.dlp.v2.TransformationResultStatus status_details = 4; * * @return Whether the statusDetails field is set. */ boolean hasStatusDetails(); /** * * *
   * Status of the transformation, if transformation was not successful, this
   * will specify what caused it to fail, otherwise it will show that the
   * transformation was successful.
   * 
* * .google.privacy.dlp.v2.TransformationResultStatus status_details = 4; * * @return The statusDetails. */ com.google.privacy.dlp.v2.TransformationResultStatus getStatusDetails(); /** * * *
   * Status of the transformation, if transformation was not successful, this
   * will specify what caused it to fail, otherwise it will show that the
   * transformation was successful.
   * 
* * .google.privacy.dlp.v2.TransformationResultStatus status_details = 4; */ com.google.privacy.dlp.v2.TransformationResultStatusOrBuilder getStatusDetailsOrBuilder(); /** * * *
   * The number of bytes that were transformed. If transformation was
   * unsuccessful or did not take place because there was no content to
   * transform, this will be zero.
   * 
* * int64 transformed_bytes = 5; * * @return The transformedBytes. */ long getTransformedBytes(); /** * * *
   * The precise location of the transformed content in the original container.
   * 
* * .google.privacy.dlp.v2.TransformationLocation transformation_location = 6; * * @return Whether the transformationLocation field is set. */ boolean hasTransformationLocation(); /** * * *
   * The precise location of the transformed content in the original container.
   * 
* * .google.privacy.dlp.v2.TransformationLocation transformation_location = 6; * * @return The transformationLocation. */ com.google.privacy.dlp.v2.TransformationLocation getTransformationLocation(); /** * * *
   * The precise location of the transformed content in the original container.
   * 
* * .google.privacy.dlp.v2.TransformationLocation transformation_location = 6; */ com.google.privacy.dlp.v2.TransformationLocationOrBuilder getTransformationLocationOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy