com.google.cloud.datastream.v1.StreamObjectOrBuilder 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 StreamObjectOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.datastream.v1.StreamObject)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Output only. The object resource's name.
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The name.
*/
java.lang.String getName();
/**
*
*
*
* Output only. The object resource's name.
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* Output only. The creation time of the object.
*
*
* .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the createTime field is set.
*/
boolean hasCreateTime();
/**
*
*
*
* Output only. The creation time of the object.
*
*
* .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The createTime.
*/
com.google.protobuf.Timestamp getCreateTime();
/**
*
*
*
* Output only. The creation time of the object.
*
*
* .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder();
/**
*
*
*
* Output only. The last update time of the object.
*
*
* .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the updateTime field is set.
*/
boolean hasUpdateTime();
/**
*
*
*
* Output only. The last update time of the object.
*
*
* .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The updateTime.
*/
com.google.protobuf.Timestamp getUpdateTime();
/**
*
*
*
* Output only. The last update time of the object.
*
*
* .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder();
/**
*
*
*
* Required. Display name.
*
*
* string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
*
* @return The displayName.
*/
java.lang.String getDisplayName();
/**
*
*
*
* Required. Display name.
*
*
* string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
*
* @return The bytes for displayName.
*/
com.google.protobuf.ByteString getDisplayNameBytes();
/**
*
*
*
* Output only. Active errors on the object.
*
*
*
* repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
java.util.List getErrorsList();
/**
*
*
*
* Output only. Active errors on the object.
*
*
*
* repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.cloud.datastream.v1.Error getErrors(int index);
/**
*
*
*
* Output only. Active errors on the object.
*
*
*
* repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
int getErrorsCount();
/**
*
*
*
* Output only. Active errors on the object.
*
*
*
* repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
java.util.List extends com.google.cloud.datastream.v1.ErrorOrBuilder> getErrorsOrBuilderList();
/**
*
*
*
* Output only. Active errors on the object.
*
*
*
* repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.cloud.datastream.v1.ErrorOrBuilder getErrorsOrBuilder(int index);
/**
*
*
*
* The latest backfill job that was initiated for the stream object.
*
*
* .google.cloud.datastream.v1.BackfillJob backfill_job = 7;
*
* @return Whether the backfillJob field is set.
*/
boolean hasBackfillJob();
/**
*
*
*
* The latest backfill job that was initiated for the stream object.
*
*
* .google.cloud.datastream.v1.BackfillJob backfill_job = 7;
*
* @return The backfillJob.
*/
com.google.cloud.datastream.v1.BackfillJob getBackfillJob();
/**
*
*
*
* The latest backfill job that was initiated for the stream object.
*
*
* .google.cloud.datastream.v1.BackfillJob backfill_job = 7;
*/
com.google.cloud.datastream.v1.BackfillJobOrBuilder getBackfillJobOrBuilder();
/**
*
*
*
* The object identifier in the data source.
*
*
* .google.cloud.datastream.v1.SourceObjectIdentifier source_object = 8;
*
* @return Whether the sourceObject field is set.
*/
boolean hasSourceObject();
/**
*
*
*
* The object identifier in the data source.
*
*
* .google.cloud.datastream.v1.SourceObjectIdentifier source_object = 8;
*
* @return The sourceObject.
*/
com.google.cloud.datastream.v1.SourceObjectIdentifier getSourceObject();
/**
*
*
*
* The object identifier in the data source.
*
*
* .google.cloud.datastream.v1.SourceObjectIdentifier source_object = 8;
*/
com.google.cloud.datastream.v1.SourceObjectIdentifierOrBuilder getSourceObjectOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy