Uses of Class
com.google.cloud.pubsublite.proto.GetTopicRequest
-
Packages that use GetTopicRequest 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 GetTopicRequest in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto 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.cloud.pubsublite.proto that return types with arguments of type GetTopicRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetTopicRequest,Topic>
AdminServiceGrpc. getGetTopicMethod()
com.google.protobuf.Parser<GetTopicRequest>
GetTopicRequest. getParserForType()
static com.google.protobuf.Parser<GetTopicRequest>
GetTopicRequest. parser()
Methods in com.google.cloud.pubsublite.proto with parameters of type GetTopicRequest Modifier and Type Method Description Topic
AdminServiceGrpc.AdminServiceBlockingStub. getTopic(GetTopicRequest request)
Returns the topic configuration.com.google.common.util.concurrent.ListenableFuture<Topic>
AdminServiceGrpc.AdminServiceFutureStub. getTopic(GetTopicRequest request)
Returns the topic configuration.void
AdminServiceGrpc.AdminServiceStub. getTopic(GetTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)
Returns the topic configuration.default void
AdminServiceGrpc.AsyncService. getTopic(GetTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)
Returns the topic configuration.GetTopicRequest.Builder
GetTopicRequest.Builder. mergeFrom(GetTopicRequest other)
static GetTopicRequest.Builder
GetTopicRequest. newBuilder(GetTopicRequest prototype)
-
Uses of GetTopicRequest in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return types with arguments of type GetTopicRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic>
AdminServiceClient. getTopicCallable()
Returns the topic configuration.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTopicRequest,Topic>
AdminServiceSettings.Builder. getTopicSettings()
Returns the builder for the settings used for calls to getTopic.com.google.api.gax.rpc.UnaryCallSettings<GetTopicRequest,Topic>
AdminServiceSettings. getTopicSettings()
Returns the object with the settings used for calls to getTopic.Methods in com.google.cloud.pubsublite.v1 with parameters of type GetTopicRequest Modifier and Type Method Description Topic
AdminServiceClient. getTopic(GetTopicRequest request)
Returns the topic configuration. -
Uses of GetTopicRequest in com.google.cloud.pubsublite.v1.stub
Methods in com.google.cloud.pubsublite.v1.stub that return types with arguments of type GetTopicRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic>
AdminServiceStub. getTopicCallable()
com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic>
GrpcAdminServiceStub. getTopicCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTopicRequest,Topic>
AdminServiceStubSettings.Builder. getTopicSettings()
Returns the builder for the settings used for calls to getTopic.com.google.api.gax.rpc.UnaryCallSettings<GetTopicRequest,Topic>
AdminServiceStubSettings. getTopicSettings()
Returns the object with the settings used for calls to getTopic.
-