Uses of Class
com.google.pubsub.v1.ValidateSchemaRequest
-
Packages that use ValidateSchemaRequest 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 ValidateSchemaRequest in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return types with arguments of type ValidateSchemaRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ValidateSchemaRequest,ValidateSchemaResponse>SchemaServiceClient. validateSchemaCallable()Validates a schema.com.google.api.gax.rpc.UnaryCallSettings.Builder<ValidateSchemaRequest,ValidateSchemaResponse>SchemaServiceSettings.Builder. validateSchemaSettings()Returns the builder for the settings used for calls to validateSchema.com.google.api.gax.rpc.UnaryCallSettings<ValidateSchemaRequest,ValidateSchemaResponse>SchemaServiceSettings. validateSchemaSettings()Returns the object with the settings used for calls to validateSchema.Methods in com.google.cloud.pubsub.v1 with parameters of type ValidateSchemaRequest Modifier and Type Method Description ValidateSchemaResponseSchemaServiceClient. validateSchema(ValidateSchemaRequest request)Validates a schema. -
Uses of ValidateSchemaRequest in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type ValidateSchemaRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ValidateSchemaRequest,ValidateSchemaResponse>GrpcSchemaServiceStub. validateSchemaCallable()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.UnaryCallSettings.Builder<ValidateSchemaRequest,ValidateSchemaResponse>SchemaServiceStubSettings.Builder. validateSchemaSettings()Returns the builder for the settings used for calls to validateSchema.com.google.api.gax.rpc.UnaryCallSettings<ValidateSchemaRequest,ValidateSchemaResponse>SchemaServiceStubSettings. validateSchemaSettings()Returns the object with the settings used for calls to validateSchema. -
Uses of ValidateSchemaRequest in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return ValidateSchemaRequest Modifier and Type Method Description ValidateSchemaRequestValidateSchemaRequest.Builder. build()ValidateSchemaRequestValidateSchemaRequest.Builder. buildPartial()static ValidateSchemaRequestValidateSchemaRequest. getDefaultInstance()ValidateSchemaRequestValidateSchemaRequest.Builder. getDefaultInstanceForType()ValidateSchemaRequestValidateSchemaRequest. getDefaultInstanceForType()static ValidateSchemaRequestValidateSchemaRequest. parseDelimitedFrom(InputStream input)static ValidateSchemaRequestValidateSchemaRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidateSchemaRequestValidateSchemaRequest. parseFrom(byte[] data)static ValidateSchemaRequestValidateSchemaRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidateSchemaRequestValidateSchemaRequest. parseFrom(com.google.protobuf.ByteString data)static ValidateSchemaRequestValidateSchemaRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidateSchemaRequestValidateSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ValidateSchemaRequestValidateSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidateSchemaRequestValidateSchemaRequest. parseFrom(InputStream input)static ValidateSchemaRequestValidateSchemaRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidateSchemaRequestValidateSchemaRequest. parseFrom(ByteBuffer data)static ValidateSchemaRequestValidateSchemaRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.pubsub.v1 that return types with arguments of type ValidateSchemaRequest Modifier and Type Method Description com.google.protobuf.Parser<ValidateSchemaRequest>ValidateSchemaRequest. getParserForType()static io.grpc.MethodDescriptor<ValidateSchemaRequest,ValidateSchemaResponse>SchemaServiceGrpc. getValidateSchemaMethod()static com.google.protobuf.Parser<ValidateSchemaRequest>ValidateSchemaRequest. parser()Methods in com.google.pubsub.v1 with parameters of type ValidateSchemaRequest Modifier and Type Method Description ValidateSchemaRequest.BuilderValidateSchemaRequest.Builder. mergeFrom(ValidateSchemaRequest other)static ValidateSchemaRequest.BuilderValidateSchemaRequest. newBuilder(ValidateSchemaRequest prototype)default voidSchemaServiceGrpc.AsyncService. validateSchema(ValidateSchemaRequest request, io.grpc.stub.StreamObserver<ValidateSchemaResponse> responseObserver)Validates a schema.ValidateSchemaResponseSchemaServiceGrpc.SchemaServiceBlockingStub. validateSchema(ValidateSchemaRequest request)Validates a schema.com.google.common.util.concurrent.ListenableFuture<ValidateSchemaResponse>SchemaServiceGrpc.SchemaServiceFutureStub. validateSchema(ValidateSchemaRequest request)Validates a schema.voidSchemaServiceGrpc.SchemaServiceStub. validateSchema(ValidateSchemaRequest request, io.grpc.stub.StreamObserver<ValidateSchemaResponse> responseObserver)Validates a schema.
-