Uses of Class
com.google.pubsub.v1.ValidateMessageResponse
-
Packages that use ValidateMessageResponse Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub APIcom.google.cloud.pubsub.v1.stub com.google.pubsub.v1 -
-
Uses of ValidateMessageResponse in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return ValidateMessageResponse Modifier and Type Method Description ValidateMessageResponse
SchemaServiceClient. validateMessage(ValidateMessageRequest request)
Validates a message against a schema.Methods in com.google.cloud.pubsub.v1 that return types with arguments of type ValidateMessageResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ValidateMessageRequest,ValidateMessageResponse>
SchemaServiceClient. validateMessageCallable()
Validates a message against a schema.com.google.api.gax.rpc.UnaryCallSettings.Builder<ValidateMessageRequest,ValidateMessageResponse>
SchemaServiceSettings.Builder. validateMessageSettings()
Returns the builder for the settings used for calls to validateMessage.com.google.api.gax.rpc.UnaryCallSettings<ValidateMessageRequest,ValidateMessageResponse>
SchemaServiceSettings. validateMessageSettings()
Returns the object with the settings used for calls to validateMessage. -
Uses of ValidateMessageResponse in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type ValidateMessageResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ValidateMessageRequest,ValidateMessageResponse>
GrpcSchemaServiceStub. validateMessageCallable()
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.UnaryCallSettings.Builder<ValidateMessageRequest,ValidateMessageResponse>
SchemaServiceStubSettings.Builder. validateMessageSettings()
Returns the builder for the settings used for calls to validateMessage.com.google.api.gax.rpc.UnaryCallSettings<ValidateMessageRequest,ValidateMessageResponse>
SchemaServiceStubSettings. validateMessageSettings()
Returns the object with the settings used for calls to validateMessage. -
Uses of ValidateMessageResponse in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return ValidateMessageResponse Modifier and Type Method Description ValidateMessageResponse
ValidateMessageResponse.Builder. build()
ValidateMessageResponse
ValidateMessageResponse.Builder. buildPartial()
static ValidateMessageResponse
ValidateMessageResponse. getDefaultInstance()
ValidateMessageResponse
ValidateMessageResponse.Builder. getDefaultInstanceForType()
ValidateMessageResponse
ValidateMessageResponse. 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(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)
static ValidateMessageResponse
ValidateMessageResponse. parseFrom(ByteBuffer data)
static ValidateMessageResponse
ValidateMessageResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ValidateMessageResponse
SchemaServiceGrpc.SchemaServiceBlockingStub. validateMessage(ValidateMessageRequest request)
Validates a message against a schema.Methods in com.google.pubsub.v1 that return types with arguments of type ValidateMessageResponse Modifier and Type Method Description com.google.protobuf.Parser<ValidateMessageResponse>
ValidateMessageResponse. getParserForType()
static io.grpc.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.Methods in com.google.pubsub.v1 with parameters of type ValidateMessageResponse Modifier and Type Method Description ValidateMessageResponse.Builder
ValidateMessageResponse.Builder. mergeFrom(ValidateMessageResponse other)
static ValidateMessageResponse.Builder
ValidateMessageResponse. newBuilder(ValidateMessageResponse prototype)
Method parameters in com.google.pubsub.v1 with type arguments of type ValidateMessageResponse Modifier and Type Method Description default void
SchemaServiceGrpc.AsyncService. validateMessage(ValidateMessageRequest request, io.grpc.stub.StreamObserver<ValidateMessageResponse> responseObserver)
Validates a message against a schema.void
SchemaServiceGrpc.SchemaServiceStub. validateMessage(ValidateMessageRequest request, io.grpc.stub.StreamObserver<ValidateMessageResponse> responseObserver)
Validates a message against a schema.
-