Uses of Class
com.google.pubsub.v1.GetTopicRequest
-
Packages that use GetTopicRequest Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub APIcom.google.cloud.pubsub.v1.stub com.google.pubsub.v1 -
-
Uses of GetTopicRequest in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return types with arguments of type GetTopicRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic>
TopicAdminClient. getTopicCallable()
Gets the configuration of a topic.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTopicRequest,Topic>
TopicAdminSettings.Builder. getTopicSettings()
Returns the builder for the settings used for calls to getTopic.com.google.api.gax.rpc.UnaryCallSettings<GetTopicRequest,Topic>
TopicAdminSettings. getTopicSettings()
Returns the object with the settings used for calls to getTopic.Methods in com.google.cloud.pubsub.v1 with parameters of type GetTopicRequest Modifier and Type Method Description Topic
TopicAdminClient. getTopic(GetTopicRequest request)
Gets the configuration of a topic. -
Uses of GetTopicRequest in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type GetTopicRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic>
GrpcPublisherStub. getTopicCallable()
com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic>
HttpJsonPublisherStub. getTopicCallable()
com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic>
PublisherStub. getTopicCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTopicRequest,Topic>
PublisherStubSettings.Builder. getTopicSettings()
Returns the builder for the settings used for calls to getTopic.com.google.api.gax.rpc.UnaryCallSettings<GetTopicRequest,Topic>
PublisherStubSettings. getTopicSettings()
Returns the object with the settings used for calls to getTopic. -
Uses of GetTopicRequest in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return GetTopicRequest Modifier and Type Method Description GetTopicRequest
GetTopicRequest.Builder. build()
GetTopicRequest
GetTopicRequest.Builder. buildPartial()
static GetTopicRequest
GetTopicRequest. getDefaultInstance()
GetTopicRequest
GetTopicRequest.Builder. getDefaultInstanceForType()
GetTopicRequest
GetTopicRequest. getDefaultInstanceForType()
static GetTopicRequest
GetTopicRequest. parseDelimitedFrom(InputStream input)
static GetTopicRequest
GetTopicRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTopicRequest
GetTopicRequest. parseFrom(byte[] data)
static GetTopicRequest
GetTopicRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTopicRequest
GetTopicRequest. parseFrom(com.google.protobuf.ByteString data)
static GetTopicRequest
GetTopicRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTopicRequest
GetTopicRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetTopicRequest
GetTopicRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTopicRequest
GetTopicRequest. parseFrom(InputStream input)
static GetTopicRequest
GetTopicRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTopicRequest
GetTopicRequest. parseFrom(ByteBuffer data)
static GetTopicRequest
GetTopicRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.pubsub.v1 that return types with arguments of type GetTopicRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetTopicRequest,Topic>
PublisherGrpc. getGetTopicMethod()
com.google.protobuf.Parser<GetTopicRequest>
GetTopicRequest. getParserForType()
static com.google.protobuf.Parser<GetTopicRequest>
GetTopicRequest. parser()
Methods in com.google.pubsub.v1 with parameters of type GetTopicRequest Modifier and Type Method Description default void
PublisherGrpc.AsyncService. getTopic(GetTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)
Gets the configuration of a topic.Topic
PublisherGrpc.PublisherBlockingStub. getTopic(GetTopicRequest request)
Gets the configuration of a topic.com.google.common.util.concurrent.ListenableFuture<Topic>
PublisherGrpc.PublisherFutureStub. getTopic(GetTopicRequest request)
Gets the configuration of a topic.void
PublisherGrpc.PublisherStub. getTopic(GetTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)
Gets the configuration of a topic.GetTopicRequest.Builder
GetTopicRequest.Builder. mergeFrom(GetTopicRequest other)
static GetTopicRequest.Builder
GetTopicRequest. newBuilder(GetTopicRequest prototype)
-