Uses of Class
com.google.pubsub.v1.ValidateSchemaResponse
-
Packages that use ValidateSchemaResponse 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 ValidateSchemaResponse in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return ValidateSchemaResponse Modifier and Type Method Description ValidateSchemaResponseSchemaServiceClient. validateSchema(ProjectName parent, Schema schema)Validates a schema.ValidateSchemaResponseSchemaServiceClient. validateSchema(ValidateSchemaRequest request)Validates a schema.ValidateSchemaResponseSchemaServiceClient. validateSchema(String parent, Schema schema)Validates a schema.Methods in com.google.cloud.pubsub.v1 that return types with arguments of type ValidateSchemaResponse 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. -
Uses of ValidateSchemaResponse in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type ValidateSchemaResponse 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 ValidateSchemaResponse in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return ValidateSchemaResponse Modifier and Type Method Description ValidateSchemaResponseValidateSchemaResponse.Builder. build()ValidateSchemaResponseValidateSchemaResponse.Builder. buildPartial()static ValidateSchemaResponseValidateSchemaResponse. getDefaultInstance()ValidateSchemaResponseValidateSchemaResponse.Builder. getDefaultInstanceForType()ValidateSchemaResponseValidateSchemaResponse. getDefaultInstanceForType()static ValidateSchemaResponseValidateSchemaResponse. parseDelimitedFrom(InputStream input)static ValidateSchemaResponseValidateSchemaResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidateSchemaResponseValidateSchemaResponse. parseFrom(byte[] data)static ValidateSchemaResponseValidateSchemaResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidateSchemaResponseValidateSchemaResponse. parseFrom(com.google.protobuf.ByteString data)static ValidateSchemaResponseValidateSchemaResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidateSchemaResponseValidateSchemaResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ValidateSchemaResponseValidateSchemaResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidateSchemaResponseValidateSchemaResponse. parseFrom(InputStream input)static ValidateSchemaResponseValidateSchemaResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValidateSchemaResponseValidateSchemaResponse. parseFrom(ByteBuffer data)static ValidateSchemaResponseValidateSchemaResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ValidateSchemaResponseSchemaServiceGrpc.SchemaServiceBlockingStub. validateSchema(ValidateSchemaRequest request)Validates a schema.Methods in com.google.pubsub.v1 that return types with arguments of type ValidateSchemaResponse Modifier and Type Method Description com.google.protobuf.Parser<ValidateSchemaResponse>ValidateSchemaResponse. getParserForType()static io.grpc.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.Methods in com.google.pubsub.v1 with parameters of type ValidateSchemaResponse Modifier and Type Method Description ValidateSchemaResponse.BuilderValidateSchemaResponse.Builder. mergeFrom(ValidateSchemaResponse other)static ValidateSchemaResponse.BuilderValidateSchemaResponse. newBuilder(ValidateSchemaResponse prototype)Method parameters in com.google.pubsub.v1 with type arguments of type ValidateSchemaResponse Modifier and Type Method Description default voidSchemaServiceGrpc.AsyncService. validateSchema(ValidateSchemaRequest request, io.grpc.stub.StreamObserver<ValidateSchemaResponse> responseObserver)Validates a schema.voidSchemaServiceGrpc.SchemaServiceStub. validateSchema(ValidateSchemaRequest request, io.grpc.stub.StreamObserver<ValidateSchemaResponse> responseObserver)Validates a schema.
-