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 ErrorError.Builder. build()ErrorError.Builder. buildPartial()static ErrorError. getDefaultInstance()ErrorError.Builder. getDefaultInstanceForType()ErrorError. getDefaultInstanceForType()ErrorPrivateConnection.Builder. getError()Output only.ErrorPrivateConnection. getError()Output only.ErrorPrivateConnectionOrBuilder. getError()Output only.ErrorFetchErrorsResponse.Builder. getErrors(int index)The list of errors on the Stream.ErrorFetchErrorsResponse. getErrors(int index)The list of errors on the Stream.ErrorFetchErrorsResponseOrBuilder. getErrors(int index)The list of errors on the Stream.ErrorStream.Builder. getErrors(int index)Output only.ErrorStream. getErrors(int index)Output only.ErrorStreamOrBuilder. getErrors(int index)Output only.static ErrorError. parseDelimitedFrom(InputStream input)static ErrorError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorError. parseFrom(byte[] data)static ErrorError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorError. parseFrom(com.google.protobuf.ByteString data)static ErrorError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorError. parseFrom(com.google.protobuf.CodedInputStream input)static ErrorError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorError. parseFrom(InputStream input)static ErrorError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorError. parseFrom(ByteBuffer data)static ErrorError. 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.BuilderFetchErrorsResponse.Builder. addErrors(int index, Error value)The list of errors on the Stream.FetchErrorsResponse.BuilderFetchErrorsResponse.Builder. addErrors(Error value)The list of errors on the Stream.Stream.BuilderStream.Builder. addErrors(int index, Error value)Output only.Stream.BuilderStream.Builder. addErrors(Error value)Output only.PrivateConnection.BuilderPrivateConnection.Builder. mergeError(Error value)Output only.Error.BuilderError.Builder. mergeFrom(Error other)static Error.BuilderError. newBuilder(Error prototype)PrivateConnection.BuilderPrivateConnection.Builder. setError(Error value)Output only.FetchErrorsResponse.BuilderFetchErrorsResponse.Builder. setErrors(int index, Error value)The list of errors on the Stream.Stream.BuilderStream.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.BuilderFetchErrorsResponse.Builder. addAllErrors(Iterable<? extends Error> values)The list of errors on the Stream.Stream.BuilderStream.Builder. addAllErrors(Iterable<? extends Error> values)Output only.
-