Uses of Interface
com.google.cloud.datastream.v1alpha1.ErrorOrBuilder
-
Packages that use ErrorOrBuilder Package Description com.google.cloud.datastream.v1alpha1 A client to Datastream API -
-
Uses of ErrorOrBuilder in com.google.cloud.datastream.v1alpha1
Classes in com.google.cloud.datastream.v1alpha1 that implement ErrorOrBuilder Modifier and Type Class Description class
Error
Represent a user-facing Error.static class
Error.Builder
Represent a user-facing Error.Methods in com.google.cloud.datastream.v1alpha1 that return ErrorOrBuilder Modifier and Type Method Description ErrorOrBuilder
PrivateConnection.Builder. getErrorOrBuilder()
Output only.ErrorOrBuilder
PrivateConnection. getErrorOrBuilder()
Output only.ErrorOrBuilder
PrivateConnectionOrBuilder. getErrorOrBuilder()
Output only.ErrorOrBuilder
FetchErrorsResponse.Builder. getErrorsOrBuilder(int index)
The list of errors on the Stream.ErrorOrBuilder
FetchErrorsResponse. getErrorsOrBuilder(int index)
The list of errors on the Stream.ErrorOrBuilder
FetchErrorsResponseOrBuilder. getErrorsOrBuilder(int index)
The list of errors on the Stream.ErrorOrBuilder
Stream.Builder. getErrorsOrBuilder(int index)
Output only.ErrorOrBuilder
Stream. getErrorsOrBuilder(int index)
Output only.ErrorOrBuilder
StreamOrBuilder. getErrorsOrBuilder(int index)
Output only.Methods in com.google.cloud.datastream.v1alpha1 that return types with arguments of type ErrorOrBuilder Modifier and Type Method Description List<? extends ErrorOrBuilder>
FetchErrorsResponse.Builder. getErrorsOrBuilderList()
The list of errors on the Stream.List<? extends ErrorOrBuilder>
FetchErrorsResponse. getErrorsOrBuilderList()
The list of errors on the Stream.List<? extends ErrorOrBuilder>
FetchErrorsResponseOrBuilder. getErrorsOrBuilderList()
The list of errors on the Stream.List<? extends ErrorOrBuilder>
Stream.Builder. getErrorsOrBuilderList()
Output only.List<? extends ErrorOrBuilder>
Stream. getErrorsOrBuilderList()
Output only.List<? extends ErrorOrBuilder>
StreamOrBuilder. getErrorsOrBuilderList()
Output only.
-