Uses of Class
com.google.cloud.pubsublite.proto.CreateTopicRequest
-
Packages that use CreateTopicRequest 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 CreateTopicRequest in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return CreateTopicRequest Modifier and Type Method Description CreateTopicRequestCreateTopicRequest.Builder. build()CreateTopicRequestCreateTopicRequest.Builder. buildPartial()static CreateTopicRequestCreateTopicRequest. getDefaultInstance()CreateTopicRequestCreateTopicRequest.Builder. getDefaultInstanceForType()CreateTopicRequestCreateTopicRequest. getDefaultInstanceForType()static CreateTopicRequestCreateTopicRequest. parseDelimitedFrom(InputStream input)static CreateTopicRequestCreateTopicRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateTopicRequestCreateTopicRequest. parseFrom(byte[] data)static CreateTopicRequestCreateTopicRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateTopicRequestCreateTopicRequest. parseFrom(com.google.protobuf.ByteString data)static CreateTopicRequestCreateTopicRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateTopicRequestCreateTopicRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateTopicRequestCreateTopicRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateTopicRequestCreateTopicRequest. parseFrom(InputStream input)static CreateTopicRequestCreateTopicRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateTopicRequestCreateTopicRequest. parseFrom(ByteBuffer data)static CreateTopicRequestCreateTopicRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.pubsublite.proto that return types with arguments of type CreateTopicRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<CreateTopicRequest,Topic>AdminServiceGrpc. getCreateTopicMethod()com.google.protobuf.Parser<CreateTopicRequest>CreateTopicRequest. getParserForType()static com.google.protobuf.Parser<CreateTopicRequest>CreateTopicRequest. parser()Methods in com.google.cloud.pubsublite.proto with parameters of type CreateTopicRequest Modifier and Type Method Description TopicAdminServiceGrpc.AdminServiceBlockingStub. createTopic(CreateTopicRequest request)Creates a new topic.com.google.common.util.concurrent.ListenableFuture<Topic>AdminServiceGrpc.AdminServiceFutureStub. createTopic(CreateTopicRequest request)Creates a new topic.voidAdminServiceGrpc.AdminServiceStub. createTopic(CreateTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)Creates a new topic.default voidAdminServiceGrpc.AsyncService. createTopic(CreateTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)Creates a new topic.CreateTopicRequest.BuilderCreateTopicRequest.Builder. mergeFrom(CreateTopicRequest other)static CreateTopicRequest.BuilderCreateTopicRequest. newBuilder(CreateTopicRequest prototype) -
Uses of CreateTopicRequest in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return types with arguments of type CreateTopicRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateTopicRequest,Topic>AdminServiceClient. createTopicCallable()Creates a new topic.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTopicRequest,Topic>AdminServiceSettings.Builder. createTopicSettings()Returns the builder for the settings used for calls to createTopic.com.google.api.gax.rpc.UnaryCallSettings<CreateTopicRequest,Topic>AdminServiceSettings. createTopicSettings()Returns the object with the settings used for calls to createTopic.Methods in com.google.cloud.pubsublite.v1 with parameters of type CreateTopicRequest Modifier and Type Method Description TopicAdminServiceClient. createTopic(CreateTopicRequest request)Creates a new topic. -
Uses of CreateTopicRequest in com.google.cloud.pubsublite.v1.stub
Methods in com.google.cloud.pubsublite.v1.stub that return types with arguments of type CreateTopicRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateTopicRequest,Topic>AdminServiceStub. createTopicCallable()com.google.api.gax.rpc.UnaryCallable<CreateTopicRequest,Topic>GrpcAdminServiceStub. createTopicCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTopicRequest,Topic>AdminServiceStubSettings.Builder. createTopicSettings()Returns the builder for the settings used for calls to createTopic.com.google.api.gax.rpc.UnaryCallSettings<CreateTopicRequest,Topic>AdminServiceStubSettings. createTopicSettings()Returns the object with the settings used for calls to createTopic.
-