Uses of Class
com.google.cloud.datastream.v1alpha1.Error
-
Packages that use Error Package Description com.google.cloud.datastream.v1alpha1 A client to Datastream API -
-
Uses of Error in com.google.cloud.datastream.v1alpha1
Methods in com.google.cloud.datastream.v1alpha1 that return Error Modifier and Type Method Description Error
Error.Builder. build()
Error
Error.Builder. buildPartial()
static Error
Error. getDefaultInstance()
Error
Error.Builder. getDefaultInstanceForType()
Error
Error. getDefaultInstanceForType()
Error
PrivateConnection.Builder. getError()
Output only.Error
PrivateConnection. getError()
Output only.Error
PrivateConnectionOrBuilder. getError()
Output only.Error
FetchErrorsResponse.Builder. getErrors(int index)
The list of errors on the Stream.Error
FetchErrorsResponse. getErrors(int index)
The list of errors on the Stream.Error
FetchErrorsResponseOrBuilder. getErrors(int index)
The list of errors on the Stream.Error
Stream.Builder. getErrors(int index)
Output only.Error
Stream. getErrors(int index)
Output only.Error
StreamOrBuilder. getErrors(int index)
Output only.static Error
Error. parseDelimitedFrom(InputStream input)
static Error
Error. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Error
Error. parseFrom(byte[] data)
static Error
Error. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Error
Error. parseFrom(com.google.protobuf.ByteString data)
static Error
Error. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Error
Error. parseFrom(com.google.protobuf.CodedInputStream input)
static Error
Error. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Error
Error. parseFrom(InputStream input)
static Error
Error. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Error
Error. parseFrom(ByteBuffer data)
static Error
Error. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datastream.v1alpha1 that return types with arguments of type Error Modifier and Type Method Description List<Error>
FetchErrorsResponse.Builder. getErrorsList()
The list of errors on the Stream.List<Error>
FetchErrorsResponse. getErrorsList()
The list of errors on the Stream.List<Error>
FetchErrorsResponseOrBuilder. getErrorsList()
The list of errors on the Stream.List<Error>
Stream.Builder. getErrorsList()
Output only.List<Error>
Stream. getErrorsList()
Output only.List<Error>
StreamOrBuilder. getErrorsList()
Output only.com.google.protobuf.Parser<Error>
Error. getParserForType()
static com.google.protobuf.Parser<Error>
Error. parser()
Methods in com.google.cloud.datastream.v1alpha1 with parameters of type Error Modifier and Type Method Description FetchErrorsResponse.Builder
FetchErrorsResponse.Builder. addErrors(int index, Error value)
The list of errors on the Stream.FetchErrorsResponse.Builder
FetchErrorsResponse.Builder. addErrors(Error value)
The list of errors on the Stream.Stream.Builder
Stream.Builder. addErrors(int index, Error value)
Output only.Stream.Builder
Stream.Builder. addErrors(Error value)
Output only.PrivateConnection.Builder
PrivateConnection.Builder. mergeError(Error value)
Output only.Error.Builder
Error.Builder. mergeFrom(Error other)
static Error.Builder
Error. newBuilder(Error prototype)
PrivateConnection.Builder
PrivateConnection.Builder. setError(Error value)
Output only.FetchErrorsResponse.Builder
FetchErrorsResponse.Builder. setErrors(int index, Error value)
The list of errors on the Stream.Stream.Builder
Stream.Builder. setErrors(int index, Error value)
Output only.Method parameters in com.google.cloud.datastream.v1alpha1 with type arguments of type Error Modifier and Type Method Description FetchErrorsResponse.Builder
FetchErrorsResponse.Builder. addAllErrors(Iterable<? extends Error> values)
The list of errors on the Stream.Stream.Builder
Stream.Builder. addAllErrors(Iterable<? extends Error> values)
Output only.
-