com.google.privacy.dlp.v2.DlpJobOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-dlp-v2 Show documentation
Show all versions of proto-google-cloud-dlp-v2 Show documentation
PROTO library for proto-google-cloud-dlp-v2
/*
* 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 DlpJobOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.privacy.dlp.v2.DlpJob)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The server-assigned name.
*
*
* string name = 1;
*
* @return The name.
*/
java.lang.String getName();
/**
*
*
*
* The server-assigned name.
*
*
* string name = 1;
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* The type of job.
*
*
* .google.privacy.dlp.v2.DlpJobType type = 2;
*
* @return The enum numeric value on the wire for type.
*/
int getTypeValue();
/**
*
*
*
* The type of job.
*
*
* .google.privacy.dlp.v2.DlpJobType type = 2;
*
* @return The type.
*/
com.google.privacy.dlp.v2.DlpJobType getType();
/**
*
*
*
* State of a job.
*
*
* .google.privacy.dlp.v2.DlpJob.JobState state = 3;
*
* @return The enum numeric value on the wire for state.
*/
int getStateValue();
/**
*
*
*
* State of a job.
*
*
* .google.privacy.dlp.v2.DlpJob.JobState state = 3;
*
* @return The state.
*/
com.google.privacy.dlp.v2.DlpJob.JobState getState();
/**
*
*
*
* Results from analyzing risk of a data source.
*
*
* .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails risk_details = 4;
*
* @return Whether the riskDetails field is set.
*/
boolean hasRiskDetails();
/**
*
*
*
* Results from analyzing risk of a data source.
*
*
* .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails risk_details = 4;
*
* @return The riskDetails.
*/
com.google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails getRiskDetails();
/**
*
*
*
* Results from analyzing risk of a data source.
*
*
* .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails risk_details = 4;
*/
com.google.privacy.dlp.v2.AnalyzeDataSourceRiskDetailsOrBuilder getRiskDetailsOrBuilder();
/**
*
*
*
* Results from inspecting a data source.
*
*
* .google.privacy.dlp.v2.InspectDataSourceDetails inspect_details = 5;
*
* @return Whether the inspectDetails field is set.
*/
boolean hasInspectDetails();
/**
*
*
*
* Results from inspecting a data source.
*
*
* .google.privacy.dlp.v2.InspectDataSourceDetails inspect_details = 5;
*
* @return The inspectDetails.
*/
com.google.privacy.dlp.v2.InspectDataSourceDetails getInspectDetails();
/**
*
*
*
* Results from inspecting a data source.
*
*
* .google.privacy.dlp.v2.InspectDataSourceDetails inspect_details = 5;
*/
com.google.privacy.dlp.v2.InspectDataSourceDetailsOrBuilder getInspectDetailsOrBuilder();
/**
*
*
*
* Time when the job was created.
*
*
* .google.protobuf.Timestamp create_time = 6;
*
* @return Whether the createTime field is set.
*/
boolean hasCreateTime();
/**
*
*
*
* Time when the job was created.
*
*
* .google.protobuf.Timestamp create_time = 6;
*
* @return The createTime.
*/
com.google.protobuf.Timestamp getCreateTime();
/**
*
*
*
* Time when the job was created.
*
*
* .google.protobuf.Timestamp create_time = 6;
*/
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder();
/**
*
*
*
* Time when the job started.
*
*
* .google.protobuf.Timestamp start_time = 7;
*
* @return Whether the startTime field is set.
*/
boolean hasStartTime();
/**
*
*
*
* Time when the job started.
*
*
* .google.protobuf.Timestamp start_time = 7;
*
* @return The startTime.
*/
com.google.protobuf.Timestamp getStartTime();
/**
*
*
*
* Time when the job started.
*
*
* .google.protobuf.Timestamp start_time = 7;
*/
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder();
/**
*
*
*
* Time when the job finished.
*
*
* .google.protobuf.Timestamp end_time = 8;
*
* @return Whether the endTime field is set.
*/
boolean hasEndTime();
/**
*
*
*
* Time when the job finished.
*
*
* .google.protobuf.Timestamp end_time = 8;
*
* @return The endTime.
*/
com.google.protobuf.Timestamp getEndTime();
/**
*
*
*
* Time when the job finished.
*
*
* .google.protobuf.Timestamp end_time = 8;
*/
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder();
/**
*
*
*
* Time when the job was last modified by the system.
*
*
* .google.protobuf.Timestamp last_modified = 15;
*
* @return Whether the lastModified field is set.
*/
boolean hasLastModified();
/**
*
*
*
* Time when the job was last modified by the system.
*
*
* .google.protobuf.Timestamp last_modified = 15;
*
* @return The lastModified.
*/
com.google.protobuf.Timestamp getLastModified();
/**
*
*
*
* Time when the job was last modified by the system.
*
*
* .google.protobuf.Timestamp last_modified = 15;
*/
com.google.protobuf.TimestampOrBuilder getLastModifiedOrBuilder();
/**
*
*
*
* If created by a job trigger, the resource name of the trigger that
* instantiated the job.
*
*
* string job_trigger_name = 10;
*
* @return The jobTriggerName.
*/
java.lang.String getJobTriggerName();
/**
*
*
*
* If created by a job trigger, the resource name of the trigger that
* instantiated the job.
*
*
* string job_trigger_name = 10;
*
* @return The bytes for jobTriggerName.
*/
com.google.protobuf.ByteString getJobTriggerNameBytes();
/**
*
*
*
* A stream of errors encountered running the job.
*
*
* repeated .google.privacy.dlp.v2.Error errors = 11;
*/
java.util.List getErrorsList();
/**
*
*
*
* A stream of errors encountered running the job.
*
*
* repeated .google.privacy.dlp.v2.Error errors = 11;
*/
com.google.privacy.dlp.v2.Error getErrors(int index);
/**
*
*
*
* A stream of errors encountered running the job.
*
*
* repeated .google.privacy.dlp.v2.Error errors = 11;
*/
int getErrorsCount();
/**
*
*
*
* A stream of errors encountered running the job.
*
*
* repeated .google.privacy.dlp.v2.Error errors = 11;
*/
java.util.List extends com.google.privacy.dlp.v2.ErrorOrBuilder> getErrorsOrBuilderList();
/**
*
*
*
* A stream of errors encountered running the job.
*
*
* repeated .google.privacy.dlp.v2.Error errors = 11;
*/
com.google.privacy.dlp.v2.ErrorOrBuilder getErrorsOrBuilder(int index);
/**
*
*
*
* Events that should occur after the job has completed.
*
*
* repeated .google.privacy.dlp.v2.ActionDetails action_details = 12;
*/
java.util.List getActionDetailsList();
/**
*
*
*
* Events that should occur after the job has completed.
*
*
* repeated .google.privacy.dlp.v2.ActionDetails action_details = 12;
*/
com.google.privacy.dlp.v2.ActionDetails getActionDetails(int index);
/**
*
*
*
* Events that should occur after the job has completed.
*
*
* repeated .google.privacy.dlp.v2.ActionDetails action_details = 12;
*/
int getActionDetailsCount();
/**
*
*
*
* Events that should occur after the job has completed.
*
*
* repeated .google.privacy.dlp.v2.ActionDetails action_details = 12;
*/
java.util.List extends com.google.privacy.dlp.v2.ActionDetailsOrBuilder>
getActionDetailsOrBuilderList();
/**
*
*
*
* Events that should occur after the job has completed.
*
*
* repeated .google.privacy.dlp.v2.ActionDetails action_details = 12;
*/
com.google.privacy.dlp.v2.ActionDetailsOrBuilder getActionDetailsOrBuilder(int index);
com.google.privacy.dlp.v2.DlpJob.DetailsCase getDetailsCase();
}