Uses of Class
com.google.cloud.datastream.v1alpha1.FetchErrorsResponse
-
Packages that use FetchErrorsResponse Package Description com.google.cloud.datastream.v1alpha1 A client to Datastream APIcom.google.cloud.datastream.v1alpha1.stub -
-
Uses of FetchErrorsResponse in com.google.cloud.datastream.v1alpha1
Methods in com.google.cloud.datastream.v1alpha1 that return FetchErrorsResponse Modifier and Type Method Description FetchErrorsResponseFetchErrorsResponse.Builder. build()FetchErrorsResponseFetchErrorsResponse.Builder. buildPartial()static FetchErrorsResponseFetchErrorsResponse. getDefaultInstance()FetchErrorsResponseFetchErrorsResponse.Builder. getDefaultInstanceForType()FetchErrorsResponseFetchErrorsResponse. getDefaultInstanceForType()static FetchErrorsResponseFetchErrorsResponse. parseDelimitedFrom(InputStream input)static FetchErrorsResponseFetchErrorsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchErrorsResponseFetchErrorsResponse. parseFrom(byte[] data)static FetchErrorsResponseFetchErrorsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchErrorsResponseFetchErrorsResponse. parseFrom(com.google.protobuf.ByteString data)static FetchErrorsResponseFetchErrorsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchErrorsResponseFetchErrorsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static FetchErrorsResponseFetchErrorsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchErrorsResponseFetchErrorsResponse. parseFrom(InputStream input)static FetchErrorsResponseFetchErrorsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchErrorsResponseFetchErrorsResponse. parseFrom(ByteBuffer data)static FetchErrorsResponseFetchErrorsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datastream.v1alpha1 that return types with arguments of type FetchErrorsResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<FetchErrorsResponse,OperationMetadata>DatastreamClient. fetchErrorsAsync(FetchErrorsRequest request)Use this method to fetch any errors associated with a stream.com.google.api.gax.rpc.OperationCallable<FetchErrorsRequest,FetchErrorsResponse,OperationMetadata>DatastreamClient. fetchErrorsOperationCallable()Use this method to fetch any errors associated with a stream.com.google.api.gax.rpc.OperationCallSettings.Builder<FetchErrorsRequest,FetchErrorsResponse,OperationMetadata>DatastreamSettings.Builder. fetchErrorsOperationSettings()Returns the builder for the settings used for calls to fetchErrors.com.google.api.gax.rpc.OperationCallSettings<FetchErrorsRequest,FetchErrorsResponse,OperationMetadata>DatastreamSettings. fetchErrorsOperationSettings()Returns the object with the settings used for calls to fetchErrors.com.google.protobuf.Parser<FetchErrorsResponse>FetchErrorsResponse. getParserForType()static com.google.protobuf.Parser<FetchErrorsResponse>FetchErrorsResponse. parser()Methods in com.google.cloud.datastream.v1alpha1 with parameters of type FetchErrorsResponse Modifier and Type Method Description FetchErrorsResponse.BuilderFetchErrorsResponse.Builder. mergeFrom(FetchErrorsResponse other)static FetchErrorsResponse.BuilderFetchErrorsResponse. newBuilder(FetchErrorsResponse prototype) -
Uses of FetchErrorsResponse in com.google.cloud.datastream.v1alpha1.stub
Methods in com.google.cloud.datastream.v1alpha1.stub that return types with arguments of type FetchErrorsResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<FetchErrorsRequest,FetchErrorsResponse,OperationMetadata>DatastreamStub. fetchErrorsOperationCallable()com.google.api.gax.rpc.OperationCallable<FetchErrorsRequest,FetchErrorsResponse,OperationMetadata>GrpcDatastreamStub. fetchErrorsOperationCallable()com.google.api.gax.rpc.OperationCallable<FetchErrorsRequest,FetchErrorsResponse,OperationMetadata>HttpJsonDatastreamStub. fetchErrorsOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<FetchErrorsRequest,FetchErrorsResponse,OperationMetadata>DatastreamStubSettings.Builder. fetchErrorsOperationSettings()Returns the builder for the settings used for calls to fetchErrors.com.google.api.gax.rpc.OperationCallSettings<FetchErrorsRequest,FetchErrorsResponse,OperationMetadata>DatastreamStubSettings. fetchErrorsOperationSettings()Returns the object with the settings used for calls to fetchErrors.
-