Beispiel #1
0
    public Schema CreateAvroSchema(string schemaId)
    {
        var createAvroSchemaSampleObject = new CreateAvroSchemaSample();
        var schema = createAvroSchemaSampleObject.CreateAvroSchema(ProjectId, schemaId, AvroSchemaFile);

        TempSchemaIds.Add(schemaId);
        return(schema);
    }
 public CreateAvroSchemaTest(PubsubFixture pubsubFixture)
 {
     _pubsubFixture = pubsubFixture;
     _createAvroSchemaSample = new CreateAvroSchemaSample();
 }