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