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 ValidateSchemaResponse
SchemaServiceClient. 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 ValidateSchemaRequest
ValidateSchemaRequest.Builder. build()
ValidateSchemaRequest
ValidateSchemaRequest.Builder. buildPartial()
static ValidateSchemaRequest
ValidateSchemaRequest. getDefaultInstance()
ValidateSchemaRequest
ValidateSchemaRequest.Builder. getDefaultInstanceForType()
ValidateSchemaRequest
ValidateSchemaRequest. getDefaultInstanceForType()
static ValidateSchemaRequest
ValidateSchemaRequest. parseDelimitedFrom(InputStream input)
static ValidateSchemaRequest
ValidateSchemaRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidateSchemaRequest
ValidateSchemaRequest. parseFrom(byte[] data)
static ValidateSchemaRequest
ValidateSchemaRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidateSchemaRequest
ValidateSchemaRequest. parseFrom(com.google.protobuf.ByteString data)
static ValidateSchemaRequest
ValidateSchemaRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidateSchemaRequest
ValidateSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ValidateSchemaRequest
ValidateSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidateSchemaRequest
ValidateSchemaRequest. parseFrom(InputStream input)
static ValidateSchemaRequest
ValidateSchemaRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidateSchemaRequest
ValidateSchemaRequest. parseFrom(ByteBuffer data)
static ValidateSchemaRequest
ValidateSchemaRequest. 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.Builder
ValidateSchemaRequest.Builder. mergeFrom(ValidateSchemaRequest other)
static ValidateSchemaRequest.Builder
ValidateSchemaRequest. newBuilder(ValidateSchemaRequest prototype)
default void
SchemaServiceGrpc.AsyncService. validateSchema(ValidateSchemaRequest request, io.grpc.stub.StreamObserver<ValidateSchemaResponse> responseObserver)
Validates a schema.ValidateSchemaResponse
SchemaServiceGrpc.SchemaServiceBlockingStub. validateSchema(ValidateSchemaRequest request)
Validates a schema.com.google.common.util.concurrent.ListenableFuture<ValidateSchemaResponse>
SchemaServiceGrpc.SchemaServiceFutureStub. validateSchema(ValidateSchemaRequest request)
Validates a schema.void
SchemaServiceGrpc.SchemaServiceStub. validateSchema(ValidateSchemaRequest request, io.grpc.stub.StreamObserver<ValidateSchemaResponse> responseObserver)
Validates a schema.
-