Uses of Class
com.google.cloud.pubsublite.proto.SubscribeResponse
-
Packages that use SubscribeResponse Package Description com.google.cloud.pubsublite.proto com.google.cloud.pubsublite.v1 A client to Pub/Sub Lite APIcom.google.cloud.pubsublite.v1.stub -
-
Uses of SubscribeResponse in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return SubscribeResponse Modifier and Type Method Description SubscribeResponse
SubscribeResponse.Builder. build()
SubscribeResponse
SubscribeResponse.Builder. buildPartial()
static SubscribeResponse
SubscribeResponse. getDefaultInstance()
SubscribeResponse
SubscribeResponse.Builder. getDefaultInstanceForType()
SubscribeResponse
SubscribeResponse. getDefaultInstanceForType()
static SubscribeResponse
SubscribeResponse. parseDelimitedFrom(InputStream input)
static SubscribeResponse
SubscribeResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SubscribeResponse
SubscribeResponse. parseFrom(byte[] data)
static SubscribeResponse
SubscribeResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SubscribeResponse
SubscribeResponse. parseFrom(com.google.protobuf.ByteString data)
static SubscribeResponse
SubscribeResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SubscribeResponse
SubscribeResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static SubscribeResponse
SubscribeResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SubscribeResponse
SubscribeResponse. parseFrom(InputStream input)
static SubscribeResponse
SubscribeResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SubscribeResponse
SubscribeResponse. parseFrom(ByteBuffer data)
static SubscribeResponse
SubscribeResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.pubsublite.proto that return types with arguments of type SubscribeResponse Modifier and Type Method Description com.google.protobuf.Parser<SubscribeResponse>
SubscribeResponse. getParserForType()
static io.grpc.MethodDescriptor<SubscribeRequest,SubscribeResponse>
SubscriberServiceGrpc. getSubscribeMethod()
static com.google.protobuf.Parser<SubscribeResponse>
SubscribeResponse. parser()
Methods in com.google.cloud.pubsublite.proto with parameters of type SubscribeResponse Modifier and Type Method Description SubscribeResponse.Builder
SubscribeResponse.Builder. mergeFrom(SubscribeResponse other)
static SubscribeResponse.Builder
SubscribeResponse. newBuilder(SubscribeResponse prototype)
Method parameters in com.google.cloud.pubsublite.proto with type arguments of type SubscribeResponse Modifier and Type Method Description default io.grpc.stub.StreamObserver<SubscribeRequest>
SubscriberServiceGrpc.AsyncService. subscribe(io.grpc.stub.StreamObserver<SubscribeResponse> responseObserver)
Establishes a stream with the server for receiving messages.io.grpc.stub.StreamObserver<SubscribeRequest>
SubscriberServiceGrpc.SubscriberServiceStub. subscribe(io.grpc.stub.StreamObserver<SubscribeResponse> responseObserver)
Establishes a stream with the server for receiving messages. -
Uses of SubscribeResponse in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return types with arguments of type SubscribeResponse Modifier and Type Method Description com.google.api.gax.rpc.BidiStreamingCallable<SubscribeRequest,SubscribeResponse>
SubscriberServiceClient. subscribeCallable()
Establishes a stream with the server for receiving messages.com.google.api.gax.rpc.StreamingCallSettings.Builder<SubscribeRequest,SubscribeResponse>
SubscriberServiceSettings.Builder. subscribeSettings()
Returns the builder for the settings used for calls to subscribe.com.google.api.gax.rpc.StreamingCallSettings<SubscribeRequest,SubscribeResponse>
SubscriberServiceSettings. subscribeSettings()
Returns the object with the settings used for calls to subscribe. -
Uses of SubscribeResponse in com.google.cloud.pubsublite.v1.stub
Methods in com.google.cloud.pubsublite.v1.stub that return types with arguments of type SubscribeResponse Modifier and Type Method Description com.google.api.gax.rpc.BidiStreamingCallable<SubscribeRequest,SubscribeResponse>
GrpcSubscriberServiceStub. subscribeCallable()
com.google.api.gax.rpc.BidiStreamingCallable<SubscribeRequest,SubscribeResponse>
SubscriberServiceStub. subscribeCallable()
com.google.api.gax.rpc.StreamingCallSettings.Builder<SubscribeRequest,SubscribeResponse>
SubscriberServiceStubSettings.Builder. subscribeSettings()
Returns the builder for the settings used for calls to subscribe.com.google.api.gax.rpc.StreamingCallSettings<SubscribeRequest,SubscribeResponse>
SubscriberServiceStubSettings. subscribeSettings()
Returns the object with the settings used for calls to subscribe.
-