com.google.cloud.datastream.v1.BackfillJobOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-datastream-v1 Show documentation
Show all versions of proto-google-cloud-datastream-v1 Show documentation
Proto library for google-cloud-datastream
/*
* Copyright 2020 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/datastream/v1/datastream_resources.proto
package com.google.cloud.datastream.v1;
public interface BackfillJobOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.datastream.v1.BackfillJob)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Backfill job state.
*
*
* .google.cloud.datastream.v1.BackfillJob.State state = 1;
*
* @return The enum numeric value on the wire for state.
*/
int getStateValue();
/**
*
*
*
* Backfill job state.
*
*
* .google.cloud.datastream.v1.BackfillJob.State state = 1;
*
* @return The state.
*/
com.google.cloud.datastream.v1.BackfillJob.State getState();
/**
*
*
*
* Backfill job's triggering reason.
*
*
* .google.cloud.datastream.v1.BackfillJob.Trigger trigger = 2;
*
* @return The enum numeric value on the wire for trigger.
*/
int getTriggerValue();
/**
*
*
*
* Backfill job's triggering reason.
*
*
* .google.cloud.datastream.v1.BackfillJob.Trigger trigger = 2;
*
* @return The trigger.
*/
com.google.cloud.datastream.v1.BackfillJob.Trigger getTrigger();
/**
*
*
*
* Output only. Backfill job's start time.
*
*
*
* .google.protobuf.Timestamp last_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the lastStartTime field is set.
*/
boolean hasLastStartTime();
/**
*
*
*
* Output only. Backfill job's start time.
*
*
*
* .google.protobuf.Timestamp last_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The lastStartTime.
*/
com.google.protobuf.Timestamp getLastStartTime();
/**
*
*
*
* Output only. Backfill job's start time.
*
*
*
* .google.protobuf.Timestamp last_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.protobuf.TimestampOrBuilder getLastStartTimeOrBuilder();
/**
*
*
*
* Output only. Backfill job's end time.
*
*
*
* .google.protobuf.Timestamp last_end_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the lastEndTime field is set.
*/
boolean hasLastEndTime();
/**
*
*
*
* Output only. Backfill job's end time.
*
*
*
* .google.protobuf.Timestamp last_end_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The lastEndTime.
*/
com.google.protobuf.Timestamp getLastEndTime();
/**
*
*
*
* Output only. Backfill job's end time.
*
*
*
* .google.protobuf.Timestamp last_end_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.protobuf.TimestampOrBuilder getLastEndTimeOrBuilder();
/**
*
*
*
* Output only. Errors which caused the backfill job to fail.
*
*
*
* repeated .google.cloud.datastream.v1.Error errors = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
java.util.List getErrorsList();
/**
*
*
*
* Output only. Errors which caused the backfill job to fail.
*
*
*
* repeated .google.cloud.datastream.v1.Error errors = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.cloud.datastream.v1.Error getErrors(int index);
/**
*
*
*
* Output only. Errors which caused the backfill job to fail.
*
*
*
* repeated .google.cloud.datastream.v1.Error errors = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
int getErrorsCount();
/**
*
*
*
* Output only. Errors which caused the backfill job to fail.
*
*
*
* repeated .google.cloud.datastream.v1.Error errors = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
java.util.List extends com.google.cloud.datastream.v1.ErrorOrBuilder> getErrorsOrBuilderList();
/**
*
*
*
* Output only. Errors which caused the backfill job to fail.
*
*
*
* repeated .google.cloud.datastream.v1.Error errors = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.cloud.datastream.v1.ErrorOrBuilder getErrorsOrBuilder(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy