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 ValidateSchemaResponse
SchemaServiceClient. validateSchema(ProjectName parent, Schema schema)
Validates a schema.ValidateSchemaResponse
SchemaServiceClient. validateSchema(ValidateSchemaRequest request)
Validates a schema.ValidateSchemaResponse
SchemaServiceClient. 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 ValidateSchemaResponse
ValidateSchemaResponse.Builder. build()
ValidateSchemaResponse
ValidateSchemaResponse.Builder. buildPartial()
static ValidateSchemaResponse
ValidateSchemaResponse. getDefaultInstance()
ValidateSchemaResponse
ValidateSchemaResponse.Builder. getDefaultInstanceForType()
ValidateSchemaResponse
ValidateSchemaResponse. getDefaultInstanceForType()
static ValidateSchemaResponse
ValidateSchemaResponse. parseDelimitedFrom(InputStream input)
static ValidateSchemaResponse
ValidateSchemaResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidateSchemaResponse
ValidateSchemaResponse. parseFrom(byte[] data)
static ValidateSchemaResponse
ValidateSchemaResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidateSchemaResponse
ValidateSchemaResponse. parseFrom(com.google.protobuf.ByteString data)
static ValidateSchemaResponse
ValidateSchemaResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidateSchemaResponse
ValidateSchemaResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ValidateSchemaResponse
ValidateSchemaResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidateSchemaResponse
ValidateSchemaResponse. parseFrom(InputStream input)
static ValidateSchemaResponse
ValidateSchemaResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidateSchemaResponse
ValidateSchemaResponse. parseFrom(ByteBuffer data)
static ValidateSchemaResponse
ValidateSchemaResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ValidateSchemaResponse
SchemaServiceGrpc.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.Builder
ValidateSchemaResponse.Builder. mergeFrom(ValidateSchemaResponse other)
static ValidateSchemaResponse.Builder
ValidateSchemaResponse. newBuilder(ValidateSchemaResponse prototype)
Method parameters in com.google.pubsub.v1 with type arguments of type ValidateSchemaResponse Modifier and Type Method Description default void
SchemaServiceGrpc.AsyncService. validateSchema(ValidateSchemaRequest request, io.grpc.stub.StreamObserver<ValidateSchemaResponse> responseObserver)
Validates a schema.void
SchemaServiceGrpc.SchemaServiceStub. validateSchema(ValidateSchemaRequest request, io.grpc.stub.StreamObserver<ValidateSchemaResponse> responseObserver)
Validates a schema.
-