Package | Description |
---|---|
com.google.cloud.pubsub.v1 |
A client to Cloud Pub/Sub API
|
com.google.cloud.pubsub.v1.stub | |
com.google.pubsub.v1 |
Modifier and Type | Method and 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<CommitSchemaRequest,Schema> |
SchemaServiceSettings.commitSchemaSettings()
Returns the object with the settings used for calls to commitSchema.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CommitSchemaRequest,Schema> |
SchemaServiceSettings.Builder.commitSchemaSettings()
Returns the builder for the settings used for calls to commitSchema.
|
Modifier and Type | Method and Description |
---|---|
Schema |
SchemaServiceClient.commitSchema(CommitSchemaRequest request)
Commits a new schema revision to an existing schema.
|
Modifier and Type | Method and Description |
---|---|
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.UnaryCallable<CommitSchemaRequest,Schema> |
GrpcSchemaServiceStub.commitSchemaCallable() |
com.google.api.gax.rpc.UnaryCallSettings<CommitSchemaRequest,Schema> |
SchemaServiceStubSettings.commitSchemaSettings()
Returns the object with the settings used for calls to commitSchema.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CommitSchemaRequest,Schema> |
SchemaServiceStubSettings.Builder.commitSchemaSettings()
Returns the builder for the settings used for calls to commitSchema.
|
Modifier and Type | Method and Description |
---|---|
CommitSchemaRequest |
CommitSchemaRequest.Builder.build() |
CommitSchemaRequest |
CommitSchemaRequest.Builder.buildPartial() |
static CommitSchemaRequest |
CommitSchemaRequest.getDefaultInstance() |
CommitSchemaRequest |
CommitSchemaRequest.getDefaultInstanceForType() |
CommitSchemaRequest |
CommitSchemaRequest.Builder.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(ByteBuffer data) |
static CommitSchemaRequest |
CommitSchemaRequest.parseFrom(ByteBuffer 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) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<CommitSchemaRequest,Schema> |
SchemaServiceGrpc.getCommitSchemaMethod() |
com.google.protobuf.Parser<CommitSchemaRequest> |
CommitSchemaRequest.getParserForType() |
static com.google.protobuf.Parser<CommitSchemaRequest> |
CommitSchemaRequest.parser() |
Modifier and Type | Method and Description |
---|---|
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.
|
default void |
SchemaServiceGrpc.AsyncService.commitSchema(CommitSchemaRequest request,
StreamObserver<Schema> responseObserver)
Commits a new schema revision to an existing schema.
|
void |
SchemaServiceGrpc.SchemaServiceStub.commitSchema(CommitSchemaRequest request,
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) |
Copyright © 2023 Google LLC. All rights reserved.