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