Uses of Class
com.google.cloud.datastream.v1alpha1.FetchErrorsRequest
-
Packages that use FetchErrorsRequest Package Description com.google.cloud.datastream.v1alpha1 A client to Datastream APIcom.google.cloud.datastream.v1alpha1.stub -
-
Uses of FetchErrorsRequest in com.google.cloud.datastream.v1alpha1
Methods in com.google.cloud.datastream.v1alpha1 that return FetchErrorsRequest Modifier and Type Method Description FetchErrorsRequest
FetchErrorsRequest.Builder. build()
FetchErrorsRequest
FetchErrorsRequest.Builder. buildPartial()
static FetchErrorsRequest
FetchErrorsRequest. getDefaultInstance()
FetchErrorsRequest
FetchErrorsRequest.Builder. getDefaultInstanceForType()
FetchErrorsRequest
FetchErrorsRequest. getDefaultInstanceForType()
static FetchErrorsRequest
FetchErrorsRequest. parseDelimitedFrom(InputStream input)
static FetchErrorsRequest
FetchErrorsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchErrorsRequest
FetchErrorsRequest. parseFrom(byte[] data)
static FetchErrorsRequest
FetchErrorsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchErrorsRequest
FetchErrorsRequest. parseFrom(com.google.protobuf.ByteString data)
static FetchErrorsRequest
FetchErrorsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchErrorsRequest
FetchErrorsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static FetchErrorsRequest
FetchErrorsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchErrorsRequest
FetchErrorsRequest. parseFrom(InputStream input)
static FetchErrorsRequest
FetchErrorsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchErrorsRequest
FetchErrorsRequest. parseFrom(ByteBuffer data)
static FetchErrorsRequest
FetchErrorsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datastream.v1alpha1 that return types with arguments of type FetchErrorsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<FetchErrorsRequest,com.google.longrunning.Operation>
DatastreamClient. fetchErrorsCallable()
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.api.gax.rpc.UnaryCallSettings.Builder<FetchErrorsRequest,com.google.longrunning.Operation>
DatastreamSettings.Builder. fetchErrorsSettings()
Returns the builder for the settings used for calls to fetchErrors.com.google.api.gax.rpc.UnaryCallSettings<FetchErrorsRequest,com.google.longrunning.Operation>
DatastreamSettings. fetchErrorsSettings()
Returns the object with the settings used for calls to fetchErrors.static io.grpc.MethodDescriptor<FetchErrorsRequest,com.google.longrunning.Operation>
DatastreamGrpc. getFetchErrorsMethod()
com.google.protobuf.Parser<FetchErrorsRequest>
FetchErrorsRequest. getParserForType()
static com.google.protobuf.Parser<FetchErrorsRequest>
FetchErrorsRequest. parser()
Methods in com.google.cloud.datastream.v1alpha1 with parameters of type FetchErrorsRequest Modifier and Type Method Description default void
DatastreamGrpc.AsyncService. fetchErrors(FetchErrorsRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Use this method to fetch any errors associated with a stream.com.google.longrunning.Operation
DatastreamGrpc.DatastreamBlockingStub. fetchErrors(FetchErrorsRequest request)
Use this method to fetch any errors associated with a stream.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
DatastreamGrpc.DatastreamFutureStub. fetchErrors(FetchErrorsRequest request)
Use this method to fetch any errors associated with a stream.void
DatastreamGrpc.DatastreamStub. fetchErrors(FetchErrorsRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Use this method to fetch any errors associated with a stream.com.google.api.gax.longrunning.OperationFuture<FetchErrorsResponse,OperationMetadata>
DatastreamClient. fetchErrorsAsync(FetchErrorsRequest request)
Use this method to fetch any errors associated with a stream.FetchErrorsRequest.Builder
FetchErrorsRequest.Builder. mergeFrom(FetchErrorsRequest other)
static FetchErrorsRequest.Builder
FetchErrorsRequest. newBuilder(FetchErrorsRequest prototype)
-
Uses of FetchErrorsRequest in com.google.cloud.datastream.v1alpha1.stub
Methods in com.google.cloud.datastream.v1alpha1.stub that return types with arguments of type FetchErrorsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<FetchErrorsRequest,com.google.longrunning.Operation>
DatastreamStub. fetchErrorsCallable()
com.google.api.gax.rpc.UnaryCallable<FetchErrorsRequest,com.google.longrunning.Operation>
GrpcDatastreamStub. fetchErrorsCallable()
com.google.api.gax.rpc.UnaryCallable<FetchErrorsRequest,com.google.longrunning.Operation>
HttpJsonDatastreamStub. fetchErrorsCallable()
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.com.google.api.gax.rpc.UnaryCallSettings.Builder<FetchErrorsRequest,com.google.longrunning.Operation>
DatastreamStubSettings.Builder. fetchErrorsSettings()
Returns the builder for the settings used for calls to fetchErrors.com.google.api.gax.rpc.UnaryCallSettings<FetchErrorsRequest,com.google.longrunning.Operation>
DatastreamStubSettings. fetchErrorsSettings()
Returns the object with the settings used for calls to fetchErrors.
-