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 Schema
SchemaServiceClient. 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 CommitSchemaRequest
CommitSchemaRequest.Builder. build()
CommitSchemaRequest
CommitSchemaRequest.Builder. buildPartial()
static CommitSchemaRequest
CommitSchemaRequest. getDefaultInstance()
CommitSchemaRequest
CommitSchemaRequest.Builder. getDefaultInstanceForType()
CommitSchemaRequest
CommitSchemaRequest. getDefaultInstanceForType()
static CommitSchemaRequest
CommitSchemaRequest. parseDelimitedFrom(InputStream input)
static CommitSchemaRequest
CommitSchemaRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommitSchemaRequest
CommitSchemaRequest. parseFrom(byte[] data)
static CommitSchemaRequest
CommitSchemaRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommitSchemaRequest
CommitSchemaRequest. parseFrom(com.google.protobuf.ByteString data)
static CommitSchemaRequest
CommitSchemaRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommitSchemaRequest
CommitSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CommitSchemaRequest
CommitSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommitSchemaRequest
CommitSchemaRequest. parseFrom(InputStream input)
static CommitSchemaRequest
CommitSchemaRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommitSchemaRequest
CommitSchemaRequest. parseFrom(ByteBuffer data)
static CommitSchemaRequest
CommitSchemaRequest. 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 void
SchemaServiceGrpc.AsyncService. commitSchema(CommitSchemaRequest request, io.grpc.stub.StreamObserver<Schema> responseObserver)
Commits a new schema revision to an existing schema.Schema
SchemaServiceGrpc.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.void
SchemaServiceGrpc.SchemaServiceStub. commitSchema(CommitSchemaRequest request, io.grpc.stub.StreamObserver<Schema> responseObserver)
Commits a new schema revision to an existing schema.CommitSchemaRequest.Builder
CommitSchemaRequest.Builder. mergeFrom(CommitSchemaRequest other)
static CommitSchemaRequest.Builder
CommitSchemaRequest. newBuilder(CommitSchemaRequest prototype)
-