Interface FetchErrorsResponseOrBuilder (1.40.0)

public interface FetchErrorsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrors(int index)

public abstract Error getErrors(int index)

The list of errors on the Stream.

repeated .google.cloud.datastream.v1alpha1.Error errors = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Error

getErrorsCount()

public abstract int getErrorsCount()

The list of errors on the Stream.

repeated .google.cloud.datastream.v1alpha1.Error errors = 1;

Returns
TypeDescription
int

getErrorsList()

public abstract List<Error> getErrorsList()

The list of errors on the Stream.

repeated .google.cloud.datastream.v1alpha1.Error errors = 1;

Returns
TypeDescription
List<Error>

getErrorsOrBuilder(int index)

public abstract ErrorOrBuilder getErrorsOrBuilder(int index)

The list of errors on the Stream.

repeated .google.cloud.datastream.v1alpha1.Error errors = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ErrorOrBuilder

getErrorsOrBuilderList()

public abstract List<? extends ErrorOrBuilder> getErrorsOrBuilderList()

The list of errors on the Stream.

repeated .google.cloud.datastream.v1alpha1.Error errors = 1;

Returns
TypeDescription
List<? extends com.google.cloud.datastream.v1alpha1.ErrorOrBuilder>