public interface FetchErrorsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getErrors(int index)
public abstract Error getErrors(int index)The list of errors on the Stream.
repeated .google.cloud.datastream.v1alpha1.Error errors = 1;
| Name | Description |
index |
int |
| Type | Description |
Error |
getErrorsCount()
public abstract int getErrorsCount()The list of errors on the Stream.
repeated .google.cloud.datastream.v1alpha1.Error errors = 1;
| Type | Description |
int |
getErrorsList()
public abstract List<Error> getErrorsList()The list of errors on the Stream.
repeated .google.cloud.datastream.v1alpha1.Error errors = 1;
| Type | Description |
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;
| Name | Description |
index |
int |
| Type | Description |
ErrorOrBuilder |
getErrorsOrBuilderList()
public abstract List<? extends ErrorOrBuilder> getErrorsOrBuilderList()The list of errors on the Stream.
repeated .google.cloud.datastream.v1alpha1.Error errors = 1;
| Type | Description |
List<? extends com.google.cloud.datastream.v1alpha1.ErrorOrBuilder> |