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

com.google.cloud.dataplex.v1.JobEventOrBuilder Maven / Gradle / Ivy

/*
 * 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/cloud/dataplex/v1/logs.proto

// Protobuf Java Version: 3.25.3
package com.google.cloud.dataplex.v1;

public interface JobEventOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dataplex.v1.JobEvent)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The log message.
   * 
* * string message = 1; * * @return The message. */ java.lang.String getMessage(); /** * * *
   * The log message.
   * 
* * string message = 1; * * @return The bytes for message. */ com.google.protobuf.ByteString getMessageBytes(); /** * * *
   * The unique id identifying the job.
   * 
* * string job_id = 2; * * @return The jobId. */ java.lang.String getJobId(); /** * * *
   * The unique id identifying the job.
   * 
* * string job_id = 2; * * @return The bytes for jobId. */ com.google.protobuf.ByteString getJobIdBytes(); /** * * *
   * The time when the job started running.
   * 
* * .google.protobuf.Timestamp start_time = 3; * * @return Whether the startTime field is set. */ boolean hasStartTime(); /** * * *
   * The time when the job started running.
   * 
* * .google.protobuf.Timestamp start_time = 3; * * @return The startTime. */ com.google.protobuf.Timestamp getStartTime(); /** * * *
   * The time when the job started running.
   * 
* * .google.protobuf.Timestamp start_time = 3; */ com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder(); /** * * *
   * The time when the job ended running.
   * 
* * .google.protobuf.Timestamp end_time = 4; * * @return Whether the endTime field is set. */ boolean hasEndTime(); /** * * *
   * The time when the job ended running.
   * 
* * .google.protobuf.Timestamp end_time = 4; * * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); /** * * *
   * The time when the job ended running.
   * 
* * .google.protobuf.Timestamp end_time = 4; */ com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder(); /** * * *
   * The job state on completion.
   * 
* * .google.cloud.dataplex.v1.JobEvent.State state = 5; * * @return The enum numeric value on the wire for state. */ int getStateValue(); /** * * *
   * The job state on completion.
   * 
* * .google.cloud.dataplex.v1.JobEvent.State state = 5; * * @return The state. */ com.google.cloud.dataplex.v1.JobEvent.State getState(); /** * * *
   * The number of retries.
   * 
* * int32 retries = 6; * * @return The retries. */ int getRetries(); /** * * *
   * The type of the job.
   * 
* * .google.cloud.dataplex.v1.JobEvent.Type type = 7; * * @return The enum numeric value on the wire for type. */ int getTypeValue(); /** * * *
   * The type of the job.
   * 
* * .google.cloud.dataplex.v1.JobEvent.Type type = 7; * * @return The type. */ com.google.cloud.dataplex.v1.JobEvent.Type getType(); /** * * *
   * The service used to execute the job.
   * 
* * .google.cloud.dataplex.v1.JobEvent.Service service = 8; * * @return The enum numeric value on the wire for service. */ int getServiceValue(); /** * * *
   * The service used to execute the job.
   * 
* * .google.cloud.dataplex.v1.JobEvent.Service service = 8; * * @return The service. */ com.google.cloud.dataplex.v1.JobEvent.Service getService(); /** * * *
   * The reference to the job within the service.
   * 
* * string service_job = 9; * * @return The serviceJob. */ java.lang.String getServiceJob(); /** * * *
   * The reference to the job within the service.
   * 
* * string service_job = 9; * * @return The bytes for serviceJob. */ com.google.protobuf.ByteString getServiceJobBytes(); /** * * *
   * Job execution trigger.
   * 
* * .google.cloud.dataplex.v1.JobEvent.ExecutionTrigger execution_trigger = 11; * * @return The enum numeric value on the wire for executionTrigger. */ int getExecutionTriggerValue(); /** * * *
   * Job execution trigger.
   * 
* * .google.cloud.dataplex.v1.JobEvent.ExecutionTrigger execution_trigger = 11; * * @return The executionTrigger. */ com.google.cloud.dataplex.v1.JobEvent.ExecutionTrigger getExecutionTrigger(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy