Interface FetchErrorsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FetchErrorsResponse
,FetchErrorsResponse.Builder
public interface FetchErrorsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Error
getErrors(int index)
The list of errors on the Stream.int
getErrorsCount()
The list of errors on the Stream.List<Error>
getErrorsList()
The list of errors on the Stream.ErrorOrBuilder
getErrorsOrBuilder(int index)
The list of errors on the Stream.List<? extends ErrorOrBuilder>
getErrorsOrBuilderList()
The list of errors on the Stream.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getErrorsList
List<Error> getErrorsList()
The list of errors on the Stream.
repeated .google.cloud.datastream.v1alpha1.Error errors = 1;
-
getErrors
Error getErrors(int index)
The list of errors on the Stream.
repeated .google.cloud.datastream.v1alpha1.Error errors = 1;
-
getErrorsCount
int getErrorsCount()
The list of errors on the Stream.
repeated .google.cloud.datastream.v1alpha1.Error errors = 1;
-
getErrorsOrBuilderList
List<? extends ErrorOrBuilder> getErrorsOrBuilderList()
The list of errors on the Stream.
repeated .google.cloud.datastream.v1alpha1.Error errors = 1;
-
getErrorsOrBuilder
ErrorOrBuilder getErrorsOrBuilder(int index)
The list of errors on the Stream.
repeated .google.cloud.datastream.v1alpha1.Error errors = 1;
-
-