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 CreateTopicRequest
CreateTopicRequest.Builder. build()
CreateTopicRequest
CreateTopicRequest.Builder. buildPartial()
static CreateTopicRequest
CreateTopicRequest. getDefaultInstance()
CreateTopicRequest
CreateTopicRequest.Builder. getDefaultInstanceForType()
CreateTopicRequest
CreateTopicRequest. getDefaultInstanceForType()
static CreateTopicRequest
CreateTopicRequest. parseDelimitedFrom(InputStream input)
static CreateTopicRequest
CreateTopicRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTopicRequest
CreateTopicRequest. parseFrom(byte[] data)
static CreateTopicRequest
CreateTopicRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTopicRequest
CreateTopicRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateTopicRequest
CreateTopicRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTopicRequest
CreateTopicRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateTopicRequest
CreateTopicRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTopicRequest
CreateTopicRequest. parseFrom(InputStream input)
static CreateTopicRequest
CreateTopicRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTopicRequest
CreateTopicRequest. parseFrom(ByteBuffer data)
static CreateTopicRequest
CreateTopicRequest. 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 Topic
AdminServiceGrpc.AdminServiceBlockingStub. createTopic(CreateTopicRequest request)
Creates a new topic.com.google.common.util.concurrent.ListenableFuture<Topic>
AdminServiceGrpc.AdminServiceFutureStub. createTopic(CreateTopicRequest request)
Creates a new topic.void
AdminServiceGrpc.AdminServiceStub. createTopic(CreateTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)
Creates a new topic.default void
AdminServiceGrpc.AsyncService. createTopic(CreateTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)
Creates a new topic.CreateTopicRequest.Builder
CreateTopicRequest.Builder. mergeFrom(CreateTopicRequest other)
static CreateTopicRequest.Builder
CreateTopicRequest. 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 Topic
AdminServiceClient. 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.
-