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