示例#1
0
    public Schema CreateProtoSchema(string schemaId)
    {
        var createProtoSchemaSampleObject = new CreateProtoSchemaSample();
        var schema = createProtoSchemaSampleObject.CreateProtoSchema(ProjectId, schemaId, ProtoSchemaFile);

        TempSchemaIds.Add(schemaId);
        return(schema);
    }
 public CreateProtoSchemaTest(PubsubFixture pubsubFixture)
 {
     _pubsubFixture           = pubsubFixture;
     _createProtoSchemaSample = new CreateProtoSchemaSample();
 }