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 FetchErrorsResponse
FetchErrorsResponse.Builder. build()
FetchErrorsResponse
FetchErrorsResponse.Builder. buildPartial()
static FetchErrorsResponse
FetchErrorsResponse. getDefaultInstance()
FetchErrorsResponse
FetchErrorsResponse.Builder. getDefaultInstanceForType()
FetchErrorsResponse
FetchErrorsResponse. getDefaultInstanceForType()
static FetchErrorsResponse
FetchErrorsResponse. parseDelimitedFrom(InputStream input)
static FetchErrorsResponse
FetchErrorsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchErrorsResponse
FetchErrorsResponse. parseFrom(byte[] data)
static FetchErrorsResponse
FetchErrorsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchErrorsResponse
FetchErrorsResponse. parseFrom(com.google.protobuf.ByteString data)
static FetchErrorsResponse
FetchErrorsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchErrorsResponse
FetchErrorsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static FetchErrorsResponse
FetchErrorsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchErrorsResponse
FetchErrorsResponse. parseFrom(InputStream input)
static FetchErrorsResponse
FetchErrorsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchErrorsResponse
FetchErrorsResponse. parseFrom(ByteBuffer data)
static FetchErrorsResponse
FetchErrorsResponse. 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.Builder
FetchErrorsResponse.Builder. mergeFrom(FetchErrorsResponse other)
static FetchErrorsResponse.Builder
FetchErrorsResponse. 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.
-