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