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 SchemaSchemaServiceClient. 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 RollbackSchemaRequestRollbackSchemaRequest.Builder. build()RollbackSchemaRequestRollbackSchemaRequest.Builder. buildPartial()static RollbackSchemaRequestRollbackSchemaRequest. getDefaultInstance()RollbackSchemaRequestRollbackSchemaRequest.Builder. getDefaultInstanceForType()RollbackSchemaRequestRollbackSchemaRequest. getDefaultInstanceForType()static RollbackSchemaRequestRollbackSchemaRequest. parseDelimitedFrom(InputStream input)static RollbackSchemaRequestRollbackSchemaRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RollbackSchemaRequestRollbackSchemaRequest. parseFrom(byte[] data)static RollbackSchemaRequestRollbackSchemaRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RollbackSchemaRequestRollbackSchemaRequest. parseFrom(com.google.protobuf.ByteString data)static RollbackSchemaRequestRollbackSchemaRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RollbackSchemaRequestRollbackSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input)static RollbackSchemaRequestRollbackSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RollbackSchemaRequestRollbackSchemaRequest. parseFrom(InputStream input)static RollbackSchemaRequestRollbackSchemaRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RollbackSchemaRequestRollbackSchemaRequest. parseFrom(ByteBuffer data)static RollbackSchemaRequestRollbackSchemaRequest. 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.BuilderRollbackSchemaRequest.Builder. mergeFrom(RollbackSchemaRequest other)static RollbackSchemaRequest.BuilderRollbackSchemaRequest. newBuilder(RollbackSchemaRequest prototype)default voidSchemaServiceGrpc.AsyncService. rollbackSchema(RollbackSchemaRequest request, io.grpc.stub.StreamObserver<Schema> responseObserver)Creates a new schema revision that is a copy of the provided revision_id.SchemaSchemaServiceGrpc.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.voidSchemaServiceGrpc.SchemaServiceStub. rollbackSchema(RollbackSchemaRequest request, io.grpc.stub.StreamObserver<Schema> responseObserver)Creates a new schema revision that is a copy of the provided revision_id.
-