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 ValidateMessageResponseSchemaServiceClient. 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 ValidateMessageResponseValidateMessageResponse.Builder. build()ValidateMessageResponseValidateMessageResponse.Builder. buildPartial()static ValidateMessageResponseValidateMessageResponse. getDefaultInstance()ValidateMessageResponseValidateMessageResponse.Builder. getDefaultInstanceForType()ValidateMessageResponseValidateMessageResponse. getDefaultInstanceForType()static ValidateMessageResponseValidateMessageResponse. parseDelimitedFrom(InputStream input)static ValidateMessageResponseValidateMessageResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidateMessageResponseValidateMessageResponse. parseFrom(byte[] data)static ValidateMessageResponseValidateMessageResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidateMessageResponseValidateMessageResponse. parseFrom(com.google.protobuf.ByteString data)static ValidateMessageResponseValidateMessageResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidateMessageResponseValidateMessageResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ValidateMessageResponseValidateMessageResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidateMessageResponseValidateMessageResponse. parseFrom(InputStream input)static ValidateMessageResponseValidateMessageResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidateMessageResponseValidateMessageResponse. parseFrom(ByteBuffer data)static ValidateMessageResponseValidateMessageResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ValidateMessageResponseSchemaServiceGrpc.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.BuilderValidateMessageResponse.Builder. mergeFrom(ValidateMessageResponse other)static ValidateMessageResponse.BuilderValidateMessageResponse. newBuilder(ValidateMessageResponse prototype)Method parameters in com.google.pubsub.v1 with type arguments of type ValidateMessageResponse Modifier and Type Method Description default voidSchemaServiceGrpc.AsyncService. validateMessage(ValidateMessageRequest request, io.grpc.stub.StreamObserver<ValidateMessageResponse> responseObserver)Validates a message against a schema.voidSchemaServiceGrpc.SchemaServiceStub. validateMessage(ValidateMessageRequest request, io.grpc.stub.StreamObserver<ValidateMessageResponse> responseObserver)Validates a message against a schema.
-