Uses of Class
com.google.pubsub.v1.CommitSchemaRequest
-
Packages that use CommitSchemaRequest 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 CommitSchemaRequest in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return types with arguments of type CommitSchemaRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CommitSchemaRequest,Schema>SchemaServiceClient. commitSchemaCallable()Commits a new schema revision to an existing schema.com.google.api.gax.rpc.UnaryCallSettings.Builder<CommitSchemaRequest,Schema>SchemaServiceSettings.Builder. commitSchemaSettings()Returns the builder for the settings used for calls to commitSchema.com.google.api.gax.rpc.UnaryCallSettings<CommitSchemaRequest,Schema>SchemaServiceSettings. commitSchemaSettings()Returns the object with the settings used for calls to commitSchema.Methods in com.google.cloud.pubsub.v1 with parameters of type CommitSchemaRequest Modifier and Type Method Description SchemaSchemaServiceClient. commitSchema(CommitSchemaRequest request)Commits a new schema revision to an existing schema. -
Uses of CommitSchemaRequest in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type CommitSchemaRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CommitSchemaRequest,Schema>GrpcSchemaServiceStub. commitSchemaCallable()com.google.api.gax.rpc.UnaryCallable<CommitSchemaRequest,Schema>HttpJsonSchemaServiceStub. commitSchemaCallable()com.google.api.gax.rpc.UnaryCallable<CommitSchemaRequest,Schema>SchemaServiceStub. commitSchemaCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CommitSchemaRequest,Schema>SchemaServiceStubSettings.Builder. commitSchemaSettings()Returns the builder for the settings used for calls to commitSchema.com.google.api.gax.rpc.UnaryCallSettings<CommitSchemaRequest,Schema>SchemaServiceStubSettings. commitSchemaSettings()Returns the object with the settings used for calls to commitSchema. -
Uses of CommitSchemaRequest in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return CommitSchemaRequest Modifier and Type Method Description CommitSchemaRequestCommitSchemaRequest.Builder. build()CommitSchemaRequestCommitSchemaRequest.Builder. buildPartial()static CommitSchemaRequestCommitSchemaRequest. getDefaultInstance()CommitSchemaRequestCommitSchemaRequest.Builder. getDefaultInstanceForType()CommitSchemaRequestCommitSchemaRequest. getDefaultInstanceForType()static CommitSchemaRequestCommitSchemaRequest. parseDelimitedFrom(InputStream input)static CommitSchemaRequestCommitSchemaRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommitSchemaRequestCommitSchemaRequest. parseFrom(byte[] data)static CommitSchemaRequestCommitSchemaRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommitSchemaRequestCommitSchemaRequest. parseFrom(com.google.protobuf.ByteString data)static CommitSchemaRequestCommitSchemaRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommitSchemaRequestCommitSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CommitSchemaRequestCommitSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommitSchemaRequestCommitSchemaRequest. parseFrom(InputStream input)static CommitSchemaRequestCommitSchemaRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommitSchemaRequestCommitSchemaRequest. parseFrom(ByteBuffer data)static CommitSchemaRequestCommitSchemaRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.pubsub.v1 that return types with arguments of type CommitSchemaRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<CommitSchemaRequest,Schema>SchemaServiceGrpc. getCommitSchemaMethod()com.google.protobuf.Parser<CommitSchemaRequest>CommitSchemaRequest. getParserForType()static com.google.protobuf.Parser<CommitSchemaRequest>CommitSchemaRequest. parser()Methods in com.google.pubsub.v1 with parameters of type CommitSchemaRequest Modifier and Type Method Description default voidSchemaServiceGrpc.AsyncService. commitSchema(CommitSchemaRequest request, io.grpc.stub.StreamObserver<Schema> responseObserver)Commits a new schema revision to an existing schema.SchemaSchemaServiceGrpc.SchemaServiceBlockingStub. commitSchema(CommitSchemaRequest request)Commits a new schema revision to an existing schema.com.google.common.util.concurrent.ListenableFuture<Schema>SchemaServiceGrpc.SchemaServiceFutureStub. commitSchema(CommitSchemaRequest request)Commits a new schema revision to an existing schema.voidSchemaServiceGrpc.SchemaServiceStub. commitSchema(CommitSchemaRequest request, io.grpc.stub.StreamObserver<Schema> responseObserver)Commits a new schema revision to an existing schema.CommitSchemaRequest.BuilderCommitSchemaRequest.Builder. mergeFrom(CommitSchemaRequest other)static CommitSchemaRequest.BuilderCommitSchemaRequest. newBuilder(CommitSchemaRequest prototype)
-