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<CreateSchemaRequest,Schema> |
SchemaServiceClient.createSchemaCallable()
Creates a schema.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateSchemaRequest,Schema> |
SchemaServiceSettings.createSchemaSettings()
Returns the object with the settings used for calls to createSchema.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSchemaRequest,Schema> |
SchemaServiceSettings.Builder.createSchemaSettings()
Returns the builder for the settings used for calls to createSchema.
|
Modifier and Type | Method and Description |
---|---|
Schema |
SchemaServiceClient.createSchema(CreateSchemaRequest request)
Creates a schema.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<CreateSchemaRequest,Schema> |
HttpJsonSchemaServiceStub.createSchemaCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateSchemaRequest,Schema> |
SchemaServiceStub.createSchemaCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateSchemaRequest,Schema> |
GrpcSchemaServiceStub.createSchemaCallable() |
com.google.api.gax.rpc.UnaryCallSettings<CreateSchemaRequest,Schema> |
SchemaServiceStubSettings.createSchemaSettings()
Returns the object with the settings used for calls to createSchema.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSchemaRequest,Schema> |
SchemaServiceStubSettings.Builder.createSchemaSettings()
Returns the builder for the settings used for calls to createSchema.
|
Modifier and Type | Method and Description |
---|---|
CreateSchemaRequest |
CreateSchemaRequest.Builder.build() |
CreateSchemaRequest |
CreateSchemaRequest.Builder.buildPartial() |
static CreateSchemaRequest |
CreateSchemaRequest.getDefaultInstance() |
CreateSchemaRequest |
CreateSchemaRequest.getDefaultInstanceForType() |
CreateSchemaRequest |
CreateSchemaRequest.Builder.getDefaultInstanceForType() |
static CreateSchemaRequest |
CreateSchemaRequest.parseDelimitedFrom(InputStream input) |
static CreateSchemaRequest |
CreateSchemaRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateSchemaRequest |
CreateSchemaRequest.parseFrom(byte[] data) |
static CreateSchemaRequest |
CreateSchemaRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateSchemaRequest |
CreateSchemaRequest.parseFrom(ByteBuffer data) |
static CreateSchemaRequest |
CreateSchemaRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateSchemaRequest |
CreateSchemaRequest.parseFrom(com.google.protobuf.ByteString data) |
static CreateSchemaRequest |
CreateSchemaRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateSchemaRequest |
CreateSchemaRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static CreateSchemaRequest |
CreateSchemaRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateSchemaRequest |
CreateSchemaRequest.parseFrom(InputStream input) |
static CreateSchemaRequest |
CreateSchemaRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<CreateSchemaRequest,Schema> |
SchemaServiceGrpc.getCreateSchemaMethod() |
com.google.protobuf.Parser<CreateSchemaRequest> |
CreateSchemaRequest.getParserForType() |
static com.google.protobuf.Parser<CreateSchemaRequest> |
CreateSchemaRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Schema |
SchemaServiceGrpc.SchemaServiceBlockingStub.createSchema(CreateSchemaRequest request)
Creates a schema.
|
com.google.common.util.concurrent.ListenableFuture<Schema> |
SchemaServiceGrpc.SchemaServiceFutureStub.createSchema(CreateSchemaRequest request)
Creates a schema.
|
default void |
SchemaServiceGrpc.AsyncService.createSchema(CreateSchemaRequest request,
StreamObserver<Schema> responseObserver)
Creates a schema.
|
void |
SchemaServiceGrpc.SchemaServiceStub.createSchema(CreateSchemaRequest request,
StreamObserver<Schema> responseObserver)
Creates a schema.
|
CreateSchemaRequest.Builder |
CreateSchemaRequest.Builder.mergeFrom(CreateSchemaRequest other) |
static CreateSchemaRequest.Builder |
CreateSchemaRequest.newBuilder(CreateSchemaRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.