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 |
---|---|
ValidateSchemaResponse |
SchemaServiceClient.validateSchema(ProjectName parent,
Schema schema)
Validates a schema.
|
ValidateSchemaResponse |
SchemaServiceClient.validateSchema(String parent,
Schema schema)
Validates a schema.
|
ValidateSchemaResponse |
SchemaServiceClient.validateSchema(ValidateSchemaRequest request)
Validates a schema.
|
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 |
---|---|
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 |
---|---|
ValidateSchemaResponse |
ValidateSchemaResponse.Builder.build() |
ValidateSchemaResponse |
ValidateSchemaResponse.Builder.buildPartial() |
static ValidateSchemaResponse |
ValidateSchemaResponse.getDefaultInstance() |
ValidateSchemaResponse |
ValidateSchemaResponse.getDefaultInstanceForType() |
ValidateSchemaResponse |
ValidateSchemaResponse.Builder.getDefaultInstanceForType() |
static ValidateSchemaResponse |
ValidateSchemaResponse.parseDelimitedFrom(InputStream input) |
static ValidateSchemaResponse |
ValidateSchemaResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ValidateSchemaResponse |
ValidateSchemaResponse.parseFrom(byte[] data) |
static ValidateSchemaResponse |
ValidateSchemaResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ValidateSchemaResponse |
ValidateSchemaResponse.parseFrom(ByteBuffer data) |
static ValidateSchemaResponse |
ValidateSchemaResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ValidateSchemaResponse |
ValidateSchemaResponse.parseFrom(com.google.protobuf.ByteString data) |
static ValidateSchemaResponse |
ValidateSchemaResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ValidateSchemaResponse |
ValidateSchemaResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static ValidateSchemaResponse |
ValidateSchemaResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ValidateSchemaResponse |
ValidateSchemaResponse.parseFrom(InputStream input) |
static ValidateSchemaResponse |
ValidateSchemaResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ValidateSchemaResponse |
SchemaServiceGrpc.SchemaServiceBlockingStub.validateSchema(ValidateSchemaRequest request)
Validates a schema.
|
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ValidateSchemaResponse> |
ValidateSchemaResponse.getParserForType() |
static MethodDescriptor<ValidateSchemaRequest,ValidateSchemaResponse> |
SchemaServiceGrpc.getValidateSchemaMethod() |
static com.google.protobuf.Parser<ValidateSchemaResponse> |
ValidateSchemaResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<ValidateSchemaResponse> |
SchemaServiceGrpc.SchemaServiceFutureStub.validateSchema(ValidateSchemaRequest request)
Validates a schema.
|
Modifier and Type | Method and Description |
---|---|
ValidateSchemaResponse.Builder |
ValidateSchemaResponse.Builder.mergeFrom(ValidateSchemaResponse other) |
static ValidateSchemaResponse.Builder |
ValidateSchemaResponse.newBuilder(ValidateSchemaResponse prototype) |
Modifier and Type | Method and Description |
---|---|
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.